format translation: change colon

This commit is contained in:
Ein Verne
2019-10-19 14:12:27 +08:00
committed by Starbeamrainbowlabs
parent f0f2764de2
commit 30c2bd4c7c
181 changed files with 694 additions and 694 deletions

View File

@@ -2,11 +2,11 @@
> 将新的键值添加到注册表中.
- 添加一个新的注册表键
- 添加一个新的注册表键:
`reg add {{键名}}`
- 在指定的键下添加新值
- 在指定的键下添加新值:
`reg add {{键名}} /v {{值}}`
@@ -14,10 +14,10 @@
`reg add {{键名}} /d {{数据}}`
- 向具有特定数据类型的键添加新值
- 向具有特定数据类型的键添加新值:
`reg add {{键名}} /t {{类型}}`
- 在没有提示的情况下强制覆盖现有的注册表值
- 在没有提示的情况下强制覆盖现有的注册表值:
`reg add {{键名}} /f`