2022-03-30 15:09:35 +00: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 17:27:10 +00:00
|
|
|
'title' => [
|
|
|
|
'podcasting' => 'Podcasting platforms',
|
|
|
|
'social' => 'Social networks',
|
|
|
|
'funding' => 'Funding links',
|
|
|
|
],
|
|
|
|
'website' => 'Website',
|
2022-08-22 15:56:51 +00:00
|
|
|
'home_url' => 'Mont da lec\'hienn {platformName}',
|
2023-11-29 17:27:10 +00:00
|
|
|
'register' => 'Register',
|
2022-08-22 15:56:51 +00:00
|
|
|
'submit_url' => 'Kasit ho podkast war {platformName}',
|
2023-11-29 17:27:10 +00:00
|
|
|
'your_link' => 'Your link',
|
|
|
|
'your_id' => [
|
|
|
|
'podcasting' => 'Your ID',
|
|
|
|
'social' => 'Your ID',
|
|
|
|
'funding' => 'Your CTA',
|
|
|
|
],
|
|
|
|
'your_cta' => 'Your call to action',
|
2022-08-22 15:56:51 +00:00
|
|
|
'visible' => 'Diskouez e pajenn ar podkast?',
|
|
|
|
'on_embed' => 'Diskouez el lenner enkorfet?',
|
|
|
|
'remove' => 'Dilemel {platformName}',
|
|
|
|
'submit' => 'Enrollañ',
|
2022-03-30 15:09:35 +00:00
|
|
|
'messages' => [
|
2022-08-22 15:56:51 +00:00
|
|
|
'updateSuccess' => 'Hizivaet eo bet ereoù ar savennoù gant berzh!',
|
|
|
|
'removeLinkSuccess' => 'Dilamet eo bet ere ar savenn.',
|
2022-03-30 15:09:35 +00:00
|
|
|
'removeLinkError' =>
|
2022-08-22 15:56:51 +00:00
|
|
|
'N\'eo ket bet dilamet ere ar savenn. Klaskit en-dro.',
|
2022-03-30 15:09:35 +00:00
|
|
|
],
|
|
|
|
'description' => [
|
2022-08-22 15:56:51 +00:00
|
|
|
'podcasting' => 'ID ar podkast war ar savenn-mañ',
|
|
|
|
'social' => 'ID kont ar podkast war ar savenn-mañ',
|
|
|
|
'funding' => 'Kemennadenn evit broudañ',
|
2022-03-30 15:09:35 +00:00
|
|
|
],
|
|
|
|
];
|