Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
fix(i18n): minor fixes to ru locale (#92)
Browse files Browse the repository at this point in the history
Fixed small typos and missed punctuation mark 😉
  • Loading branch information
soul-wish authored and zkat committed Jul 19, 2017
1 parent 6c5c733 commit f4d5051
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand All @@ -25,5 +25,4 @@
"package": "пакет",
"npx: installed %s in %ss": "npx: установлен %s в %ss",
"Suppress output from npx itself. Subcommands will not be affected.": "Отключить вывод npx. Поведение подкоманд не будет изменено."

}

0 comments on commit f4d5051

Please sign in to comment.