add new chinese translations
This commit is contained in:
28
pages.zh/common/projucer.md
Normal file
28
pages.zh/common/projucer.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# Projucer
|
||||
|
||||
> JUCE框架应用程序的项目管理器。
|
||||
> 更多信息:<https://juce.com/discover/stories/projucer-manual#10.4-command-line-tools>。
|
||||
|
||||
- 显示项目的信息:
|
||||
|
||||
`Projucer --status {{path/to/project_file}}`
|
||||
|
||||
- 重新保存项目中的所有文件和资源:
|
||||
|
||||
`Projucer --resave {{path/to/project_file}}`
|
||||
|
||||
- 更新项目中的版本号:
|
||||
|
||||
`Projucer --set-version {{version_number}} {{path/to/project_file}}`
|
||||
|
||||
- 从PIP文件生成JUCE项目:
|
||||
|
||||
`Projucer --create-project-from-pip {{path/to/PIP}} {{path/to/output}}`
|
||||
|
||||
- 移除所有JUCE风格的注释(`//=====`, `//-----`或`///////`):
|
||||
|
||||
`Projucer --tidy-divider-comments {{path/to/target_folder}}`
|
||||
|
||||
- 显示帮助信息:
|
||||
|
||||
`Projucer --help`
|
Reference in New Issue
Block a user