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

24
pages.zh/common/swipl.md Normal file
View File

@@ -0,0 +1,24 @@
# swipl
> SWI-Prolog - 一个全面的免费Prolog环境。
> 更多信息:<https://www.swi-prolog.org/>.
- 启动交互会话:
`swipl`
- 执行一个命令而不显示任何输出:
`swipl --quiet -t "{{command}}"`
- 执行一个脚本:
`swipl {{path/to/file.pl}}`
- 打印所有shell配置变量
`swipl --dump-runtime-variables`
- 显示版本:
`swipl --version`