diff options
Diffstat (limited to 'apps/admin_audit')
-rw-r--r-- | apps/admin_audit/l10n/ar.js | 4 | ||||
-rw-r--r-- | apps/admin_audit/l10n/ar.json | 4 | ||||
-rw-r--r-- | apps/admin_audit/l10n/sk.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/sk.json | 5 |
4 files changed, 16 insertions, 4 deletions
diff --git a/apps/admin_audit/l10n/ar.js b/apps/admin_audit/l10n/ar.js index 7966ba4a1fc..b90808ff3ec 100644 --- a/apps/admin_audit/l10n/ar.js +++ b/apps/admin_audit/l10n/ar.js @@ -1,7 +1,7 @@ OC.L10N.register( "admin_audit", { - "Auditing / Logging" : "التدقيق / التسجيل", - "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "يوفر إمكانات التسجيل لـ Nextcloud مثل الوصول إلى ملف التسجيل أو الإجراءات الحساسة." + "Auditing / Logging" : "التدقيق / السجلات", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "خاصية سجلات المراقبة لـ نكست كلاود مثل الوصول إلى سجلات الملفات أو المعلومات الحساسة الاخرى." }, "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/apps/admin_audit/l10n/ar.json b/apps/admin_audit/l10n/ar.json index c5e4427f0a4..2af244c1fb0 100644 --- a/apps/admin_audit/l10n/ar.json +++ b/apps/admin_audit/l10n/ar.json @@ -1,5 +1,5 @@ { "translations": { - "Auditing / Logging" : "التدقيق / التسجيل", - "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "يوفر إمكانات التسجيل لـ Nextcloud مثل الوصول إلى ملف التسجيل أو الإجراءات الحساسة." + "Auditing / Logging" : "التدقيق / السجلات", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "خاصية سجلات المراقبة لـ نكست كلاود مثل الوصول إلى سجلات الملفات أو المعلومات الحساسة الاخرى." },"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/apps/admin_audit/l10n/sk.js b/apps/admin_audit/l10n/sk.js new file mode 100644 index 00000000000..f1ce1c3b098 --- /dev/null +++ b/apps/admin_audit/l10n/sk.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Auditovanie / zaznamenávanie udalostí", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Poskytuje možnosť zaznamenávania udalostí pre Nextcloud, ako je napríklad prístup k súborom alebo iných citlivých akcií." +}, +"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/admin_audit/l10n/sk.json b/apps/admin_audit/l10n/sk.json new file mode 100644 index 00000000000..75141cab9ac --- /dev/null +++ b/apps/admin_audit/l10n/sk.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "Auditovanie / zaznamenávanie udalostí", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Poskytuje možnosť zaznamenávania udalostí pre Nextcloud, ako je napríklad prístup k súborom alebo iných citlivých akcií." +},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" +}
\ No newline at end of file |