Skip to content
This repository was archived by the owner on Jul 6, 2019. It is now read-only.

Commit 3c5b99a

Browse files
Elias Yousefzkat
authored andcommitted
feat(i18n): add Arabic translation (#111)
* Adding Arabic JSON, and translating 4 Keys. * Adding Arabic JSON, and translating more Keys. * Rest of the translations * docs: Adding a arabic translation ar.json
1 parent ed116fd commit 3c5b99a

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

locales/ar.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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

Comments
 (0)