diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-09 00:19:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-09 00:19:50 +0000 |
commit | 7daddb0f8c4a1cc46e27db6d42959f2156c02b92 (patch) | |
tree | 53405d7d16f422f30ada6c19b5fbac7f41d031c0 /apps/files/l10n/en_GB.js | |
parent | 1363c4cc11ace6662e78cb84ddc4388093f88855 (diff) | |
download | nextcloud-server-7daddb0f8c4a1cc46e27db6d42959f2156c02b92.tar.gz nextcloud-server-7daddb0f8c4a1cc46e27db6d42959f2156c02b92.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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 79d3e1f985d..7976dd34210 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -175,6 +175,8 @@ OC.L10N.register( "Drag and drop files here to upload" : "Drag and drop files here to upload", "Your have used your space quota and cannot upload files anymore" : "Your have used your space quota and cannot upload files anymore", "You don’t have permission to upload or create files here" : "You don’t have permission to upload or create files here", + "Some files could not be uploaded" : "Some files could not be uploaded", + "Files uploaded successfully" : "Files uploaded successfully", "\"{displayName}\" action executed successfully" : "\"{displayName}\" action executed successfully", "\"{displayName}\" action failed" : "\"{displayName}\" action failed", "Toggle selection for file \"{displayName}\"" : "Toggle selection for file \"{displayName}\"", @@ -261,8 +263,10 @@ OC.L10N.register( "Unable to create new file from template" : "Unable to create new file from template", "Delete permanently" : "Delete permanently", "Delete and unshare" : "Delete and unshare", + "You are about to delete {count} items." : "You are about to delete {count} items.", "Confirm deletion" : "Confirm deletion", "Cancel" : "Cancel", + "Deletion cancelled" : "Deletion cancelled", "Destination is not a folder" : "Destination is not a folder", "This file/folder is already in that directory" : "This file/folder is already in that directory", "You cannot move a file/folder onto itself or into a subfolder of itself" : "You cannot move a file/folder onto itself or into a subfolder of itself", @@ -279,6 +283,7 @@ OC.L10N.register( "Open folder {displayName}" : "Open folder {displayName}", "Open in Files" : "Open in Files", "Open details" : "Open details", + "An error occurred while uploading. Please try again later." : "An error occurred while uploading. Please try again later.", "Could not copy {file}. {message}" : "Could not copy {file}. {message}", "Could not move {file}. {message}" : "Could not move {file}. {message}", "Create new templates folder" : "Create new templates folder", |