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

28
pages.zh/common/bru.md Normal file
View File

@@ -0,0 +1,28 @@
# bru
> Bruno的命令行工具一个开源的IDE用于探索和测试API。
> 更多信息:<https://docs.usebruno.com/bru-cli/overview>。
- 从当前目录运行所有请求文件:
`bru run`
- 通过指定文件名从当前目录运行单个请求:
`bru run {{file.bru}}`
- 使用环境运行请求:
`bru run --env {{environment_name}}`
- 使用带变量的环境运行请求:
`bru run --env {{environment_name}} --env-var {{variable_name}}={{variable_value}}`
- 运行请求并将结果收集到输出文件中:
`bru run --output {{path/to/output.json}}`
- 显示帮助:
`bru run --help`