feat: Replace min/max byte inputs with size preset selection #39

This commit is contained in:
rustmailer
2025-12-28 13:54:35 +08:00
parent a02bb65ca0
commit 06a126461b
19 changed files with 176 additions and 31 deletions
+7
View File
@@ -398,6 +398,13 @@
}
},
"search": {
"size": "크기",
"any": "전체",
"tiny": "아주 작음 (<15 KB)",
"small": "작음 (<2 MB)",
"medium": "중간 (<20 MB)",
"large": "큼 (≥20 MB)",
"sizeDescription": "크기는 첨부 파일을 포함한 이메일 전체 크기를 의미합니다.",
"title": "검색",
"searching": "검색 중입니다. 잠시 기다려 주십시오...",
"noEmailsFound": "이메일을 찾을 수 없습니다",