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": "크기",
|
||||
"any": "전체",
|
||||
"tiny": "아주 작음 (<15 KB)",
|
||||
"small": "작음 (<2 MB)",
|
||||
"medium": "중간 (<20 MB)",
|
||||
"large": "큼 (≥20 MB)",
|
||||
"sizeDescription": "크기는 첨부 파일을 포함한 이메일 전체 크기를 의미합니다.",
|
||||
"title": "검색",
|
||||
"searching": "검색 중입니다. 잠시 기다려 주십시오...",
|
||||
"noEmailsFound": "이메일을 찾을 수 없습니다",
|
||||
|
||||
Reference in New Issue
Block a user