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": "Grootte",
|
||||
"any": "Alle",
|
||||
"tiny": "Zeer klein (<15 KB)",
|
||||
"small": "Klein (<2 MB)",
|
||||
"medium": "Middelgroot (<20 MB)",
|
||||
"large": "Groot (≥20 MB)",
|
||||
"sizeDescription": "De grootte verwijst naar de totale e-mailgrootte, inclusief bijlagen.",
|
||||
"title": "Zoeken",
|
||||
"searching": "Bezig met zoeken, even geduld alstublieft…",
|
||||
"noEmailsFound": "Geen e-mails gevonden",
|
||||
|
||||
Reference in New Issue
Block a user