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,12 @@
# gnatprep
> Ada源代码文件的预处理器GNAT工具链的一部分
> 更多信息:<https://gcc.gnu.org/onlinedocs/gnat_ugn/Preprocessing-with-gnatprep.html>。
- 从文件中使用符号定义:
`gnatprep {{源文件}} {{目标文件}} {{定义文件}}`
- 在命令行中指定符号值:
`gnatprep -D{{名称}}={{值}} {{源文件}} {{目标文件}}`