castopod/app/Language/fa/Comment.php

33 lines
1020 B
PHP
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.

<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'title' => "دیدگاه {actorDisplayName} روی {episodeTitle}",
'back_to_comments' => 'بازکشت به نظرها',
'form' => [
'episode_message_placeholder' => 'نوشتن دیدگاه…',
'reply_to_placeholder' => 'پاسخ به @{actorUsername}',
'submit' => 'فرستادن',
'submit_reply' => 'پاسخ',
],
'likes' => '{numberOfLikes, plural,
other {# پسند}
}',
'replies' => '{numberOfReplies, plural,
other {# پاسخ}
}',
'like' => 'پسند',
'reply' => 'پاسخ',
'view_replies' => 'دیدن پاسخ‌ها ({numberOfReplies})',
'block_actor' => 'انسداد کاربر @{actorUsername}',
'block_domain' => 'انسداد دامنهٔ @{actorDomain}',
'delete' => 'حذف دیدگاه',
];