mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-22 16:51:20 +00:00

otetranome - Portuguese, Brazilian; Portuguese forght - German glottis0q - German ernestoacostame - Spanish Lucian I. Last (lil5) - Dutch ButterflyOfFire (BoFFire) - Arabic eorn - Breton Angelos Chouvardas (achouvardas) - Greek Russian Retro (retrograde) - Russian cExplorer - German GabiSnow - Spanish CTHTC - German Romain de Laage (rdelaage) - Spanish LuuzViir (Spanish) Samuel Roland (samuelroland) - French thelama - Portuguese
38 lines
1.2 KiB
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' => 'Tu identificador',
|
|
'your_handle_hint' => 'Ingresa tu usuario@dominio desde el que quieres seguir.',
|
|
'follow' => [
|
|
'label' => 'Seguir',
|
|
'title' => 'Seguir a {actorDisplayName}',
|
|
'subtitle' => 'Vas a seguir a:',
|
|
'accountNotFound' => 'No se encuentra la cuenta.',
|
|
'remoteFollowNotAllowed' => 'Parece que el servidor de cuenta no permite seguimientos remotos…',
|
|
'submit' => 'Proceder a seguir',
|
|
],
|
|
'favourite' => [
|
|
'title' => "Publicación favorita de {actorDisplayName}",
|
|
'subtitle' => 'Vas a marcar como favorito:',
|
|
'submit' => 'Proceder a marcar como favorito',
|
|
],
|
|
'reblog' => [
|
|
'title' => "Compartir la publicación de {actorDisplayName}",
|
|
'subtitle' => 'Usted va a compartir:',
|
|
'submit' => 'Proceder a compartir',
|
|
],
|
|
'reply' => [
|
|
'title' => "Responder a la publicación de {actorDisplayName}",
|
|
'subtitle' => 'Vas a responder a:',
|
|
'submit' => 'Continuar con la respuesta',
|
|
],
|
|
];
|