1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-29 23:35:29 +02:00

buku: update Chinese translation (#10372)

This commit is contained in:
Zhizhen He 2023-06-20 09:52:28 +08:00 committed by GitHub
parent abf5f47fea
commit 8da6145a30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
> 命令行版本的书签管理器。
> 更多信息:<https://github.com/jarun/Buku>.
- 根据关键词和标签查找书签:
- 根据关键词和标签“隐私”查找书签:
`buku {{关键字}} --stag {{标签}}`
`buku {{关键词}} --stag {{隐私}}`
- 添加书签,并且打上标签:
- 添加书签,并且打上标签“搜索引擎”和“隐私”
`buku --add {{https://example.com}} {{搜索引擎}}, {{标签}}`
`buku --add {{https://example.com}} {{搜索引擎}}, {{隐私}}`
- 删除一个书签:
@ -19,6 +19,6 @@
`buku --write "{{书签 id}}"`
- 将指定标签移除:
- 移除一个书签中的标签“搜索引擎”
`buku --update "{{书签 id}}" --tag {{-}} {{搜索引擎}}`