aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/libnpx/locales
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/libnpx/locales')
-rw-r--r--deps/npm/node_modules/libnpx/locales/ar.json29
-rw-r--r--deps/npm/node_modules/libnpx/locales/en.json3
-rw-r--r--deps/npm/node_modules/libnpx/locales/fr.json28
-rw-r--r--deps/npm/node_modules/libnpx/locales/ko.json18
-rw-r--r--deps/npm/node_modules/libnpx/locales/pt_BR.json38
-rw-r--r--deps/npm/node_modules/libnpx/locales/zh_CN.json3
6 files changed, 46 insertions, 73 deletions
diff --git a/deps/npm/node_modules/libnpx/locales/ar.json b/deps/npm/node_modules/libnpx/locales/ar.json
deleted file mode 100644
index 8ca0fcc66e..0000000000
--- a/deps/npm/node_modules/libnpx/locales/ar.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "Execute binaries from npm packages.\n%s": ".npm الثنائية من حزم node تنفيذ ملفات \n %s ",
- "Package to be installed.": ".الحزمة التي سيتم تثبيتها",
- "Location of the npm cache.": ".npm موقع الذاكرة المخبأة ل",
- "Skip installation if a package is missing.": "تخطي التثبيت في حال وجود حزمة مفقودة.",
- "Path to user npmrc.": "مسار المستخدم إلى npmrc.",
- "Execute string as if inside `npm run-script`.": ".`npm run-script` نص الامر التنفيذي كما في",
- "Shell to execute the command with, if any.": "واجهة تنفيذ الأوامر المرغوب استخدامها في حال وجودها.",
- "Generate shell code to use npx as the \"command not found\" fallback.": ".npx الامرالمتولد لاستدعاء كحل بديل في حالة \"لم يتم العثور على الامر\" من قبل ",
- "Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": " .npx سيتم قسرياً التثبيت بشكل مؤقت للاصدار الاحدث من قبل .$PATH تجاهل الملفات التنفيذية الثنائية الحالية في المسار ",
- "npm binary to use for internal operations.": ".التنفيذي الثنائي الذي سيتم استعماله للعمليات الداخلية npm ملف",
- "For the full documentation, see the manual page for npx(1).": ".npx(1) للوصول للمستندات المساعدة الكاملة, ابحث في صفحة الدليل عن",
- "Unable to guess a binary name from %s. Please use --package.": ". --package الرجاء استعمال .%s لم يتمكن تخمين اسم التطبيق الثنائي من ",
- "\nERROR: You must supply a command.\n": "\n.خطأ : يتوجب على المستخدم ادخال امر\n",
- "Command failed: %s %s": "%s %s :فشل الامر ",
- "Install for %s failed with code %s": "%s بالكود %s تم فشل تثبيت",
- "%s not found. Trying with npx...": "...npx سيتم اعادة المحاولة باستعمال .%s لم يتم العثور على",
- "command not found: %s": "%s :لم يتم العثور على الأمر",
- "options": "خيارات",
- "command": "أمر",
- "version": "الإصدار",
- "command-arg": "بارامتر الأمر",
- "command-string": "نص الأمر",
- "shell": "واجهة تنفيذ الأوامر",
- "package": "الحزمة",
- "npx: installed %s in %ss": "%ss في %s تم تثبيت ",
- "Suppress output from npx itself. Subcommands will not be affected.": "الاوامر الفرعية لن تتاثر بالتعديل.npx إخفاءالخرج من",
- "Extra node argument when calling a node binary.": ".node البارامتر الاضافي عند استدعاء"
-}
diff --git a/deps/npm/node_modules/libnpx/locales/en.json b/deps/npm/node_modules/libnpx/locales/en.json
index 358e343421..d3463ae315 100644
--- a/deps/npm/node_modules/libnpx/locales/en.json
+++ b/deps/npm/node_modules/libnpx/locales/en.json
@@ -25,5 +25,6 @@
"package": "package",
"npx: installed %s in %ss": "npx: installed %s in %ss",
"Suppress output from npx itself. Subcommands will not be affected.": "Suppress output from npx itself. Subcommands will not be affected.",
- "Extra node argument when calling a node binary.": "Extra node argument when calling a node binary."
+ "Extra node argument when calling a node binary.": "Extra node argument when calling a node binary.",
+ "Always spawn a child process to execute the command.": "Always spawn a child process to execute the command."
} \ No newline at end of file
diff --git a/deps/npm/node_modules/libnpx/locales/fr.json b/deps/npm/node_modules/libnpx/locales/fr.json
index a6ddf60e6f..949ba9bb8e 100644
--- a/deps/npm/node_modules/libnpx/locales/fr.json
+++ b/deps/npm/node_modules/libnpx/locales/fr.json
@@ -1,28 +1,28 @@
{
- "Execute binaries from npm packages.\n%s": "Exécutez des binaires à partir de paquets de npm.\n%s",
+ "Execute binaries from npm packages.\n%s": "Exécutez des binaires à partir de paquets npm.\n%s",
"Package to be installed.": "Paquet à installer.",
- "Location of the npm cache.": "Endroit où est situé le cache de npm.",
- "Skip installation if a package is missing.": "Sauter l'installation si un paquet est manquant.",
- "Path to user npmrc.": "Chemin du npmrc de l'utilisateur(-trice).",
+ "Location of the npm cache.": "Chemin où est situé le cache de npm.",
+ "Skip installation if a package is missing.": "Passer l'installation si un paquet est manquant.",
+ "Path to user npmrc.": "Chemin du fichier npmrc de l'utilisateur(-trice).",
"Execute string as if inside `npm run-script`.": "Exécuter la chaine de caractère comme avec `npm run-script`.",
- "Shell to execute the command with, if any.": "Shell a utiliser pour exécuter la commande, s'il y en a un.",
- "Generate shell code to use npx as the \"command not found\" fallback.": "Générer le code du shell pour utiliser npx comme solution de rechange à \"command not found\"",
- "Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "Ignorer les binaires dans le $PATH ou dans le projet local. Cela force npm à faire une installation temporaire et utiliser la dernière version.",
+ "Shell to execute the command with, if any.": "Shell à utiliser pour exécuter la commande, s'il y en a un.",
+ "Generate shell code to use npx as the \"command not found\" fallback.": "Générer le code du shell pour utiliser npx comme solution de rechange à \"command not found\".",
+ "Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "Ignorer les binaires dans le $PATH ou dans le projet local. Cela force npm à réaliser une installation temporaire et à utiliser la dernière version.",
"npm binary to use for internal operations.": "Binaire de npm à utiliser pour les opérations internes.",
- "For the full documentation, see the manual page for npx(1).": "Pour la documentation complète, regarder la page du manuel pour npx(1).",
+ "For the full documentation, see the manual page for npx(1).": "Pour la documentation complète, consultez la page du manuel pour npx(1).",
"Unable to guess a binary name from %s. Please use --package.": "Impossible de deviner le nom du binaire de %s, utilisez --package s'il vous plaît.",
- "\nERROR: You must supply a command.\n": "\nERROR: Vous devez fournir une commande.\n",
- "Command failed: %s %s": "La commande a échoué: %s %s",
+ "\nERROR: You must supply a command.\n": "\nERREUR : Vous devez fournir une commande.\n",
+ "Command failed: %s %s": "La commande a échoué : %s %s",
"Install for %s failed with code %s": "L'installation de %s a échoué avec le code %s",
"%s not found. Trying with npx...": "%s n'a pas été trouvé. Essai avec npx...",
- "command not found: %s": "Commande non trouvée: %s",
+ "command not found: %s": "Commande non trouvée : %s",
"options": "options",
"command": "commande",
"version": "version",
"command-arg": "arguments-de-la-commande",
- "command-string": "chaine-de-caractères-de-la-commande",
+ "command-string": "chaîne-de-caractères-de-la-commande",
"shell": "shell",
"package": "paquet",
- "npx: installed %s in %ss": "npx: %s installé(s) en %ss",
- "Suppress output from npx itself. Subcommands will not be affected.": "Supprimer les sorties générées par npx. Les sous-commandes ne seront pas affectées."
+ "npx: installed %s in %ss": "npx : %s installé(s) en %ss",
+ "Suppress output from npx itself. Subcommands will not be affected.": "Supprimer la sortie générée par npx. Les sous-commandes ne seront pas affectées."
}
diff --git a/deps/npm/node_modules/libnpx/locales/ko.json b/deps/npm/node_modules/libnpx/locales/ko.json
index 790537a29a..0e9917df99 100644
--- a/deps/npm/node_modules/libnpx/locales/ko.json
+++ b/deps/npm/node_modules/libnpx/locales/ko.json
@@ -1,29 +1,29 @@
{
"Execute binaries from npm packages.\n%s": "npm 패키지에서 바이너리를 실행합니다.\n%s",
- "Package to be installed.": "패키지가 설치되었습니다.",
+ "Package to be installed.": "설치할 패키지.",
"Location of the npm cache.": "npm 캐시의 위치.",
"Skip installation if a package is missing.": "패키지가 없으면 설치를 건너뜁니다.",
"Path to user npmrc.": "사용자 npmrc의 경로.",
"Execute string as if inside `npm run-script`.": "문자열이 `npm run-script`안에 있는 것처럼 실행합니다.",
- "Shell to execute the command with, if any.": "명령을 실행할 쉘(존재하는 경우).",
- "Generate shell code to use npx as the \"command not found\" fallback.": "\"명령을 찾을 수 없습니다\"의 대안으로 npx가 사용하도록 쉘 코드를 생성합니다.",
+ "Shell to execute the command with, if any.": "명령을 실행할 셸 (존재하는 경우).",
+ "Generate shell code to use npx as the \"command not found\" fallback.": "\"명령을 찾을 수 없습니다\" 대신 npx가 사용되도록 셸 코드를 생성합니다.",
"Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "$PATH나 로컬 프로젝트에 있는 바이너리를 무시합니다. 이는 npx가 최신 버전을 임시로 설치해서 사용하도록 강제합니다.",
"npm binary to use for internal operations.": "내부 작업에 사용할 npm 바이너리.",
"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 를 사용해 주세요.",
+ "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": "명령이 실패했습니다: %s %s",
- "Install for %s failed with code %s": "%s 설치가 %s 코드로 실패했습니다",
- "%s not found. Trying with npx...": "%s 을 찾을 수 없습니다. npx로 시도해 보세요...",
+ "Install for %s failed with code %s": "%s 설치가 오류 코드 %s로 실패했습니다",
+ "%s not found. Trying with npx...": "%s 을 찾을 수 없습니다. npx로 시도합니다...",
"command not found: %s": "명령을 찾을 수 없습니다: %s",
"options": "옵션",
"command": "명령",
"version": "버전",
"command-arg": "명령-인자",
"command-string": "명령-문자열",
- "shell": "쉘",
+ "shell": "셸",
"package": "패키지",
- "npx: installed %s in %ss": "%ss 에 %s 를 설치했습니다",
+ "npx: installed %s in %ss": "npx: %s개의 패키지를 %s초만에 설치했습니다.",
"Suppress output from npx itself. Subcommands will not be affected.": "npx의 출력을 감춥니다. 하위 명령은 영향을 받지 않습니다.",
- "Extra node argument when calling a node binary.": "node 바이너리를 호출할 때 사용하는 추가 node 인자"
+ "Extra node argument when calling a node binary.": "node 바이너리를 호출할 때 사용하는 추가 node 인자."
}
diff --git a/deps/npm/node_modules/libnpx/locales/pt_BR.json b/deps/npm/node_modules/libnpx/locales/pt_BR.json
index d61f8f58f8..b44f4e0260 100644
--- a/deps/npm/node_modules/libnpx/locales/pt_BR.json
+++ b/deps/npm/node_modules/libnpx/locales/pt_BR.json
@@ -1,28 +1,28 @@
{
- "Execute binaries from npm packages.\n%s": "Execute binários de pacotes npm.\n%s",
- "Package to be installed.": "Pacote a ser instalado.",
- "Location of the npm cache.": "Localização da cache do npm.",
- "Skip installation if a package is missing.": "Pule a instalação se estiver faltando um pacote.",
- "Path to user npmrc.": "Caminho para o npmrc do usuário.",
- "Execute string as if inside `npm run-script`.": "Execute a string como se estivesse dentro de `npm run-script`.",
- "Shell to execute the command with, if any.": "Terminal para executar o comando, se houver.",
- "Generate shell code to use npx as the \"command not found\" fallback.": "Gere código de terminal para usar o npx quando o comando não existir (\"command not found\").",
- "Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "Ignora binários existentes no $PATH ou no projeto atual. Isso obriga o npx a fazer uma instalação temporária e usar a última versão.",
- "npm binary to use for internal operations.": "Binário npm usado para operações internas.",
- "For the full documentation, see the manual page for npx(1).": "Para a documentação completa, veja a página do manual do npx(1).",
- "Unable to guess a binary name from %s. Please use --package.": "Não foi possível encontrar um binário a partir de %s. Por favor, use --package.",
- "\nERROR: You must supply a command.\n": "\nERRO: Você deve fornecer um comando.\n",
- "Command failed: %s %s": "Comando falhou: %s %s",
+ "Execute binaries from npm packages.\n%s": "Executa comandos de módulos npm.\n%s",
+ "Package to be installed.": "Pacote para ser instalado.",
+ "Location of the npm cache.": "Localização da cache npm.",
+ "Skip installation if a package is missing.": "Pular instalação se um pacote está faltando.",
+ "Path to user npmrc.": "Localização do npmrc do usuário.",
+ "Execute string as if inside `npm run-script`.": "Executa string como se estivesse dentro de `npm run-script`.",
+ "Shell to execute the command with, if any.": "Terminal para executar o comando, se tiver.",
+ "Generate shell code to use npx as the \"command not found\" fallback.": "Gera código de terminal para usar npx no lugar quando comando não existir (\"command not found\").",
+ "Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "Ignora comandos no $PATH ou no projeto atual. Isto obriga npx a fazer uma instalação temporária e usar a última versão.",
+ "npm binary to use for internal operations.": "Comando npm usado para operações internas.",
+ "For the full documentation, see the manual page for npx(1).": "Para documentação completa, veja a página do manual npx(1).",
+ "Unable to guess a binary name from %s. Please use --package.": "Não foi possível advinhar o nome do comando usando %s. Por favor, use --package.",
+ "\nERROR: You must supply a command.\n": "\nERRO: Você deve suprir um comando.\n",
+ "Command failed: %s %s": "Comando fracassou: %s %s",
"Install for %s failed with code %s": "Instalação de %s falhou com código %s",
- "%s not found. Trying with npx...": "%s não encontrado. Tentando com npx...",
- "command not found: %s": "comando não encontrado: %s",
+ "%s not found. Trying with npx...": "%s não existe. Tentando com npx...",
+ "command not found: %s": "comando não existe: %s",
"options": "opções",
"command": "comando",
"version": "versão",
- "command-arg": "argumento-do-comando",
+ "command-arg": "argumento-de-comando",
"command-string": "string-de-comando",
"shell": "terminal",
"package": "pacote",
- "npx: installed %s in %ss": "npx: %s instalado em %ss",
- "Suppress output from npx itself. Subcommands will not be affected.": "Suprimir resultados de npx. Sub-comandos não serão afetados."
+ "npx: installed %s in %ss": "npx: instalou %s em %ss",
+ "Suppress output from npx itself. Subcommands will not be affected.": "Omitir resultado de npx. Sub-comandos não serão afetados."
}
diff --git a/deps/npm/node_modules/libnpx/locales/zh_CN.json b/deps/npm/node_modules/libnpx/locales/zh_CN.json
index 6cf64629f1..92b61186cb 100644
--- a/deps/npm/node_modules/libnpx/locales/zh_CN.json
+++ b/deps/npm/node_modules/libnpx/locales/zh_CN.json
@@ -24,5 +24,6 @@
"shell": "命令行解释器",
"package": "包",
"npx: installed %s in %ss": "npx: %s 安装成功,用时 %s 秒",
- "Suppress output from npx itself. Subcommands will not be affected.": "隐藏 npx 的输出,子命令不会受到影响"
+ "Suppress output from npx itself. Subcommands will not be affected.": "隐藏 npx 的输出,子命令不会受到影响",
+ "Extra node argument when calling a node binary.": "调用 node 二进制时使用额外的 node 参数。"
}