From 48ae7296212ba33e2b17e04406963aad2b16e6e8 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 4 Jan 2024 00:44:46 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ka.js | 15 +++++++++++++++ l10n/ka.json | 13 +++++++++++++ 2 files changed, 28 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..f09c222 --- /dev/null +++ b/l10n/ka.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_fulltextsearch", + { + "Open folder" : "Open folder", + "Name" : "Name", + "Modified" : "Modified", + "Size" : "Size", + "Could not copy \"{file}\", target exists" : "Could not copy \"{file}\", target exists", + "Could not copy \"{file}\"" : "Could not copy \"{file}\"", + "Copied {origin} inside {destination}" : "Copied {origin} inside {destination}", + "Copied {origin} and {nbfiles} other files inside {destination}" : "Copied {origin} and {nbfiles} other files inside {destination}", + "Group folders" : "Group folders", + "Files" : "ფაილები" +}, +"nplurals=2; plural=(n!=1);"); diff --git a/l10n/ka.json b/l10n/ka.json new file mode 100644 index 0000000..b904044 --- /dev/null +++ b/l10n/ka.json @@ -0,0 +1,13 @@ +{ "translations": { + "Open folder" : "Open folder", + "Name" : "Name", + "Modified" : "Modified", + "Size" : "Size", + "Could not copy \"{file}\", target exists" : "Could not copy \"{file}\", target exists", + "Could not copy \"{file}\"" : "Could not copy \"{file}\"", + "Copied {origin} inside {destination}" : "Copied {origin} inside {destination}", + "Copied {origin} and {nbfiles} other files inside {destination}" : "Copied {origin} and {nbfiles} other files inside {destination}", + "Group folders" : "Group folders", + "Files" : "ფაილები" +},"pluralForm" :"nplurals=2; plural=(n!=1);" +} \ No newline at end of file