Skip to content
This repository was archived by the owner on Jul 6, 2019. It is now read-only.

Commit b2619c1

Browse files
sobolevnzkat
authored andcommitted
feat(i18n): adds russian translation (#32)
1 parent 101f37b commit b2619c1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

locales/ru.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"Execute binaries from npm packages.\n%s": "Выполняйте скрипты из npm пакетов.\n%s",
3+
"Package to be installed.": "Пакет, который будет установлен.",
4+
"Location of the npm cache.": "Расположение npm кеша.",
5+
"Skip installation if a package is missing.": "Пропустить установку, если пакет отсутствует.",
6+
"Path to user npmrc.": "Передать пользователя в nprc.",
7+
"Execute string as if inside `npm run-script`.": "Выпонить скрипт как внутри `npm run-script`.",
8+
"Shell to execute the command with, if any.": "Shell, чтобы выполнить команду, если необходимо.",
9+
"Generate shell code to use npx as the \"command not found\" fallback.": "Создает код для shell, чтобы использовать npx при \"command not found\".",
10+
"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 использовать временную установку и использовать последние версии",
11+
"npm binary to use for internal operations.": "npm файл для использования во внутренних операциях.",
12+
"For the full documentation, see the manual page for npx(1).": "Полная документация доступна в мануале npx(1).",
13+
"Unable to guess a binary name from . Please use --package.": "Невозможно угадать команду из . Пожалуйста, используйте --package.",
14+
"\nERROR: You must supply a command.\n": "\nERROR: Нужно указать команду.\n",
15+
"Command failed: %s %s": "Ошибка: %s %s",
16+
"Install for %s failed with code %s": "Установка %s завершилась с кодом ошибки %s",
17+
"Command failed: %s ": "Ошибка: %s ",
18+
"%s not found. Trying with npx...": "%s не найдено. Пробуем с npx...",
19+
"command not found: %s": "команда не найдена: %s"
20+
}

0 commit comments

Comments
 (0)