Files
azuredatastudio/i18n/ads-language-pack-ru/translations/extensions/vscode.microsoft-authentication.i18n.json
Alex Ma 41401cf671 [Loc] update to langpack source files (new format), and fix for vscode filter (#23698)
* [Loc] update to langpack source files (new format), and fix for vscode filter

* added markdown

* added in yarn lock
2023-07-07 18:26:43 -07:00

40 lines
3.5 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
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 MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0",
"contents": {
"bundle": {
"Error validating custom environment setting: {0}": "Error validating custom environment setting: {0}",
"Microsoft Authentication": "Проверка подлинности Майкрософт",
"Microsoft Sovereign Cloud Authentication": "Проверка подлинности в национальном облаке Microsoft",
"Open settings": "Open settings",
"Paste authorization code here...": "Вставьте здесь код авторизации...",
"Provide the authorization code to complete the sign in flow.": "Укажите код авторизации для завершения потока входа.",
"The environment `{0}` is not a valid environment.": "The environment `{0}` is not a valid environment.",
"You have been signed out because reading stored authentication information failed.": "Вы вышли из системы, так как не удалось прочитать хранящиеся сведения о проверке подлинности.",
"You must also specify a custom environment in order to use the custom environment auth provider.": "You must also specify a custom environment in order to use the custom environment auth provider."
},
"package": {
"description": "Поставщик проверки подлинности Майкрософт",
"displayName": "Учетная запись Майкрософт",
"microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "The Active Directory endpoint for the custom Sovereign Cloud.",
"microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "The Active Directory resource ID for the custom Sovereign Cloud.",
"microsoft-sovereign-cloud.customEnvironment.description": "The custom configuration for the Sovereign Cloud to use with the Microsoft Sovereign Cloud authentication provider. This along with setting `#microsoft-sovereign-cloud.environment#` to `custom` is required to use this feature.",
"microsoft-sovereign-cloud.customEnvironment.managementEndpointUrl.description": "The management endpoint for the custom Sovereign Cloud.",
"microsoft-sovereign-cloud.customEnvironment.name.description": "The name of the custom Sovereign Cloud.",
"microsoft-sovereign-cloud.customEnvironment.portalUrl.description": "The portal URL for the custom Sovereign Cloud.",
"microsoft-sovereign-cloud.customEnvironment.resourceManagerEndpointUrl.description": "The resource manager endpoint for the custom Sovereign Cloud.",
"microsoft-sovereign-cloud.environment.description": "The Sovereign Cloud to use for authentication. If you select `custom`, you must also set the `#microsoft-sovereign-cloud.customEnvironment#` setting.",
"microsoft-sovereign-cloud.environment.enumDescriptions.AzureChinaCloud": "Azure China",
"microsoft-sovereign-cloud.environment.enumDescriptions.AzureUSGovernment": "Azure US Government",
"microsoft-sovereign-cloud.environment.enumDescriptions.custom": "A custom Microsoft Sovereign Cloud",
"signIn": "Войти",
"signOut": "Выйти"
}
}
}