From 5524091b9f74376e4566ece2625bc5c82b06b593 Mon Sep 17 00:00:00 2001 From: danidfra Date: Sat, 28 Sep 2024 15:53:08 -0300 Subject: [PATCH] Upgrade: keygen-step translation --- .../modals/nostr-signup-modal/steps/keygen-step.tsx | 10 ++++++---- src/locales/en.json | 4 ++++ src/locales/pt-BR.json | 4 ++++ 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/features/ui/components/modals/nostr-signup-modal/steps/keygen-step.tsx b/src/features/ui/components/modals/nostr-signup-modal/steps/keygen-step.tsx index e2bc2a947..364ad11cd 100644 --- a/src/features/ui/components/modals/nostr-signup-modal/steps/keygen-step.tsx +++ b/src/features/ui/components/modals/nostr-signup-modal/steps/keygen-step.tsx @@ -74,22 +74,24 @@ const KeygenStep: React.FC = ({ onClose }) => { - + }> - Back up your secret key in a secure place. If lost, your account cannot be recovered. Never share your secret key with anyone. + + + diff --git a/src/locales/en.json b/src/locales/en.json index a28d9dbcf..e0fa6b9d3 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1176,6 +1176,10 @@ "nostr_signup.key-add.title": "Import Key", "nostr_signup.key.title": "You need a key to continue", "nostr_signup.key_generate": "Generate key", + "nostr_signup.keygen.download_key_button": "Download key", + "nostr_signup.keygen.label_text": "Secret Key", + "nostr_signup.keygen.next": "Next", + "nostr_signup.keygen.text": "Back up your secret key in a secure place. If lost, your account cannot be recovered. Never share your secret key with anyone.", "nostr_signup.keygen.title": "Your new key", "nostr_signup.siwe.action": "Sign in with extension", "nostr_signup.siwe.alt": "Sign in with key", diff --git a/src/locales/pt-BR.json b/src/locales/pt-BR.json index 70365d05d..e9b4b3f48 100644 --- a/src/locales/pt-BR.json +++ b/src/locales/pt-BR.json @@ -1167,6 +1167,10 @@ "nostr_signup.key.title": "Você precisa de uma chave para continuar", "nostr_signup.key_generate": "Gerar chave", "nostr_signup.keygen.title": "Sua nova chave", + "nostr_signup.keygen.download_key_button": "Baixar chave", + "nostr_signup.keygen.label_text": "Chave secreta", + "nostr_signup.keygen.text": "Faça backup da sua chave secreta em um lugar seguro. Se for perdida, sua conta não poderá ser recuperada. Nunca compartilhe sua chave secreta com ninguém.", + "nostr_signup.keygen.next": "Proximo", "nostr_signup.siwe.action": "Faça login com a extensão", "nostr_signup.siwe.alt": "Faça login com a chave", "nostr_signup.siwe.title": "Entrar",