mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 02:11:42 +00:00
explicar que se puede usar ctrl/cmd para agregar varias imagenes a la vez
This commit is contained in:
parent
5d89afdd64
commit
81cd5d261b
3 changed files with 3 additions and 3 deletions
|
@ -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')
|
||||
|
|
|
@ -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...
|
||||
|
|
|
@ -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...
|
||||
|
|
Loading…
Reference in a new issue