From 8caee1d32c86b6b6a84c6e7688a48ea64cb98f8e Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 24 Apr 2022 03:41:13 +0000 Subject: [PATCH] [tx-robot] updated from transifex Signed-off-by: Nextcloud bot --- l10n/ar.js | 6 ++++++ l10n/ar.json | 4 ++++ l10n/vi.js | 6 ++++++ l10n/vi.json | 4 ++++ 4 files changed, 20 insertions(+) create mode 100644 l10n/ar.js create mode 100644 l10n/ar.json create mode 100644 l10n/vi.js create mode 100644 l10n/vi.json diff --git a/l10n/ar.js b/l10n/ar.js new file mode 100644 index 0000000..23d2d83 --- /dev/null +++ b/l10n/ar.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "epubreader", + { + "menu" : "القائمة " +}, +"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/l10n/ar.json b/l10n/ar.json new file mode 100644 index 0000000..d6097c6 --- /dev/null +++ b/l10n/ar.json @@ -0,0 +1,4 @@ +{ "translations": { + "menu" : "القائمة " +},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" +} \ No newline at end of file diff --git a/l10n/vi.js b/l10n/vi.js new file mode 100644 index 0000000..6cbc8bd --- /dev/null +++ b/l10n/vi.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "epubreader", + { + "menu" : "menu" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/vi.json b/l10n/vi.json new file mode 100644 index 0000000..4078e88 --- /dev/null +++ b/l10n/vi.json @@ -0,0 +1,4 @@ +{ "translations": { + "menu" : "menu" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file