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

44 lines
1.5 KiB
PHP
Raw Normal View History

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