choco/*: add Polish translation (#9027)

This commit is contained in:
mpiasecki1
2022-10-25 15:32:51 +02:00
committed by GitHub
parent a93326b278
commit 659da1ec92
17 changed files with 341 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
# choco feature
> Zarządzanie dostępnymi funkcjani Chocolatey.
> Więcej informacji: <https://chocolatey.org/docs/commands-feature>.
- Wyświetlanie listy dostępnych funkcji:
`choco feature list`
- Włączenie podanej funkcji:
`choco feature enable --name {{nazwa_funkcji}}`
- Wyłączenie podanej funkcji:
`choco feature disable --name {{nazwa_funkcji}}`