1{ 2 "Execute binaries from npm packages.\n%s": "Izvršavam binarne pakete iz npm packages.\n%s", 3 "Package to be installed.": "Paket će biti instaliran.", 4 "Location of the npm cache.": "Lokacija npm keša.", 5 "Skip installation if a package is missing.": "Preskoci instalaciju ako paket nedostaje.", 6 "Path to user npmrc.": "Putanja do korisnikovog npmrc.", 7 "Execute string as if inside `npm run-script`.": "Izvrši string kao da se nalazi unutar `npm run-script`.", 8 "Shell to execute the command with, if any.": "Skripta izvršava komandu sa, ako postoji.", 9 "Generate shell code to use npx as the \"command not found\" fallback.": "Napravi kod u Terminalu koji će koristiti npx kao zamenu za \"komanda nije pronađena\".", 10 "Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "Ignoriše postojeće binarne pakete u $PATH, ili u lokalnom projektu. Ovo će naterati npx da izvrši privremenu instalaciju i koristi najnoviju verziju.", 11 "npm binary to use for internal operations.": "npm binarni paket za upotrebu u lokalnim operacijama.", 12 "For the full documentation, see the manual page for npx(1).": "Za kompletnu dokumentaciju, pogledajte stranicu sa uputstvima za npx(1).", 13 "Unable to guess a binary name from %s. Please use --package.": "Ne možemo da pogodimo ime binarnog paketa iz %s. Molimo koristite --package.", 14 "\nERROR: You must supply a command.\n": "\nERROR: Morate uneti komandu.\n", 15 "Command failed: %s %s": "Komanda nije uspela: %s %s", 16 "Install for %s failed with code %s": "Instalacija za %s nije uspela sa kodom %s", 17 "%s not found. Trying with npx...": "%s nije pronadjen. Pokušavam sa npx...", 18 "command not found: %s": "komanda nije pronadjena: %s", 19 "options": "opcije", 20 "command": "komanda", 21 "version": "verzija", 22 "command-arg": "command-arg", 23 "command-string": "command-string", 24 "shell": "shell", 25 "package": "paket", 26 "npx: installed %s in %ss": "npx: instaliran %s u %ss", 27 "Suppress output from npx itself. Subcommands will not be affected.": "Zabranjen izlaz iz samog npx. Na podkomande neće biti uticaja..", 28 "Extra node argument when calling a node binary.": "Dodatni node argument kada pozivate node binarni." 29}