Merge branch 'update-translation-portuguese' into 'main'
Update translation portuguese Closes #1697 See merge request soapbox-pub/soapbox!3098
This commit is contained in:
commit
1546c7c76b
|
@ -61,7 +61,7 @@ const KeyAddStep: React.FC<IKeyAddStep> = ({ onClose }) => {
|
|||
</FormGroup>
|
||||
|
||||
<Button theme='accent' size='lg' type='submit' disabled={!nsec}>
|
||||
Add Key
|
||||
<FormattedMessage id='nostr_signup.key-add.key_button' defaultMessage='Add Key' />
|
||||
</Button>
|
||||
</Stack>
|
||||
</Form>
|
||||
|
|
|
@ -31,11 +31,11 @@ const KeyStep: React.FC<IKeyStep> = ({ setStep, onClose }) => {
|
|||
|
||||
<Stack space={3} alignItems='center'>
|
||||
<Button theme='accent' size='lg' onClick={() => setStep('keygen')}>
|
||||
Generate key
|
||||
<FormattedMessage id='nostr_signup.key_generate' defaultMessage='Generate key' />
|
||||
</Button>
|
||||
|
||||
<Button theme='transparent' onClick={onAltClick}>
|
||||
I already have a key
|
||||
<FormattedMessage id='nostr_signup.has_key' defaultMessage='I already have a key' />
|
||||
</Button>
|
||||
</Stack>
|
||||
</Stack>
|
||||
|
|
|
@ -1161,8 +1161,11 @@
|
|||
"nostr_relays.read_write": "Read & write",
|
||||
"nostr_relays.title": "Relays",
|
||||
"nostr_relays.write_only": "Write-only",
|
||||
"nostr_signup.has_key": "I already have a key",
|
||||
"nostr_signup.key-add.key_button": "Add Key",
|
||||
"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.title": "Your new key",
|
||||
"nostr_signup.siwe.action": "Sign in with extension",
|
||||
"nostr_signup.siwe.alt": "Sign in with key",
|
||||
|
|
|
@ -1163,7 +1163,10 @@
|
|||
"nostr_relays.title": "Relays",
|
||||
"nostr_relays.write_only": "Somente escrita",
|
||||
"nostr_signup.key-add.title": "Importar Chave",
|
||||
"nostr_signup.key-add.key_button": "Adicionar chave",
|
||||
"nostr_signup.key.title": "Você precisa de uma chave para continuar",
|
||||
"nostr_signup.key_generate": "Gerar chave",
|
||||
"nostr_signup.has_key": "Eu já tenho uma chave",
|
||||
"nostr_signup.keygen.title": "Sua nova chave",
|
||||
"nostr_signup.siwe.action": "Faça login com a extensão",
|
||||
"nostr_signup.siwe.alt": "Faça login com a chave",
|
||||
|
@ -1515,7 +1518,7 @@
|
|||
"status.edited": "Editado em {date}",
|
||||
"status.embed": "Incorporar",
|
||||
"status.external": "Ver postagem em {domain}",
|
||||
"status.favourite": "Adicionar aos favoritos",
|
||||
"status.favourite": "Like",
|
||||
"status.filtered": "Filtrado",
|
||||
"status.group": "Postado no {group}",
|
||||
"status.group_mod_delete": "Excluir post do grupo",
|
||||
|
|
Loading…
Reference in New Issue