add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,28 @@
# tmpmail
> 一个从终端生成的临时邮箱使用POSIX sh编写。
> 更多信息:<https://github.com/sdushantha/tmpmail>。
- 创建一个临时收件箱:
`tmpmail --generate`
- 列出邮件及其数字ID
`tmpmail`
- 显示最近收到的邮件:
`tmpmail --recent`
- 打开特定邮件:
`tmpmail {{email_id}}`
- 以原始文本查看邮件不带HTML标签
`tmpmail --text`
- 使用特定浏览器打开邮件默认是w3m
`tmpmail --browser {{browser}}`