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 ro #1462

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/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@
},
"channel": {
"alias": "Alias",
"bumpFee": "Majorare tarif",
"node": "Nod",
"channelId": "Channel ID",
"channelPoint": "Channel point",
Expand All @@ -297,11 +298,22 @@
"maturityHeight": "Altura de maturitate",
"localCommitmentTxid": "TXID angajament local",
"remoteCommitmentTxid": "TXID angajament remote",
"closeChannel": "Închideți canalul",
"enterDeliveryAddress": "Introduceți adresa de închidere",
"invalidAddress": "Introduceți o adresă Bitcoin validă",
"closeChannel": "Închide canalul",
"forceCloseChannel": "Forțare închiderea canalului",
"closeChannelToAddress": "Închideți canalul la adresa externă",
"forceClosePendingChannel": "Forțați închiderea canalului în așteptare",
"forceCloseDelay": "Întârziere de închidere forțată",
"closeChannelPrompt": {
"title": "Închideți canalul"
},
"bumpFeeAlerts": {
"enterFeeRate": "Introduceți rata tarifului (sat/vB)",
"missingFeeRate": "Lipsă rata tarif",
"invalidFeeRate": "Tarif invalid",
"bumpFeeSuccess": "Mărirea tarifelor cu succes",
"bumpFeeFailed": "Mărirea tarifelor a eșuat"
}
}
},
Expand Down Expand Up @@ -631,6 +643,9 @@
},
"mapTheme": {
"title": "Setați tema hărții"
},
"hideAmountsEnabled": {
"title": "Ascundeți sumele"
}
},
"wallet": {
Expand Down Expand Up @@ -910,6 +925,12 @@
},
"customInvoicePreimageEnabled": {
"title": "Activați preimagini de factură personalizate"
},
"randomizeSettings": {
"title": "Randomizați setările"
},
"randomizeSettingsOnStartup": {
"title": "Randomizați setările la pornire"
}
},
"experimental": {
Expand Down
Loading