• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "Execute binaries from npm packages.\n%s": "Voer een programma van een npm package uit.\n%s",
3  "Package to be installed.": "De te installeren package.",
4  "Location of the npm cache.": "Plaats van de npm cache.",
5  "Skip installation if a package is missing.": "Sla installatie over als een package nog niet geïnstalleerd is.",
6  "Path to user npmrc.": "Pad naar je npmrc.",
7  "Execute string as if inside `npm run-script`.": "Voer de tekst uit, alsof het `npm run-script` was.",
8  "Shell to execute the command with, if any.": "De shell te gebruiken met dit commando, indien nodig.",
9  "Generate shell code to use npx as the \"command not found\" fallback.": "Genereer shell-code als vervanging bij \"command not found\".",
10  "Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "Negeer bestaande programmas in $PATH, of in het lokale prject. Dit forceert npx om een tijdelijke installatie te doen en de laatste versie te gebruiken.",
11  "npm binary to use for internal operations.": "npm programma te gebuiken voor interne operaties.",
12  "For the full documentation, see the manual page for npx(1).": "Voor de volledige documentatie, raadpleeg de man pagina van npx(1).",
13  "Unable to guess a binary name from %s. Please use --package.": "Vond geen programmanaam voor %S. Probeer opnieuw met --package.",
14  "\nERROR: You must supply a command.\n": "\nFOUT: Je moet een commando ingeven.\n",
15  "Command failed: %s %s": "Commando mislukt: %s %s",
16  "Install for %s failed with code %s": "De installatie van %s is mislukt met code %s",
17  "%s not found. Trying with npx...": "%s werd niet gevonden. Probeert nu met npx…",
18  "command not found: %s": "programma werd niet gevonden in %s",
19  "options": "opties",
20  "command": "commando",
21  "version": "versie",
22  "command-arg": "commandoargumenten",
23  "command-string": "commandotekst",
24  "shell": "shell",
25  "package": "package",
26  "npx: installed %s in %ss": "npx: heeft %s in %ss geïnstalleerd",
27  "Suppress output from npx itself. Subcommands will not be affected.": "Geef geen uitvoer voor npx zelf. Heeft geen invoed op subcommando's",
28  "Extra node argument when calling a node binary.": "Extra argumenten voor node, wanner een node-programma gebruikt wordt"
29}
30