From 97c80d5ad2b4591348484a2fdee3bd852233c3df Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 4 Jan 2024 00:26:25 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ka.js | 14 ++++++++++++++ l10n/ka.json | 12 ++++++++++++ 2 files changed, 26 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..f054357c --- /dev/null +++ b/l10n/ka.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "assistant", + { + "View" : "View", + "Artificial Intelligence" : "Artificial Intelligence", + "Result" : "Result", + "Copy" : "Copy", + "Close" : "Close", + "Image generation" : "Image generation", + "Preview" : "Preview", + "Advanced options" : "Advanced options", + "Send" : "Send" +}, +"nplurals=2; plural=(n!=1);"); diff --git a/l10n/ka.json b/l10n/ka.json new file mode 100644 index 00000000..b4d54c73 --- /dev/null +++ b/l10n/ka.json @@ -0,0 +1,12 @@ +{ "translations": { + "View" : "View", + "Artificial Intelligence" : "Artificial Intelligence", + "Result" : "Result", + "Copy" : "Copy", + "Close" : "Close", + "Image generation" : "Image generation", + "Preview" : "Preview", + "Advanced options" : "Advanced options", + "Send" : "Send" +},"pluralForm" :"nplurals=2; plural=(n!=1);" +} \ No newline at end of file