mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 16:53:38 +00:00
avisar que se pueden seleccionar varias
This commit is contained in:
parent
a60f24c82b
commit
f465ce3588
3 changed files with 6 additions and 0 deletions
|
@ -9,3 +9,5 @@
|
||||||
required: template.required?,
|
required: template.required?,
|
||||||
multiple: template.multiple?,
|
multiple: template.multiple?,
|
||||||
accept: 'image/*'
|
accept: 'image/*'
|
||||||
|
- if template.multiple?
|
||||||
|
%small.text-muted.form-text= t('posts.image.multiple')
|
||||||
|
|
|
@ -216,3 +216,5 @@ en:
|
||||||
anchor: 'Copy this link to come back here'
|
anchor: 'Copy this link to come back here'
|
||||||
number:
|
number:
|
||||||
max: 'The maximum value is %{max}'
|
max: 'The maximum value is %{max}'
|
||||||
|
image:
|
||||||
|
multiple: 'You can select several images'
|
||||||
|
|
|
@ -212,3 +212,5 @@ es:
|
||||||
anchor: 'Copia este vínculo para volver aquí más tarde'
|
anchor: 'Copia este vínculo para volver aquí más tarde'
|
||||||
number:
|
number:
|
||||||
max: 'El valor máximo es %{max}'
|
max: 'El valor máximo es %{max}'
|
||||||
|
image:
|
||||||
|
multiple: 'Puedes seleccionar varias imágenes'
|
||||||
|
|
Loading…
Reference in a new issue