Skip to content

Commit

Permalink
Update generate key dialog UI
Browse files Browse the repository at this point in the history
  • Loading branch information
elibon99 committed Jan 17, 2025
1 parent e8812ec commit 6df097c
Show file tree
Hide file tree
Showing 9 changed files with 331 additions and 203 deletions.
5 changes: 5 additions & 0 deletions lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,11 @@
"l_rfc4514_invalid": "Ungültiges RFC 4514Format",
"rfc4514_examples": "Beispiele:\nCN=Beispielname\nCN=jsmith,DC=example,DC=net",
"s_allow_fingerprint": "Fingerabdruck zulassen",
"s_output_format": null,
"s_expiration_date": null,
"p_algorithm_desc": null,
"p_output_format_desc": null,
"p_expiration_date_desc": null,
"p_cert_options_desc": "Verwendeter Schlüssel-Algorithmus, Ausgabeformat und Ablaufdatum (nur bei Zertifikat).",
"p_cert_options_bio_desc": "Zu verwendender Schlüssel-Algorithmus, Ausgabeformat, Ablaufdatum (nur bei Zertifikaten) und ob Fingerabdrücke anstelle der PIN verwendet werden können.",
"p_key_options_bio_desc": "Erlaube die Verwendung von Fingerabdrücken anstelle der PIN.",
Expand Down
7 changes: 6 additions & 1 deletion lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@
"l_key_no_certificate": "Key without certificate loaded",
"s_generate_key": "Generate key",
"l_generate_desc": "Generate a new certificate or CSR",
"p_generate_desc": "This will generate a new key on the YubiKey in PIV slot {slot}. The public key will be saved to file, embedded into a self-signed certificate stored on the YubiKey, or in a certificate signing request (CSR) saved to file.",
"p_generate_desc": "This will generate a new key on the YubiKey in PIV slot {slot}.",
"@p_generate_desc": {
"placeholders": {
"slot": {}
Expand Down Expand Up @@ -677,6 +677,11 @@
"l_rfc4514_invalid": "Invalid RFC 4514 format",
"rfc4514_examples": "Examples:\nCN=Example Name\nCN=jsmith,DC=example,DC=net",
"s_allow_fingerprint": "Allow fingerprint",
"s_output_format": "Output format",
"s_expiration_date": "Expiration date",
"p_algorithm_desc": "Key algorithm to use",
"p_output_format_desc": "The public key can be:\n\t• Saved to file.\n\t• Embedded into a self-signed certificate stored on the YubiKey (default).\n\t• Saved to file in a certificate signing request (CSR).",
"p_expiration_date_desc": "Decide for how long the certificate will be valid (default 1 year).",
"p_cert_options_desc": "Key algorithm to use, output format, and expiration date (certificate only).",
"p_cert_options_bio_desc": "Key algorithm to use, output format, expiration date (certificate only), and if biometrics can be used instead of PIN.",
"p_key_options_bio_desc": "Allow biometrics to be used instead of PIN.",
Expand Down
5 changes: 5 additions & 0 deletions lib/l10n/app_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,11 @@
"l_rfc4514_invalid": "Format RFC 4514 non valide",
"rfc4514_examples": "Exemples\u00a0:\nCN=exemple de nom\nCN=jsmith,DC=exemple,DC=net",
"s_allow_fingerprint": "Autoriser les empreintes digitales",
"s_output_format": null,
"s_expiration_date": null,
"p_algorithm_desc": null,
"p_output_format_desc": null,
"p_expiration_date_desc": null,
"p_cert_options_desc": "Algorithme clé à utiliser, format de sortie et date d'expiration (certificat uniquement).",
"p_cert_options_bio_desc": "Algorithme de clé à utiliser, format de sortie, date d'expiration (certificat uniquement) et possibilité d'utiliser des données biométriques à la place du code PIN.",
"p_key_options_bio_desc": "Permettre l'utilisation de données biométriques au lieu d'un code PIN.",
Expand Down
5 changes: 5 additions & 0 deletions lib/l10n/app_ja.arb
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,11 @@
"l_rfc4514_invalid": "無効なRFC 4514形式",
"rfc4514_examples": "例:\nCN=Example Name CN=jsmith,DC=example,\nDC=net",
"s_allow_fingerprint": "指紋認証を許可する",
"s_output_format": null,
"s_expiration_date": null,
"p_algorithm_desc": null,
"p_output_format_desc": null,
"p_expiration_date_desc": null,
"p_cert_options_desc": "使用する鍵アルゴリズム、出力形式、および有効期限(証明書のみ)。",
"p_cert_options_bio_desc": "使用する鍵アルゴリズム、出力フォーマット、有効期限 (証明書のみ)、PIN の代わりに生体認証を使用できるようにするかを設定します。",
"p_key_options_bio_desc": "PIN の代わりに生体認証を使用できるようにします。",
Expand Down
5 changes: 5 additions & 0 deletions lib/l10n/app_pl.arb
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,11 @@
"l_rfc4514_invalid": "Format RFC 4514 jest nieprawidłowy",
"rfc4514_examples": "Przykłady:\nCN=Przykładowa Nazwa\nCN=jkowalski,DC=przyklad,DC=pl",
"s_allow_fingerprint": "Zezwalaj na odcisk palca",
"s_output_format": null,
"s_expiration_date": null,
"p_algorithm_desc": null,
"p_output_format_desc": null,
"p_expiration_date_desc": null,
"p_cert_options_desc": "Algorytm klucza do użycia, format wyjściowy i data wygaśnięcia (tylko certyfikat).",
"p_cert_options_bio_desc": "Używany algorytm klucza, format wyjściowy, data wygaśnięcia (tylko certyfikat) i czy zamiast kodu PIN można użyć danych biometrycznych.",
"p_key_options_bio_desc": "Umożliwienie korzystania z danych biometrycznych zamiast kodu PIN.",
Expand Down
5 changes: 5 additions & 0 deletions lib/l10n/app_sk.arb
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,11 @@
"l_rfc4514_invalid": "Neplatný formát RFC 4514",
"rfc4514_examples": "Príklady:\nCN=Vzorové Meno\nCN=jnovak,DC=priklad,DC=net",
"s_allow_fingerprint": "Povoliť odtlačok prsta",
"s_output_format": null,
"s_expiration_date": null,
"p_algorithm_desc": null,
"p_output_format_desc": null,
"p_expiration_date_desc": null,
"p_cert_options_desc": "Algoritmus kľúča, ktorý sa má použiť, formát výstupu a dátum platnosti (len certifikát).",
"p_cert_options_bio_desc": "Algoritmus kľúča, ktorý sa má použiť, formát výstupu, dátum vypršania platnosti (len certifikát) a či sa namiesto PIN kódu môžu použiť biometrické údaje.",
"p_key_options_bio_desc": "Umožniť používanie biometrických údajov namiesto PIN kódu.",
Expand Down
5 changes: 5 additions & 0 deletions lib/l10n/app_vi.arb
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,11 @@
"l_rfc4514_invalid": "Định dạng RFC 4514 không hợp lệ",
"rfc4514_examples": "Ví dụ:\nCN=Tên Ví dụ\nCN=jsmith,DC=example,DC=net",
"s_allow_fingerprint": "Cho phép vân tay",
"s_output_format": null,
"s_expiration_date": null,
"p_algorithm_desc": null,
"p_output_format_desc": null,
"p_expiration_date_desc": null,
"p_cert_options_desc": "Thuật toán khóa để sử dụng, định dạng đầu ra và ngày hết hạn (chứng chỉ chỉ).",
"p_cert_options_bio_desc": "Thuật toán khóa để sử dụng, định dạng đầu ra, ngày hết hạn (chứng chỉ chỉ) và nếu sinh trắc học có thể được sử dụng thay cho PIN.",
"p_key_options_bio_desc": "Cho phép sử dụng sinh trắc học thay cho PIN.",
Expand Down
Loading

0 comments on commit 6df097c

Please sign in to comment.