Skip to content

Commit 8e35120

Browse files
author
GitHub Action
committed
Automated .pot/.po generation
1 parent 8c4c8b8 commit 8e35120

File tree

24 files changed

+2742
-24
lines changed

24 files changed

+2742
-24
lines changed

locales/bg/LC_MESSAGES/components.po

Lines changed: 116 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PROJECT VERSION\n"
1010
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11-
"POT-Creation-Date: 2025-10-28 14:18+0000\n"
11+
"POT-Creation-Date: 2025-11-18 12:46+0000\n"
1212
"PO-Revision-Date: 2025-10-28 12:13+0000\n"
1313
"Last-Translator: DeepL <[email protected]>\n"
1414
"Language: bg\n"
@@ -10260,6 +10260,7 @@ msgid "Click on “Sign in with security key”."
1026010260
msgstr "Кликнете върху \"Влезте с ключ за сигурност\"."
1026110261

1026210262
#: ../../source/components/nitrokeys/features/fido2/passwordless-microsoft.rst:15
10263+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:48
1026310264
msgid "img0"
1026410265
msgstr "Изображение0"
1026510266

@@ -10508,6 +10509,120 @@ msgstr ""
1050810509
msgid "img11"
1050910510
msgstr "Изображение11"
1051010511

10512+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:2
10513+
#, fuzzy
10514+
msgid "SSH Authentication with FIDO2"
10515+
msgstr "Удостоверяване без парола с Microsoft"
10516+
10517+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:6
10518+
msgid ""
10519+
"SSH (Secure Shell) is a network protocol used to securely access and "
10520+
"manage remote systems such as servers or code repositories (e.g. GitLab, "
10521+
"GitHub). It uses cryptographic key pairs for authentication, allowing "
10522+
"passwordless logins with strong security. With a Nitrokey, the private "
10523+
"SSH key is generated and stored directly on the device, so it never "
10524+
"leaves the hardware. Each login requires you to touch the Nitrokey, "
10525+
"adding a simple physical confirmation that protects against unauthorized "
10526+
"access."
10527+
msgstr ""
10528+
10529+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:9
10530+
#, fuzzy
10531+
msgid "Generating SSH Key"
10532+
msgstr "Генериране на ключове"
10533+
10534+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:11
10535+
#, fuzzy
10536+
msgid "Insert the Nitrokey into your computer."
10537+
msgstr "Поставете Nitrokey в USB порт на компютъра."
10538+
10539+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:13
10540+
msgid ""
10541+
"Open a terminal and create your SSH key. Replace ``\"your_comment\"`` "
10542+
"with a label to identify it (e.g., \"Nitrokey GitLab\"). By default, the "
10543+
"key is a non-resident key, meaning a local key handle is stored in "
10544+
"``~/.ssh/`` while the private key remains securely on the Nitrokey. Use "
10545+
"the ``-O resident`` option if you want the key to be portable across "
10546+
"systems."
10547+
msgstr ""
10548+
10549+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:21
10550+
msgid "or to create a resident key"
10551+
msgstr ""
10552+
10553+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:29
10554+
msgid "Resident keys can later be listed and imported on another system with:"
10555+
msgstr ""
10556+
10557+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:36
10558+
msgid ""
10559+
"During key generation, you may also be asked to set a **passphrase**. "
10560+
"This passphrase encrypts the local key handle stored in ``~/.ssh/`` (not "
10561+
"the private key on the Nitrokey, which always stays securely inside the "
10562+
"device). The passphrase is different from the FIDO2 device PIN. The PIN "
10563+
"protects the physical key itself, while the passphrase protects your "
10564+
"local SSH public key file. We recommend to use a passphrase to protect "
10565+
"non-resident keys only."
10566+
msgstr ""
10567+
10568+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:38
10569+
msgid ""
10570+
"When asked for a file path, accept the default option "
10571+
"(``~/.ssh/id_ed25519_sk``) or choose a custom name like "
10572+
"``id_ed25519_sk_gitlab``."
10573+
msgstr ""
10574+
10575+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:40
10576+
msgid "If the Nitrokey blinks, confirm the operation by touching it."
10577+
msgstr ""
10578+
10579+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:42
10580+
msgid ""
10581+
"Eventually the following files will be created. The file names may differ"
10582+
" if you specified a custom name when generating the key."
10583+
msgstr ""
10584+
10585+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:44
10586+
msgid ""
10587+
"``~/.ssh/id_ed25519_sk`` → handle to the private key (stored securely on "
10588+
"the Nitrokey)"
10589+
msgstr ""
10590+
10591+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:46
10592+
msgid "``~/.ssh/id_ed25519_sk.pub`` → public key file"
10593+
msgstr ""
10594+
10595+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:53
10596+
#, fuzzy
10597+
msgid "Adding Your Public Key"
10598+
msgstr "Качване на публичния ключ"
10599+
10600+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:55
10601+
msgid ""
10602+
"Once your SSH key pair is generated, the public key must be added to the "
10603+
"service or server you want to access."
10604+
msgstr ""
10605+
10606+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:57
10607+
#, fuzzy
10608+
msgid "Display your public key:"
10609+
msgstr "Експортиране на публичния ключ"
10610+
10611+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:63
10612+
msgid "Example output (do not use this key)::"
10613+
msgstr ""
10614+
10615+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:67
10616+
msgid ""
10617+
"Copy the output and add it to your account’s SSH key settings. See "
10618+
"`GitLab <https://docs.gitlab.com/user/ssh/#add-an-ssh-key-to-your-gitlab-"
10619+
"account>` or `GitHub <https://docs.github.com/en/authentication"
10620+
"/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-"
10621+
"account>` for detailed steps. To enable SSH remote server access, add "
10622+
"your public key to the file ``~/.ssh/authorized_keys`` of your user "
10623+
"account on the SSH server."
10624+
msgstr ""
10625+
1051110626
#: ../../source/components/nitrokeys/features/fido2/website.rst:2
1051210627
msgid "2FA Website Login"
1051310628
msgstr "Влизане в уебсайт с 2FA"

locales/components.pot

Lines changed: 74 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Nitrokey Documentation \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-10-28 14:18+0000\n"
11+
"POT-Creation-Date: 2025-11-18 12:46+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -6193,6 +6193,7 @@ msgid "Click on “Sign in with security key”."
61936193
msgstr ""
61946194

61956195
#: ../../source/components/nitrokeys/features/fido2/passwordless-microsoft.rst:15
6196+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:48
61966197
msgid "img0"
61976198
msgstr ""
61986199

@@ -6425,6 +6426,78 @@ msgstr ""
64256426
msgid "img11"
64266427
msgstr ""
64276428

6429+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:2
6430+
msgid "SSH Authentication with FIDO2"
6431+
msgstr ""
6432+
6433+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:6
6434+
msgid "SSH (Secure Shell) is a network protocol used to securely access and manage remote systems such as servers or code repositories (e.g. GitLab, GitHub). It uses cryptographic key pairs for authentication, allowing passwordless logins with strong security. With a Nitrokey, the private SSH key is generated and stored directly on the device, so it never leaves the hardware. Each login requires you to touch the Nitrokey, adding a simple physical confirmation that protects against unauthorized access."
6435+
msgstr ""
6436+
6437+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:9
6438+
msgid "Generating SSH Key"
6439+
msgstr ""
6440+
6441+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:11
6442+
msgid "Insert the Nitrokey into your computer."
6443+
msgstr ""
6444+
6445+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:13
6446+
msgid "Open a terminal and create your SSH key. Replace ``\"your_comment\"`` with a label to identify it (e.g., \"Nitrokey GitLab\"). By default, the key is a non-resident key, meaning a local key handle is stored in ``~/.ssh/`` while the private key remains securely on the Nitrokey. Use the ``-O resident`` option if you want the key to be portable across systems."
6447+
msgstr ""
6448+
6449+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:21
6450+
msgid "or to create a resident key"
6451+
msgstr ""
6452+
6453+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:29
6454+
msgid "Resident keys can later be listed and imported on another system with:"
6455+
msgstr ""
6456+
6457+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:36
6458+
msgid "During key generation, you may also be asked to set a **passphrase**. This passphrase encrypts the local key handle stored in ``~/.ssh/`` (not the private key on the Nitrokey, which always stays securely inside the device). The passphrase is different from the FIDO2 device PIN. The PIN protects the physical key itself, while the passphrase protects your local SSH public key file. We recommend to use a passphrase to protect non-resident keys only."
6459+
msgstr ""
6460+
6461+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:38
6462+
msgid "When asked for a file path, accept the default option (``~/.ssh/id_ed25519_sk``) or choose a custom name like ``id_ed25519_sk_gitlab``."
6463+
msgstr ""
6464+
6465+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:40
6466+
msgid "If the Nitrokey blinks, confirm the operation by touching it."
6467+
msgstr ""
6468+
6469+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:42
6470+
msgid "Eventually the following files will be created. The file names may differ if you specified a custom name when generating the key."
6471+
msgstr ""
6472+
6473+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:44
6474+
msgid "``~/.ssh/id_ed25519_sk`` → handle to the private key (stored securely on the Nitrokey)"
6475+
msgstr ""
6476+
6477+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:46
6478+
msgid "``~/.ssh/id_ed25519_sk.pub`` → public key file"
6479+
msgstr ""
6480+
6481+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:53
6482+
msgid "Adding Your Public Key"
6483+
msgstr ""
6484+
6485+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:55
6486+
msgid "Once your SSH key pair is generated, the public key must be added to the service or server you want to access."
6487+
msgstr ""
6488+
6489+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:57
6490+
msgid "Display your public key:"
6491+
msgstr ""
6492+
6493+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:63
6494+
msgid "Example output (do not use this key)::"
6495+
msgstr ""
6496+
6497+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:67
6498+
msgid "Copy the output and add it to your account’s SSH key settings. See `GitLab <https://docs.gitlab.com/user/ssh/#add-an-ssh-key-to-your-gitlab-account>` or `GitHub <https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account>` for detailed steps. To enable SSH remote server access, add your public key to the file ``~/.ssh/authorized_keys`` of your user account on the SSH server."
6499+
msgstr ""
6500+
64286501
#: ../../source/components/nitrokeys/features/fido2/website.rst:2
64296502
msgid "2FA Website Login"
64306503
msgstr ""

locales/cs/LC_MESSAGES/components.po

Lines changed: 116 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PROJECT VERSION\n"
1010
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11-
"POT-Creation-Date: 2025-10-28 14:18+0000\n"
11+
"POT-Creation-Date: 2025-11-18 12:46+0000\n"
1212
"PO-Revision-Date: 2025-10-28 12:13+0000\n"
1313
"Last-Translator: DeepL <[email protected]>\n"
1414
"Language: cs\n"
@@ -10064,6 +10064,7 @@ msgid "Click on “Sign in with security key”."
1006410064
msgstr "Klikněte na možnost \"Přihlásit se pomocí bezpečnostního klíče\"."
1006510065

1006610066
#: ../../source/components/nitrokeys/features/fido2/passwordless-microsoft.rst:15
10067+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:48
1006710068
msgid "img0"
1006810069
msgstr "img0"
1006910070

@@ -10312,6 +10313,120 @@ msgstr ""
1031210313
msgid "img11"
1031310314
msgstr "img11"
1031410315

10316+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:2
10317+
#, fuzzy
10318+
msgid "SSH Authentication with FIDO2"
10319+
msgstr "Ověřování bez hesla pomocí služby Microsoft"
10320+
10321+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:6
10322+
msgid ""
10323+
"SSH (Secure Shell) is a network protocol used to securely access and "
10324+
"manage remote systems such as servers or code repositories (e.g. GitLab, "
10325+
"GitHub). It uses cryptographic key pairs for authentication, allowing "
10326+
"passwordless logins with strong security. With a Nitrokey, the private "
10327+
"SSH key is generated and stored directly on the device, so it never "
10328+
"leaves the hardware. Each login requires you to touch the Nitrokey, "
10329+
"adding a simple physical confirmation that protects against unauthorized "
10330+
"access."
10331+
msgstr ""
10332+
10333+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:9
10334+
#, fuzzy
10335+
msgid "Generating SSH Key"
10336+
msgstr "Generování klíčů"
10337+
10338+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:11
10339+
#, fuzzy
10340+
msgid "Insert the Nitrokey into your computer."
10341+
msgstr "Vložte Nitrokey do portu USB v počítači."
10342+
10343+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:13
10344+
msgid ""
10345+
"Open a terminal and create your SSH key. Replace ``\"your_comment\"`` "
10346+
"with a label to identify it (e.g., \"Nitrokey GitLab\"). By default, the "
10347+
"key is a non-resident key, meaning a local key handle is stored in "
10348+
"``~/.ssh/`` while the private key remains securely on the Nitrokey. Use "
10349+
"the ``-O resident`` option if you want the key to be portable across "
10350+
"systems."
10351+
msgstr ""
10352+
10353+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:21
10354+
msgid "or to create a resident key"
10355+
msgstr ""
10356+
10357+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:29
10358+
msgid "Resident keys can later be listed and imported on another system with:"
10359+
msgstr ""
10360+
10361+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:36
10362+
msgid ""
10363+
"During key generation, you may also be asked to set a **passphrase**. "
10364+
"This passphrase encrypts the local key handle stored in ``~/.ssh/`` (not "
10365+
"the private key on the Nitrokey, which always stays securely inside the "
10366+
"device). The passphrase is different from the FIDO2 device PIN. The PIN "
10367+
"protects the physical key itself, while the passphrase protects your "
10368+
"local SSH public key file. We recommend to use a passphrase to protect "
10369+
"non-resident keys only."
10370+
msgstr ""
10371+
10372+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:38
10373+
msgid ""
10374+
"When asked for a file path, accept the default option "
10375+
"(``~/.ssh/id_ed25519_sk``) or choose a custom name like "
10376+
"``id_ed25519_sk_gitlab``."
10377+
msgstr ""
10378+
10379+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:40
10380+
msgid "If the Nitrokey blinks, confirm the operation by touching it."
10381+
msgstr ""
10382+
10383+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:42
10384+
msgid ""
10385+
"Eventually the following files will be created. The file names may differ"
10386+
" if you specified a custom name when generating the key."
10387+
msgstr ""
10388+
10389+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:44
10390+
msgid ""
10391+
"``~/.ssh/id_ed25519_sk`` → handle to the private key (stored securely on "
10392+
"the Nitrokey)"
10393+
msgstr ""
10394+
10395+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:46
10396+
msgid "``~/.ssh/id_ed25519_sk.pub`` → public key file"
10397+
msgstr ""
10398+
10399+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:53
10400+
#, fuzzy
10401+
msgid "Adding Your Public Key"
10402+
msgstr "Nahrání veřejného klíče"
10403+
10404+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:55
10405+
msgid ""
10406+
"Once your SSH key pair is generated, the public key must be added to the "
10407+
"service or server you want to access."
10408+
msgstr ""
10409+
10410+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:57
10411+
#, fuzzy
10412+
msgid "Display your public key:"
10413+
msgstr "Export veřejného klíče"
10414+
10415+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:63
10416+
msgid "Example output (do not use this key)::"
10417+
msgstr ""
10418+
10419+
#: ../../source/components/nitrokeys/features/fido2/ssh.rst:67
10420+
msgid ""
10421+
"Copy the output and add it to your account’s SSH key settings. See "
10422+
"`GitLab <https://docs.gitlab.com/user/ssh/#add-an-ssh-key-to-your-gitlab-"
10423+
"account>` or `GitHub <https://docs.github.com/en/authentication"
10424+
"/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-"
10425+
"account>` for detailed steps. To enable SSH remote server access, add "
10426+
"your public key to the file ``~/.ssh/authorized_keys`` of your user "
10427+
"account on the SSH server."
10428+
msgstr ""
10429+
1031510430
#: ../../source/components/nitrokeys/features/fido2/website.rst:2
1031610431
msgid "2FA Website Login"
1031710432
msgstr "Přihlášení na webové stránky 2FA"

0 commit comments

Comments
 (0)