explicar que se puede usar ctrl/cmd para agregar varias imagenes a la vez

This commit is contained in:
f 2018-12-14 10:55:37 -03:00
parent 5d89afdd64
commit 81cd5d261b
No known key found for this signature in database
GPG key ID: F3FDAB97B5F9F7E7
3 changed files with 3 additions and 3 deletions

View file

@ -10,4 +10,4 @@
multiple: template.multiple?,
accept: 'image/*'
- if template.multiple?
%small.text-muted.form-text= t('posts.image.multiple')
%small.text-muted.form-text= raw t('posts.image.multiple')

View file

@ -239,7 +239,7 @@ en:
number:
max: 'The maximum value is %{max}'
image:
multiple: 'You can select several images'
multiple: 'You can select several images by holding the <kbd>Ctrl</kbd> or <kbd>Cmd</kbd> kbd in your kbdboard.'
url: 'The address must start with http:// or https://'
invalid_help: It looks like the form is incomplete. Check the red-colored fields to complete it.
sending_help: Saving, please wait...

View file

@ -246,7 +246,7 @@ es:
number:
max: 'El valor máximo es %{max}'
image:
multiple: 'Puedes seleccionar varias imágenes'
multiple: 'Puedes seleccionar varias imágenes usando la tecla <kbd>Ctrl</kbd> o <kbd>Cmd</kbd> en tu teclado.'
url: 'La dirección debe comenzar con http:// o https://'
invalid_help: Parece que el formulario no está completo. Verifica los campos marcados en rojo para completarlo.
sending_help: Guardando, por favor espera...