• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "Execute binaries from npm packages.\n%s": "Køyr binærfiler frå npm-pakkar.\n%s",
3    "Package to be installed.": "Pakken som skal bli installert.",
4    "Location of the npm cache.": "Kvar npm-mellomlagringa ligg.",
5    "Skip installation if a package is missing.": "La være å installere viss pakken manglar.",
6    "Path to user npmrc.": "Sti til brukaren sin npmrc-fil.",
7    "Execute string as if inside `npm run-script`.": "Køyr streng som om den var inni `npm run-script`.",
8    "Shell to execute the command with, if any.": "Skall å køyre kommandoen med, viss noe.",
9    "Generate shell code to use npx as the \"command not found\" fallback.": "Generer skallkode for å bruke npx som \"kommandoen finst ikkje\" fallback.",
10    "Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "Ignorerer eksisterende binærfilar i $PATH eller i det lokale prosjektet. Dette tvingar npx til å installere siste versjon av pakken midlertidig.",
11    "npm binary to use for internal operations.": "npm-binærfil som skal brukes for interne operasjonar.",
12    "For the full documentation, see the manual page for npx(1).": "For heile dokumentasjonen, sjå brukarmanualen for npx(1).",
13    "Unable to guess a binary name from %s. Please use --package.": "Klarar ikkje å gjette ein binærfil sitt namn ut frå %s. Vennligst bruk --package.",
14    "\nERROR: You must supply a command.\n": "\nFEIL: Du må legge ved ein kommando.\n",
15    "Command failed: %s %s": "Kommando feilte: %s %s",
16    "Install for %s failed with code %s": "Installasjon for %s feilte med kode %s",
17    "%s not found. Trying with npx...": "Kunne ikkje finne%s. Prøver med npx...",
18    "command not found: %s": "kommando ikkje funnet: %s",
19    "options": "innstillinger",
20    "command": "kommando",
21    "version": "versjon",
22    "command-arg": "kommando-argument",
23    "command-string": "kommando-streng",
24    "shell": "skall",
25    "package": "pakke",
26    "npx: installed %s in %ss": "npx: installerte %s på %ss",
27    "Suppress output from npx itself. Subcommands will not be affected.": "Skjul kommandoer frå npx. Sub-kommandoer vil ikkje rørast.",
28    "Extra node argument when calling a node binary.": "Ekstra node-argument når ein node-binærfil blir kalt."
29  }
30