mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Import i18n files
This commit is contained in:
@@ -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} (произошло снова)"
|
||||
}
|
||||
@@ -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}"
|
||||
}
|
||||
@@ -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}."
|
||||
}
|
||||
@@ -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."
|
||||
}
|
||||
@@ -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-архиве."
|
||||
}
|
||||
@@ -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}, средство выбора"
|
||||
}
|
||||
@@ -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": "Средство быстрого выбора"
|
||||
}
|
||||
Reference in New Issue
Block a user