diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-04-12 00:12:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-04-12 00:12:50 +0000 |
commit | 090aa512341d0b86bf4d90474f3ec9064e5a0717 (patch) | |
tree | 09ce17da45900042a7ab536575d2491de8ea5642 /apps/comments | |
parent | 053e23723fde67978169a6ab7a587b7338a5675f (diff) | |
download | nextcloud-server-090aa512341d0b86bf4d90474f3ec9064e5a0717.tar.gz nextcloud-server-090aa512341d0b86bf4d90474f3ec9064e5a0717.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/ar.js | 2 | ||||
-rw-r--r-- | apps/comments/l10n/ar.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/comments/l10n/ar.js b/apps/comments/l10n/ar.js index 3d4aa8372d5..27dd4611497 100644 --- a/apps/comments/l10n/ar.js +++ b/apps/comments/l10n/ar.js @@ -4,6 +4,7 @@ OC.L10N.register( "Comments" : "تعليقات", "You commented" : "قمت بكتابة تعليق", "%1$s commented" : "%1$s كتب تعليق", + "You commented on %1$s" : "لقد علقت على %1$s", "You commented on {file}" : "علقت على {file}", "%1$s commented on %2$s" : "%1$s كتب تعليق على %2$s", "{author} commented on {file}" : "{author} علّق على {file}", @@ -20,6 +21,7 @@ OC.L10N.register( "Allowed characters {count} of {max}" : "عدد الأحرف المسموح بها {count} من {max}", "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" : "تعليق" }, "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/comments/l10n/ar.json b/apps/comments/l10n/ar.json index 581fe5eeb52..65c6113dc86 100644 --- a/apps/comments/l10n/ar.json +++ b/apps/comments/l10n/ar.json @@ -2,6 +2,7 @@ "Comments" : "تعليقات", "You commented" : "قمت بكتابة تعليق", "%1$s commented" : "%1$s كتب تعليق", + "You commented on %1$s" : "لقد علقت على %1$s", "You commented on {file}" : "علقت على {file}", "%1$s commented on %2$s" : "%1$s كتب تعليق على %2$s", "{author} commented on {file}" : "{author} علّق على {file}", @@ -18,6 +19,7 @@ "Allowed characters {count} of {max}" : "عدد الأحرف المسموح بها {count} من {max}", "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" : "تعليق" },"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 |