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

17
pages.zh/common/vala.md Normal file
View File

@@ -0,0 +1,17 @@
# vala
> Vala 代码运行器。
> 教程:<https://wiki.gnome.org/Projects/Vala/Tutorial>。
> 更多信息:<https://valadoc.org/>。
- 运行一个 vala 文件,使用 gtk+
`vala {{path/to/file.vala}} --pkg {{gtk+-3.0}}`
- 显示帮助信息:
`vala --help`
- 显示版本信息:
`vala --version`