From 178d25952bac683f9a985d774000b5d2096286bf Mon Sep 17 00:00:00 2001 From: vscode Date: Wed, 15 Jan 2025 00:54:57 +0000 Subject: [PATCH] Updated strings from microsoft/vscode-loc-drop@08c1f5fd5b5cdc22cde1104088f69af59a246ea2 --- .../extensions/vscode.microsoft-authentication.i18n.json | 4 ++-- i18n/vscode-language-pack-cs/translations/main.i18n.json | 3 +++ .../extensions/vscode.microsoft-authentication.i18n.json | 4 ++-- i18n/vscode-language-pack-de/translations/main.i18n.json | 3 +++ .../extensions/vscode.microsoft-authentication.i18n.json | 4 ++-- i18n/vscode-language-pack-es/translations/main.i18n.json | 3 +++ .../extensions/vscode.microsoft-authentication.i18n.json | 4 ++-- i18n/vscode-language-pack-fr/translations/main.i18n.json | 3 +++ .../extensions/vscode.microsoft-authentication.i18n.json | 4 ++-- i18n/vscode-language-pack-it/translations/main.i18n.json | 3 +++ .../extensions/vscode.microsoft-authentication.i18n.json | 4 ++-- i18n/vscode-language-pack-ja/translations/main.i18n.json | 3 +++ .../extensions/vscode.microsoft-authentication.i18n.json | 4 ++-- i18n/vscode-language-pack-ko/translations/main.i18n.json | 3 +++ .../extensions/vscode.microsoft-authentication.i18n.json | 4 ++-- i18n/vscode-language-pack-pl/translations/main.i18n.json | 3 +++ .../extensions/vscode.microsoft-authentication.i18n.json | 4 ++-- i18n/vscode-language-pack-pt-BR/translations/main.i18n.json | 3 +++ .../extensions/vscode.microsoft-authentication.i18n.json | 4 ++-- .../vscode-language-pack-qps-ploc/translations/main.i18n.json | 3 +++ .../extensions/vscode.microsoft-authentication.i18n.json | 4 ++-- i18n/vscode-language-pack-ru/translations/main.i18n.json | 3 +++ .../extensions/vscode.microsoft-authentication.i18n.json | 4 ++-- i18n/vscode-language-pack-tr/translations/main.i18n.json | 3 +++ .../extensions/vscode.microsoft-authentication.i18n.json | 4 ++-- i18n/vscode-language-pack-zh-hans/translations/main.i18n.json | 3 +++ .../extensions/vscode.microsoft-authentication.i18n.json | 4 ++-- i18n/vscode-language-pack-zh-hant/translations/main.i18n.json | 3 +++ 28 files changed, 70 insertions(+), 28 deletions(-) diff --git a/i18n/vscode-language-pack-cs/translations/extensions/vscode.microsoft-authentication.i18n.json b/i18n/vscode-language-pack-cs/translations/extensions/vscode.microsoft-authentication.i18n.json index c9f35671a2..8136274dde 100644 --- a/i18n/vscode-language-pack-cs/translations/extensions/vscode.microsoft-authentication.i18n.json +++ b/i18n/vscode-language-pack-cs/translations/extensions/vscode.microsoft-authentication.i18n.json @@ -30,8 +30,8 @@ "package": { "description": "Zprostředkovatel ověřování společnosti Microsoft", "displayName": "Učet Microsoft", - "microsoft-authentication.implementation.description": "Implementace ověřování, která se použije pro přihlašování pomocí účtu Microsoft", - "microsoft-authentication.implementation.enumDescriptions.classic": "K přihlášení pomocí účtu Microsoft použijte klasický postup ověřování.", + "microsoft-authentication.implementation.description": "The authentication implementation to use for signing in with a Microsoft account.\r\n\r\n*NOTE: The `classic` implementation is deprecated and will be removed, along with this setting, in a future release. If only the `classic` implementation works for you, please [open an issue](command:workbench.action.openIssueReporter) and explain what you are trying to log in to.*", + "microsoft-authentication.implementation.enumDescriptions.classic": "(deprecated) Use the classic authentication flow to sign in with a Microsoft account.", "microsoft-authentication.implementation.enumDescriptions.msal": "Přihlaste se k účtu Microsoft pomocí knihovny MSAL (Microsoft Authentication Library).", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "Koncový bod Active Directory pro vlastní suverénní cloud.", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "ID prostředku Active Directory pro vlastní suverénní cloud.", diff --git a/i18n/vscode-language-pack-cs/translations/main.i18n.json b/i18n/vscode-language-pack-cs/translations/main.i18n.json index d534f6b104..6d625fb899 100644 --- a/i18n/vscode-language-pack-cs/translations/main.i18n.json +++ b/i18n/vscode-language-pack-cs/translations/main.i18n.json @@ -10354,7 +10354,10 @@ "clearOutput.label": "Vymazat výstup", "exportLogs": "Export Logs...", "extensionLogs": "Protokoly rozšíření", + "importLog": "Import Log...", + "importLogFile": "Import Log File", "logFile": "ID souboru protokolu, který se má otevřít, například „okno“. V současné době je nejlepší získat ID kontrolou příkazů workbench.action.output.show.", + "logFiles": "Log Files", "logLevel.label": "Nastavit úroveň protokolu...", "logLevelDefault.label": "Nastavit jako výchozí", "miToggleOutput": "&&Výstup", diff --git a/i18n/vscode-language-pack-de/translations/extensions/vscode.microsoft-authentication.i18n.json b/i18n/vscode-language-pack-de/translations/extensions/vscode.microsoft-authentication.i18n.json index 413819f029..7beab7c793 100644 --- a/i18n/vscode-language-pack-de/translations/extensions/vscode.microsoft-authentication.i18n.json +++ b/i18n/vscode-language-pack-de/translations/extensions/vscode.microsoft-authentication.i18n.json @@ -30,8 +30,8 @@ "package": { "description": "Microsoft-Authentifizierungsanbieter", "displayName": "Microsoft-Konto", - "microsoft-authentication.implementation.description": "Die Authentifizierungsimplementierung, die für die Anmeldung mit einem Microsoft-Konto verwendet werden soll.", - "microsoft-authentication.implementation.enumDescriptions.classic": "Verwenden Sie den klassischen Authentifizierungsablauf, um sich mit einem Microsoft-Konto anzumelden.", + "microsoft-authentication.implementation.description": "The authentication implementation to use for signing in with a Microsoft account.\r\n\r\n*NOTE: The `classic` implementation is deprecated and will be removed, along with this setting, in a future release. If only the `classic` implementation works for you, please [open an issue](command:workbench.action.openIssueReporter) and explain what you are trying to log in to.*", + "microsoft-authentication.implementation.enumDescriptions.classic": "(deprecated) Use the classic authentication flow to sign in with a Microsoft account.", "microsoft-authentication.implementation.enumDescriptions.msal": "Verwenden Sie die Microsoft Authentication Library (MSAL), um sich mit einem Microsoft-Konto anzumelden.", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "Der Active Directory-Endpunkt für die benutzerdefinierte Sovereign Cloud.", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "Der Active Directory-Ressourcen-ID für die benutzerdefinierte Sovereign Cloud.", diff --git a/i18n/vscode-language-pack-de/translations/main.i18n.json b/i18n/vscode-language-pack-de/translations/main.i18n.json index 6782bfbe6c..49dbe265f5 100644 --- a/i18n/vscode-language-pack-de/translations/main.i18n.json +++ b/i18n/vscode-language-pack-de/translations/main.i18n.json @@ -10354,7 +10354,10 @@ "clearOutput.label": "Ausgabe löschen", "exportLogs": "Export Logs...", "extensionLogs": "Erweiterungsprotokolle", + "importLog": "Import Log...", + "importLogFile": "Import Log File", "logFile": "Die ID der zu öffnenden Protokolldatei, z. B. `\"window\"`. Zurzeit können Sie die ID am besten abrufen, indem Sie die Befehle `workbench.action.output.show.` überprüfen", + "logFiles": "Log Files", "logLevel.label": "Protokollstufe festlegen...", "logLevelDefault.label": "Als Standard festlegen", "miToggleOutput": "&&Ausgabe", diff --git a/i18n/vscode-language-pack-es/translations/extensions/vscode.microsoft-authentication.i18n.json b/i18n/vscode-language-pack-es/translations/extensions/vscode.microsoft-authentication.i18n.json index ad88b77bd1..60d3514d1f 100644 --- a/i18n/vscode-language-pack-es/translations/extensions/vscode.microsoft-authentication.i18n.json +++ b/i18n/vscode-language-pack-es/translations/extensions/vscode.microsoft-authentication.i18n.json @@ -30,8 +30,8 @@ "package": { "description": "Proveedor de autenticación de Microsoft", "displayName": "Cuenta Microsoft", - "microsoft-authentication.implementation.description": "Implementación de autenticación que se va a usar para iniciar sesión con una cuenta de Microsoft.", - "microsoft-authentication.implementation.enumDescriptions.classic": "Use el flujo de autenticación clásica para iniciar sesión con una cuenta de Microsoft.", + "microsoft-authentication.implementation.description": "The authentication implementation to use for signing in with a Microsoft account.\r\n\r\n*NOTE: The `classic` implementation is deprecated and will be removed, along with this setting, in a future release. If only the `classic` implementation works for you, please [open an issue](command:workbench.action.openIssueReporter) and explain what you are trying to log in to.*", + "microsoft-authentication.implementation.enumDescriptions.classic": "(deprecated) Use the classic authentication flow to sign in with a Microsoft account.", "microsoft-authentication.implementation.enumDescriptions.msal": "Use la Biblioteca de autenticación de Microsoft (MSAL) para iniciar sesión con una cuenta de Microsoft.", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "El punto de conexión de Active Directory para la nube soberana personalizada.", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "El id. de recurso de Active Directory para la nube soberana personalizada.", diff --git a/i18n/vscode-language-pack-es/translations/main.i18n.json b/i18n/vscode-language-pack-es/translations/main.i18n.json index b558c6ae3e..0ec8779d9c 100644 --- a/i18n/vscode-language-pack-es/translations/main.i18n.json +++ b/i18n/vscode-language-pack-es/translations/main.i18n.json @@ -10354,7 +10354,10 @@ "clearOutput.label": "Borrar salida", "exportLogs": "Export Logs...", "extensionLogs": "Registros de extensión", + "importLog": "Import Log...", + "importLogFile": "Import Log File", "logFile": "Id. del archivo de registro que se va a abrir, por ejemplo \"window\". Actualmente, la mejor manera de obtenerlo es comprobar los comandos \"workbench.action.output.show.\".", + "logFiles": "Log Files", "logLevel.label": "Establecer nivel de registro...", "logLevelDefault.label": "Establecer como predeterminado", "miToggleOutput": "&&Salida", diff --git a/i18n/vscode-language-pack-fr/translations/extensions/vscode.microsoft-authentication.i18n.json b/i18n/vscode-language-pack-fr/translations/extensions/vscode.microsoft-authentication.i18n.json index edaec3e03e..e1ee720421 100644 --- a/i18n/vscode-language-pack-fr/translations/extensions/vscode.microsoft-authentication.i18n.json +++ b/i18n/vscode-language-pack-fr/translations/extensions/vscode.microsoft-authentication.i18n.json @@ -30,8 +30,8 @@ "package": { "description": "Fournisseur d'authentification Microsoft", "displayName": "Compte Microsoft", - "microsoft-authentication.implementation.description": "Implémentation d’authentification à utiliser pour se connecter avec un compte Microsoft.", - "microsoft-authentication.implementation.enumDescriptions.classic": "Utilisez le flux d’authentification classique pour vous connecter avec un compte Microsoft.", + "microsoft-authentication.implementation.description": "The authentication implementation to use for signing in with a Microsoft account.\r\n\r\n*NOTE: The `classic` implementation is deprecated and will be removed, along with this setting, in a future release. If only the `classic` implementation works for you, please [open an issue](command:workbench.action.openIssueReporter) and explain what you are trying to log in to.*", + "microsoft-authentication.implementation.enumDescriptions.classic": "(deprecated) Use the classic authentication flow to sign in with a Microsoft account.", "microsoft-authentication.implementation.enumDescriptions.msal": "Utilisez la bibliothèque d’authentification Microsoft (MSAL) pour vous connecter avec un compte Microsoft.", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "Point de terminaison Active Directory pour le cloud souverain personnalisé.", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "ID de ressource Active Directory pour le cloud souverain personnalisé.", diff --git a/i18n/vscode-language-pack-fr/translations/main.i18n.json b/i18n/vscode-language-pack-fr/translations/main.i18n.json index c1eaea66ba..ede5b2412a 100644 --- a/i18n/vscode-language-pack-fr/translations/main.i18n.json +++ b/i18n/vscode-language-pack-fr/translations/main.i18n.json @@ -10354,7 +10354,10 @@ "clearOutput.label": "Effacer la sortie", "exportLogs": "Export Logs...", "extensionLogs": "Journaux d’extension", + "importLog": "Import Log...", + "importLogFile": "Import Log File", "logFile": "ID du fichier journal à ouvrir, par exemple « fenêtre ». Actuellement, la meilleure façon d’obtenir ceci consiste à obtenir l’ID en cochant les commandes `workbench.action.output.show.` commands", + "logFiles": "Log Files", "logLevel.label": "Définir le niveau de journalisation...", "logLevelDefault.label": "Définir comme valeur par défaut", "miToggleOutput": "S&&ortie", diff --git a/i18n/vscode-language-pack-it/translations/extensions/vscode.microsoft-authentication.i18n.json b/i18n/vscode-language-pack-it/translations/extensions/vscode.microsoft-authentication.i18n.json index db59b47200..3c6e76ce3a 100644 --- a/i18n/vscode-language-pack-it/translations/extensions/vscode.microsoft-authentication.i18n.json +++ b/i18n/vscode-language-pack-it/translations/extensions/vscode.microsoft-authentication.i18n.json @@ -30,8 +30,8 @@ "package": { "description": "Provider di autenticazione Microsoft", "displayName": "Account Microsoft", - "microsoft-authentication.implementation.description": "Implementazione dell'autenticazione da usare per l'accesso con un account Microsoft.", - "microsoft-authentication.implementation.enumDescriptions.classic": "Utilizzare il flusso di autenticazione classico per accedere con un account Microsoft.", + "microsoft-authentication.implementation.description": "The authentication implementation to use for signing in with a Microsoft account.\r\n\r\n*NOTE: The `classic` implementation is deprecated and will be removed, along with this setting, in a future release. If only the `classic` implementation works for you, please [open an issue](command:workbench.action.openIssueReporter) and explain what you are trying to log in to.*", + "microsoft-authentication.implementation.enumDescriptions.classic": "(deprecated) Use the classic authentication flow to sign in with a Microsoft account.", "microsoft-authentication.implementation.enumDescriptions.msal": "Usa Microsoft Authentication Library (MSAL) per accedere con un account di Microsoft.", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "L'endpoint di Active Directory per il cloud sovrano personalizzato.", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "L’ID risorsa di Active Directory per il cloud sovrano personalizzato.", diff --git a/i18n/vscode-language-pack-it/translations/main.i18n.json b/i18n/vscode-language-pack-it/translations/main.i18n.json index 32151cdc03..14e479776e 100644 --- a/i18n/vscode-language-pack-it/translations/main.i18n.json +++ b/i18n/vscode-language-pack-it/translations/main.i18n.json @@ -10354,7 +10354,10 @@ "clearOutput.label": "Cancella output", "exportLogs": "Export Logs...", "extensionLogs": "Log estensioni", + "importLog": "Import Log...", + "importLogFile": "Import Log File", "logFile": "ID del file di log da aprire, ad esempio '\"window\"'. Attualmente il modo migliore per ottenere questo valore consiste nell’ottener l'ID controllando i comandi `workbench.action.output.show.`.", + "logFiles": "Log Files", "logLevel.label": "Imposta livello log...", "logLevelDefault.label": "Imposta come predefinito", "miToggleOutput": "&&Output", diff --git a/i18n/vscode-language-pack-ja/translations/extensions/vscode.microsoft-authentication.i18n.json b/i18n/vscode-language-pack-ja/translations/extensions/vscode.microsoft-authentication.i18n.json index d33ac519ef..b57413eeb4 100644 --- a/i18n/vscode-language-pack-ja/translations/extensions/vscode.microsoft-authentication.i18n.json +++ b/i18n/vscode-language-pack-ja/translations/extensions/vscode.microsoft-authentication.i18n.json @@ -30,8 +30,8 @@ "package": { "description": "Microsoft 認証プロバイダー", "displayName": "Microsoft アカウント", - "microsoft-authentication.implementation.description": "Microsoft アカウントでサインインするために使用する認証の実装です。", - "microsoft-authentication.implementation.enumDescriptions.classic": "従来の認証フローを使用して、Microsoft アカウントでサインインします。", + "microsoft-authentication.implementation.description": "The authentication implementation to use for signing in with a Microsoft account.\r\n\r\n*NOTE: The `classic` implementation is deprecated and will be removed, along with this setting, in a future release. If only the `classic` implementation works for you, please [open an issue](command:workbench.action.openIssueReporter) and explain what you are trying to log in to.*", + "microsoft-authentication.implementation.enumDescriptions.classic": "(deprecated) Use the classic authentication flow to sign in with a Microsoft account.", "microsoft-authentication.implementation.enumDescriptions.msal": "Microsoft 認証ライブラリ (MSAL) を使用して、Microsoft アカウントでサインインします。", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "カスタム ソブリン クラウドの Active Directory エンドポイント。", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "カスタム ソブリン クラウドの Active Directory リソース ID。", diff --git a/i18n/vscode-language-pack-ja/translations/main.i18n.json b/i18n/vscode-language-pack-ja/translations/main.i18n.json index c8072f50bf..51f62932c7 100644 --- a/i18n/vscode-language-pack-ja/translations/main.i18n.json +++ b/i18n/vscode-language-pack-ja/translations/main.i18n.json @@ -10354,7 +10354,10 @@ "clearOutput.label": "出力のクリア", "exportLogs": "Export Logs...", "extensionLogs": "拡張機能ログ", + "importLog": "Import Log...", + "importLogFile": "Import Log File", "logFile": "開くログ ファイルの ID (例: `\"window\"`)。現在これを取得する最善の方法は、`workbench.action.output.show.` コマンドを確認して ID を取得することです", + "logFiles": "Log Files", "logLevel.label": "ログ レベルの設定...", "logLevelDefault.label": "既定値として設定", "miToggleOutput": "出力(&&O)", diff --git a/i18n/vscode-language-pack-ko/translations/extensions/vscode.microsoft-authentication.i18n.json b/i18n/vscode-language-pack-ko/translations/extensions/vscode.microsoft-authentication.i18n.json index 51cc2cae26..c3bda5d384 100644 --- a/i18n/vscode-language-pack-ko/translations/extensions/vscode.microsoft-authentication.i18n.json +++ b/i18n/vscode-language-pack-ko/translations/extensions/vscode.microsoft-authentication.i18n.json @@ -30,8 +30,8 @@ "package": { "description": "Microsoft 인증 공급자", "displayName": "Microsoft 계정", - "microsoft-authentication.implementation.description": "Microsoft 계정 로그인하는 데 사용할 인증 구현입니다.", - "microsoft-authentication.implementation.enumDescriptions.classic": "클래식 인증 흐름을 사용하여 Microsoft 계정 로그인합니다.", + "microsoft-authentication.implementation.description": "The authentication implementation to use for signing in with a Microsoft account.\r\n\r\n*NOTE: The `classic` implementation is deprecated and will be removed, along with this setting, in a future release. If only the `classic` implementation works for you, please [open an issue](command:workbench.action.openIssueReporter) and explain what you are trying to log in to.*", + "microsoft-authentication.implementation.enumDescriptions.classic": "(deprecated) Use the classic authentication flow to sign in with a Microsoft account.", "microsoft-authentication.implementation.enumDescriptions.msal": "MSAL(Microsoft 인증 라이브러리)을 사용하여 Microsoft 계정에 로그인합니다.", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "사용자 지정 소버린 클라우드에 대한 Active Directory 엔드포인트입니다.", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "사용자 지정 소버린 클라우드의 Active Directory 리소스 ID입니다.", diff --git a/i18n/vscode-language-pack-ko/translations/main.i18n.json b/i18n/vscode-language-pack-ko/translations/main.i18n.json index db42d7b58b..52108fab12 100644 --- a/i18n/vscode-language-pack-ko/translations/main.i18n.json +++ b/i18n/vscode-language-pack-ko/translations/main.i18n.json @@ -10354,7 +10354,10 @@ "clearOutput.label": "출력 내용 지우기", "exportLogs": "Export Logs...", "extensionLogs": "확장 로그", + "importLog": "Import Log...", + "importLogFile": "Import Log File", "logFile": "열려는 로그 파일의 ID입니다(예: '\"window\"'). 현재 이를 가져오는 가장 좋은 방법은 'workbench.action.output.show.' 명령을 확인하여 ID를 가져오는 것입니다.", + "logFiles": "Log Files", "logLevel.label": "로그 수준 설정...", "logLevelDefault.label": "기본값으로 설정", "miToggleOutput": "출력(&&O)", diff --git a/i18n/vscode-language-pack-pl/translations/extensions/vscode.microsoft-authentication.i18n.json b/i18n/vscode-language-pack-pl/translations/extensions/vscode.microsoft-authentication.i18n.json index 0b12aa74a7..f7f9ff0140 100644 --- a/i18n/vscode-language-pack-pl/translations/extensions/vscode.microsoft-authentication.i18n.json +++ b/i18n/vscode-language-pack-pl/translations/extensions/vscode.microsoft-authentication.i18n.json @@ -30,8 +30,8 @@ "package": { "description": "Dostawca uwierzytelniania firmy Microsoft", "displayName": "Konto Microsoft", - "microsoft-authentication.implementation.description": "Implementacja uwierzytelniania używana do logowania się przy użyciu konta Microsoft.", - "microsoft-authentication.implementation.enumDescriptions.classic": "Użyj klasycznego przepływu uwierzytelniania, aby zalogować się przy użyciu konta Microsoft.", + "microsoft-authentication.implementation.description": "The authentication implementation to use for signing in with a Microsoft account.\r\n\r\n*NOTE: The `classic` implementation is deprecated and will be removed, along with this setting, in a future release. If only the `classic` implementation works for you, please [open an issue](command:workbench.action.openIssueReporter) and explain what you are trying to log in to.*", + "microsoft-authentication.implementation.enumDescriptions.classic": "(deprecated) Use the classic authentication flow to sign in with a Microsoft account.", "microsoft-authentication.implementation.enumDescriptions.msal": "Użyj biblioteki Microsoft Authentication Library (MSAL), aby zalogować się przy użyciu konta Microsoft.", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "Punkt końcowy usługi Active Directory dla niestandardowej suwerennej chmury.", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "Identyfikator zasobu usługi Active Directory dla niestandardowej suwerennej chmury.", diff --git a/i18n/vscode-language-pack-pl/translations/main.i18n.json b/i18n/vscode-language-pack-pl/translations/main.i18n.json index bb51b4d31d..e1aeae25b1 100644 --- a/i18n/vscode-language-pack-pl/translations/main.i18n.json +++ b/i18n/vscode-language-pack-pl/translations/main.i18n.json @@ -10354,7 +10354,10 @@ "clearOutput.label": "Wyczyść dane wyjściowe", "exportLogs": "Export Logs...", "extensionLogs": "Dzienniki rozszerzeń", + "importLog": "Import Log...", + "importLogFile": "Import Log File", "logFile": "Identyfikator pliku dziennika do otwarcia, na przykład „window”. Obecnie najlepszym sposobem uzyskania tego identyfikatora jest sprawdzenie poleceń „workbench.action.output.show.”", + "logFiles": "Log Files", "logLevel.label": "Ustaw poziom dziennika...", "logLevelDefault.label": "Ustaw jako domyślną", "miToggleOutput": "&&Dane wyjściowe", diff --git a/i18n/vscode-language-pack-pt-BR/translations/extensions/vscode.microsoft-authentication.i18n.json b/i18n/vscode-language-pack-pt-BR/translations/extensions/vscode.microsoft-authentication.i18n.json index c5e44f35b7..78e7f11989 100644 --- a/i18n/vscode-language-pack-pt-BR/translations/extensions/vscode.microsoft-authentication.i18n.json +++ b/i18n/vscode-language-pack-pt-BR/translations/extensions/vscode.microsoft-authentication.i18n.json @@ -30,8 +30,8 @@ "package": { "description": "Provedor de autenticação da Microsoft", "displayName": "Conta Microsoft", - "microsoft-authentication.implementation.description": "A implementação de autenticação a ser usada para entrar com uma conta Microsoft.", - "microsoft-authentication.implementation.enumDescriptions.classic": "Use o fluxo de autenticação clássico para entrar com uma conta Microsoft.", + "microsoft-authentication.implementation.description": "The authentication implementation to use for signing in with a Microsoft account.\r\n\r\n*NOTE: The `classic` implementation is deprecated and will be removed, along with this setting, in a future release. If only the `classic` implementation works for you, please [open an issue](command:workbench.action.openIssueReporter) and explain what you are trying to log in to.*", + "microsoft-authentication.implementation.enumDescriptions.classic": "(deprecated) Use the classic authentication flow to sign in with a Microsoft account.", "microsoft-authentication.implementation.enumDescriptions.msal": "Use a Biblioteca de Autenticação da Microsoft (MSAL) para entrar com uma conta Microsoft.", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "O ponto de extremidade do Active Directory para o Sovereign Cloud personalizado.", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "O ID de recurso do Active Directory para o Sovereign Cloud personalizado.", diff --git a/i18n/vscode-language-pack-pt-BR/translations/main.i18n.json b/i18n/vscode-language-pack-pt-BR/translations/main.i18n.json index e6f60a1101..07ea5dbb8b 100644 --- a/i18n/vscode-language-pack-pt-BR/translations/main.i18n.json +++ b/i18n/vscode-language-pack-pt-BR/translations/main.i18n.json @@ -10354,7 +10354,10 @@ "clearOutput.label": "Limpar Saída", "exportLogs": "Export Logs...", "extensionLogs": "Logs de Extensão", + "importLog": "Import Log...", + "importLogFile": "Import Log File", "logFile": "A ID do arquivo de log a ser aberto, por exemplo , '\"janela\"'. Atualmente, a melhor maneira de conseguir isso é obter a ID verificando os comandos \"workbench.action.output.show.\"", + "logFiles": "Log Files", "logLevel.label": "Definir o nível de log...", "logLevelDefault.label": "Definir como padrão", "miToggleOutput": "&&Saída", diff --git a/i18n/vscode-language-pack-qps-ploc/translations/extensions/vscode.microsoft-authentication.i18n.json b/i18n/vscode-language-pack-qps-ploc/translations/extensions/vscode.microsoft-authentication.i18n.json index 4f832c2776..6ed7eda307 100644 --- a/i18n/vscode-language-pack-qps-ploc/translations/extensions/vscode.microsoft-authentication.i18n.json +++ b/i18n/vscode-language-pack-qps-ploc/translations/extensions/vscode.microsoft-authentication.i18n.json @@ -30,8 +30,8 @@ "package": { "description": "Mïçrøsøft æµthëñtïçætïøñ prøvïðër", "displayName": "Mïçrøsøft Æççøµñt", - "microsoft-authentication.implementation.description": "Thë æµthëñtïçætïøñ ïmplëmëñtætïøñ tø µsë før sïgñïñg ïñ wïth æ Mïçrøsøft æççøµñt.", - "microsoft-authentication.implementation.enumDescriptions.classic": "Üsë thë çlæssïç æµthëñtïçætïøñ fløw tø sïgñ ïñ wïth æ Mïçrøsøft æççøµñt.", + "microsoft-authentication.implementation.description": "Thë æµthëñtïçætïøñ ïmplëmëñtætïøñ tø µsë før sïgñïñg ïñ wïth æ Mïçrøsøft æççøµñt.\r\n\r\n*ÑØTË: Thë `çlæssïç` ïmplëmëñtætïøñ ïs ðëprëçætëð æñð wïll þë rëmøvëð, æløñg wïth thïs sëttïñg, ïñ æ fµtµrë rëlëæsë. Ïf øñlÿ thë `çlæssïç` ïmplëmëñtætïøñ wørks før ÿøµ, plëæsë [øpëñ æñ ïssµë](çømmæñð:wørkþëñçh.æçtïøñ.øpëñÏssµëRëpørtër) æñð ëxplæïñ whæt ÿøµ ærë trÿïñg tø løg ïñ tø.*", + "microsoft-authentication.implementation.enumDescriptions.classic": "(ðëprëçætëð) Üsë thë çlæssïç æµthëñtïçætïøñ fløw tø sïgñ ïñ wïth æ Mïçrøsøft æççøµñt.", "microsoft-authentication.implementation.enumDescriptions.msal": "Üsë thë Mïçrøsøft Ƶthëñtïçætïøñ £ïþrærÿ (M§Æ£) tø sïgñ ïñ wïth æ Mïçrøsøft æççøµñt.", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "Thë Æçtïvë Ðïrëçtørÿ ëñðpøïñt før thë çµstøm §øvërëïgñ Çløµð.", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "Thë Æçtïvë Ðïrëçtørÿ rësøµrçë ÏÐ før thë çµstøm §øvërëïgñ Çløµð.", diff --git a/i18n/vscode-language-pack-qps-ploc/translations/main.i18n.json b/i18n/vscode-language-pack-qps-ploc/translations/main.i18n.json index 0c18dd6b50..671e0c3ccd 100644 --- a/i18n/vscode-language-pack-qps-ploc/translations/main.i18n.json +++ b/i18n/vscode-language-pack-qps-ploc/translations/main.i18n.json @@ -10354,7 +10354,10 @@ "clearOutput.label": "Çlëær صtpµt", "exportLogs": "Ëxpørt £øgs...", "extensionLogs": "Ëxtëñsïøñ £øgs", + "importLog": "Ïmpørt £øg...", + "importLogFile": "Ïmpørt £øg Fïlë", "logFile": "Thë ïð øf thë løg fïlë tø øpëñ, før ëxæmplë `\"wïñðøw\"`. ǵrrëñtlÿ thë þëst wæÿ tø gët thïs ïs tø gët thë ÏÐ þÿ çhëçkïñg thë `wørkþëñçh.æçtïøñ.øµtpµt.shøw.<ïð>` çømmæñðs", + "logFiles": "£øg Fïlës", "logLevel.label": "§ët £øg £ëvël...", "logLevelDefault.label": "§ët Æs Ðëfæµlt", "miToggleOutput": "&&صtpµt", diff --git a/i18n/vscode-language-pack-ru/translations/extensions/vscode.microsoft-authentication.i18n.json b/i18n/vscode-language-pack-ru/translations/extensions/vscode.microsoft-authentication.i18n.json index 8e5a1360f0..d162737573 100644 --- a/i18n/vscode-language-pack-ru/translations/extensions/vscode.microsoft-authentication.i18n.json +++ b/i18n/vscode-language-pack-ru/translations/extensions/vscode.microsoft-authentication.i18n.json @@ -30,8 +30,8 @@ "package": { "description": "Поставщик проверки подлинности Майкрософт", "displayName": "Учетная запись Майкрософт", - "microsoft-authentication.implementation.description": "Реализация проверки подлинности, используемой для входа с помощью учетной записи Майкрософт.", - "microsoft-authentication.implementation.enumDescriptions.classic": "Используйте классический поток проверки подлинности для входа с помощью учетной записи Майкрософт.", + "microsoft-authentication.implementation.description": "The authentication implementation to use for signing in with a Microsoft account.\r\n\r\n*NOTE: The `classic` implementation is deprecated and will be removed, along with this setting, in a future release. If only the `classic` implementation works for you, please [open an issue](command:workbench.action.openIssueReporter) and explain what you are trying to log in to.*", + "microsoft-authentication.implementation.enumDescriptions.classic": "(deprecated) Use the classic authentication flow to sign in with a Microsoft account.", "microsoft-authentication.implementation.enumDescriptions.msal": "Используйте библиотеку проверки подлинности Майкрософт (MSAL) для входа с помощью учетной записи Майкрософт.", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "Конечная точка Active Directory для пользовательского национального облака.", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "ИД ресурса Active Directory для пользовательского национального облака.", diff --git a/i18n/vscode-language-pack-ru/translations/main.i18n.json b/i18n/vscode-language-pack-ru/translations/main.i18n.json index 7a1b8a14e4..f4a2ad4d97 100644 --- a/i18n/vscode-language-pack-ru/translations/main.i18n.json +++ b/i18n/vscode-language-pack-ru/translations/main.i18n.json @@ -10354,7 +10354,10 @@ "clearOutput.label": "Очистить выходные данные", "exportLogs": "Export Logs...", "extensionLogs": "Журналы расширений", + "importLog": "Import Log...", + "importLogFile": "Import Log File", "logFile": "Идентификатор файла журнала, который необходимо открыть, например `\"window\"`. В настоящее время лучший способ получить его — это получить идентификатор, проверив команды `workbench.action.output.show.`", + "logFiles": "Log Files", "logLevel.label": "Установите уровень ведения журнала...", "logLevelDefault.label": "По умолчанию", "miToggleOutput": "&&Выходные данные", diff --git a/i18n/vscode-language-pack-tr/translations/extensions/vscode.microsoft-authentication.i18n.json b/i18n/vscode-language-pack-tr/translations/extensions/vscode.microsoft-authentication.i18n.json index 4b97dd509a..117cd8de8b 100644 --- a/i18n/vscode-language-pack-tr/translations/extensions/vscode.microsoft-authentication.i18n.json +++ b/i18n/vscode-language-pack-tr/translations/extensions/vscode.microsoft-authentication.i18n.json @@ -30,8 +30,8 @@ "package": { "description": "Microsoft kimlik doğrulama sağlayıcısı", "displayName": "Microsoft Hesabı", - "microsoft-authentication.implementation.description": "Bir Microsoft hesabıyla oturum açmak için kullanılacak kimlik doğrulaması uygulaması.", - "microsoft-authentication.implementation.enumDescriptions.classic": "Bir Microsoft hesabıyla oturum açmak için klasik kimlik doğrulaması akışını kullanın.", + "microsoft-authentication.implementation.description": "The authentication implementation to use for signing in with a Microsoft account.\r\n\r\n*NOTE: The `classic` implementation is deprecated and will be removed, along with this setting, in a future release. If only the `classic` implementation works for you, please [open an issue](command:workbench.action.openIssueReporter) and explain what you are trying to log in to.*", + "microsoft-authentication.implementation.enumDescriptions.classic": "(deprecated) Use the classic authentication flow to sign in with a Microsoft account.", "microsoft-authentication.implementation.enumDescriptions.msal": "Bir Microsoft hesabıyla oturum açmak için Microsoft Kimlik Doğrulama Kitaplığı’nı (MSAL) kullanın.", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "Özel Bağımsız Bulut için Active Directory uç noktası.", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "Özel Bağımsız Bulut için Active Directory kaynak kimliği.", diff --git a/i18n/vscode-language-pack-tr/translations/main.i18n.json b/i18n/vscode-language-pack-tr/translations/main.i18n.json index e15f150ede..bb49f1b071 100644 --- a/i18n/vscode-language-pack-tr/translations/main.i18n.json +++ b/i18n/vscode-language-pack-tr/translations/main.i18n.json @@ -10354,7 +10354,10 @@ "clearOutput.label": "Çıkışı Temizle", "exportLogs": "Export Logs...", "extensionLogs": "Uzantı Günlükleri", + "importLog": "Import Log...", + "importLogFile": "Import Log File", "logFile": "Açılacak günlük dosyasının kimliği, örneğin `\"pencere\"`. Şu anda bunu yapmanın en iyi yolu, kimliği 'workbench.action.output.show.' komutlarını kontrol ederek almaktır.", + "logFiles": "Log Files", "logLevel.label": "Günlük Düzeyini Ayarla...", "logLevelDefault.label": "Varsayılan Olarak Ayarla", "miToggleOutput": "&&Çıkış", diff --git a/i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.microsoft-authentication.i18n.json b/i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.microsoft-authentication.i18n.json index c02f9b4929..56a2062b56 100644 --- a/i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.microsoft-authentication.i18n.json +++ b/i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.microsoft-authentication.i18n.json @@ -30,8 +30,8 @@ "package": { "description": "Microsoft 身份验证提供程序", "displayName": "Microsoft 帐户", - "microsoft-authentication.implementation.description": "用于通过 Microsoft 帐户登录的身份验证实现。", - "microsoft-authentication.implementation.enumDescriptions.classic": "使用经典身份验证流通过 Microsoft 帐户登录。", + "microsoft-authentication.implementation.description": "The authentication implementation to use for signing in with a Microsoft account.\r\n\r\n*NOTE: The `classic` implementation is deprecated and will be removed, along with this setting, in a future release. If only the `classic` implementation works for you, please [open an issue](command:workbench.action.openIssueReporter) and explain what you are trying to log in to.*", + "microsoft-authentication.implementation.enumDescriptions.classic": "(deprecated) Use the classic authentication flow to sign in with a Microsoft account.", "microsoft-authentication.implementation.enumDescriptions.msal": "使用 Microsoft 身份验证库(MSAL) 通过 Microsoft 帐户登录。", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "自定义主权云的 Active Directory 终结点。", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "自定义主权云的 Active Directory 资源 ID。", diff --git a/i18n/vscode-language-pack-zh-hans/translations/main.i18n.json b/i18n/vscode-language-pack-zh-hans/translations/main.i18n.json index 2886ad9ad2..ce9a51d06c 100644 --- a/i18n/vscode-language-pack-zh-hans/translations/main.i18n.json +++ b/i18n/vscode-language-pack-zh-hans/translations/main.i18n.json @@ -10354,7 +10354,10 @@ "clearOutput.label": "清除输出", "exportLogs": "Export Logs...", "extensionLogs": "扩展日志", + "importLog": "Import Log...", + "importLogFile": "Import Log File", "logFile": "要打开的日志文件的 ID,例如 `\"window\"`。当前获取此信息的最佳方法是通过检查 `workbench.action.output.show.` 命令来获取 ID", + "logFiles": "Log Files", "logLevel.label": "设置日志级别...", "logLevelDefault.label": "设为默认值", "miToggleOutput": "输出(&&O)", diff --git a/i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.microsoft-authentication.i18n.json b/i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.microsoft-authentication.i18n.json index 4ac56d4a7d..338ddf5e7d 100644 --- a/i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.microsoft-authentication.i18n.json +++ b/i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.microsoft-authentication.i18n.json @@ -30,8 +30,8 @@ "package": { "description": "Microsoft 驗證提供者", "displayName": "Microsoft 帳戶", - "microsoft-authentication.implementation.description": "用於使用 Microsoft 帳戶登入的驗證實作。", - "microsoft-authentication.implementation.enumDescriptions.classic": "使用傳統驗證流程以使用 Microsoft 帳戶登入。", + "microsoft-authentication.implementation.description": "The authentication implementation to use for signing in with a Microsoft account.\r\n\r\n*NOTE: The `classic` implementation is deprecated and will be removed, along with this setting, in a future release. If only the `classic` implementation works for you, please [open an issue](command:workbench.action.openIssueReporter) and explain what you are trying to log in to.*", + "microsoft-authentication.implementation.enumDescriptions.classic": "(deprecated) Use the classic authentication flow to sign in with a Microsoft account.", "microsoft-authentication.implementation.enumDescriptions.msal": "使用 Microsoft 驗證程式庫 (MSAL) 登入 Microsoft 帳戶。", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "自訂主權雲端的 Active Directory 端點。", "microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "自訂主權雲端的 Active Directory 資源識別碼。", diff --git a/i18n/vscode-language-pack-zh-hant/translations/main.i18n.json b/i18n/vscode-language-pack-zh-hant/translations/main.i18n.json index 55d03248f9..8d5e18d242 100644 --- a/i18n/vscode-language-pack-zh-hant/translations/main.i18n.json +++ b/i18n/vscode-language-pack-zh-hant/translations/main.i18n.json @@ -10354,7 +10354,10 @@ "clearOutput.label": "清除輸出", "exportLogs": "Export Logs...", "extensionLogs": "延伸模組記錄", + "importLog": "Import Log...", + "importLogFile": "Import Log File", "logFile": "要開啟的記錄檔的識別碼,例如 `\"window\"`。目前取得此項目的最佳方式,是檢查 `workbench.action.output.show.` 命令來取得識別碼", + "logFiles": "Log Files", "logLevel.label": "設定紀錄層級...", "logLevelDefault.label": "設為預設值", "miToggleOutput": "輸出(&&O)",