Skip to content
Snippets Groups Projects
  • Yassine Doghri's avatar
    7b71f797
    chore: new Crowdin updates · 7b71f797
    Yassine Doghri authored
    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
    7b71f797
    History
    chore: new Crowdin updates
    Yassine Doghri authored
    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
Fediverse.php 1.21 KiB
<?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',
    ],
];