diff options
Diffstat (limited to 'apps/admin_audit')
-rw-r--r-- | apps/admin_audit/l10n/fa.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/fa.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/fa.js b/apps/admin_audit/l10n/fa.js new file mode 100644 index 00000000000..4e2482ee604 --- /dev/null +++ b/apps/admin_audit/l10n/fa.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "حسابرسی / ورود به سیستم", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "قابلیتهای ثبتنام را برای نکستکلود فراهم میکند، مانند ثبت دسترسی به فایلها یا اقدامات حساس دیگر." +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/admin_audit/l10n/fa.json b/apps/admin_audit/l10n/fa.json new file mode 100644 index 00000000000..7a7e09bfcdb --- /dev/null +++ b/apps/admin_audit/l10n/fa.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "حسابرسی / ورود به سیستم", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "قابلیتهای ثبتنام را برای نکستکلود فراهم میکند، مانند ثبت دسترسی به فایلها یا اقدامات حساس دیگر." +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file |