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,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}."
}