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 hi [Manual Sync] #1352

Merged
merged 1 commit into from
Jun 27, 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
36 changes: 31 additions & 5 deletions locales/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"amount": "मात्रा",
"fee": "शुल्क",
"search": "खोज",
"viewInBlockExplorer": "ब्लॉक एक्सप्लोरर में देखें"
"viewInBlockExplorer": "ब्लॉक एक्सप्लोरर में देखें",
"blocks": "{{numBlocks}} blocks"
},
"buttons": {
"ok": "ठीक है",
Expand Down Expand Up @@ -208,6 +209,9 @@
"description": {
"title": "संदेश",
"placeholder": "भुगतानकर्ता को संदेश"
},
"preimage": {
"placeholder": "32-byte hex string"
}
}
},
Expand Down Expand Up @@ -249,6 +253,9 @@
},
"feeEstimate": {
"title": "शुल्क अनुमान"
},
"outgoingChannel": {
"title": "Outbound Channel"
}
}
},
Expand Down Expand Up @@ -290,6 +297,7 @@
"remoteCommitmentTxid": "दूरस्थ प्रतिबद्धता TXID",
"closeChannel": "चैनल बंद करें",
"forceClosePendingChannel": "लंबित चैनल को बलपूर्वक बंद करें",
"forceCloseDelay": "Force closure delay",
"closeChannelPrompt": {
"title": "चैनल बंद करें"
}
Expand Down Expand Up @@ -736,14 +744,17 @@
"rpc": {
"title": "बिटकॉइन आरपीसी होस्ट सेट करें"
},
"rpcuser": {
"title": "Set the bitcoind RPC User"
},
"rpcpass": {
"title": "Set the bitcoind RPC Password"
},
"zmqRawBlock": {
"title": "बिटकॉइन ZMQ रॉ ब्लॉक होस्ट सेट करें"
},
"zmqRawTx": {
"title": "बिटकॉइन ZMQ रॉ टीएक्स होस्ट सेट करें"
},
"p2tr": {
"title": "Taproot (P2TR) के माध्यम से ऑन-चेन प्राप्त करना सक्षम करें"
}
},
"LN": {
Expand Down Expand Up @@ -796,6 +807,17 @@
"msg": "क्या आप डिफ़ॉल्ट डंडर सर्वर को पुनर्स्थापित करना चाहेंगे?"
}
},
"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": "भुगतान करने से पहले ग्राफ़ सिंक होने की प्रतीक्षा करें",
"subtitle": "सिंक्रोनाइज़्ड ग्राफ़ इष्टतम भुगतान पथ की ओर ले जाता है"
Expand Down Expand Up @@ -868,6 +890,9 @@
"restoreDialog": {
"title": "क्या आप एलएनडी लॉग स्तर को डिफ़ॉल्ट स्तर ({{defaultLndLogLevel}}) पर पुनर्स्थापित करना चाहेंगे?"
}
},
"customInvoicePreimageEnabled": {
"title": "Enable custom invoice preimages"
}
},
"experimental": {
Expand Down Expand Up @@ -996,7 +1021,8 @@
"title": "स्टार्टअप पर गपशप सिंक लागू करें"
},
"persistentServices": {
"title": "लगातार एलएनडी और टोर सक्षम करें (यदि सक्षम हो)"
"title": "Enable persistent app",
"subtitle": "The app stays active in the background"
}
}
},
Expand Down
Loading