diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-05 00:19:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-05 00:19:45 +0000 |
commit | 1c1378e68bca976ef1bd1ecbca4f9874b88eeb11 (patch) | |
tree | 63c5a952b30fec1fd08e0ae4cde281581db9f653 /apps/files/l10n/en_GB.js | |
parent | 32e86052d57775e8e519d9bdd7d78b2921d8e5fa (diff) | |
download | nextcloud-server-1c1378e68bca976ef1bd1ecbca4f9874b88eeb11.tar.gz nextcloud-server-1c1378e68bca976ef1bd1ecbca4f9874b88eeb11.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 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index f6a651b2848..c52e0f6f837 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -175,8 +175,6 @@ 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}\"", @@ -290,9 +288,6 @@ 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}", "Created new folder \"{name}\"" : "Created new folder \"{name}\"", "Filename" : "Filename", "Unable to initialize the templates directory" : "Unable to initialize the templates directory", @@ -302,7 +297,9 @@ OC.L10N.register( "In folder" : "In folder", "Search in folder: {folder}" : "Search in folder: {folder}", "One of the dropped files could not be processed" : "One of the dropped files could not be processed", - "Uploading \"{filename}\" failed" : "Uploading \"{filename}\" failed", + "Some files could not be uploaded" : "Some files could not be uploaded", + "Files uploaded successfully" : "Files uploaded successfully", + "Some files could not be moved" : "Some files could not be moved", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","{folderCount} folders"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} files"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file and {folderCount} folder","1 file and {folderCount} folders"], |