#: src\guides/testing.md:46 msgid "" "```\n" "ord -r server\n" "```" msgstr "" #: src\guides/testing.md:50 msgid "Testing Recursion" msgstr "اختبار التكرار" #: src\guides/testing.md:53 msgid "When testing out [recursion](../inscriptions/recursion.md), inscribe the dependencies first (example with [p5.js](https://p5js.org):" msgstr "عند اختبار [التكرار](../inscriptions/recursion.md)، قم بتسجيل الاعتمادات أولاً (مثال باستخدام [p5.js](https://p5js.org):" #: src\guides/testing.md:55 msgid "" "```\n" "ord -r wallet inscribe --fee-rate 1 --file p5.js\n" "```" msgstr "" #: src\guides/testing.md:58 msgid "This should return a `inscription_id` which you can then reference in your recursive inscription." msgstr "سيعيد هذا `inscription_id` الذي يمكنك بعد ذلك الرجوع إليه في الإنسكريبشين لتكراري." #: src\guides/testing.md:61 msgid "ATTENTION: These ids will be different when inscribing on mainnet or signet, so be sure to change those in your recursive inscription for each chain." msgstr "تنبيه: سيكون هذه الهويات مختلفة عندما تكون الإنسكريبشين على شبكة mainnet أو signet ، لذا تأكد من تغييرها في تسجيلك التكراري لكل سلسلة."