diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-27 00:19:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-27 00:19:22 +0000 |
commit | 1198f64d24c0f2dd5f7bb1b2ddb4fef03699191c (patch) | |
tree | 1b60dddbcaf3bf4eb702699a5dbe09385fc431bb /apps/files/l10n/en_GB.json | |
parent | 602ef72477fa0b9a1f889a25fe70a0a3143edc80 (diff) | |
download | nextcloud-server-1198f64d24c0f2dd5f7bb1b2ddb4fef03699191c.tar.gz nextcloud-server-1198f64d24c0f2dd5f7bb1b2ddb4fef03699191c.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 | 31 |
1 files changed, 25 insertions, 6 deletions
diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index a0602f17f93..b855595f443 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -185,10 +185,12 @@ "Toggle selection for file \"{displayName}\"" : "Toggle selection for file \"{displayName}\"", "Toggle selection for folder \"{displayName}\"" : "Toggle selection for folder \"{displayName}\"", "Rename file" : "Rename file", - "File name" : "File name", + "Filename" : "Filename", "Folder name" : "Folder name", "This node is unavailable" : "This node is unavailable", "Download file {name}" : "Download file {name}", + "Another entry with the same name already exists." : "Another entry with the same name already exists.", + "Invalid filename." : "Invalid filename.", "Renamed \"{oldName}\" to \"{newName}\"" : "Renamed \"{oldName}\" to \"{newName}\"", "Could not rename \"{oldName}\", it does not exist any more" : "Could not rename \"{oldName}\", it does not exist any more", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name.", @@ -206,15 +208,15 @@ "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", + "Storage information" : "Storage information", + "Storage quota" : "Storage quota", "{usedQuotaByte} used" : "{usedQuotaByte} used", "{relative}% used" : "{relative}% used", "Could not refresh storage stats" : "Could not refresh storage stats", "Your storage is full, files can not be updated or synced anymore!" : "Your storage is full, files can not be updated or synced anymore!", "Create" : "Create", - "A file or folder with that name already exists." : "A file or folder with that name already exists.", - "Invalid file name" : "Invalid file name", - "\"{char}\" is not allowed inside a file name." : "\"{char}\" is not allowed inside a file name.", - "\"{name}\" is not an allowed filetype." : "\"{name}\" is not an allowed filetype.", + "Fill template fields" : "Fill template fields", + "Submitting fields…" : "Submitting fields…", "Submit" : "Submit", "Transfer ownership of a file or folder" : "Transfer ownership of a file or folder", "Choose file or folder to transfer" : "Choose file or folder to transfer", @@ -244,6 +246,7 @@ "Error during upload: {message}" : "Error during upload: {message}", "Error during upload, status code {status}" : "Error during upload, status code {status}", "Unknown error during upload" : "Unknown error during upload", + "Filter filenames…" : "Filter filenames…", "Views" : "Views", "Files settings" : "Files settings", "File cannot be accessed" : "File cannot be accessed", @@ -300,11 +303,17 @@ "Today" : "Today", "Last 7 days" : "Last 7 days", "Last 30 days" : "Last 30 days", + "This year ({year})" : "This year ({year})", + "Last year ({year})" : "Last year ({year})", "Documents" : "Documents", + "Spreadsheets" : "Spreadsheets", + "Presentations" : "Presentations", + "PDFs" : "PDFs", + "Folders" : "Folders", "Audio" : "Audio", + "Pictures and images" : "Pictures and images", "Videos" : "Videos", "Created new folder \"{name}\"" : "Created new folder \"{name}\"", - "Filename" : "Filename", "Unable to initialize the templates directory" : "Unable to initialize the templates directory", "Create new templates folder" : "Create new templates folder", "Templates" : "Templates", @@ -329,6 +338,11 @@ "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file and {folderCount} folder","1 file and {folderCount} folders"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} file and 1 folder","{fileCount} files and 1 folder"], "{fileCount} files and {folderCount} folders" : "{fileCount} files and {folderCount} folders", + "Filename must not be empty." : "Filename must not be empty.", + "\"{char}\" is not allowed inside a filename." : "\"{char}\" is not allowed inside a filename.", + "\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" is a reserved name and not allowed for filenames.", + "\"{extension}\" is not an allowed filetype." : "\"{extension}\" is not an allowed filetype.", + "Filenames must not end with \"{extension}\"." : "Filenames must not end with \"{extension}\".", "List of favorites files and folders." : "List of favourite files and folders.", "No favorites yet" : "No favourites yet", "Files and folders you mark as favorite will show up here" : "Files and folders you mark as favourite will show up here", @@ -374,9 +388,14 @@ "Shared with you" : "Shared with you", "Deleted shares" : "Deleted shares", "Pending shares" : "Pending shares", + "File name" : "File name", + "\"{char}\" is not allowed inside a file name." : "\"{char}\" is not allowed inside a file name.", + "\"{name}\" is not an allowed filetype." : "\"{name}\" is not an allowed filetype.", "{newName} already exists." : "{newName} already exists.", "Name cannot be empty" : "Name cannot be empty", "Another entry with the same name already exists" : "Another entry with the same name already exists", + "A file or folder with that name already exists." : "A file or folder with that name already exists.", + "Invalid file name" : "Invalid file name", "The files is locked" : "The files is locked" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |