diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-12 10:40:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-12 10:40:35 +0000 |
commit | 525def9ecaad833039a4cf8c7c3cf2f379076f90 (patch) | |
tree | 6a05a1f595974e33cc480d95d6ecaacb269b92d6 /apps/files/l10n/en_GB.js | |
parent | 7a23b23c95896925b8631d92f02c6d3b0ddb994d (diff) | |
download | nextcloud-server-525def9ecaad833039a4cf8c7c3cf2f379076f90.tar.gz nextcloud-server-525def9ecaad833039a4cf8c7c3cf2f379076f90.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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 701deb0f971..508a079e8a5 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -200,13 +200,10 @@ OC.L10N.register( "Unselect all" : "Unselect all", "\"{displayName}\" failed on some elements " : "\"{displayName}\" failed on some elements ", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" batch action executed successfully", - "{summaryFile} and {summaryFolder}" : "{summaryFile} and {summaryFolder}", "List of files and folders." : "List of files and folders.", "Column headers with buttons are sortable." : "Column headers with buttons are sortable.", "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.", "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", @@ -323,6 +320,9 @@ OC.L10N.register( "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list.", "Search for an account" : "Search for an account", "Choose" : "Choose", - "No files or folders have been deleted yet" : "No files or folders have been deleted yet" + "No files or folders have been deleted yet" : "No files or folders have been deleted yet", + "{summaryFile} and {summaryFolder}" : "{summaryFile} and {summaryFolder}", + "_{count} file_::_{count} files_" : ["{count} file","{count} files"], + "_{count} folder_::_{count} folders_" : ["{count} folder","{count} folders"] }, "nplurals=2; plural=(n != 1);"); |