diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-02-27 01:12:05 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-02-27 01:12:05 +0000 |
commit | 36b01e3c2d4033f690b30b4fcf92711da28cb2ed (patch) | |
tree | 1821b439cb9ee787894fef8fb69a9949938d6157 /apps/comments/l10n/ar.js | |
parent | c2da3bf1d9820f4031d63daa9bb9e055a3723528 (diff) | |
download | nextcloud-server-36b01e3c2d4033f690b30b4fcf92711da28cb2ed.tar.gz nextcloud-server-36b01e3c2d4033f690b30b4fcf92711da28cb2ed.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/ar.js')
-rw-r--r-- | apps/comments/l10n/ar.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/apps/comments/l10n/ar.js b/apps/comments/l10n/ar.js index 85c1031a5a7..3d4aa8372d5 100644 --- a/apps/comments/l10n/ar.js +++ b/apps/comments/l10n/ar.js @@ -1,25 +1,25 @@ OC.L10N.register( "comments", { + "Comments" : "تعليقات", + "You commented" : "قمت بكتابة تعليق", + "%1$s commented" : "%1$s كتب تعليق", + "You commented on {file}" : "علقت على {file}", + "%1$s commented on %2$s" : "%1$s كتب تعليق على %2$s", + "{author} commented on {file}" : "{author} علّق على {file}", + "<strong>Comments</strong> for files" : "<strong>تعليقات</strong> على الملفات", "Edit comment" : "تعديل التعليق", "Delete comment" : "حذف التعليق", "New comment …" : "تعليق جديد", "Post" : "ارسال", "Cancel" : "إلغاء", "[Deleted user]" : "[مستخدم محذوف]", - "Comments" : "تعليقات", "No comments yet, start the conversation!" : "لا يوجد تعليقات, ابدأ النقاش الآن!", "More comments …" : "مزيد من التعليقات...", "Save" : "حفظ", "Allowed characters {count} of {max}" : "عدد الأحرف المسموح بها {count} من {max}", "Error occurred while updating comment with id {id}" : "حصل خطأ أثناء تعديل التعليق رقم {id}", "Error occurred while posting comment" : "حصل خطأ أثناء إرسال التعليق", - "Comment" : "تعليق", - "You commented" : "قمت بكتابة تعليق", - "%1$s commented" : "%1$s كتب تعليق", - "You commented on {file}" : "علقت على {file}", - "%1$s commented on %2$s" : "%1$s كتب تعليق على %2$s", - "{author} commented on {file}" : "{author} علّق على {file}", - "<strong>Comments</strong> for files" : "<strong>تعليقات</strong> على الملفات" + "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;"); |