mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-22 16:51:20 +00:00
38 lines
1.3 KiB
PHP
38 lines
1.3 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' => 'An t-aithnichear agad',
|
|
'your_handle_hint' => 'Cuir a-steach an @ainm_cleachdaiche@àrainn leis a ghabhas tu gnìomh.',
|
|
'follow' => [
|
|
'label' => 'Lean',
|
|
'title' => 'Lean {actorDisplayName}',
|
|
'subtitle' => 'Tha thu gu bhith leantainn:',
|
|
'accountNotFound' => 'Cha deach an cunntas a lorg.',
|
|
'remoteFollowNotAllowed' => 'Tha coltas nach gabh am frithealaiche ri leantainn chèin…',
|
|
'submit' => 'Lean air adhart gus a leantainn',
|
|
],
|
|
'favourite' => [
|
|
'title' => "Cuir am post aig {actorDisplayName} ris na h-annsachdan",
|
|
'subtitle' => 'Cuiridh tu seo ris na h-annsachdan:',
|
|
'submit' => 'Lean air adhart gus a chur ris na h-annsachdan',
|
|
],
|
|
'reblog' => [
|
|
'title' => "Co-roinn am post aig {actorDisplayName}",
|
|
'subtitle' => 'Tha thu gu bhith co-roinneadh:',
|
|
'submit' => 'Lean air adhart gus a cho-roinneadh',
|
|
],
|
|
'reply' => [
|
|
'title' => "Freagair dhan phost aig {actorDisplayName}",
|
|
'subtitle' => 'Tha thu gu bhith freagairt gu:',
|
|
'submit' => 'Lean air adhart gus freagairt dha',
|
|
],
|
|
];
|