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": "メールが見つかりませんでした",