Add forgotten translation to locale files.

This commit is contained in:
Senén Rodero Rodríguez
2017-06-26 15:32:31 +02:00
parent 7c998e541e
commit 8ce237805c
3 changed files with 3 additions and 1 deletions

View File

@@ -43,7 +43,7 @@
remove_image_budget_investment_path(@investment.budget, @investment),
class: "button hollow alert",
method: :delete,
data: { confirm: "¿Está seguro que desea eliminar la imagen del proyecto?" } %>
data: { confirm: t("budgets.investments.edit_image.form.remove_alert") } %>
<% end %>
</div>

View File

@@ -120,6 +120,7 @@ en:
image_title: Image title
submit_button: Save image
remove_button: Remove image
remove_alert: Are you sure you want to remove the image?
recommendation_title: Image recomendations
recommendation_one: Projects that have images attract more attention than those that do not. If you have a picture suitable for your project upload.
recommendation_two: Give a descriptive title to the image.

View File

@@ -120,6 +120,7 @@ es:
image_title: 'Título de la imagen'
submit_button: Guardar imagen
remove_button: Eliminar imagen
remove_alert: ¿Está seguro que desea eliminar la imagen del proyecto?
recommendation_title: Recomendaciones para cambiar la imagen
recommendation_one: Los proyectos que tienen imágenes llaman más la atención que las que no la tienen. Si tienes una imagen adecuada para tu proyecto súbela.
recommendation_two: Dale un título descriptivo a la imagen.