From f4d5051c1e47a80fc9ffef7f2b13253fe2cec513 Mon Sep 17 00:00:00 2001 From: Sergey Lysenko Date: Wed, 19 Jul 2017 21:13:08 +0300 Subject: [PATCH] fix(i18n): minor fixes to ru locale (#92) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed small typos and missed punctuation mark 😉 --- locales/ru.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/locales/ru.json b/locales/ru.json index 3f43137..801aeb5 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -3,11 +3,11 @@ "Package to be installed.": "Пакет, который будет установлен.", "Location of the npm cache.": "Расположение npm кеша.", "Skip installation if a package is missing.": "Пропустить установку, если пакет отсутствует.", - "Path to user npmrc.": "Передать пользователя в nprc.", - "Execute string as if inside `npm run-script`.": "Выпонить скрипт как внутри `npm run-script`.", + "Path to user npmrc.": "Передать пользователя в npmrc.", + "Execute string as if inside `npm run-script`.": "Выполнить скрипт как внутри `npm run-script`.", "Shell to execute the command with, if any.": "Shell, чтобы выполнить команду, если необходимо.", "Generate shell code to use npx as the \"command not found\" fallback.": "Создает код для shell, чтобы использовать npx при \"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.": "Игнорирует все существующие скрипты в $PATH или локальном проекте. Что заставляет 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.", @@ -25,5 +25,4 @@ "package": "пакет", "npx: installed %s in %ss": "npx: установлен %s в %ss", "Suppress output from npx itself. Subcommands will not be affected.": "Отключить вывод npx. Поведение подкоманд не будет изменено." - }