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

@@ -1,16 +1,16 @@
# exit
# 退出
> 退出当前的命令行实例或 bat 脚本
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/exit>.
> 退出当前的 CMD 实例或当前的批处理文件
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/exit>
- 退出当前的命令行实例:
- 退出当前的 CMD 实例:
`exit`
- 退出当前的 [b]at 脚本:
- 退出当前的 [b]atch 脚本:
`exit /b`
- 使用一个指定的退出码退出:
- 使用定的退出码退出:
`exit {{退出码}}`
`exit {{2}}`