diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-22 00:20:30 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-22 00:20:30 +0000 |
commit | 39993a60791f5e60ec5b748382aca8a503a1cfd4 (patch) | |
tree | 53822eea9f1f9468ca4a387ff2da0468acedd480 /apps/admin_audit/l10n | |
parent | 5f7b82a7b456163a1b886984203e30a6c31ca03c (diff) | |
download | nextcloud-server-39993a60791f5e60ec5b748382aca8a503a1cfd4.tar.gz nextcloud-server-39993a60791f5e60ec5b748382aca8a503a1cfd4.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 |