From 28fb39c89509a739eae86e744e6c7626b8292f35 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 5 Feb 2023 02:58:55 +0000 Subject: =?UTF-8?q?Fix(l10n):=20=F0=9F=94=A0=20Update=20translations=20fro?= =?UTF-8?q?m=20Transifex?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nextcloud bot --- l10n/hy.js | 12 ++++++++++++ l10n/hy.json | 10 ++++++++++ 2 files changed, 22 insertions(+) create mode 100644 l10n/hy.js create mode 100644 l10n/hy.json (limited to 'l10n') diff --git a/l10n/hy.js b/l10n/hy.js new file mode 100644 index 00000000..d440ec72 --- /dev/null +++ b/l10n/hy.js @@ -0,0 +1,12 @@ +OC.L10N.register( + "social", + { + "Help" : "Օգնություն", + "Home" : "Սկիզբ", + "Notifications" : "Ծանուցում", + "Delete" : "հեռացնել", + "Edit" : "մշակել", + "Close" : "Փակել", + "Continue" : "Շարունակել" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/hy.json b/l10n/hy.json new file mode 100644 index 00000000..b36a0985 --- /dev/null +++ b/l10n/hy.json @@ -0,0 +1,10 @@ +{ "translations": { + "Help" : "Օգնություն", + "Home" : "Սկիզբ", + "Notifications" : "Ծանուցում", + "Delete" : "հեռացնել", + "Edit" : "մշակել", + "Close" : "Փակել", + "Continue" : "Շարունակել" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file -- cgit v1.2.3