Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I18n maintenance #2279

Merged
merged 3 commits into from
Jan 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -14,7 +14,7 @@ def create

if @answer.save
redirect_to admin_answer_images_path(@answer),
notice: "Image uploaded successfully"
notice: t("flash.actions.create.poll_question_answer_image")
else
render :new
end
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en/admin.yml
Expand Up @@ -68,7 +68,7 @@ en:
new_link: Create new budget
filter: Filter
filters:
current: Open
open: Open
finished: Finished
budget_investments: See budget investments
table_name: Name
Expand Down
3 changes: 2 additions & 1 deletion config/locales/en/responders.yml
Expand Up @@ -9,6 +9,7 @@ en:
poll_booth: "Booth created successfully."
poll_question_answer: "Answer created successfully"
poll_question_answer_video: "Video created successfully"
poll_question_answer_image: "Image uploaded successfully"
proposal: "Proposal created successfully."
proposal_notification: "Your message has been sent correctly."
spending_proposal: "Spending proposal created successfully. You can access it from %{activity}"
Expand All @@ -31,4 +32,4 @@ en:
budget_investment: "Investment project deleted succesfully."
error: "Could not delete"
topic: "Topic deleted successfully."
poll_question_answer_video: "Answer video deleted successfully."
poll_question_answer_video: "Answer video deleted successfully."
4 changes: 2 additions & 2 deletions config/locales/es/admin.yml
Expand Up @@ -68,7 +68,7 @@ es:
new_link: Crear nuevo presupuesto
filter: Filtro
filters:
current: Abiertos
open: Abiertos
finished: Terminados
budget_investments: Ver propuestas de inversión
table_name: Nombre
Expand Down Expand Up @@ -252,7 +252,7 @@ es:
without_confirmed_hide: Pendientes
title: Usuarios bloqueados
user: Usuario
no_hidden_users: No hay uusarios bloqueados.
no_hidden_users: No hay usuarios bloqueados.
show:
email: 'Email:'
hidden_at: 'Bloqueado:'
Expand Down
1 change: 1 addition & 0 deletions config/locales/es/responders.yml
Expand Up @@ -9,6 +9,7 @@ es:
poll_booth: "Urna creada correctamente."
poll_question_answer: "Respuesta creada correctamente"
poll_question_answer_video: "Vídeo creado correctamente"
poll_question_answer_image: "Imagen cargada correctamente"
proposal: "Propuesta creada correctamente."
proposal_notification: "Tu mensaje ha sido enviado correctamente."
spending_proposal: "Propuesta de inversión creada correctamente. Puedes acceder a ella desde %{activity}"
Expand Down
1 change: 1 addition & 0 deletions config/locales/fr/responders.yml
Expand Up @@ -10,6 +10,7 @@ fr:
poll_booth: "Urne créée avec succès."
poll_question_answer: "Réponse créée avec succès"
poll_question_answer_video: "Vidéo créée avec succès"
poll_question_answer_image: "Image téléchargée avec succès"
proposal: "Proposition créée avec succès."
proposal_notification: "Votre message a correctement été envoyé."
spending_proposal: "Proposition de dépense créée avec succès. Vous pouvez y accéder depuis %{activity}"
Expand Down