mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
settings: update Polish translation (#13553)
This commit is contained in:
parent
0d432b105f
commit
7568cd1632
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
> Uzyskaj informacje o systemie operacyjnym Android.
|
> Uzyskaj informacje o systemie operacyjnym Android.
|
||||||
> Więcej informacji: <https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>.
|
> Więcej informacji: <https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>.
|
||||||
|
|
||||||
- Listuj ustawienia w przestrzeni `global`:
|
- Wypisz ustawienia w przestrzeni `global`:
|
||||||
|
|
||||||
`settings list {{global}}`
|
`settings list {{global}}`
|
||||||
|
|
||||||
|
@ -11,10 +11,10 @@
|
||||||
|
|
||||||
`settings get {{global}} {{airplane_mode_on}}`
|
`settings get {{global}} {{airplane_mode_on}}`
|
||||||
|
|
||||||
- Ustaw wartość dla określonego ustawienia:
|
- Ustaw wartość określonego ustawienia:
|
||||||
|
|
||||||
`settings put {{system}} {{screen_brightness}} {{42}}`
|
`settings put {{system}} {{screen_brightness}} {{42}}`
|
||||||
|
|
||||||
- Delete a specific setting:
|
- Usuń określone ustawienie:
|
||||||
|
|
||||||
`settings delete {{secure}} {{screensaver_enabled}}`
|
`settings delete {{secure}} {{screensaver_enabled}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue