Files
azuredatastudio/i18n/ads-language-pack-ru/translations/extensions/import.i18n.json
Alex Ma 43cf19e316 Update for langpacks from 1.31 (#16363)
* update for langpacks from 1.31

* changed requirement number

* update for korean
2021-07-20 14:52:40 -07:00

66 lines
4.6 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"version": "1.0.0",
"contents": {
"package": {
"flatfileimport.configuration.title": "Конфигурация импорта неструктурированных файлов",
"flatfileimport.logDebugInfo": "[Необязательно] Выведите выходные данные отладки в консоль (Вид -> Вывод), а затем выберите подходящий выходной канал в раскрывающемся списке"
},
"out/services/serviceClient": {
"serviceStarted": "Запущено: {0}",
"serviceStarting": "Запуск {0}",
"flatFileImport.serviceStartFailed": "Не удалось запустить {0}: {1}",
"installingServiceDetailed": "Установка {0} в {1}",
"installingService": "Установка службы {0}",
"serviceInstalled": "Установлено: {0}",
"downloadingService": "Идет загрузка {0}",
"downloadingServiceSize": "({0} КБ)",
"downloadingServiceStatus": "Скачивание {0}",
"downloadingServiceComplete": "Скачивание {0} завершено",
"entryExtractedChannelMsg": "Извлечено {0} ({1}/{2})"
},
"out/common/constants": {
"import.serviceCrashButton": "Оставить отзыв",
"serviceCrashMessage": "Не удалось запустить компонент службы",
"flatFileImport.serverDropdownTitle": "База данных сервера в",
"flatFileImport.databaseDropdownTitle": "База данных, в которой будет создана таблица",
"flatFile.InvalidFileLocation": "Недопустимое расположение файла. Попробуйте другой входной файл.",
"flatFileImport.browseFiles": "Обзор",
"flatFileImport.openFile": "Открыть",
"flatFileImport.fileTextboxTitle": "Расположение файла для импорта",
"flatFileImport.tableTextboxTitle": "Имя новой таблицы",
"flatFileImport.schemaTextboxTitle": "Схема таблицы",
"flatFileImport.importData": "Импорт данных",
"flatFileImport.next": "Далее",
"flatFileImport.columnName": "Имя столбца",
"flatFileImport.dataType": "Тип данных",
"flatFileImport.primaryKey": "Первичный ключ",
"flatFileImport.allowNulls": "Разрешить значения NULL",
"flatFileImport.prosePreviewMessage": "Эта операция проанализировала структуру первых 50 строк входного файла для отображения предварительного просмотра ниже.",
"flatFileImport.prosePreviewMessageFail": "Эта операция не была выполнена. Попробуйте использовать другой входной файл.",
"flatFileImport.refresh": "Обновить",
"flatFileImport.importInformation": "Сведения об импорте",
"flatFileImport.importStatus": "Состояние импорта",
"flatFileImport.serverName": "Имя сервера",
"flatFileImport.databaseName": "Имя базы данных",
"flatFileImport.tableName": "Имя таблицы",
"flatFileImport.tableSchema": "Схема таблицы",
"flatFileImport.fileImport": "Импортируемый файл",
"flatFileImport.success.norows": "✔ Вы успешно вставили данные в таблицу.",
"import.needConnection": "Подключитесь к серверу перед использованием этого мастера.",
"import.needSQLConnection": "Расширение импорта SQL Server не поддерживает этот тип подключения",
"flatFileImport.wizardName": "Мастер импорта неструктурированных файлов",
"flatFileImport.page1Name": "Укажите исходный файл",
"flatFileImport.page2Name": "Предварительный просмотр данных",
"flatFileImport.page3Name": "Изменить столбцы",
"flatFileImport.page4Name": "Сводка",
"flatFileImport.importNewFile": "Импортировать новый файл"
}
}
}