diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-21 00:39:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-21 00:39:03 +0000 |
commit | b3e05f2b194ce6047844fe150b84328705f357d1 (patch) | |
tree | 0ce23cf9419784a50314c29f636571b892d2ce16 /apps/files/l10n/ka.js | |
parent | c016b934d43b060c925bc6f71b2250120d7f7c3a (diff) | |
download | nextcloud-server-b3e05f2b194ce6047844fe150b84328705f357d1.tar.gz nextcloud-server-b3e05f2b194ce6047844fe150b84328705f357d1.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ka.js')
-rw-r--r-- | apps/files/l10n/ka.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/ka.js b/apps/files/l10n/ka.js index d4b1a496c50..6f62cec9a9b 100644 --- a/apps/files/l10n/ka.js +++ b/apps/files/l10n/ka.js @@ -178,7 +178,6 @@ OC.L10N.register( "Upload successful" : "Upload successful", "\"{displayName}\" action executed successfully" : "\"{displayName}\" action executed successfully", "\"{displayName}\" action failed" : "\"{displayName}\" action failed", - "Select the row for {displayName}" : "Select the row for {displayName}", "Rename file" : "Rename file", "File name" : "File name", "Folder name" : "Folder name", @@ -196,8 +195,6 @@ OC.L10N.register( "Could not copy {file}. {message}" : "Could not copy {file}. {message}", "Could not move {file}. {message}" : "Could not move {file}. {message}", "Total rows summary" : "Total rows summary", - "Select all" : "Select all", - "Unselect all" : "Unselect all", "\"{displayName}\" failed on some elements " : "\"{displayName}\" failed on some elements ", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" batch action executed successfully", "List of files and folders." : "List of files and folders.", @@ -296,6 +293,7 @@ OC.L10N.register( "Files and folders you recently modified will show up here." : "Files and folders you recently modified will show up here.", "Toggle %1$s sublist" : "Toggle %1$s sublist", "No entries found in this folder" : "No entries found in this folder", + "Select all" : "Select all", "Upload too large" : "Upload too large", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "The files you are trying to upload exceed the maximum size for file uploads on this server.", "Text file" : "Text file", @@ -313,7 +311,9 @@ OC.L10N.register( "Pending shares" : "Pending shares", "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}", + "Select the row for {displayName}" : "Select the row for {displayName}", "Open folder {name}" : "Open folder {name}", + "Unselect all" : "Unselect all", "ascending" : "ascending", "descending" : "descending", "Sort list by {column} ({direction})" : "Sort list by {column} ({direction})", |