mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00
44 lines
1.5 KiB
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' => 'پیام فراخوانی کنش',
|
|
],
|
|
];
|