diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-14 00:20:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-14 00:20:14 +0000 |
commit | 67b4ddd27624dc3663cebe171ef7c439db7464fc (patch) | |
tree | 88e5c7ce3bd509a5de7609f75afe8368ffd3c1e9 /apps/files/l10n/en_GB.json | |
parent | c01e413c15a1d7a020eb518ffa0eba36b4c0eb29 (diff) | |
download | nextcloud-server-67b4ddd27624dc3663cebe171ef7c439db7464fc.tar.gz nextcloud-server-67b4ddd27624dc3663cebe171ef7c439db7464fc.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 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index 4c8168cf00a..100b3207c0e 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -102,7 +102,7 @@ "Direct link was copied (only works for people who have access to this file/folder)" : "Direct link was copied (only works for people who have access to this file/folder)", "Path" : "Path", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "Favourited", + "Favorited" : "Added to Favouries", "Favorite" : "Favourite", "Copy direct link (only works for people who have access to this file/folder)" : "Copy direct link (only works for people who have access to this file/folder)", "New folder" : "New folder", @@ -295,15 +295,24 @@ "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", + "Your browser does not support the Filesystem API. Directories will not be uploaded" : "Your browser does not support the Filesystem API. Directories will not be uploaded", + "No files to upload" : "No files to upload", + "Unable to create the directory {directory}" : "Unable to create the directory {directory}", "Some files could not be uploaded" : "Some files could not be uploaded", "Files uploaded successfully" : "Files uploaded successfully", + "No files to process" : "No files to process", + "Some files could not be copied" : "Some files could not be copied", "Some files could not be moved" : "Some files could not be moved", + "Files copied successfully" : "Files copied successfully", + "Files moved successfully" : "Files moved successfully", + "Conflicts resolution skipped" : "Conflicts resolution skipped", + "Upload cancelled" : "Upload cancelled", "_{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"], "_{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", - "List of favorites files and folders." : "List of favourites files and folders.", + "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", "All files" : "All files", @@ -323,7 +332,7 @@ "New text file.txt" : "New text file.txt", "Direct link was copied (only works for users who have access to this file/folder)" : "Direct link was copied (only works for users who have access to this file/folder)", "Copy direct link (only works for users who have access to this file/folder)" : "Copy direct link (only works for users who have access to this file/folder)", - "You can only favorite a single file or folder at a time" : "You can only favourite a single file or folder at a time", + "You can only favorite a single file or folder at a time" : "You can only mark a single file or folder as favourite at a time", "This file has the tag {tag}" : "This file has the tag {tag}", "This file has the tags {firstTags} and {lastTag}" : "This file has the tags {firstTags} and {lastTag}", "\"remote user\"" : "\"remote user\"", |