From 084668c170e44926fe745371c4207f6c58fb4064 Mon Sep 17 00:00:00 2001 From: victorhck Date: Fri, 18 Nov 2016 20:39:40 +0100 Subject: started sp translations config locales --- config/locales/es.yml | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 config/locales/es.yml (limited to 'config/locales/es.yml') diff --git a/config/locales/es.yml b/config/locales/es.yml new file mode 100644 index 000000000..36c547957 --- /dev/null +++ b/config/locales/es.yml @@ -0,0 +1,59 @@ +--- +en: + about: + about_instance: "%{instance} es una instancia de Mastodon." + about_mastodon: Mastodon es un servidor de red social libre y de código abierto. Una alternativa descentralizada a plataformas comerciales, que evita el riesgo de que una única compañía monopolice tu comunicación. Cualquiera puede ejecutar Mastodon y participar sin problemas en la red social. + get_started: Comenzar + source_code: Código fuente + terms: Términos de uso + accounts: + follow: Seguir + followers: Seguidores + following: Siguiendo + nothing_here: ¡No hay nada aquí! + people_followed_by: Usuarios a quien %{name} sigue + people_who_follow: Usuarios que siguen a %{name} + posts: Publicaciones + unfollow: Dejar de seguir + application_mailer: + signature: Notificaciones de Mastodon desde %{instance} + auth: + change_password: Cambiar contraseña + didnt_get_confirmation: ¿No recibió instrucciones de confirmación? + forgot_password: ¿Olvidó su contraseña? + login: Iniciar sesión + register: Registrarse + resend_confirmation: Resend confirmation instructions + reset_password: Reset password + set_new_password: Set new password + generic: + changes_saved_msg: Changes successfully saved! + powered_by: powered by %{link} + save_changes: Save changes + validation_errors: + one: Something isn't quite right yet! Please review the error below + other: Something isn't quite right yet! Please review %{count} errors below + notification_mailer: + favourite: + body: 'Your status was favourited by %{name}:' + subject: "%{name} favourited your status" + follow: + body: "%{name} is now following you!" + subject: "%{name} is now following you" + mention: + body: 'You were mentioned by %{name} in:' + subject: You were mentioned by %{name} + reblog: + body: 'Your status was reblogged by %{name}:' + subject: "%{name} reblogged your status" + pagination: + next: Next + prev: Prev + settings: + edit_profile: Edit profile + preferences: Preferences + stream_entries: + favourited: favourited a post by + is_now_following: is now following + will_paginate: + page_gap: "…" -- cgit From a05fe70c2468be7435b9170e72407fbb1d6f4b94 Mon Sep 17 00:00:00 2001 From: Victorhck Date: Fri, 18 Nov 2016 23:04:26 +0100 Subject: finished spanish translation for es.yml --- config/locales/es.yml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'config/locales/es.yml') diff --git a/config/locales/es.yml b/config/locales/es.yml index 36c547957..16be99a53 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -23,37 +23,37 @@ en: forgot_password: ¿Olvidó su contraseña? login: Iniciar sesión register: Registrarse - resend_confirmation: Resend confirmation instructions - reset_password: Reset password - set_new_password: Set new password + resend_confirmation: Volver a enviar las instrucciones de confirmación + reset_password: Restablecer contraseña + set_new_password: Establecer nueva contraseña generic: - changes_saved_msg: Changes successfully saved! + changes_saved_msg: ¡Cambios guardados con éxito! powered_by: powered by %{link} - save_changes: Save changes + save_changes: Guardar cambios validation_errors: - one: Something isn't quite right yet! Please review the error below - other: Something isn't quite right yet! Please review %{count} errors below + one: ¡Algo no está todavía bien! Por favor, revise el error más abajo + other: ¡Algo no está todavía bien! Por favor, revise %{count} errores más abajo notification_mailer: favourite: - body: 'Your status was favourited by %{name}:' - subject: "%{name} favourited your status" + body: 'Su estado fue marcado como favorito por %{name}:' + subject: "%{name} marcó como favorito su estado" follow: - body: "%{name} is now following you!" - subject: "%{name} is now following you" + body: "¡%{name} le está ahora siguiendo!" + subject: "%{name} le esta ahora siguiendo" mention: - body: 'You were mentioned by %{name} in:' - subject: You were mentioned by %{name} + body: 'Fue mencionado por %{name} en:' + subject: Fue mencionado por %{name} reblog: - body: 'Your status was reblogged by %{name}:' - subject: "%{name} reblogged your status" + body: 'Su estado fue vuelto a publicar por %{name}:' + subject: "%{name} volvió a publicar su estado" pagination: - next: Next - prev: Prev + next: Próximo + prev: Anterior settings: - edit_profile: Edit profile - preferences: Preferences + edit_profile: Editar perfil + preferences: Preferencias stream_entries: - favourited: favourited a post by - is_now_following: is now following + favourited: marcado como favorito por + is_now_following: está ahora siguiendo will_paginate: page_gap: "…" -- cgit