nextcloud/apps/comments/l10n/fa.js

21 lines
1.1 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2020-01-29 05:18:13 +03:00
"Comments" : "نظرات",
"Edit comment" : "ویرایش توضیح",
"Delete comment" : "حذف توضیح",
"New comment …" : "توضیح جدید ...",
"Post" : "ارسال",
2016-02-17 09:56:11 +03:00
"Cancel" : "منصرف شدن",
2020-01-29 05:18:13 +03:00
"[Deleted user]" : "[کاربر حذف شده]",
"No comments yet, start the conversation!" : "هنوز هیچ نظری ندارید ، مکالمه را شروع کنید!",
"More comments …" : "نظرات بیشتر...",
2016-02-17 09:56:11 +03:00
"Save" : "ذخیره",
2020-01-29 05:18:13 +03:00
"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" : "هنگام ارسال نظر خطایی روی داد",
2016-02-17 09:56:11 +03:00
"Comment" : "نظر"
},
2020-01-29 05:18:13 +03:00
"nplurals=2; plural=(n > 1);");