From af7a035a71f19697ee95bdeb13ac4fa0b524efd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Wed, 21 Jun 2017 01:30:17 +0200 Subject: [PATCH] feat(i18n): updated ca.json --- locales/ca.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/locales/ca.json b/locales/ca.json index 21202fa..045ccbf 100644 --- a/locales/ca.json +++ b/locales/ca.json @@ -15,5 +15,14 @@ "Command failed: %s %s": "La comanda va fracasar: %s %s", "Install for %s failed with code %s": "instal·lació de %s fracassar amb codi %s", "%s not found. Trying with npx...": "%s no existeix. Tractant amb npx...", - "command not found: %s": "comanda no existeix: %s" + "command not found: %s": "comanda no existeix: %s", + "options": "opcions", + "command": "comanda", + "version": "versió", + "command-arg": "argument-de-comanda", + "command-string": "text-de-comanda", + "shell": "shell", + "package": "paquete", + "npx: installed %s in %ss": "npx: instal·lat %s en %ss", + "Suppress output from npx itself. Subcommands will not be affected.": "Suprimir producció de npx. Sub-comandas no seran afectats." }