diff options
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 1 | ||||
| -rw-r--r-- | src/i18n/es.json | 12 | ||||
| -rw-r--r-- | src/i18n/ru.json | 1 |
3 files changed, 13 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 6847646c..b4f0deb2 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -238,6 +238,7 @@ "reply_visibility_all": "Show all replies", "reply_visibility_following": "Only show replies directed at me or users I'm following", "reply_visibility_self": "Only show replies directed at me", + "autohide_floating_post_button": "Automatically hide New Post button (mobile)", "saving_err": "Error saving settings", "saving_ok": "Settings saved", "search_user_to_block": "Search whom you want to block", 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 diff --git a/src/i18n/ru.json b/src/i18n/ru.json index c4a55293..b3ab322d 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -157,6 +157,7 @@ "reply_visibility_all": "Показывать все ответы", "reply_visibility_following": "Показывать только ответы мне и тех на кого я подписан", "reply_visibility_self": "Показывать только ответы мне", + "autohide_floating_post_button": "Автоматически скрывать кнопку постинга (в мобильной версии)", "saving_err": "Не удалось сохранить настройки", "saving_ok": "Сохранено", "security_tab": "Безопасность", |
