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

translations: urdu language #197

Open
wants to merge 1 commit into
base: latest
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
30 changes: 30 additions & 0 deletions locales/ur.json
@@ -0,0 +1,30 @@
{
"Execute binaries from npm packages.\n%s": "این۔پی۔ایم پیکیج کے اندر کی بائینری کو چلاؤ.\n%s",
"Package to be installed.": "انسٹالیشن کے لیے پیکیج۔",
"Location of the npm cache.": "ان۔پی۔ایم کیش کہ جگہ۔",
"Skip installation if a package is missing.": "انسٹالیشن کو چھوڑو اگر پیکج نہ ملے۔",
"Path to user npmrc.": "کا پاتھ npmrc صارف کی",
"Execute string as if inside `npm run-script`.": "Execute string as if inside `npm run-script`.",
"Shell to execute the command with, if any.": "شیل کمانڈ کو چلانے کے لیے، اگر کوئی۔",
"Generate shell code to use npx as the \"command not found\" fallback.": "Generate shell code to use npx as the \"command not found\" fallback.",
"Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.",
"npm binary to use for internal operations.": "این۔پی۔ایم بائنری اندر کے استمال کے لیے۔",
"For the full documentation, see the manual page for npx(1).": "کو دیکھو npx(1) مکمل ڈاکیومنٹیشن کے لیے",
"Unable to guess a binary name from %s. Please use --package.": "نام سے بائنری نہیں ملی۔ %s. براہ کرم پیکچ نام استمال کریں --package.",
"\nERROR: You must supply a command.\n": "\nERROR: آپ لازمی کمانڈ سپلئی کریں۔\n",
"Command failed: %s %s": "Command failed: %s %s",
"Install for %s failed with code %s": "Install for %s failed with code %s",
"%s not found. Trying with npx...": "%s not found. Trying with npx...",
"command not found: %s": "کمانڈ نہیں ملی: %s",
"options": "اختیارات",
"command": "کامنڈ",
"version": "ورژن",
"command-arg": "کانڈ ارگیومنٹ",
"command-string": "کمانڈ سٹرنگ",
"shell": "شیل",
"package": "پیکج",
"npx: installed %s in %ss": "npx: installed %s in %ss",
"Suppress output from npx itself. Subcommands will not be affected.": "ان۔پی۔ایکس کامنڈ کی اؤٹپٹ کو چھپاؤ۔ سبکمانڈز پر اس سے فرق نہیں پڑے گا۔",
"Extra node argument when calling a node binary.": "ایک مذید ارگیمنٹ نوڈ بائنیری کو چلانے کے لیے۔",
"Always spawn a child process to execute the command.": "ہر بار چائلڈ پراسیس میں کامنڈ کو چلاؤ"
}