castopod/app/Language/sk/Fediverse.php

38 lines
1.2 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' => 'Vaša prezývka',
'your_handle_hint' => 'Enter the @username@domain you want to act from.',
'follow' => [
'label' => 'Nasledovať',
'title' => 'Nasledovať {actorDisplayName}',
'subtitle' => 'Budete nasledovať:',
'accountNotFound' => 'Účet nemožno nájsť.',
'remoteFollowNotAllowed' => 'Seems like the account server does not allow remote follows…',
'submit' => 'Pokračovať k nasledovaniu',
],
'favourite' => [
'title' => "Obľúbiť si príspevok od {actorDisplayName}",
'subtitle' => 'Idete si obľúbiť:',
'submit' => 'Pokračovať k obľúbeniu',
],
'reblog' => [
'title' => "Zdieľať príspevok od {actorDisplayName}",
'subtitle' => 'Budete zdieľať:',
'submit' => 'Pokračovať pre zdieľanie',
],
'reply' => [
'title' => "Odpovedať na príspevok od {actorDisplayName}",
'subtitle' => 'Idete odpovedať na:',
'submit' => 'Pokračovať k odpovedi',
],
];