castopod/app/Language/sv/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' => 'Ditt handtag',
'your_handle_hint' => 'Ange @användarnamn@domän som du vill agera från.',
'follow' => [
'label' => 'Följ',
'title' => 'Följ {actorDisplayName}',
'subtitle' => 'Du kommer att följa:',
'accountNotFound' => 'Det gick inte att hitta kontot.',
'remoteFollowNotAllowed' => 'Verkar som om kontots server inte tillåter fjärråtkomst följare…',
'submit' => 'Fortsätt för att följa',
],
'favourite' => [
'title' => "Favorit {actorDisplayName}s inlägg",
'subtitle' => 'Du kommer att favorisera:',
'submit' => 'Fortsätt för att favorisera',
],
'reblog' => [
'title' => "Dela {actorDisplayName}s inlägg",
'subtitle' => 'Du kommer att dela:',
'submit' => 'Fortsätt för att dela',
],
'reply' => [
'title' => "Svara på {actorDisplayName}s inlägg",
'subtitle' => 'Du kommer att svara på:',
'submit' => 'Fortsätt för att svara',
],
];