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

32
pages.zh/common/moro.md Normal file
View File

@@ -0,0 +1,32 @@
# moro
> 记录工作时间。
> 更多信息:<https://moro.js.org>。
- 不带参数调用 `moro`,将当前时间设为工作日的开始时间:
`moro`
- 指定自定义时间作为工作日的开始时间:
`moro hi {{09:30}}`
- 第二次不带参数调用 `moro`,将当前时间设为工作日的结束时间:
`moro`
- 指定自定义时间作为工作日的结束时间:
`moro bye {{17:30}}`
- 在当前工作日添加备注:
`moro note {{在项目 Foo 上工作了 3 小时}}`
- 显示当前工作日的时间记录和备注报告:
`moro report`
- 显示所有记录的工作日的时间记录和备注报告:
`moro report --all`