castopod/app/Language/fa/Fediverse.php

38 lines
1.4 KiB
PHP

<?php
declare(strict_types=1);
/**
* @copyright 2021 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'your_handle' => 'Your handle',
'your_handle_hint' => 'Enter the @username@domain you want to act from.',
'follow' => [
'label' => 'پی‌گیری',
'title' => 'پی‌گیری {actorDisplayName}',
'subtitle' => 'دارید پی می‌گیرید:',
'accountNotFound' => 'حساب پیدا نشد.',
'remoteFollowNotAllowed' => 'به نظر کارساز حساب اجازهٔ پی‌گیری‌های دوردست را نمی‌دهد…',
'submit' => 'ادامه برای پی‌گیری',
],
'favourite' => [
'title' => "برگزیدن فرستهٔ {actorDisplayName}",
'subtitle' => 'دارید برمی‌گزینید:',
'submit' => 'ادامه برای برگزیدن',
],
'reblog' => [
'title' => "هم‌رسانی فرستهٔ {actorDisplayName}",
'subtitle' => 'دارید هم می‌رسانید:',
'submit' => 'ادامه برای هم‌رسانی',
],
'reply' => [
'title' => "پاسخ به فرستهٔ {actorDisplayName}",
'subtitle' => 'دارید پاسخ می‌دهید به:',
'submit' => 'ادامه برای پاسخ',
],
];