nextcloud/apps/comments/l10n/fa.js
Nextcloud bot dad4644546
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-06-18 00:22:59 +00:00

38 lines
2.7 KiB
JavaScript
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"comments",
{
"Comments" : "نظرات",
"You commented" : "شما نظر دادید",
"{author} commented" : "{author} نظر داد",
"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} نظر داد",
"<strong>Comments</strong> for files" : "<strong>نظرات</strong> برای فایل‌ها",
"Files" : "فایل‌ها",
"You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "شما در \"{file}\"، در نظری از طرف حسابی که حذف شده، منشن شدید",
"{user} mentioned you in a comment on \"{file}\"" : "{user} شما را در نظری روی \"{file}\" منشن کرد",
"Go to file" : "رفتن به فایل",
"Files app plugin to add comments to files" : "افزونهٔ برنامهٔ فایل‌ها برای افزودن نظر به فایل‌ها",
"Edit comment" : "ویرایش نظر",
"Delete comment" : "حذف نظر",
"Cancel edit" : "لغو ویرایش",
"New comment" : "نظر جدید",
"Write a comment …" : "نظر بنویسید…",
"Post comment" : "ارسال نظر",
"@ for mentions, : for emoji, / for smart picker" : "@ برای منشن، : برای ایموجی، / برای انتخابگر هوشمند",
"Could not reload comments" : "بارگیری مجدد نظرات ممکن نشد",
"Failed to mark comments as read" : "علامت‌گذاری نظرات به عنوان خوانده‌شده انجام نشد",
"Unable to load the comments list" : "بارگیری لیست نظرات ممکن نیست",
"No comments yet, start the conversation!" : "هنوز نظری نیست، گفتگو را شروع کنید!",
"No more messages" : "پیام دیگری وجود ندارد",
"Retry" : "تلاش مجدد",
"_1 new comment_::_{unread} new comments_" : ["۱ دیدگاه جدید","{unread} دیدگاه جدید"],
"Comment" : "نظر",
"An error occurred while trying to edit the comment" : "هنگام تلاش برای ویرایش نظر خطایی رخ داد",
"Comment deleted" : "نظر حذف شد",
"An error occurred while trying to delete the comment" : "هنگام تلاش برای حذف نظر خطایی رخ داد",
"An error occurred while trying to create the comment" : "هنگام تلاش برای ایجاد نظر خطایی رخ داد",
"Write a comment …" : "نظر بنویسید…"
},
"nplurals=2; plural=(n > 1);");