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

28
pages.zh/common/tb.md Normal file
View File

@@ -0,0 +1,28 @@
# tb
> 在多个看板之间管理任务和笔记。
> 更多信息:<https://github.com/klaussinani/taskbook>。
- 向看板添加新任务:
`tb --task {{task_description}} @{{board_name}}`
- 向看板添加新笔记:
`tb --note {{note_description}} @{{board_name}}`
- 编辑项目的优先级:
`tb --priority @{{item_id}} {{priority}}`
- 勾选/取消勾选项目:
`tb --check {{item_id}}`
- 归档所有已勾选的项目:
`tb --clear`
- 将项目移动到看板:
`tb --move @{{item_id}} {{board_name}}`