From 5d95aa7bc598deab4782cae1fdbc7dead884ae3b Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 6 Aug 2023 01:02:37 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/fa.js | 8 ++++++++ l10n/fa.json | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 l10n/fa.js create mode 100644 l10n/fa.json diff --git a/l10n/fa.js b/l10n/fa.js new file mode 100644 index 0000000..c1fd560 --- /dev/null +++ b/l10n/fa.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "integration_moodle", + { + "Bad HTTP method" : "روش HTTP بد", + "Bad credentials" : "اعتبارنامه بد", + "Connected accounts" : "حساب‌های متصل" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/l10n/fa.json b/l10n/fa.json new file mode 100644 index 0000000..76ebf61 --- /dev/null +++ b/l10n/fa.json @@ -0,0 +1,6 @@ +{ "translations": { + "Bad HTTP method" : "روش HTTP بد", + "Bad credentials" : "اعتبارنامه بد", + "Connected accounts" : "حساب‌های متصل" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file