diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-14 00:19:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-14 00:19:42 +0000 |
commit | 91f23469c41c307803c6bab019c1c2245d1150ee (patch) | |
tree | 4d4759f33cc4473a086882325a1e65e97dd76324 /apps/files_sharing/l10n/ar.js | |
parent | c416abbb7fa6acd8bc01613cd930ca57a8762a52 (diff) | |
download | nextcloud-server-91f23469c41c307803c6bab019c1c2245d1150ee.tar.gz nextcloud-server-91f23469c41c307803c6bab019c1c2245d1150ee.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/l10n/ar.js')
-rw-r--r-- | apps/files_sharing/l10n/ar.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/ar.js b/apps/files_sharing/l10n/ar.js index 245b0763ee9..1c11d107f3d 100644 --- a/apps/files_sharing/l10n/ar.js +++ b/apps/files_sharing/l10n/ar.js @@ -209,7 +209,7 @@ OC.L10N.register( "Create" : "أنشِيء", "Share" : "مُشارَكة", "Delete share" : "حذف المشاركة", - "Share with " : "شَارِك مع", + "Share with" : "شارِكه مع", "Save share" : "حفظ المشاركة", "Update share" : "تحديث المشاركة", "Others with access" : "الآخرون الذين لديهم حق الوصول", @@ -303,6 +303,7 @@ OC.L10N.register( "Expiration date enforced" : "فرض تاريخ انتهاء الصلاحية المشاركة", "Password protect" : "حماية بكلمة مرور", "Science Mesh" : "Science Mesh", - "Update" : "تحديث" + "Update" : "تحديث", + "Share with " : "شَارِك مع" }, "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;"); |