castopod/modules/Admin/Language/fa/Platforms.php

44 lines
1.5 KiB
PHP

<?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' => [
'podcasting' => 'Podcasting platforms',
'social' => 'Social networks',
'funding' => 'Funding links',
],
'website' => 'Website',
'home_url' => 'رفتن به پایگاه وب {platformName}',
'register' => 'Register',
'submit_url' => 'ثبت پادکستتان روی {platformName}',
'your_link' => 'Your link',
'your_id' => [
'podcasting' => 'Your ID',
'social' => 'Your ID',
'funding' => 'Your CTA',
],
'your_cta' => 'Your call to action',
'visible' => 'نمایش در صفحهٔ خانگی پادکست؟',
'on_embed' => 'نمایش در پخش‌کنندهٔ تعبیه شده؟',
'remove' => 'برداشتن {platformName}',
'submit' => 'ذخیره',
'messages' => [
'updateSuccess' => 'پیوندهای بن‌سازه با موفّقیت به‌روز شدند!',
'removeLinkSuccess' => 'پیوند بن‌سازه برداشته شد.',
'removeLinkError' =>
'پیوند بن‌سازه نتوانست برداشته شود. دوباره تلاش کنید.',
],
'description' => [
'podcasting' => 'شناسهٔ پادکست روی این بن‌سازه',
'social' => 'شناسهٔ حساب پادکست روی این بن‌سازه',
'funding' => 'پیام فراخوانی کنش',
],
];