This way we can simplify the way we generate form fields. In some cases, we also use the human attribute in table headers, which IMHO makes sense. I haven't moved all of them: for example, sometimes a label is different depending on whether it's shown to administrators, valuators, or users. And I haven't touched the ones related to devise, since I wasn't sure about possible side effects. Note I've also removed placeholders when they had the same text as their labels, since they weren't helpful. On the contrary, the added redundant text to the form, potentially distracting users.
20 lines
825 B
YAML
20 lines
825 B
YAML
es:
|
|
images:
|
|
remove_image: Eliminar imagen
|
|
form:
|
|
title: Imagen descriptiva
|
|
title_placeholder: Añade un título descriptivo para la imagen
|
|
delete_button: Eliminar imagen
|
|
note: "Puedes subir una imagen en los formatos: %{accepted_content_types}, y de hasta %{max_file_size} MB por archivo."
|
|
add_new_image: Añadir imagen
|
|
admin_title: "Imagen"
|
|
admin_alt_text: "Texto alternativo para la imagen"
|
|
actions:
|
|
destroy:
|
|
notice: La imagen se ha eliminado correctamente.
|
|
alert: La imagen no se ha podido eliminar.
|
|
errors:
|
|
messages:
|
|
in_between: debe estar entre %{min} y %{max}
|
|
wrong_content_type: El tipo de contenido %{content_type} de la imagen no coincide con ninguno de los tipos de contenido aceptados %{accepted_content_types}
|