From 0ca26e0406ce353a5d82ab2e4e9e1bb087d922e2 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 4 Jan 2024 01:32:07 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ka.js | 21 +++++++++++++++++++++ l10n/ka.json | 19 +++++++++++++++++++ 2 files changed, 40 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 00000000..75ab99e9 --- /dev/null +++ b/l10n/ka.js @@ -0,0 +1,21 @@ +OC.L10N.register( + "social", + { + "Help" : "Help", + "Open documentation" : "Open documentation", + "Home" : "Home", + "Notifications" : "Notifications", + "Profile" : "Profile", + "In reply to" : "In reply to", + "Add emoji" : "Add emoji", + "Delete" : "Delete", + "Website" : "Website", + "No results found" : "No results found", + "Reply" : "Reply", + "Deny" : "Deny", + "Close" : "Close", + "Continue" : "Continue", + "User not found" : "User not found", + "Public" : "Public" +}, +"nplurals=2; plural=(n!=1);"); diff --git a/l10n/ka.json b/l10n/ka.json new file mode 100644 index 00000000..01384545 --- /dev/null +++ b/l10n/ka.json @@ -0,0 +1,19 @@ +{ "translations": { + "Help" : "Help", + "Open documentation" : "Open documentation", + "Home" : "Home", + "Notifications" : "Notifications", + "Profile" : "Profile", + "In reply to" : "In reply to", + "Add emoji" : "Add emoji", + "Delete" : "Delete", + "Website" : "Website", + "No results found" : "No results found", + "Reply" : "Reply", + "Deny" : "Deny", + "Close" : "Close", + "Continue" : "Continue", + "User not found" : "User not found", + "Public" : "Public" +},"pluralForm" :"nplurals=2; plural=(n!=1);" +} \ No newline at end of file