diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-11 00:24:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-11 00:24:21 +0000 |
commit | 1f10b28c22bc759fdb298a0d956a3b0914605b24 (patch) | |
tree | dcaa2cfec161360f150e15529f081e8e5445e4d4 /apps/files/l10n/en_GB.json | |
parent | a366e5437c5c4f996d13a194213c0913f864f322 (diff) | |
download | nextcloud-server-1f10b28c22bc759fdb298a0d956a3b0914605b24.tar.gz nextcloud-server-1f10b28c22bc759fdb298a0d956a3b0914605b24.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/en_GB.json')
-rw-r--r-- | apps/files/l10n/en_GB.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index eec5aa203b3..193e62f3570 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -219,6 +219,7 @@ "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", + "Choose file" : "Choose file", "Choose {file}" : "Choose {file}", "Add" : "Add", "Loading current folder" : "Loading current folder", @@ -231,7 +232,10 @@ "Shared" : "Shared", "Switch to list view" : "Switch to list view", "Switch to grid view" : "Switch to grid view", + "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", + "Error during upload: {message}" : "Error during upload: {message}", + "Unknown error during upload" : "Unknown error during upload", "Open the files app settings" : "Open the files app settings", "Files settings" : "Files settings", "File cannot be accessed" : "File cannot be accessed", @@ -274,6 +278,7 @@ "Templates" : "Templates", "Unable to initialize the templates directory" : "Unable to initialize the templates directory", "Created new folder \"{name}\"" : "Created new folder \"{name}\"", + "One of the dropped files could not be processed" : "One of the dropped files could not be processed", "Uploading \"{filename}\" failed" : "Uploading \"{filename}\" failed", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","{folderCount} folders"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} files"], |