diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-11 00:20:46 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-11 00:20:46 +0000 |
commit | 8f517325f577c64562cad10be9195d2d706e82f5 (patch) | |
tree | 4590e176cdaca2443e8c1e928be8e8cddf8412b5 /core/l10n/ka.js | |
parent | 28a30a6ea89974601a5cf849fb480238df906060 (diff) | |
download | nextcloud-server-8f517325f577c64562cad10be9195d2d706e82f5.tar.gz nextcloud-server-8f517325f577c64562cad10be9195d2d706e82f5.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/ka.js')
-rw-r--r-- | core/l10n/ka.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/ka.js b/core/l10n/ka.js index 372fe5dafba..f8b952b5f48 100644 --- a/core/l10n/ka.js +++ b/core/l10n/ka.js @@ -95,6 +95,8 @@ OC.L10N.register( "More apps" : "More apps", "Currently open" : "Currently open", "_{count} notification_::_{count} notifications_" : ["{count} notification","{count} notifications"], + "No" : "No", + "Yes" : "Yes", "Custom date range" : "Custom date range", "Pick start date" : "Pick start date", "Pick end date" : "Pick end date", @@ -191,8 +193,6 @@ OC.L10N.register( "{name} version {version} and above" : "{name} version {version} and above", "Settings menu" : "Settings menu", "Avatar of {displayName}" : "Avatar of {displayName}", - "No" : "No", - "Yes" : "Yes", "Choose {file}" : "Choose {file}", "Choose" : "Choose", "Copy to {target}" : "Copy to {target}", @@ -200,7 +200,6 @@ OC.L10N.register( "Move to {target}" : "Move to {target}", "Move" : "Move", "OK" : "OK", - "Error loading message template: {error}" : "Error loading message template: {error}", "read-only" : "read-only", "_{count} file conflict_::_{count} file conflicts_" : ["{count} file conflict","{count} file conflicts"], "One file conflict" : "One file conflict", @@ -433,6 +432,7 @@ OC.L10N.register( "\"{name}\" is not an allowed filetype" : "\"{name}\" is not an allowed filetype", "{newName} already exists" : "{newName} already exists", "Error loading file picker template: {error}" : "Error loading file picker template: {error}", + "Error loading message template: {error}" : "Error loading message template: {error}", "Show list view" : "Show list view", "Show grid view" : "Show grid view", "Pending" : "Pending", |