From fc318a6c29f127c1134f2b656c5416d20ebbb558 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 4 Jan 2024 01:51:17 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ka.js | 25 +++++++++++++++++++++++++ l10n/ka.json | 23 +++++++++++++++++++++++ 2 files changed, 48 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 000000000..0aacf592e --- /dev/null +++ b/l10n/ka.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "viewer", + { + "Edit" : "Edit", + "Open sidebar" : "Open sidebar", + "Download" : "Download", + "Delete" : "Delete", + "View" : "View", + "Name" : "Name", + "Save" : "Save", + "Back" : "Back", + "Loading …" : "Loading …", + "Reset" : "Reset", + "Cancel" : "Cancel", + "Continue" : "Continue", + "Undo" : "Undo", + "Custom" : "Custom", + "Blur" : "Blur", + "Value" : "Value", + "Image" : "Image", + "Text" : "Text", + "Size" : "Size", + "Position" : "Position" +}, +"nplurals=2; plural=(n!=1);"); diff --git a/l10n/ka.json b/l10n/ka.json new file mode 100644 index 000000000..3c6219336 --- /dev/null +++ b/l10n/ka.json @@ -0,0 +1,23 @@ +{ "translations": { + "Edit" : "Edit", + "Open sidebar" : "Open sidebar", + "Download" : "Download", + "Delete" : "Delete", + "View" : "View", + "Name" : "Name", + "Save" : "Save", + "Back" : "Back", + "Loading …" : "Loading …", + "Reset" : "Reset", + "Cancel" : "Cancel", + "Continue" : "Continue", + "Undo" : "Undo", + "Custom" : "Custom", + "Blur" : "Blur", + "Value" : "Value", + "Image" : "Image", + "Text" : "Text", + "Size" : "Size", + "Position" : "Position" +},"pluralForm" :"nplurals=2; plural=(n!=1);" +} \ No newline at end of file