mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
update localization resource files (#14389)
This commit is contained in:
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": "Неожиданное перенаправление"
|
||||
}
|
||||
Reference in New Issue
Block a user