Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for file locales/en.json in pt #1463

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@
},
"channel": {
"alias": "Alias",
"bumpFee": "Taxa de colisão",
"node": "Nó",
"channelId": "ID do canal",
"channelPoint": "Ponto de canal",
Expand All @@ -297,11 +298,22 @@
"maturityHeight": "Altura de maturidade",
"localCommitmentTxid": "Compromisso local TXID",
"remoteCommitmentTxid": "Compromisso remoto TXID",
"closeChannel": "Fechar canal",
"enterDeliveryAddress": "Insira o endereço de encerramento",
"invalidAddress": "Insira um endereço Bitcoin válido",
"closeChannel": "Fechar Canal",
"forceCloseChannel": "Forçar fechamento de canal",
"closeChannelToAddress": "Fechar canal para endereço externo",
"forceClosePendingChannel": "Forçar fechamento do canal pendente",
"forceCloseDelay": "Atraso de fechamento da força",
"closeChannelPrompt": {
"title": "Fechar canal"
},
"bumpFeeAlerts": {
"enterFeeRate": "Insira a taxa de honorários (sats/vB)",
"missingFeeRate": "Taxa de honorários Faltante",
"invalidFeeRate": "Taxa de honorários Inválida",
"bumpFeeSuccess": "Aumento de taxa bem-sucedido",
"bumpFeeFailed": "Aumento de taxa falhou"
}
}
},
Expand Down Expand Up @@ -631,6 +643,9 @@
},
"mapTheme": {
"title": "Definir tema do mapa"
},
"hideAmountsEnabled": {
"title": "Ocultar valores"
}
},
"wallet": {
Expand Down Expand Up @@ -910,6 +925,12 @@
},
"customInvoicePreimageEnabled": {
"title": "Ativar previstas de faturas personalizadas"
},
"randomizeSettings": {
"title": "Configurações aleatórias"
},
"randomizeSettingsOnStartup": {
"title": "Randomizar as configurações na inicialização"
}
},
"experimental": {
Expand Down
Loading