diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-21 02:18:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-21 02:18:44 +0000 |
commit | 2c21adb5a65787b378172adc0257f6d11bbf1428 (patch) | |
tree | fd69227ae820ab5ad3c473d0e841d7eda7955a54 /apps/comments/l10n/ar.js | |
parent | 766590d204e29a946effb5cc8cdad32a4236778a (diff) | |
download | nextcloud-server-2c21adb5a65787b378172adc0257f6d11bbf1428.tar.gz nextcloud-server-2c21adb5a65787b378172adc0257f6d11bbf1428.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/ar.js')
-rw-r--r-- | apps/comments/l10n/ar.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/comments/l10n/ar.js b/apps/comments/l10n/ar.js index a0a1622bb0e..b518d265850 100644 --- a/apps/comments/l10n/ar.js +++ b/apps/comments/l10n/ar.js @@ -11,18 +11,19 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "<strong>تعليقات</strong> على الملفات", "Edit comment" : "تعديل التعليق", "Delete comment" : "حذف التعليق", + "No comments yet, start the conversation!" : "لا يوجد تعليقات, ابدأ النقاش الآن!", + "Retry" : "أعد المحاولة", + "_%n unread comment_::_%n unread comments_" : ["%n تعليق غير مقروء","%n تعليق غير مقروء","تعليقان غير مقروءة","%n تعليقات غير مقروء","%n تعليق غير مقروء","%n تعليق غير مقروء"], + "Comment" : "تعليق", "New comment …" : "تعليق جديد", "Post" : "ارسال", "Cancel" : "إلغاء", "[Deleted user]" : "[مستخدم محذوف]", - "No comments yet, start the conversation!" : "لا يوجد تعليقات, ابدأ النقاش الآن!", "More comments …" : "مزيد من التعليقات...", "Save" : "حفظ", "Allowed characters {count} of {max}" : "عدد الأحرف المسموح بها {count} من {max}", "Error occurred while retrieving comment with ID {id}" : "حدث خطأ عند محاولة إيجاد التعليق المعرف بـ {id}", "Error occurred while updating comment with id {id}" : "حصل خطأ أثناء تعديل التعليق رقم {id}", - "Error occurred while posting comment" : "حصل خطأ أثناء إرسال التعليق", - "_%n unread comment_::_%n unread comments_" : ["%n تعليق غير مقروء","%n تعليق غير مقروء","تعليقان غير مقروءة","%n تعليقات غير مقروء","%n تعليق غير مقروء","%n تعليق غير مقروء"], - "Comment" : "تعليق" + "Error occurred while posting comment" : "حصل خطأ أثناء إرسال التعليق" }, "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;"); |