5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 07:41:42 +00:00

fix: informar cuáles formatos aceptamos
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-04-10 18:29:13 -03:00
parent 563060e113
commit f2b6e2929c
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ en:
cant_be_empty: 'This field cannot be empty' cant_be_empty: 'This field cannot be empty'
image: image:
site_invalid: 'The image cannot be stored if the site configuration is not valid' site_invalid: 'The image cannot be stored if the site configuration is not valid'
not_an_image: 'Not an image' not_an_image: 'Not a web image. Accepted formats: PNG, JPEG, GIF, WEBP'
path_required: 'Missing image for upload' path_required: 'Missing image for upload'
no_file_for_description: "Description with no associated image" no_file_for_description: "Description with no associated image"
attachment_missing: "I couldn't save the image :(" attachment_missing: "I couldn't save the image :("

View file

@ -50,7 +50,7 @@ es:
cant_be_empty: 'El campo no puede estar vacío' cant_be_empty: 'El campo no puede estar vacío'
image: image:
site_invalid: 'La imagen no se puede almacenar si la configuración del sitio no es válida' site_invalid: 'La imagen no se puede almacenar si la configuración del sitio no es válida'
not_an_image: 'No es una imagen' not_an_image: 'No es una imagen en formato web. Formatos aceptados: PNG, JPEG, GIF, WEBP'
path_required: 'Se necesita una imagen' path_required: 'Se necesita una imagen'
no_file_for_description: 'Se envió una descripción sin imagen asociada' no_file_for_description: 'Se envió una descripción sin imagen asociada'
attachment_missing: 'no pude guardar el archivo :(' attachment_missing: 'no pude guardar el archivo :('