Added translations to link text
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
<div class='relative'>
|
<div class='relative'>
|
||||||
<%= link_to 'download current selecction',admin_budget_budget_investments_path(csv_params), class: 'advanced-search small' %>
|
<%= link_to t("admin.budget_investments.index.download_current_selection"),
|
||||||
|
admin_budget_budget_investments_path(csv_params),
|
||||||
|
class: 'advanced-search small' %>
|
||||||
|
|
||||||
<h3><%= page_entries_info @investments %></h3>
|
<h3><%= page_entries_info @investments %></h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -138,6 +138,7 @@ en:
|
|||||||
undecided: "Undecided"
|
undecided: "Undecided"
|
||||||
selected: "Selected"
|
selected: "Selected"
|
||||||
select: "Select"
|
select: "Select"
|
||||||
|
download_current_selection: "Download current selection"
|
||||||
table_id: "ID"
|
table_id: "ID"
|
||||||
table_title: "Title"
|
table_title: "Title"
|
||||||
table_supports: "Supports"
|
table_supports: "Supports"
|
||||||
|
|||||||
@@ -139,6 +139,7 @@ es:
|
|||||||
undecided: "Sin decidir"
|
undecided: "Sin decidir"
|
||||||
selected: "Seleccionada"
|
selected: "Seleccionada"
|
||||||
select: "Seleccionar"
|
select: "Seleccionar"
|
||||||
|
download_current_selection: "Descargar selección actual"
|
||||||
table_id: "ID"
|
table_id: "ID"
|
||||||
table_title: "Título"
|
table_title: "Título"
|
||||||
table_supports: "Apoyos"
|
table_supports: "Apoyos"
|
||||||
|
|||||||
Reference in New Issue
Block a user