From 0171538a2de576b77e291625bc19a154c169d30a Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Thu, 5 Jan 2017 17:23:50 +0100 Subject: [PATCH] updates i18n --- app/views/budgets/show.html.erb | 2 +- config/locales/budgets.en.yml | 8 ++++---- config/locales/budgets.es.yml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/views/budgets/show.html.erb b/app/views/budgets/show.html.erb index a9bcf339c..11d19d77b 100644 --- a/app/views/budgets/show.html.erb +++ b/app/views/budgets/show.html.erb @@ -14,7 +14,7 @@

<%= t('budget.show.phase') %>
- <%= t("budgets.phases.#{@budget.phase}") %> + <%= t("budget.phase.#{@budget.phase}") %>

<% if can?(:create, Budget::Investment.new(budget: @budget)) %> diff --git a/config/locales/budgets.en.yml b/config/locales/budgets.en.yml index fa3aa3dd9..d8a8f234c 100644 --- a/config/locales/budgets.en.yml +++ b/config/locales/budgets.en.yml @@ -26,11 +26,11 @@ en: phase: accepting: Accepting proposals reviewing: Reviewing proposals - selecting: Selecting - valuating: Valuating - balloting: Balloting + selecting: Selecting proposals + valuating: Valuating proposals + balloting: Balloting proposals reviewing_ballots: Reviewing Ballots - finished: Finished + finished: Finished budget groups: index: group_title: "Groups" diff --git a/config/locales/budgets.es.yml b/config/locales/budgets.es.yml index ad7d1025e..439910e64 100644 --- a/config/locales/budgets.es.yml +++ b/config/locales/budgets.es.yml @@ -26,11 +26,11 @@ es: phase: accepting: Aceptando propuestas reviewing: Revisando propuestas - selecting: Fase de selección - valuating: Fase de evaluación de propuestas - balloting: Fase de votación + selecting: Selección de propuestas + valuating: Evaluación de propuestas + balloting: Votación de propuestas reviewing_ballots: Contando resultados - finished: Terminado + finished: Presupuesto terminado groups: index: group_title: "Grupos"