diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-19 00:19:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-19 00:19:09 +0000 |
commit | 88c5e1ae6a2e936c6069ef57a735f1d0afcd6b68 (patch) | |
tree | faf116efcd62fa3281173628555e8d84cf267e19 /apps/files/l10n/en_GB.js | |
parent | 533dec0df0b3bcd2dd019424cb59744f68bae4c6 (diff) | |
download | nextcloud-server-88c5e1ae6a2e936c6069ef57a735f1d0afcd6b68.tar.gz nextcloud-server-88c5e1ae6a2e936c6069ef57a735f1d0afcd6b68.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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index bce8818ad3f..4fb2266ad8a 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -101,10 +101,12 @@ OC.L10N.register( "Your storage is almost full ({usedSpacePercent}%)." : "Your storage is almost full ({usedSpacePercent}%).", "_matches \"{filter}\"_::_match \"{filter}\"_" : ["matches \"{filter}\"","match \"{filter}\""], "View in folder" : "View in folder", + "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", "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", "Create new folder" : "Create new folder", "Upload file" : "Upload file", @@ -125,6 +127,7 @@ OC.L10N.register( "Restored by {user}" : "Restored by {user}", "Renamed by {user}" : "Renamed by {user}", "Moved by {user}" : "Moved by {user}", + "\"remote account\"" : "\"remote account\"", "You created {file}" : "You created {file}", "You created an encrypted file in {file}" : "You created an encrypted file in {file}", "{user} created {file}" : "{user} created {file}", @@ -302,6 +305,10 @@ OC.L10N.register( "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", "List of your files and folders." : "List of your files and folders.", + "Personal Files" : "Personal Files", + "List of your files and folders that are not shared." : "List of your files and folders that are not shared.", + "No personal files found" : "No personal files found", + "Files that are not shared will show up here." : "Files that are not shared will show up here.", "List of recently modified files and folders." : "List of recently modified files and folders.", "No recently modified files" : "No recently modified files", "Files and folders you recently modified will show up here." : "Files and folders you recently modified will show up here.", |