Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/rus/extensions/typescript')
-rw-r--r--i18n/rus/extensions/typescript/out/features/taskProvider.i18n.json6
-rw-r--r--i18n/rus/extensions/typescript/out/typescriptServiceClient.i18n.json7
-rw-r--r--i18n/rus/extensions/typescript/out/utils/versionPicker.i18n.json12
-rw-r--r--i18n/rus/extensions/typescript/out/utils/versionProvider.i18n.json8
-rw-r--r--i18n/rus/extensions/typescript/package.i18n.json6
5 files changed, 31 insertions, 8 deletions
diff --git a/i18n/rus/extensions/typescript/out/features/taskProvider.i18n.json b/i18n/rus/extensions/typescript/out/features/taskProvider.i18n.json
new file mode 100644
index 00000000000..8b6ad71cd4e
--- /dev/null
+++ b/i18n/rus/extensions/typescript/out/features/taskProvider.i18n.json
@@ -0,0 +1,6 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{} \ No newline at end of file
diff --git a/i18n/rus/extensions/typescript/out/typescriptServiceClient.i18n.json b/i18n/rus/extensions/typescript/out/typescriptServiceClient.i18n.json
index bda2060f087..2c4a9960a95 100644
--- a/i18n/rus/extensions/typescript/out/typescriptServiceClient.i18n.json
+++ b/i18n/rus/extensions/typescript/out/typescriptServiceClient.i18n.json
@@ -5,14 +5,7 @@
// Do not edit this file. It is machine generated.
{
"noServerFound": "Путь {0} не указывает на допустимый файл программы установки tsserver. Выполняется откат до пакетной версии TypeScript.",
- "noBundledServerFound": "Файл tsserver VSCode был удален другим приложением, например, в результате ошибочного срабатывания средства обнаружения вирусов. Переустановите VSCode.",
- "versionNumber.custom": "пользовательский",
"serverCouldNotBeStarted": "Не удалось запустить языковой сервер TypeScript. Сообщение об ошибке: \"{0}\".",
- "useVSCodeVersionOption": "Использовать версию VSCode",
- "activeVersion": "Сейчас активно.",
- "useWorkspaceVersionOption": "Использовать версию рабочей области",
- "learnMore": "Дополнительные сведения",
- "selectTsVersion": "Выберите версию TypeScript, используемую для языковых функций JavaScript и TypeScript.",
"typescript.openTsServerLog.notSupported": "Для ведения журнала сервера TS требуется TS 2.2.2+",
"typescript.openTsServerLog.loggingNotEnabled": "Вход в TS Server отключен. Задайте \"typescript.tsserver.log\" и перезагрузите VS Code, чтобы включить ведение журнала",
"typescript.openTsServerLog.enableAndReloadOption": "Войдите и перезагрузите TS server",
diff --git a/i18n/rus/extensions/typescript/out/utils/versionPicker.i18n.json b/i18n/rus/extensions/typescript/out/utils/versionPicker.i18n.json
new file mode 100644
index 00000000000..5b6683703fc
--- /dev/null
+++ b/i18n/rus/extensions/typescript/out/utils/versionPicker.i18n.json
@@ -0,0 +1,12 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{
+ "useVSCodeVersionOption": "Использовать версию VSCode",
+ "activeVersion": "Сейчас активно.",
+ "useWorkspaceVersionOption": "Использовать версию рабочей области",
+ "learnMore": "Дополнительные сведения",
+ "selectTsVersion": "Выберите версию TypeScript, используемую для языковых функций JavaScript и TypeScript."
+} \ No newline at end of file
diff --git a/i18n/rus/extensions/typescript/out/utils/versionProvider.i18n.json b/i18n/rus/extensions/typescript/out/utils/versionProvider.i18n.json
new file mode 100644
index 00000000000..f97639bb41b
--- /dev/null
+++ b/i18n/rus/extensions/typescript/out/utils/versionProvider.i18n.json
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{
+ "noBundledServerFound": "Файл tsserver VSCode был удален другим приложением, например, в результате ошибочного срабатывания средства обнаружения вирусов. Переустановите VSCode."
+} \ No newline at end of file
diff --git a/i18n/rus/extensions/typescript/package.i18n.json b/i18n/rus/extensions/typescript/package.i18n.json
index ac2e8ab343a..0fdf24c39f8 100644
--- a/i18n/rus/extensions/typescript/package.i18n.json
+++ b/i18n/rus/extensions/typescript/package.i18n.json
@@ -17,6 +17,7 @@
"typescript.format.enable": "Включение или отключение модуля форматирования TypeScript по умолчанию.",
"javascript.format.enable": "Включение или отключение модуля форматирования JavaScript по умолчанию.",
"format.insertSpaceAfterCommaDelimiter": "Определяет метод обработки пробелов после разделителя-запятой.",
+ "format.insertSpaceAfterConstructor": "Определяет метод обработки пробелов после ключевого слова constructor. Требуется TypeScript 2.3.0 или более поздней версии.",
"format.insertSpaceAfterSemicolonInForStatements": " Определяет метод обработки пробелов после точки с запятой в операторе for.",
"format.insertSpaceBeforeAndAfterBinaryOperators": "Определяет метод обработки пробелов после двоичного оператора.",
"format.insertSpaceAfterKeywordsInControlFlowStatements": "Определяет метод обработки пробелов после ключевых слов в операторе управления потоком выполнения.",
@@ -27,6 +28,7 @@
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": "Определяет метод обработки пробелов после открытия и до закрытия непустых скобок. Требуется TypeScript 2.3.0 или более поздней версии.",
"format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": "Определяет метод обработки пробелов после открытия и до закрытия скобок в строке шаблона. Требуется TypeScript 2.0.6 или более поздней версии.",
"format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": "Определяет метод обработки пробелов после открытия и до закрытия скобок выражения JSX. Требуется TypeScript 2.0.6 или более поздней версии.",
+ "format.insertSpaceAfterTypeAssertion": "Определяет метод обработки пробелов после утверждений типа в TypeScript. Требуется TypeScript 2.4 или более поздней версии.",
"format.placeOpenBraceOnNewLineForFunctions": "Определяет, ставится ли открывающая фигурная скобка с новой строки в функциях.",
"format.placeOpenBraceOnNewLineForControlBlocks": "Определяет, ставится ли открывающая фигурная скобка с новой строки в блоках управления.",
"javascript.validate.enable": "Включение или отключение проверки JavaScript.",
@@ -43,5 +45,7 @@
"typescript.npm": "Указывает путь к исполняемому файлу NPM, используемому для автоматического получения типа. Требуется TypeScript версии 2.3.4 или более поздней версии.",
"typescript.check.npmIsInstalled": "Проверяет, установлен ли NPM для автоматического получения типов.",
"javascript.nameSuggestions": "Включить/отключить использование уникальных имен из файла в списках предложений JavaScript.",
- "typescript.tsc.autoDetect": "Включает или отключает автоматическое определние заданий tsc."
+ "typescript.tsc.autoDetect": "Включает или отключает автоматическое определние заданий tsc.",
+ "typescript.problemMatchers.tsc.label": "Проблемы TypeScript",
+ "typescript.problemMatchers.tscWatch.label": "Проблемы TypeScript (режим наблюдения)"
} \ No newline at end of file