mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
feat: Replace min/max byte inputs with size preset selection #39
This commit is contained in:
@@ -398,6 +398,13 @@
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"size": "Tamaño",
|
||||
"any": "Cualquiera",
|
||||
"tiny": "Muy pequeño (<15 KB)",
|
||||
"small": "Pequeño (<2 MB)",
|
||||
"medium": "Mediano (<20 MB)",
|
||||
"large": "Grande (≥20 MB)",
|
||||
"sizeDescription": "El tamaño se refiere al tamaño total del correo electrónico, incluidos los archivos adjuntos.",
|
||||
"title": "Buscar",
|
||||
"searching": "Buscando, por favor espera...",
|
||||
"noEmailsFound": "No se encontraron correos electrónicos",
|
||||
|
||||
Reference in New Issue
Block a user