diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-01-29 02:18:13 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-01-29 02:18:13 +0000 |
commit | 0585c76d1682f89bce154a181b5d7c5d40ed8f70 (patch) | |
tree | 12bad86f4dd14dd8515652c00671b33aeaf3e61b /apps/comments | |
parent | edd37368fd101439d7c9a9683aeb39b3844945c3 (diff) | |
download | nextcloud-server-0585c76d1682f89bce154a181b5d7c5d40ed8f70.tar.gz nextcloud-server-0585c76d1682f89bce154a181b5d7c5d40ed8f70.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/fa.js | 14 | ||||
-rw-r--r-- | apps/comments/l10n/fa.json | 14 |
2 files changed, 26 insertions, 2 deletions
diff --git a/apps/comments/l10n/fa.js b/apps/comments/l10n/fa.js index 2eed645ec36..c0ab10529c7 100644 --- a/apps/comments/l10n/fa.js +++ b/apps/comments/l10n/fa.js @@ -1,8 +1,20 @@ OC.L10N.register( "comments", { + "Comments" : "نظرات", + "Edit comment" : "ویرایش توضیح", + "Delete 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 {id Er خطایی رخ داد", + "Error occurred while updating comment with id {id}" : "هنگام به روزرسانی نظر با شناسه شناسه Er خطایی روی داد", + "Error occurred while posting comment" : "هنگام ارسال نظر خطایی روی داد", "Comment" : "نظر" }, -"nplurals=1; plural=0;"); +"nplurals=2; plural=(n > 1);"); diff --git a/apps/comments/l10n/fa.json b/apps/comments/l10n/fa.json index 5b99e9f2896..52ce32a5cd9 100644 --- a/apps/comments/l10n/fa.json +++ b/apps/comments/l10n/fa.json @@ -1,6 +1,18 @@ { "translations": { + "Comments" : "نظرات", + "Edit comment" : "ویرایش توضیح", + "Delete 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 {id Er خطایی رخ داد", + "Error occurred while updating comment with id {id}" : "هنگام به روزرسانی نظر با شناسه شناسه Er خطایی روی داد", + "Error occurred while posting comment" : "هنگام ارسال نظر خطایی روی داد", "Comment" : "نظر" -},"pluralForm" :"nplurals=1; plural=0;" +},"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file |