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