diff options
| author | tarteka <info@tarteka.net> | 2019-05-06 08:38:24 +0000 |
|---|---|---|
| committer | tarteka <info@tarteka.net> | 2019-05-06 08:38:24 +0000 |
| commit | bfd25a5c3f409dee076a2fb25c92c208ad29a296 (patch) | |
| tree | 49996174cb1aadccf4d315f109518d241bd5378d | |
| parent | 4819009d21692a1f14fee1e1dfd9b690bb952a6a (diff) | |
Update es.json
| -rw-r--r-- | src/i18n/es.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/i18n/es.json b/src/i18n/es.json index 6c8fd26a..2e38f859 100644 --- a/src/i18n/es.json +++ b/src/i18n/es.json @@ -420,6 +420,7 @@ "muted": "Silenciado", "per_day": "por día", "remote_follow": "Seguir", + "report": "Reportar", "statuses": "Estados", "unblock": "Desbloquear", "unblock_progress": "Desbloqueando...", @@ -452,6 +453,15 @@ "profile_does_not_exist": "Lo sentimos, este perfil no existe.", "profile_loading_error": "Lo sentimos, hubo un error al cargar este perfil." }, + "user_reporting": { + "title": "Reportando a {0}", + "add_comment_description": "El informe será enviado a los moderadores de su instancia. Puedes proporcionar una explicación de por qué estás reportando esta cuenta a continuación:", + "additional_comments": "Comentarios adicionales", + "forward_description": "La cuenta es de otro servidor. ¿Enviar una copia del informe allí también?", + "forward_to": "Reenviar a {0}", + "submit": "Enviar", + "generic_error": "Se produjo un error al procesar la solicitud." + }, "who_to_follow": { "more": "Más", "who_to_follow": "A quién seguir" @@ -477,4 +487,4 @@ "TiB": "TiB" } } -} +}
\ No newline at end of file |
