Translated using Weblate (Polish)

Currently translated at 100.0% (8 of 8 strings)

Translation: SelfPrivacy/SelfPrivacy App Markdown: how_fallback_terminal
Translate-URL: http://weblate.selfprivacy.org/projects/selfprivacy/selfprivacy-app-markdown-how_fallback_terminal/pl/
pull/225/head
Mithras 2023-04-28 14:38:43 +00:00 committed by Weblate
parent fd8cf5cf78
commit 38538c5568
1 changed files with 10 additions and 10 deletions

View File

@ -1,26 +1,26 @@
W panelu sterowania serwera Hetzner przejdź do zakładki **Rescue**. Następnie kliknij **Enable rescue & power cycle**. W panelu sterowania serwera Hetzner przejdź do zakładki **Rescue**. Następnie kliknij **Enable rescue & power cycle**.
In *Choose a Recue OS* select **linux64**, and in *SSH Key* select your key if it has been added to your Hetzner account. W *Choose a Recue OS* wybierz **linux64**, a w *SSH Key* swój klucz, jeśli został dodany do konta Hetznera.
Click **Enable rescue & power cycle** and wait for the server to reboot. The login and password will be displayed on the screen. Login to the root user using your login and password information. Naciśnij **Enable rescue & power cycle** i poczekaj na ponowne uruchomienie serwera. Zostanie wyświetlone hasło logowania. Zaloguj się na użytkownika root, używając informacji o loginie i haśle.
Mount your server file system and see the contents of the token file: Zamontuj system plików swojego serwera i spójrz na zawartość pliku token:
```sh ```sh
mount /dev/sda1 /mnt mount /dev/sda1 /mnt
cat /mnt/etc/nixos/userdata/tokens.json cat /mnt/etc/nixos/userdata/tokens.json
``` ```
This file will have a similar construction: W tym pliku będzie podobny wzór:
```json `json
{ {
"tokens": [ { "tokens": [
{ {
"token": "token_to_copy", { "token": "token_który_był_skopedowany",
"name": "device_name", { "name": "device_name",
"date": "date" { "data": "data"
} }
``` ```
Copy the token from the file and paste it in the next window. Skopiuj token z pliku i wklej w kolejnym oknie.