assoc, attrib, cd, choco-apikey, choco-feature, choco-info, choco, cls: add Japanese translation (#4607)

This commit is contained in:
NL Sum
2020-10-13 06:12:57 +08:00
committed by GitHub
parent 245b22d5ea
commit 91df905346
8 changed files with 149 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# choco feature
> Chocolateyで機能を操作します.
> 詳しくはこちら: <https://chocolatey.org/docs/commands-feature>.
- 利用可能な機能のリストを表示します:
`choco feature list`
- 機能を有効にします:
`choco feature enable --name {{名}}`
- 機能を無効にします:
`choco feature disable --name {{名}}`