From 96de31f1f6c2ce1b66751941334b1621fe225f42 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 4 Jan 2024 02:27:44 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ka.js | 28 ++++++++++++++++++++++++++++ l10n/ka.json | 26 ++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 l10n/ka.js create mode 100644 l10n/ka.json diff --git a/l10n/ka.js b/l10n/ka.js new file mode 100644 index 0000000..0a262a2 --- /dev/null +++ b/l10n/ka.js @@ -0,0 +1,28 @@ +OC.L10N.register( + "bbb", + { + "Public" : "Public", + "Back to %s" : "Back to %s", + "Save" : "Save", + "Community" : "Community", + "Display name" : "Display name", + "Password" : "პაროლი", + "Join" : "Join", + "Hello %s" : "Hello %s", + "Group" : "Group", + "No matches" : "No matches", + "Name" : "Name", + "Edit" : "Edit", + "Welcome" : "Welcome", + "Miscellaneous" : "Miscellaneous", + "Recording" : "Recording", + "Create" : "Create", + "Copy to clipboard" : "Copy to clipboard", + "Delete" : "Delete", + "Error" : "Error", + "moderator" : "moderator", + "Share" : "Share", + "Loading" : "Loading", + "Settings saved" : "Settings saved" +}, +"nplurals=2; plural=(n!=1);"); diff --git a/l10n/ka.json b/l10n/ka.json new file mode 100644 index 0000000..c55aa6a --- /dev/null +++ b/l10n/ka.json @@ -0,0 +1,26 @@ +{ "translations": { + "Public" : "Public", + "Back to %s" : "Back to %s", + "Save" : "Save", + "Community" : "Community", + "Display name" : "Display name", + "Password" : "პაროლი", + "Join" : "Join", + "Hello %s" : "Hello %s", + "Group" : "Group", + "No matches" : "No matches", + "Name" : "Name", + "Edit" : "Edit", + "Welcome" : "Welcome", + "Miscellaneous" : "Miscellaneous", + "Recording" : "Recording", + "Create" : "Create", + "Copy to clipboard" : "Copy to clipboard", + "Delete" : "Delete", + "Error" : "Error", + "moderator" : "moderator", + "Share" : "Share", + "Loading" : "Loading", + "Settings saved" : "Settings saved" +},"pluralForm" :"nplurals=2; plural=(n!=1);" +} \ No newline at end of file