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

36
pages.zh/linux/proctl.md Normal file
View File

@@ -0,0 +1,36 @@
# proctl
> 管理项目的许可证和语言,在模板许可证之间切换。
> 更多信息:<https://github.com/HeCodes2Much/proctl>。
- 列出可用的许可证:
`proctl {{-ll|-list-licenses}}`
- 列出可用的语言:
`proctl {{-lL|-list-languages}}`
- 在FZF菜单中选择许可证
`proctl {{-pl|-pick-license}}`
- 在FZF菜单中选择语言
`proctl {{-pL|-pick-language}}`
- 从当前项目中移除所有许可证:
`proctl {{-r|-remove-license}}`
- 创建一个新的许可证模板:
`proctl {{-t|-new-template}}`
- 从模板中删除许可证:
`proctl {{-R|-delete-license}} {{@license_name1 @license_name2 ...}}`
- 显示这个有用的命令列表:
`proctl {{-h|-help}}`