aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/libnpx/locales/no.json
diff options
context:
space:
mode:
authorMyles Borins <myles.borins@gmail.com>2017-10-26 22:35:25 -0400
committerMyles Borins <myles.borins@gmail.com>2017-10-29 21:32:15 -0400
commitace4fe566fc3af4876c7458f983feeb5eae3df26 (patch)
tree458d847e9bd56199cd0d8b34cec126c7410fb6ca /deps/npm/node_modules/libnpx/locales/no.json
parent64168eb9b43e30e4c0b986c9b29c41be63e85df6 (diff)
downloadandroid-node-v8-ace4fe566fc3af4876c7458f983feeb5eae3df26.tar.gz
android-node-v8-ace4fe566fc3af4876c7458f983feeb5eae3df26.tar.bz2
android-node-v8-ace4fe566fc3af4876c7458f983feeb5eae3df26.zip
deps: update npm to 5.5.1
Closes: https://github.com/nodejs/node/pull/16280 PR-URL: https://github.com/nodejs/node/pull/16509 Fixes: https://github.com/nodejs/node/issues/14161 Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Diffstat (limited to 'deps/npm/node_modules/libnpx/locales/no.json')
-rw-r--r--deps/npm/node_modules/libnpx/locales/no.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/deps/npm/node_modules/libnpx/locales/no.json b/deps/npm/node_modules/libnpx/locales/no.json
new file mode 100644
index 0000000000..5b3fa42788
--- /dev/null
+++ b/deps/npm/node_modules/libnpx/locales/no.json
@@ -0,0 +1,29 @@
+{
+ "Execute binaries from npm packages.\n%s": "Kjør binærfiler fra npm-pakker.\n%s",
+ "Package to be installed.": "Pakken som skal installeres.",
+ "Location of the npm cache.": "Hvor npm-cachen er.",
+ "Skip installation if a package is missing.": "La være å installere dersom pakken mangler.",
+ "Path to user npmrc.": "Sti til brukerens npmrc.",
+ "Execute string as if inside `npm run-script`.": "Kjør streng som om den var inni `npm run-script`.",
+ "Shell to execute the command with, if any.": "Skall å kjøre kommandoen med, hvis noe.",
+ "Generate shell code to use npx as the \"command not found\" fallback.": "Generer skallkode for å bruke npx som \"kommandoen finnes ikke\" fallback.",
+ "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ærfiler i $PATH eller i det lokale prosjektet. Dette tvinger npx til å installere siste versjon av pakken midlertidig.",
+ "npm binary to use for internal operations.": "npm-binærfil som skal brukes for interne operasjoner.",
+ "For the full documentation, see the manual page for npx(1).": "For hele dokumentasjonen, se brukermanualen for npx(1).",
+ "Unable to guess a binary name from %s. Please use --package.": "Klarer ikke å gjette en binærfils navn ut fra %s. Vennligst bruk --package.",
+ "\nERROR: You must supply a command.\n": "\nFEIL: Du må legge ved en kommando.\n",
+ "Command failed: %s %s": "Kommando feilet: %s %s",
+ "Install for %s failed with code %s": "Installasjon for %s feilet med kode %s",
+ "%s not found. Trying with npx...": "Kunne ikke finne%s. Prøver med npx...",
+ "command not found: %s": "kommando ikke funnet: %s",
+ "options": "innstillinger",
+ "command": "kommando",
+ "version": "versjon",
+ "command-arg": "kommando-argument",
+ "command-string": "kommando-streng",
+ "shell": "skall",
+ "package": "pakke",
+ "npx: installed %s in %ss": "npx: installerte %s på %ss",
+ "Suppress output from npx itself. Subcommands will not be affected.": "Skjul kommandoer fra npx. Sub-kommandoer vil ikke berøres.",
+ "Extra node argument when calling a node binary.": "Ekstra node-argument når en node-binærfil blir kalt."
+}