diff options
Diffstat (limited to 'apps/comments/l10n/fa.js')
-rw-r--r-- | apps/comments/l10n/fa.js | 14 |
1 files changed, 13 insertions, 1 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);"); |