Skip to content

Commit

Permalink
[tx] updated from transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
ownclouders committed Nov 12, 2023
1 parent e0c418c commit baf7eca
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/files/l10n/en_GB.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ OC.L10N.register(
"Target folder does not exist any more" : "Target folder does not exist any more",
"The file {file} is currently locked, please try again later" : "The file {file} is currently locked, please try again later",
"Not enough free space" : "Not enough free space",
"Failed to upload the file \"{fileName}\": {error}" : "Failed to upload the file \"{fileName}\": {error}",
"Uploading..." : "Uploading...",
"..." : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} of {totalSize} ({bitrate})",
Expand Down
1 change: 1 addition & 0 deletions apps/files/l10n/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"Target folder does not exist any more" : "Target folder does not exist any more",
"The file {file} is currently locked, please try again later" : "The file {file} is currently locked, please try again later",
"Not enough free space" : "Not enough free space",
"Failed to upload the file \"{fileName}\": {error}" : "Failed to upload the file \"{fileName}\": {error}",
"Uploading..." : "Uploading...",
"..." : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} of {totalSize} ({bitrate})",
Expand Down
1 change: 1 addition & 0 deletions apps/files_sharing/l10n/en_GB.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ OC.L10N.register(
"Nothing to configure." : "Nothing to configure.",
"Group Sharing Blacklist" : "Group Sharing Blacklist",
"Exclude groups from receiving shares" : "Exclude groups from receiving shares",
"These groups will not be available to share with. Members of the group are not restricted in initiating shares and receiving personal shares/invitations. Furthermore they can receive shares addressed to other groups they are members of as usual." : "These groups will not be available to share with. Members of the group are not restricted in initiating shares and receiving personal shares/invitations. Furthermore they can receive shares addressed to other groups they are members of as usual.",
"Only certain groups are allowed to create public links" : "Only certain groups are allowed to create public links"
},
"nplurals=2; plural=(n != 1);");
1 change: 1 addition & 0 deletions apps/files_sharing/l10n/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
"Nothing to configure." : "Nothing to configure.",
"Group Sharing Blacklist" : "Group Sharing Blacklist",
"Exclude groups from receiving shares" : "Exclude groups from receiving shares",
"These groups will not be available to share with. Members of the group are not restricted in initiating shares and receiving personal shares/invitations. Furthermore they can receive shares addressed to other groups they are members of as usual." : "These groups will not be available to share with. Members of the group are not restricted in initiating shares and receiving personal shares/invitations. Furthermore they can receive shares addressed to other groups they are members of as usual.",
"Only certain groups are allowed to create public links" : "Only certain groups are allowed to create public links"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
1 change: 1 addition & 0 deletions tests/data/apptheme/apps/files/l10n/en_GB.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ OC.L10N.register(
"Target folder does not exist any more" : "Target folder does not exist any more",
"The file {file} is currently locked, please try again later" : "The file {file} is currently locked, please try again later",
"Not enough free space" : "Not enough free space",
"Failed to upload the file \"{fileName}\": {error}" : "Failed to upload the file \"{fileName}\": {error}",
"Uploading..." : "Uploading...",
"..." : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} of {totalSize} ({bitrate})",
Expand Down
1 change: 1 addition & 0 deletions tests/data/apptheme/apps/files/l10n/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"Target folder does not exist any more" : "Target folder does not exist any more",
"The file {file} is currently locked, please try again later" : "The file {file} is currently locked, please try again later",
"Not enough free space" : "Not enough free space",
"Failed to upload the file \"{fileName}\": {error}" : "Failed to upload the file \"{fileName}\": {error}",
"Uploading..." : "Uploading...",
"..." : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} of {totalSize} ({bitrate})",
Expand Down
1 change: 1 addition & 0 deletions tests/data/themes/abc/apps/files/l10n/en_GB.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ OC.L10N.register(
"Target folder does not exist any more" : "Target folder does not exist any more",
"The file {file} is currently locked, please try again later" : "The file {file} is currently locked, please try again later",
"Not enough free space" : "Not enough free space",
"Failed to upload the file \"{fileName}\": {error}" : "Failed to upload the file \"{fileName}\": {error}",
"Uploading..." : "Uploading...",
"..." : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} of {totalSize} ({bitrate})",
Expand Down
1 change: 1 addition & 0 deletions tests/data/themes/abc/apps/files/l10n/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"Target folder does not exist any more" : "Target folder does not exist any more",
"The file {file} is currently locked, please try again later" : "The file {file} is currently locked, please try again later",
"Not enough free space" : "Not enough free space",
"Failed to upload the file \"{fileName}\": {error}" : "Failed to upload the file \"{fileName}\": {error}",
"Uploading..." : "Uploading...",
"..." : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} of {totalSize} ({bitrate})",
Expand Down

0 comments on commit baf7eca

Please sign in to comment.