mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
update localization resource files (#14389)
This commit is contained in:
26
i18n/rus/extensions/mssql/dist/dashboard/serviceEndpoints.i18n.json
vendored
Normal file
26
i18n/rus/extensions/mssql/dist/dashboard/serviceEndpoints.i18n.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"grafana": "Панель мониторинга метрик",
|
||||
"kibana": "Панель мониторинга поиска по журналам",
|
||||
"sparkHistory": "Панель мониторинга для отслеживания заданий Spark и управления ими",
|
||||
"yarnHistory": "Панель мониторинга для отслеживания и диагностики Spark",
|
||||
"copyText": "Копировать",
|
||||
"endpoint.appproxy": "Прокси приложения",
|
||||
"endpoint.controller": "Служба управления кластерами",
|
||||
"endpoint.gateway": "Шлюз для доступа к файлам HDFS, Spark",
|
||||
"endpoint.managementproxy": "Прокси-сервер управления",
|
||||
"endpoint.mgmtproxy": "Прокси-сервер управления",
|
||||
"endpoint.sqlServerEndpoint": "Интерфейс основного экземпляра SQL Server",
|
||||
"endpoint.grafana": "Панель мониторинга метрик",
|
||||
"endpoint.kibana": "Панель мониторинга поиска по журналам",
|
||||
"endpoint.yarnHistory": "Панель мониторинга для отслеживания и диагностики Spark",
|
||||
"endpoint.sparkHistory": "Панель мониторинга для отслеживания заданий Spark и управления ими",
|
||||
"endpoint.webhdfs": "Прокси-сервер файловой системы HDFS",
|
||||
"endpoint.livy": "Прокси-сервер для выполнения инструкций, заданий и приложений Spark"
|
||||
}
|
||||
13
i18n/rus/extensions/mssql/dist/hdfs/hdfsModel.i18n.json
vendored
Normal file
13
i18n/rus/extensions/mssql/dist/hdfs/hdfsModel.i18n.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"mssql.recursivePermissionOpStarted": "Рекурсивное применение изменений разрешений в \"{0}\"",
|
||||
"mssql.recursivePermissionOpSucceeded": "Изменения разрешений применены.",
|
||||
"mssql.recursivePermissionOpProgress": "Применение изменений разрешений к \"{0}\".",
|
||||
"mssql.recursivePermissionOpError": "Ошибка при применении изменений разрешений: {0}"
|
||||
}
|
||||
19
i18n/rus/extensions/mssql/dist/hdfs/webhdfs.i18n.json
vendored
Normal file
19
i18n/rus/extensions/mssql/dist/hdfs/webhdfs.i18n.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"webhdfs.invalidDataStructure": "Недопустимая структура данных",
|
||||
"webhdfs.missingProperties": "Не удалось создать клиент WebHDFS из-за отсутствующих параметров: ${0}",
|
||||
"webhdfs.undefinedArgument": "\"${0}\" не определен.",
|
||||
"webhdfs.httpError400": "Неправильный запрос",
|
||||
"webhdfs.httpError401": "Не авторизовано",
|
||||
"webhdfs.httpError403": "Запрещено",
|
||||
"webhdfs.httpError404": "Не найден",
|
||||
"webhdfs.httpError500": "Внутренняя ошибка сервера",
|
||||
"webhdfs.unknownError": "Неизвестная ошибка",
|
||||
"webhdfs.unexpectedRedirect": "Неожиданное перенаправление"
|
||||
}
|
||||
46
i18n/rus/extensions/mssql/dist/localizedConstants.i18n.json
vendored
Normal file
46
i18n/rus/extensions/mssql/dist/localizedConstants.i18n.json
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"msgMissingNodeContext": "Команда Node вызвана без передачи какого-либо узла",
|
||||
"mssql.manageAccessTitle": "Управление доступом",
|
||||
"mssql.locationTitle": "Расположение: ",
|
||||
"mssql.permissionsTitle": "Разрешения",
|
||||
"mssql.ownerPostfix": " — Владелец",
|
||||
"mssql.owningGroupPostfix": " — Группа-владелец",
|
||||
"mssql.everyone": "Все остальные",
|
||||
"mssql.userLabel": "Пользователь",
|
||||
"mssql.groupLabel": "Группа",
|
||||
"mssql.accessHeader": "Доступ",
|
||||
"mssql.defaultHeader": "По умолчанию",
|
||||
"mssql.delete": "Удалить",
|
||||
"mssql.stickyHeader": "Записка",
|
||||
"mssql.inheritDefaultsLabel": "Унаследовать значения по умолчанию",
|
||||
"mssql.readHeader": "Чтение",
|
||||
"mssql.writeHeader": "Запись",
|
||||
"mssql.executeHeader": "Выполнение",
|
||||
"mssql.addUserOrGroup": "Добавление пользователя или группы",
|
||||
"mssql.enterNamePlaceholder": "Введите имя",
|
||||
"mssql.addLabel": "Добавить",
|
||||
"mssql.namedUsersAndGroups": "Именованные пользователи и группы",
|
||||
"mssql.apply": "Применить",
|
||||
"mssql.applyRecursively": "Применить рекурсивно",
|
||||
"mssql.errorApplyingAclChanges": "Непредвиденная ошибка при применении изменений: {0}",
|
||||
"sparkJobSubmission_LocalFileDestinationHint": "Локальный файл будет отправлен в HDFS.",
|
||||
"sparkJobSubmission_SubmissionEndMessage": ".......................... Конец отправки задания Spark ............................",
|
||||
"sparkJobSubmission_PrepareUploadingFile": "Отправка файла из локального {0} в папку HDFS: {1}",
|
||||
"sparkJobSubmission_UploadingFileSucceeded": "Отправка файла в кластер успешно завершена.",
|
||||
"sparkJobSubmission_UploadingFileFailed": "Отправка файла в кластер завершилась сбоем. {0}",
|
||||
"sparkJobSubmission_PrepareSubmitJob": "Отправка задания {0}…",
|
||||
"sparkJobSubmission_SubmitJobFinished": "Задание Spark было отправлено.",
|
||||
"sparkJobSubmission_SubmitJobFailed": "Сбой при отправке задания Spark. {0}",
|
||||
"sparkJobSubmission_YarnUIMessage": "URL-адрес YarnUI: {0}",
|
||||
"sparkJobSubmission_SparkHistoryLinkMessage": "URL-адрес журнала Spark: {0}",
|
||||
"sparkJobSubmission_GetApplicationIdFailed": "Сбой при получении идентификатора приложения. {0}",
|
||||
"sparkJobSubmission_LocalFileNotExisted": "Локальный файл {0} не существует.",
|
||||
"sparkJobSubmission_NoSqlBigDataClusterFound": "Кластер больших данных SQL Server не найден."
|
||||
}
|
||||
13
i18n/rus/extensions/mssql/dist/main.i18n.json
vendored
Normal file
13
i18n/rus/extensions/mssql/dist/main.i18n.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"msgSampleCodeDataFrame": "Этот пример кода загружает файл в кадр данных и отображает первые 10 результатов.",
|
||||
"notebookFileType": "Записные книжки",
|
||||
"unsupportedFileType": "Поддерживаются только записные книжки IPYNB",
|
||||
"fileNotFound": "Не удалось найти указанный файл"
|
||||
}
|
||||
10
i18n/rus/extensions/mssql/dist/objectExplorerNodeProvider/cancelableStream.i18n.json
vendored
Normal file
10
i18n/rus/extensions/mssql/dist/objectExplorerNodeProvider/cancelableStream.i18n.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"streamCanceled": "Потоковая операция отменена пользователем"
|
||||
}
|
||||
13
i18n/rus/extensions/mssql/dist/objectExplorerNodeProvider/command.i18n.json
vendored
Normal file
13
i18n/rus/extensions/mssql/dist/objectExplorerNodeProvider/command.i18n.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"progress": "$(sync~spin) {0}…",
|
||||
"cancelTooltip": "Отмена",
|
||||
"cancel": "Отменить операцию?",
|
||||
"mssql.searchServers": "Поиск имен серверов"
|
||||
}
|
||||
12
i18n/rus/extensions/mssql/dist/objectExplorerNodeProvider/connection.i18n.json
vendored
Normal file
12
i18n/rus/extensions/mssql/dist/objectExplorerNodeProvider/connection.i18n.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"connectionInfoUndefined": "Параметр ConnectionInfo не определен.",
|
||||
"connectionInfoOptionsUndefined": "Параметр ConnectionInfo.options не определен.",
|
||||
"connectionInfoOptionsMissingProperties": "Отсутствуют некоторые свойства в параметре connectionInfo.options: {0}"
|
||||
}
|
||||
11
i18n/rus/extensions/mssql/dist/objectExplorerNodeProvider/fileSources.i18n.json
vendored
Normal file
11
i18n/rus/extensions/mssql/dist/objectExplorerNodeProvider/fileSources.i18n.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"maxSizeNotice": "Уведомление. Этот файл был обрезан на {0} для предварительного просмотра.",
|
||||
"maxSizeReached": "Файл был обрезан на {0} для предварительного просмотра."
|
||||
}
|
||||
28
i18n/rus/extensions/mssql/dist/objectExplorerNodeProvider/hdfsCommands.i18n.json
vendored
Normal file
28
i18n/rus/extensions/mssql/dist/objectExplorerNodeProvider/hdfsCommands.i18n.json
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"allFiles": "Все файлы",
|
||||
"lblUploadFiles": "Передать",
|
||||
"uploading": "Идет отправка файлов в HDFS",
|
||||
"uploadCanceled": "Операция отправки была отменена",
|
||||
"uploadError": "Ошибка при отправке файлов: {0}",
|
||||
"makingDir": "Идет создание каталога",
|
||||
"mkdirCanceled": "Операция отменена",
|
||||
"mkDirError": "Ошибка при создании каталога: {0}",
|
||||
"enterDirName": "Введите имя каталога",
|
||||
"deleteError": "Ошибка при удалении файлов: {0}",
|
||||
"msgDeleteFolder": "Вы действительно хотите удалить эту папку и ее содержимое?",
|
||||
"msgDeleteFile": "Вы действительно хотите удалить этот файл?",
|
||||
"saving": "Идет сохранение файлов HDFS",
|
||||
"saveCanceled": "Операция сохранения была отменена",
|
||||
"saveError": "Ошибка при сохранении файла: {0}",
|
||||
"previewing": "Подготовка к предварительному просмотру",
|
||||
"previewError": "Ошибка при предварительном просмотре файла: {0}",
|
||||
"copyPathError": "Ошибка в пути копирования: {0}",
|
||||
"manageAccessError": "Непредвиденная ошибка при открытии диалогового окна \"Управление доступом\": {0}"
|
||||
}
|
||||
11
i18n/rus/extensions/mssql/dist/objectExplorerNodeProvider/hdfsProvider.i18n.json
vendored
Normal file
11
i18n/rus/extensions/mssql/dist/objectExplorerNodeProvider/hdfsProvider.i18n.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"errorExpanding": "Ошибка: {0}",
|
||||
"errDeleteConnectionNode": "Не удается удалить подключение. Можно удалить только вложенные папки и файлы."
|
||||
}
|
||||
14
i18n/rus/extensions/mssql/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.i18n.json
vendored
Normal file
14
i18n/rus/extensions/mssql/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.i18n.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"prmptPwd": "Укажите пароль для подключения HDFS:",
|
||||
"sessionNotFound": "Сеанс для узла {0} не существует",
|
||||
"notifyError": "Ошибка при уведомлении об изменении узла: {0}",
|
||||
"hdfsFolder": "HDFS",
|
||||
"rootLabel": "Корень"
|
||||
}
|
||||
11
i18n/rus/extensions/mssql/dist/prompts/confirm.i18n.json
vendored
Normal file
11
i18n/rus/extensions/mssql/dist/prompts/confirm.i18n.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"msgYes": "Да",
|
||||
"msgNo": "Нет"
|
||||
}
|
||||
14
i18n/rus/extensions/mssql/dist/sparkFeature/dialog/dialogCommands.i18n.json
vendored
Normal file
14
i18n/rus/extensions/mssql/dist/sparkFeature/dialog/dialogCommands.i18n.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"selectOtherServer": "Выберите другой сервер SQL Server",
|
||||
"sparkJobSubmission_PleaseSelectSqlWithCluster": "Выберите сервер SQL Server с кластером больших данных.",
|
||||
"sparkJobSubmission_NoSqlSelected": "Сервер SQL Server не выбран.",
|
||||
"errorNotSqlBigDataCluster": "Выбранный сервер не относится к кластеру больших данных SQL Server",
|
||||
"sparkJobSubmission_GetFilePathFromSelectedNodeFailed": "Ошибка при получении пути к файлу: {0}"
|
||||
}
|
||||
16
i18n/rus/extensions/mssql/dist/sparkFeature/dialog/sparkJobSubmission/sparkAdvancedTab.i18n.json
vendored
Normal file
16
i18n/rus/extensions/mssql/dist/sparkFeature/dialog/sparkJobSubmission/sparkAdvancedTab.i18n.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"sparkJobSubmission_AdvancedTabName": "Дополнительный",
|
||||
"sparkJobSubmission_ReferenceJarList": "Ссылки на JAR-файлы",
|
||||
"sparkJobSubmission_ReferenceJarListToolTip": "JAR-файлы, помещаемые в рабочий каталог исполнителя. Путь к JAR-файлу должен быть путем HDFS. Несколько путей следует разделять точкой с запятой (;)",
|
||||
"sparkJobSubmission_ReferencePyList": "PY-файлы ссылок",
|
||||
"sparkJobSubmission_ReferencePyListTooltip": "Файлы PY, помещаемые в рабочий каталог исполнителя. Путь к файлу должен быть путем HDFS. Несколько путей следует разделять точкой с запятой (;)",
|
||||
"sparkJobSubmission_ReferenceFilesList": "Файлы ссылок",
|
||||
"sparkJobSubmission_ReferenceFilesListTooltip": "Файлы, помещаемые в рабочий каталог исполнителя. Путь к файлу должен быть путем HDFS. Несколько путей следует разделять точкой с запятой (;)"
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"sparkJobSubmission_GeneralTabName": "Общее",
|
||||
"sparkJobSubmission_JobNamePlaceHolder": "Введите имя…",
|
||||
"sparkJobSubmission_JobName": "Имя задания",
|
||||
"sparkJobSubmission_SparkCluster": "Кластер Spark",
|
||||
"sparkJobSubmission_FilePathPlaceHolder": "Путь к файлу JAR или PY",
|
||||
"sparkJobSubmission_LocalFileDestinationHintWithPath": "Выбранный локальный файл будет отправлен в HDFS: {0}",
|
||||
"sparkJobSubmission_MainFilePath": "Файл JAR/py",
|
||||
"sparkJobSubmission_MainClass": "Класс Main",
|
||||
"sparkJobSubmission_Arguments": "Аргументы",
|
||||
"sparkJobSubmission_ArgumentsTooltip": "Аргументы командной строки, используемые в классе main; несколько аргументов следует разделять пробелом.",
|
||||
"sparkJobSubmission_NotSpecifyJobName": "Имя задания свойства не указано.",
|
||||
"sparkJobSubmission_NotSpecifyJARPYPath": "Не указан файл свойств JAR/PY.",
|
||||
"sparkJobSubmission_NotSpecifyMainClass": "Не указан класс свойств Main.",
|
||||
"sparkJobSubmission_HDFSFileNotExistedWithPath": "{0} не существует в кластере, или возникло исключение.",
|
||||
"sparkJobSubmission_HDFSFileNotExisted": "Указанный файл HDFS не существует. ",
|
||||
"sparkSelectLocalFile": "Выбрать",
|
||||
"sparkJobSubmission_SelectFileError": "Не удалось обнаружить файл из-за ошибки: {0}"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"sparkJobSubmission_SparkJobSubmissionDialogInitializeError": "Недопустимые параметры для SparkJobSubmissionDialog",
|
||||
"sparkJobSubmission_DialogTitleNewJob": "Новое задание",
|
||||
"sparkJobSubmission_DialogCancelButton": "Отмена",
|
||||
"sparkJobSubmission_DialogSubmitButton": "Отправить",
|
||||
"sparkJobSubmission_SubmitSparkJob": "Отправка задания Spark {0}:",
|
||||
"sparkJobSubmission_SubmissionStartMessage": "…………………….. Начало отправки задания Spark …………………….."
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"sparkJobSubmission_SparkJobSubmissionModelInitializeError": "Недопустимые параметры для SparkJobSubmissionModel",
|
||||
"sparkJobSubmission_submissionArgsIsInvalid": "Недопустимый submissionArgs.",
|
||||
"sparkJobSubmission_LivyBatchIdIsInvalid": "Недопустимый livyBatchId.",
|
||||
"sparkJobSubmission_GetApplicationIdTimeOut": "Истекло время ожидания при получении идентификатора приложения. {0}[Журнал] {1}",
|
||||
"sparkJobSubmission_localFileOrFolderNotSpecified.": "Не указано свойство localFilePath или hdfsFolderPath.",
|
||||
"sparkJobSubmission_PathNotSpecified.": "Путь к свойству не указан."
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"sparkJobSubmission_LivyNoBatchIdReturned": "Идентификатор пакета задания Spark не возвращен из ответа.{0}[Ошибка] {1}",
|
||||
"sparkJobSubmission_LivyNoLogReturned": "Журнал не возвращен в ответе.{0}[Ошибка] {1}"
|
||||
}
|
||||
19
i18n/rus/extensions/mssql/dist/sqlToolsServer.i18n.json
vendored
Normal file
19
i18n/rus/extensions/mssql/dist/sqlToolsServer.i18n.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"serviceStartedStatusMsg": "{0} запущен",
|
||||
"startingServiceStatusMsg": "Запуск (0)",
|
||||
"failedToStartServiceErrorMsg": "Не удалось запустить {0}",
|
||||
"installingServiceChannelMsg": "Установка {0} в {1}",
|
||||
"installingServiceStatusMsg": "Установка (0)",
|
||||
"installedServiceChannelMsg": "Установлено: {0}",
|
||||
"downloadingServiceChannelMsg": "Идет загрузка {0}",
|
||||
"downloadingServiceSizeChannelMsg": "({0} КБ)",
|
||||
"downloadingServiceStatusMsg": "Идет загрузка {0}",
|
||||
"downloadServiceDoneChannelMsg": "Выполнена установка {0}"
|
||||
}
|
||||
11
i18n/rus/extensions/mssql/dist/telemetry.i18n.json
vendored
Normal file
11
i18n/rus/extensions/mssql/dist/telemetry.i18n.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"viewKnownIssuesText": "Просмотреть известные проблемы",
|
||||
"serviceCrashMessage": "Компонент {0} неожиданно завершил работу. Перезапустите Azure Data Studio."
|
||||
}
|
||||
Reference in New Issue
Block a user