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,17 @@
# var-dump-server
> Symfony 转储服务器。
> 收集由 Symfony VarDumper 组件转储的数据。
> 更多信息:<https://symfony.com/doc/current/components/var_dumper.html#the-dump-server>。
- 启动服务器:
`var-dump-server`
- 将数据转储到 HTML 文件中:
`var-dump-server --format=html > {{path/to/file.html}}`
- 使服务器监听特定地址和端口:
`var-dump-server --host {{127.0.0.1:9912}}`