Import i18n files

This commit is contained in:
Dirk Baeumer
2016-03-11 19:32:48 +01:00
parent f22e8a8406
commit d8d7f61a5e
1136 changed files with 9636 additions and 1293 deletions

View File

@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"repeated": "{0} (произошло снова)"
}

View File

@@ -3,4 +3,8 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"alertErrorMessage": "Ошибка: {0}",
"alertInfoMessage": "Сведения: {0}",
"alertWarningMessage": "Предупреждение: {0}"
}

View File

@@ -3,4 +3,10 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"altKey": "ALT",
"cmdKey": "COMMAND",
"ctrlKey": "CTRL",
"shiftKey": "SHIFT",
"windowsKey": "Windows"
}

View File

@@ -3,4 +3,9 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"ExecutableParser.args": "Предупреждение: аргументы должны иметь тип string[]. Игнорируется значение {0}.",
"ExecutableParser.commandMissing": "Ошибка: в исполняемых данных должна определяться команда типа string.",
"ExecutableParser.invalidCWD": "Предупреждение: options.cwd должен иметь тип string. Игнорируется значение {0}.",
"ExecutableParser.isShellCommand": "Предупреждение: isShellCommand должен иметь тип boolean. Игнорируется значение {0}."
}

View File

@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"TaskRunner.UNC": "Невозможно выполнить команду оболочки на диске UNC."
}

View File

@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"notFound": "{0} не найдено в ZIP-архиве."
}

View File

@@ -3,4 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"quickOpenAriaLabel": "средство выбора",
"quickOpenAriaLabelEntry": "{0}, средство выбора"
}

View File

@@ -3,4 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"quickOpenAriaLabel": "Средство быстрого выбора. Введите, чтобы сузить результаты.",
"treeAriaLabel": "Средство быстрого выбора"
}