systemd-*, *ctl: add Polish translation (#10106)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Lena
2023-05-14 04:47:25 +02:00
committed by GitHub
parent 1ee897b35f
commit d6de0a0207
10 changed files with 289 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# timedatectl
> Kontroluj datę i czas systemowy.
> Więcej informacji: <https://manned.org/timedatectl>.
- Sprawdź aktualny czas zegara systemowego:
`timedatectl`
- Bezpośrednio ustaw czas lokalny zegara systemowego:
`timedatectl set-time "{{yyyy-MM-dd hh:mm:ss}}"`
- Wyświetl dostępne strefy czasowe:
`timedatectl list-timezones`
- Ustaw systemową strefę czasową:
`timedatectl set-timezone {{strefa_czasowa}}`
- Włącz synchronizację czasu poprzez Network Time Protocol (NTP):
`timedatectl set-ntp on`
- Zmień standard czasu zegara sprzętowego na czas lokalny:
`timedatectl set-local-rtc 1`