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

Commit

Permalink
feat(i18n): add Arabic translation (#111)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Elias Yousef authored and zkat committed Aug 17, 2017
1 parent ed116fd commit 3c5b99a
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions locales/ar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"Execute binaries from npm packages.\n%s": ".npm الثنائية من حزم node تنفيذ ملفات \n %s ",
"Package to be installed.": ".الحزمة التي سيتم تثبيتها",
"Location of the npm cache.": ".npm موقع الذاكرة المخبأة ل",
"Skip installation if a package is missing.": "تخطي التثبيت في حال وجود حزمة مفقودة.",
"Path to user npmrc.": "مسار المستخدم إلى npmrc.",
"Execute string as if inside `npm run-script`.": ".`npm run-script` نص الامر التنفيذي كما في",
"Shell to execute the command with, if any.": "واجهة تنفيذ الأوامر المرغوب استخدامها في حال وجودها.",
"Generate shell code to use npx as the \"command not found\" fallback.": ".npx الامرالمتولد لاستدعاء كحل بديل في حالة \"لم يتم العثور على الامر\" من قبل ",
"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 تجاهل الملفات التنفيذية الثنائية الحالية في المسار ",
"npm binary to use for internal operations.": ".التنفيذي الثنائي الذي سيتم استعماله للعمليات الداخلية npm ملف",
"For the full documentation, see the manual page for npx(1).": ".npx(1) للوصول للمستندات المساعدة الكاملة, ابحث في صفحة الدليل عن",
"Unable to guess a binary name from %s. Please use --package.": ". --package الرجاء استعمال .%s لم يتمكن تخمين اسم التطبيق الثنائي من ",
"\nERROR: You must supply a command.\n": "\n.خطأ : يتوجب على المستخدم ادخال امر\n",
"Command failed: %s %s": "%s %s :فشل الامر ",
"Install for %s failed with code %s": "%s بالكود %s تم فشل تثبيت",
"%s not found. Trying with npx...": "...npx سيتم اعادة المحاولة باستعمال .%s لم يتم العثور على",
"command not found: %s": "%s :لم يتم العثور على الأمر",
"options": "خيارات",
"command": "أمر",
"version": "الإصدار",
"command-arg": "بارامتر الأمر",
"command-string": "نص الأمر",
"shell": "واجهة تنفيذ الأوامر",
"package": "الحزمة",
"npx: installed %s in %ss": "%ss في %s تم تثبيت ",
"Suppress output from npx itself. Subcommands will not be affected.": "الاوامر الفرعية لن تتاثر بالتعديل.npx إخفاءالخرج من",
"Extra node argument when calling a node binary.": ".node البارامتر الاضافي عند استدعاء"
}

0 comments on commit 3c5b99a

Please sign in to comment.