diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-04-08 02:27:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-04-08 02:27:47 +0000 |
commit | 29076a3e39916cec16e0a2ef368c768281a416dc (patch) | |
tree | 2713a5935f8ce7b0ad02b5ae19dfbaacc7dc8011 /apps/files/l10n/en_GB.js | |
parent | c3b6b20862c1aaf733062121f58695a4bda2cd68 (diff) | |
download | nextcloud-server-29076a3e39916cec16e0a2ef368c768281a416dc.tar.gz nextcloud-server-29076a3e39916cec16e0a2ef368c768281a416dc.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 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index f616828c770..6b35c8417b3 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -166,7 +166,22 @@ OC.L10N.register( "The ownership transfer of {path} from {user} has completed." : "The ownership transfer of {path} from {user} has completed.", "in %s" : "in %s", "File Management" : "File Management", + "Reload current directory" : "Reload current directory", + "Go to the \"{dir}\" directory" : "Go to the \"{dir}\" directory", + "Select the row for {displayName}" : "Select the row for {displayName}", + "Open folder {name}" : "Open folder {name}", + "Download file {name}" : "Download file {name}", + "\"{displayName}\" action executed successfully" : "\"{displayName}\" action executed successfully", + "\"{displayName}\" action failed" : "\"{displayName}\" action failed", + "Total rows summary" : "Total rows summary", "Select all" : "Select all", + "Unselect all" : "Unselect all", + "\"{displayName}\" failed on some elements " : "\"{displayName}\" failed on some elements ", + "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" batch action executed successfully", + "ascending" : "ascending", + "descending" : "descending", + "Sort list by {column} ({direction})" : "Sort list by {column} ({direction})", + "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.", "Storage informations" : "Storage informations", "{usedQuotaByte} used" : "{usedQuotaByte} used", "{relative}% used" : "{relative}% used", @@ -184,7 +199,10 @@ OC.L10N.register( "Ownership transfer request sent" : "Ownership transfer request sent", "Cannot transfer ownership of a file or folder you do not own" : "Cannot transfer ownership of a file or folder you do not own", "Select file or folder to link to" : "Select file or folder to link to", + "Loading current folder" : "Loading current folder", "No files in here" : "No files in here", + "No files or folders have been deleted yet" : "No files or folders have been deleted yet", + "Go to the previous folder" : "Go to the previous folder", "Go back" : "Go back", "Open the files app settings" : "Open the files app settings", "Files settings" : "Files settings", |