msgid "`--testnet` or `-t`" msgstr "`testnet` or `-t--`" #: src\guides/testing.md:13 msgid "Signet" msgstr "Signet" #: src\guides/testing.md:13 msgid "`--signet` or `-s`" msgstr "`signet` or `-s--`" #: src\guides/testing.md:14 msgid "Regtest" msgstr "Regtest" #: src\guides/testing.md:14 msgid "`--regtest` or `-r`" msgstr "`regtest` or `-r--`" #: src\guides/testing.md:16 msgid "Regtest doesn't require downloading the blockchain or indexing ord." msgstr "رغ تيست (Regtest) لا يتطلب تنزيل سلسلة الكتل/البلوكشين أو فهرسه الأورد." #: src\guides/testing.md:18 src\guides/reindexing.md:15 msgid "Example" msgstr "مثال" #: src\guides/testing.md:21 msgid "Run bitcoind in regtest with:" msgstr "تشغيل `bitcoind` في وضع الاختبار المحلي باستخدام الأمر:" #: src\guides/testing.md:22 msgid "" "```\n" "bitcoind -regtest -txindex\n" "```" msgstr "" #: src\guides/testing.md:25 msgid "Create a wallet in regtest with:" msgstr "أنشئ محفظة جديدة باستخدام الأمر:" #: src\guides/testing.md:26 msgid "" "```\n" "ord -r wallet create\n"