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 no [Manual Sync] #1357

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
36 changes: 31 additions & 5 deletions locales/no.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"amount": "Beløp",
"fee": "Gebyr",
"search": "Søk",
"viewInBlockExplorer": "Vis i blokkutforsker"
"viewInBlockExplorer": "Vis i blokkutforsker",
"blocks": "{{numBlocks}} blocks"
},
"buttons": {
"ok": "Ok",
Expand Down Expand Up @@ -208,6 +209,9 @@
"description": {
"title": "Melding",
"placeholder": "Melding til betaler"
},
"preimage": {
"placeholder": "32-byte hex string"
}
}
},
Expand Down Expand Up @@ -249,6 +253,9 @@
},
"feeEstimate": {
"title": "Gebyranbefaling"
},
"outgoingChannel": {
"title": "Outbound Channel"
}
}
},
Expand Down Expand Up @@ -290,6 +297,7 @@
"remoteCommitmentTxid": "Ekstern forpliktelse TXID",
"closeChannel": "Lukk kanal",
"forceClosePendingChannel": "Tving lukking av ventende kanal",
"forceCloseDelay": "Force closure delay",
"closeChannelPrompt": {
"title": "Lukk kanal"
}
Expand Down Expand Up @@ -736,14 +744,17 @@
"rpc": {
"title": "Angi bitcoind RPC-vert"
},
"rpcuser": {
"title": "Set the bitcoind RPC User"
},
"rpcpass": {
"title": "Set the bitcoind RPC Password"
},
"zmqRawBlock": {
"title": "Angi bitcoind ZMQ råblokk-vert"
},
"zmqRawTx": {
"title": "Angi bitcoind ZMQ råtransaksjons-vert"
},
"p2tr": {
"title": "Aktiver mottak on-chain via Taproot (P2TR)"
}
},
"LN": {
Expand Down Expand Up @@ -796,6 +807,17 @@
"msg": "Vil du gjenopprette til standard Dunder-server"
}
},
"speedloaderServer": {
"title": "Set LN channel sync server",
"subtitle": "",
"setDialog": {
"title": "Set LN Sync channel server"
},
"restoreDialog": {
"title": "Restore LN channel sync Server",
"msg": "Would you like to restore to the default LN channel sync server"
}
},
"graphSync": {
"title": "Vent med graf-synkronisering før betaling",
"subtitle": "Synkronisert graf fører til optimale betalingsruter"
Expand Down Expand Up @@ -868,6 +890,9 @@
"restoreDialog": {
"title": "Vil du gjenopprette lnd-loggnivået til standardnivået ({{defaultLndLogLevel}})?"
}
},
"customInvoicePreimageEnabled": {
"title": "Enable custom invoice preimages"
}
},
"experimental": {
Expand Down Expand Up @@ -996,7 +1021,8 @@
"title": "Tving ryktesynkronisering ved oppstart"
},
"persistentServices": {
"title": "Aktiver vedvarende LND og Tor (hvis aktivert)"
"title": "Enable persistent app",
"subtitle": "The app stays active in the background"
}
}
},
Expand Down
Loading