From 5710a5e1348d49b55929075b9c978a13bd08cb4d Mon Sep 17 00:00:00 2001 From: kikito Date: Thu, 6 Aug 2015 18:53:40 +0200 Subject: [PATCH] Adds missing i18n labels and removes unused ones --- config/locales/devise_views.es.yml | 4 ++-- config/locales/en.yml | 13 +++++++------ config/locales/es.yml | 13 ++++++++----- config/locales/responders.en.yml | 10 +++++----- config/locales/responders.es.yml | 10 +++++----- 5 files changed, 27 insertions(+), 23 deletions(-) diff --git a/config/locales/devise_views.es.yml b/config/locales/devise_views.es.yml index 1fa6fe880..e7adee639 100644 --- a/config/locales/devise_views.es.yml +++ b/config/locales/devise_views.es.yml @@ -55,7 +55,7 @@ es: new: title: "Registrarse" first_name_label: "Nombre" - last_name_label: "Apellido" + last_name_label: "Apellidos" email_label: "Email" password_label: "Contraseña" min_length: "(mínimo %{min} caracteres)" @@ -80,4 +80,4 @@ es: signin_with_provider: "Entrar con %{provider}" new_password: "¿Olvidaste tu contraseña?" new_confirmation: "¿No has recibido instrucciones para confirmar tu cuenta?" - new_unlock: "¿No has recibido instrucciones para desbloquear?" \ No newline at end of file + new_unlock: "¿No has recibido instrucciones para desbloquear?" diff --git a/config/locales/en.yml b/config/locales/en.yml index caf4bdbad..4907f14c0 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -20,12 +20,9 @@ en: votes: votes comment: Comment comments: Comments - agree: I agree - disagree: I disagree - leave_comment: Comment form: one_error: error - plural_errors: errors + multiple_errors: errors not_saved: "prohibited this debate from being saved:" debate_title: Debate title title_instructions: "SBe clear and precise with the title, but make it informative" @@ -56,12 +53,16 @@ en: agree: I agree disagree: I disagree supports: Supports - notice_thanks: "Thanks for voting." - notice_already_registered: "Your vote is already registered." account: show: title: "My account" save_changes_submit: "Save changes" + change_credentials_link: "Change my credentials" + first_name_label: "First Name" + last_name_label: "Last Name" + recaptcha: + errors: + verification_failed: "The captcha verification failed" shared: tags_cloud: tags: Tags diff --git a/config/locales/es.yml b/config/locales/es.yml index 98f75bac7..f9f41995e 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -20,11 +20,9 @@ es: votes: votos comment: Comentario comments: Comentarios - agree: Estoy de acuerdo - disagree: No estoy de acuerdo form: one_error: error - plural_errors: errores + multiple_errors: errores not_saved: "impidieron guardar el debate:" debate_title: Título del debate title_instructions: "Sé claro y conciso a la hora de poner un título, pero recuerda que debe explicar bien tu idea, ¡es tu carta de entrada!" @@ -55,12 +53,17 @@ es: agree: Estoy de acuerdo disagree: No estoy de acuerdo supports: Apoyos - notice_thanks: "Gracias por votar." - notice_already_registered: "Tu voto ya ha sido registrado." account: show: title: "Mi cuenta" save_changes_submit: "Guardar cambios" + change_credentials_link: "Cambiar mi contraseña" + first_name_label: "Nombre" + last_name_label: "Apellidos" + recaptcha: + errors: + verification_failed: "La verificación por captcha falló" shared: tags_cloud: tags: Etiquetas + diff --git a/config/locales/responders.en.yml b/config/locales/responders.en.yml index cd0d93fe8..41c13a326 100644 --- a/config/locales/responders.en.yml +++ b/config/locales/responders.en.yml @@ -4,12 +4,12 @@ en: create: notice: '%{resource_name} was successfully created.' # alert: '%{resource_name} could not be created.' - update: - notice: '%{resource_name} was successfully updated.' + # update: + # notice: '%{resource_name} was successfully updated.' # alert: '%{resource_name} could not be updated.' - destroy: - notice: '%{resource_name} was successfully destroyed.' - alert: '%{resource_name} could not be destroyed.' + # destroy: + # notice: '%{resource_name} was successfully destroyed.' + # alert: '%{resource_name} could not be destroyed.' save_changes: notice: "Saved" diff --git a/config/locales/responders.es.yml b/config/locales/responders.es.yml index ad8012f9e..e11fbccbc 100644 --- a/config/locales/responders.es.yml +++ b/config/locales/responders.es.yml @@ -3,10 +3,10 @@ es: actions: create: notice: "%{resource_name} creado correctamente." - update: - notice: "%{resource_name} actualizado correctamente." - destroy: - notice: "%{resource_name} borrado correctamente." - alert: "%{resource_name} no ha podido ser borrado." + # update: + # notice: "%{resource_name} actualizado correctamente." + # destroy: + # notice: "%{resource_name} borrado correctamente." + # alert: "%{resource_name} no ha podido ser borrado." save_changes: notice: "Cambios guardados"