format zh translations

This commit is contained in:
Ein Verne
2019-10-18 10:33:27 +08:00
committed by Starbeamrainbowlabs
parent e90e6bdf6b
commit 7f995941ed
183 changed files with 1086 additions and 1101 deletions

View File

@@ -1,25 +1,25 @@
# atom
> 一个跨平台的, 可插拔的文本编辑器.
> 由 `apm` 管理插件.
> 更多信息: <https://atom.io/>.
> 一个跨平台的可插拔的文本编辑器
> 由 `apm` 管理插件
> 更多信息<https://atom.io/>.
- 打开文件或目录:
- 打开文件或目录
`atom {{path/to/file_or_directory}}`
- 在新窗口中打开文件或目录:
- 在新窗口中打开文件或目录
`atom -n {{path/to/file_or_directory}}`
- 在已有窗口中打开文件或目录:
- 在已有窗口中打开文件或目录
`atom --add {{path/to/file_or_directory}}`
- 以安全模式启动Atom (不加载额外插件):
- 以安全模式启动 Atom 不加载额外插件:
`atom --safe`
- 在终端前台运行Atom:
- 在终端前台运行 Atom:
`atom --foreground`