diff --git a/app/views/admin/budgets/_form.html.erb b/app/views/admin/budgets/_form.html.erb
index ff61aed54..22a774b76 100644
--- a/app/views/admin/budgets/_form.html.erb
+++ b/app/views/admin/budgets/_form.html.erb
@@ -14,5 +14,5 @@
<%= f.select :currency_symbol, budget_currency_symbol_select_options %>
- <%= f.submit t("admin.budgets.new.submit"), class: "button success" %>
+ <%= f.submit nil, class: "button success" %>
<% end %>
diff --git a/config/locales/activerecord.en.yml b/config/locales/activerecord.en.yml
index 9feabbb8a..a9c4ba1bc 100644
--- a/config/locales/activerecord.en.yml
+++ b/config/locales/activerecord.en.yml
@@ -43,7 +43,13 @@ en:
attributes:
budget:
name: "Name"
- descripcion: "Description"
+ description_accepting: "Description during Accepting phase"
+ description_reviewing: "Description during Reviewing phase"
+ description_selecting: "Description during Selecting phase"
+ description_valuating: "Description during Valuating phase"
+ description_balloting: "Description during Balloting phase"
+ description_reviewing_ballots: "Description during Reviewing Ballots phase"
+ description_finished: "Description when the budget is finished"
phase: "Phase"
currency_symbol: "Currency"
budget/investment:
diff --git a/config/locales/activerecord.es.yml b/config/locales/activerecord.es.yml
index 631d18741..b781de267 100644
--- a/config/locales/activerecord.es.yml
+++ b/config/locales/activerecord.es.yml
@@ -43,7 +43,13 @@ es:
attributes:
budget:
name: "Nombre"
- description: "Descripción"
+ description_accepting: "Descripción durante la fase de aceptación"
+ description_reviewing: "Descripción durante la fase de revisión"
+ description_selecting: "Descripción durante la fase de selección"
+ description_valuating: "Descripción durante la fase de evaluación"
+ description_balloting: "Descripción duratne la fase de votación"
+ description_reviewing_ballots: "Descripción durante la fase de revisión de votos"
+ description_finished: "Descripción cuando el presupuesto ha finalizado"
phase: "Fase"
currency_symbol: "Divisa"
budget/investment:
diff --git a/config/locales/admin.en.yml b/config/locales/admin.en.yml
index 078cee398..f77846e86 100755
--- a/config/locales/admin.en.yml
+++ b/config/locales/admin.en.yml
@@ -74,7 +74,6 @@ en:
title: Edit Participatory budget
new:
title: New participatory budget
- submit: Create budget
show:
phase: Current phase
currency: Currency
diff --git a/config/locales/admin.es.yml b/config/locales/admin.es.yml
index c1a8b752e..90e658dd4 100644
--- a/config/locales/admin.es.yml
+++ b/config/locales/admin.es.yml
@@ -74,7 +74,6 @@ es:
title: Editar campaña de presupuestos participativos
new:
title: Nuevo presupuesto ciudadano
- submit: Crear presupuesto
show:
phase: Fase actual
currency: Divisa
diff --git a/config/locales/budgets.en.yml b/config/locales/budgets.en.yml
index d35c3def8..974f412eb 100644
--- a/config/locales/budgets.en.yml
+++ b/config/locales/budgets.en.yml
@@ -24,10 +24,12 @@ en:
title: Select a heading
budget:
phase:
- on_hold: On hold
accepting: Accepting proposals
+ reviewing: Reviewing proposals
selecting: Selecting
+ valuating: Valuating
balloting: Balloting
+ reviewing_ballots: Reviewing Ballots
finished: Finished
groups:
index:
diff --git a/config/locales/budgets.es.yml b/config/locales/budgets.es.yml
index 948b396fd..db24dba79 100644
--- a/config/locales/budgets.es.yml
+++ b/config/locales/budgets.es.yml
@@ -24,10 +24,12 @@ es:
title: Selecciona una partida
budget:
phase:
- on_hold: En pausa
accepting: Aceptando propuestas
+ reviewing: Revisando propuestas
selecting: Fase de selección
- balloting: Fase de Votación
+ valuating: Fase de evaluación de propuestas
+ balloting: Fase de votación
+ reviewing_ballots: Contando resultados
finished: Terminado
groups:
index: