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