From a90037a4e5cfac647467a174e3db0b98a0ca7830 Mon Sep 17 00:00:00 2001 From: Mithras Date: Sun, 23 Apr 2023 20:06:05 +0000 Subject: [PATCH] Translated using Weblate (Czech) 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/cs/ --- assets/markdown/how_fallback_terminal-cs.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/markdown/how_fallback_terminal-cs.md b/assets/markdown/how_fallback_terminal-cs.md index 77c97efa..2866deff 100644 --- a/assets/markdown/how_fallback_terminal-cs.md +++ b/assets/markdown/how_fallback_terminal-cs.md @@ -1,17 +1,17 @@ -In the Hetzner server control panel, go to the **Rescue** tab. Then, click on **Enable rescue & power cycle**. +V ovládacím panelu serveru Hetzner přejděte na kartu **Rescue**. Poté klikněte na možnost **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. +V části *Choose a Recue OS* vyberte **linux64** a v části *SSH Key* vyberte svůj klíč, pokud byl přidán do vašeho účtu Hetzner. -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. +Klikněte na tlačítko **Enable rescue & power cycle** a počkejte, až se server restartuje. Na obrazovce se zobrazí přihlašovací jméno a heslo. Přihlaste se k uživateli root pomocí přihlašovacích údajů a hesla. -Mount your server file system and see the contents of the token file: +Připojte souborový systém serveru a zobrazte obsah souboru token: ```sh mount /dev/sda1 /mnt cat /mnt/etc/nixos/userdata/tokens.json ``` -This file will have a similar construction: +Tento soubor bude mít podobnou konstrukci: ```json { @@ -23,4 +23,4 @@ This file will have a similar construction: } ``` -Copy the token from the file and paste it in the next window. +Zkopírujte token ze souboru a vložte jej do dalšího okna.