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

View 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`