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,28 @@
# 铁路
> 将代码连接到铁路项目。
> 更多信息:<https://railway.app/>.
- 登录到铁路账户:
`railway login`
- 连接到铁路账户或团队下的现有项目:
`railway link {{projectId}}`
- 创建一个新项目:
`railway init`
- 使用活动环境中的变量运行本地命令:
`railway run {{cmd}}`
- 部署连接的项目目录(如果从子目录运行,仍然会部署项目根目录):
`railway up`
- 打开与数据库的交互式 shell
`railway connect`