|
| 1 | +{ |
| 2 | + "Execute binaries from npm packages.\n%s": ".npm الثنائية من حزم node تنفيذ ملفات \n %s ", |
| 3 | + "Package to be installed.": ".الحزمة التي سيتم تثبيتها", |
| 4 | + "Location of the npm cache.": ".npm موقع الذاكرة المخبأة ل", |
| 5 | + "Skip installation if a package is missing.": "تخطي التثبيت في حال وجود حزمة مفقودة.", |
| 6 | + "Path to user npmrc.": "مسار المستخدم إلى npmrc.", |
| 7 | + "Execute string as if inside `npm run-script`.": ".`npm run-script` نص الامر التنفيذي كما في", |
| 8 | + "Shell to execute the command with, if any.": "واجهة تنفيذ الأوامر المرغوب استخدامها في حال وجودها.", |
| 9 | + "Generate shell code to use npx as the \"command not found\" fallback.": ".npx الامرالمتولد لاستدعاء كحل بديل في حالة \"لم يتم العثور على الامر\" من قبل ", |
| 10 | + "Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": " .npx سيتم قسرياً التثبيت بشكل مؤقت للاصدار الاحدث من قبل .$PATH تجاهل الملفات التنفيذية الثنائية الحالية في المسار ", |
| 11 | + "npm binary to use for internal operations.": ".التنفيذي الثنائي الذي سيتم استعماله للعمليات الداخلية npm ملف", |
| 12 | + "For the full documentation, see the manual page for npx(1).": ".npx(1) للوصول للمستندات المساعدة الكاملة, ابحث في صفحة الدليل عن", |
| 13 | + "Unable to guess a binary name from %s. Please use --package.": ". --package الرجاء استعمال .%s لم يتمكن تخمين اسم التطبيق الثنائي من ", |
| 14 | + "\nERROR: You must supply a command.\n": "\n.خطأ : يتوجب على المستخدم ادخال امر\n", |
| 15 | + "Command failed: %s %s": "%s %s :فشل الامر ", |
| 16 | + "Install for %s failed with code %s": "%s بالكود %s تم فشل تثبيت", |
| 17 | + "%s not found. Trying with npx...": "...npx سيتم اعادة المحاولة باستعمال .%s لم يتم العثور على", |
| 18 | + "command not found: %s": "%s :لم يتم العثور على الأمر", |
| 19 | + "options": "خيارات", |
| 20 | + "command": "أمر", |
| 21 | + "version": "الإصدار", |
| 22 | + "command-arg": "بارامتر الأمر", |
| 23 | + "command-string": "نص الأمر", |
| 24 | + "shell": "واجهة تنفيذ الأوامر", |
| 25 | + "package": "الحزمة", |
| 26 | + "npx: installed %s in %ss": "%ss في %s تم تثبيت ", |
| 27 | + "Suppress output from npx itself. Subcommands will not be affected.": "الاوامر الفرعية لن تتاثر بالتعديل.npx إخفاءالخرج من", |
| 28 | + "Extra node argument when calling a node binary.": ".node البارامتر الاضافي عند استدعاء" |
| 29 | +} |
0 commit comments