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,9 +1,9 @@
# pushd
> 目录储存在栈顶以便稍后访问。
> 参考`popd`命令来切换到原目录。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/pushd>.
> 一个目录放入堆栈,以便以后可以访问。
> 另请参见 `popd` 以切换回原始目录。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/pushd>
- 切换目录并将它放至栈:
- 切换目录并将其推送到堆栈:
`pushd {{目录}}`
`pushd {{path\to\directory}}`