Relocate some locale entries.

This commit is contained in:
Senén Rodero Rodríguez
2017-06-24 20:47:44 +02:00
parent a9f1d41179
commit 60b3eac305
6 changed files with 6 additions and 6 deletions

View File

@@ -57,7 +57,7 @@
<div class="image-upload">
<%= f.file_field :image, accept: 'image/jpeg', label: false, class:'show-for-sr' %>
<br>
<%= f.label :image, t("images.upload_image"), class:'button' %>
<%= f.label :image, t("budgets.investments.form.image_label"), class:'button' %>
<p><%= investment_image_file_name(@investment) %></p>
</div>
</div>

View File

@@ -15,7 +15,7 @@
<div class="image-upload">
<%= f.file_field :image, accept: 'image/jpeg', label: false, class:'show-for-sr' %>
<br>
<%= f.label :image, t("images.upload_image"), class:'button' %>
<%= f.label :image, t("budgets.investments.edit_image.form.image_label"), class:'button' %>
<p><%= investment_image_file_name(@investment) %></p>
</div>
</div>

View File

@@ -55,6 +55,7 @@ en:
tags_instructions: "Tag this proposal. You can choose from proposed categories or add your own"
tags_label: Tags
tags_placeholder: "Enter the tags you would like to use, separated by commas (',')"
image_label: Upload image
index:
title: Participatory budgeting
unfeasible: Unfeasible investment projects
@@ -115,6 +116,7 @@ en:
add_note: 'Add an image to your investment project: %{title}'
edit_note: 'You are changing investment project image of: %{title}'
form:
image_label: Upload image
image_title: Image title
submit_button: Save image
remove_button: Remove image

View File

@@ -184,8 +184,6 @@ en:
geozones:
none: All city
all: All scopes
images:
upload_image: Upload Image
layouts:
application:
chrome: Google Chrome

View File

@@ -55,6 +55,7 @@ es:
tags_label: Temas
tag_category_label: "Categorías"
tags_placeholder: "Escribe las etiquetas que desees separadas por una coma (',')"
image_label: Subir una imagen
index:
title: Presupuestos participativos
unfeasible: Propuestas de inversión no viables
@@ -115,6 +116,7 @@ es:
add_note: 'Añade una imagen al proyecto de inversión: %{title}'
edit_note: 'Estas cambiando la imagen del proyecto de inversión: %{title}'
form:
image_label: Subir una imagen
image_title: 'Título de la imagen'
submit_button: Guardar imagen
remove_button: Eliminar imagen

View File

@@ -184,8 +184,6 @@ es:
geozones:
none: Toda la ciudad
all: Todos los ámbitos de actuación
images:
upload_image: Subir una imagen
layouts:
application:
chrome: Google Chrome