castopod/app/Language/gd/Fediverse.php

38 lines
1.3 KiB
PHP
Raw Normal View History

2022-07-04 15:27:21 +02:00
<?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' => [
2022-11-25 18:44:19 +01:00
'label' => 'Lean',
'title' => 'Lean {actorDisplayName}',
'subtitle' => 'Tha thu gu bhith leantainn:',
2022-07-04 15:27:21 +02:00
'accountNotFound' => 'Cha deach an cunntas a lorg.',
'remoteFollowNotAllowed' => 'Tha coltas nach gabh am frithealaiche ri leantainn chèin…',
2022-11-25 18:44:19 +01:00
'submit' => 'Lean air adhart gus a leantainn',
2022-07-04 15:27:21 +02:00
],
'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',
],
];