diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-27 00:19:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-27 00:19:31 +0000 |
commit | 3954d618265dc0050898b86651d2ee1108d72126 (patch) | |
tree | 37f3a74b2642aa5aeab80036f65b6d8896f6a7e3 /apps/files/l10n/ka.js | |
parent | 8702374d0438f6eba70204ac1e5ef656eb4666eb (diff) | |
download | nextcloud-server-3954d618265dc0050898b86651d2ee1108d72126.tar.gz nextcloud-server-3954d618265dc0050898b86651d2ee1108d72126.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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/ka.js b/apps/files/l10n/ka.js index 346ddd4711c..64998e688d2 100644 --- a/apps/files/l10n/ka.js +++ b/apps/files/l10n/ka.js @@ -175,7 +175,7 @@ OC.L10N.register( "\"{displayName}\" action executed successfully" : "\"{displayName}\" action executed successfully", "\"{displayName}\" action failed" : "\"{displayName}\" action failed", "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}", @@ -199,8 +199,6 @@ OC.L10N.register( "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", - "\"{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.", "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", @@ -271,7 +269,6 @@ OC.L10N.register( "Audio" : "Audio", "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", @@ -323,6 +320,9 @@ OC.L10N.register( "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", |