mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
Import i18n files
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -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}."
|
||||
}
|
||||
Reference in New Issue
Block a user