diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-17 00:26:59 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-17 00:26:59 +0000 |
commit | 16e584ce6cac844d15adcf75692a6f5ab3fbd698 (patch) | |
tree | a620660f111f69620b08b16839ff9ea31d142778 /apps/files/l10n/en_GB.js | |
parent | 7bba5ec71ef00b68a27a861b0d7a0f4ce83bcc2e (diff) | |
download | nextcloud-server-16e584ce6cac844d15adcf75692a6f5ab3fbd698.tar.gz nextcloud-server-16e584ce6cac844d15adcf75692a6f5ab3fbd698.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index f0bae0ce8fc..35444fd3b89 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -198,7 +198,10 @@ OC.L10N.register( "Unselect all" : "Unselect all", "List of files and folders." : "List of files and folders.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list.", + "{summaryFile} and {summaryFolder}" : "{summaryFile} and {summaryFolder}", "File not found" : "File not found", + "_{count} file_::_{count} files_" : ["{count} file","{count} files"], + "_{count} folder_::_{count} folders_" : ["{count} folder","{count} folders"], "Storage informations" : "Storage informations", "{usedQuotaByte} used" : "{usedQuotaByte} used", "{relative}% used" : "{relative}% used", |