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 ar [Manual Sync] #1351

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
30 changes: 25 additions & 5 deletions locales/ar.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 @@ -252,6 +253,9 @@
},
"feeEstimate": {
"title": "تقدير الرسوم"
},
"outgoingChannel": {
"title": "Outbound Channel"
}
}
},
Expand Down Expand Up @@ -293,6 +297,7 @@
"remoteCommitmentTxid": "معرّف TXID البعيد للالتزام",
"closeChannel": "إغلاق القناة",
"forceClosePendingChannel": "إغلاق قناة معلقة بالقوة",
"forceCloseDelay": "Force closure delay",
"closeChannelPrompt": {
"title": "إغلاق القناة"
}
Expand Down Expand Up @@ -739,14 +744,17 @@
"rpc": {
"title": "ضبط مضيف bitcoind RPC"
},
"rpcuser": {
"title": "Set the bitcoind RPC User"
},
"rpcpass": {
"title": "Set the bitcoind RPC Password"
},
"zmqRawBlock": {
"title": "ضبط مضيف bitcoind ZMQ للكتل الخام"
},
"zmqRawTx": {
"title": "ضبط مضيف bitcoind ZMQ للمعاملات الخام"
},
"p2tr": {
"title": "تمكين الاستقبال على السلسلة عبر Taproot (P2TR)"
}
},
"LN": {
Expand Down Expand Up @@ -799,6 +807,17 @@
"msg": "هل ترغب في الاستعادة إلى خادم Dunder الافتراضي"
}
},
"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 @@ -1002,7 +1021,8 @@
"title": "فرض مزامنة القيل والقال عند بدء التشغيل"
},
"persistentServices": {
"title": "تمكين LND وTor المستمرين (إذا تم تمكينهما)"
"title": "Enable persistent app",
"subtitle": "The app stays active in the background"
}
}
},
Expand Down