diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-22 00:20:19 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-22 00:20:19 +0000 |
commit | be46ca3658189913c46f4c9cfb3bff407948236f (patch) | |
tree | 933d0a69a3ddab434ce326695c8024b45e160096 /apps/admin_audit/l10n | |
parent | e24efd171963dc04c4164bc890b9001c057575da (diff) | |
download | nextcloud-server-be46ca3658189913c46f4c9cfb3bff407948236f.tar.gz nextcloud-server-be46ca3658189913c46f4c9cfb3bff407948236f.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/admin_audit/l10n')
-rw-r--r-- | apps/admin_audit/l10n/ar.js | 4 | ||||
-rw-r--r-- | apps/admin_audit/l10n/ar.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/admin_audit/l10n/ar.js b/apps/admin_audit/l10n/ar.js index b90808ff3ec..79a453f51b6 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." : "خاصية سجلات المراقبة لـ نكست كلاود مثل الوصول إلى سجلات الملفات أو المعلومات الحساسة الاخرى." + "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 2af244c1fb0..1df25e3c65c 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." : "خاصية سجلات المراقبة لـ نكست كلاود مثل الوصول إلى سجلات الملفات أو المعلومات الحساسة الاخرى." + "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 |