winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9d9f05a97ba823ec38ce90ff9f6f8d4e1142c763
parent bec94a4a77a56d1fd48845ba18a81862afc86331
Author: Ryan <69221034+ryfu-msft@users.noreply.github.com>
Date:   Mon, 24 Jun 2024 10:51:21 -0700

Apply latest patch for localized strings (#4578)


Diffstat:
MLocalization/Policies/de-DE/DesktopAppInstaller.adml | 22++++++++++++++++++++--
MLocalization/Policies/es-ES/DesktopAppInstaller.adml | 24+++++++++++++++++++++---
MLocalization/Policies/fr-FR/DesktopAppInstaller.adml | 24+++++++++++++++++++++---
MLocalization/Policies/it-IT/DesktopAppInstaller.adml | 26++++++++++++++++++++++----
MLocalization/Policies/ja-JP/DesktopAppInstaller.adml | 26++++++++++++++++++++++----
MLocalization/Policies/ko-KR/DesktopAppInstaller.adml | 26++++++++++++++++++++++----
MLocalization/Policies/pt-BR/DesktopAppInstaller.adml | 26++++++++++++++++++++++----
MLocalization/Policies/ru-RU/DesktopAppInstaller.adml | 26++++++++++++++++++++++----
MLocalization/Policies/zh-CN/DesktopAppInstaller.adml | 26++++++++++++++++++++++----
MLocalization/Policies/zh-TW/DesktopAppInstaller.adml | 26++++++++++++++++++++++----
MLocalization/Resources/de-DE/winget.resw | 243+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
MLocalization/Resources/es-ES/winget.resw | 245++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
MLocalization/Resources/fr-FR/winget.resw | 245++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
MLocalization/Resources/it-IT/winget.resw | 245++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
MLocalization/Resources/ja-JP/winget.resw | 245++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
MLocalization/Resources/ko-KR/winget.resw | 243+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
MLocalization/Resources/pt-BR/winget.resw | 245++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
MLocalization/Resources/ru-RU/winget.resw | 245++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
MLocalization/Resources/zh-CN/winget.resw | 245++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
MLocalization/Resources/zh-TW/winget.resw | 245++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
20 files changed, 2594 insertions(+), 104 deletions(-)

diff --git a/Localization/Policies/de-DE/DesktopAppInstaller.adml b/Localization/Policies/de-DE/DesktopAppInstaller.adml @@ -100,15 +100,28 @@ Wenn Sie diese Einstellung deaktivieren oder nicht konfigurieren, können Benutz Wenn Sie diese Richtlinie deaktivieren, können Benutzer die Windows-Paketverwaltungs-CLI und PowerShell-Cmdlets nicht ausführen. - Wenn Sie diese Richtlinie aktivieren oder nicht konfigurieren, können Benutzer die Windows Package Manager CLI-Befehle und PowerShell-Cmdlets ausführen. (Vorausgesetzt, die Richtlinie "App-Installationsprogramm aktivieren" ist nicht deaktiviert). + Wenn Sie diese Richtlinie aktivieren oder nicht konfigurieren, können Benutzer die CLI-Befehle des Windows-Paket-Managers und PowerShell-Cmdlets ausführen. (Vorausgesetzt, die Richtlinie „App Installer aktivieren“ ist nicht deaktiviert.) - Diese Richtlinie hat keinen Einfluss auf die Richtlinie "App-Installationsprogramm aktivieren".</string> + Diese Richtlinie setzt die Richtlinie „App-Installer aktivieren“ nicht außer Kraft.</string> <string id="EnableWindowsPackageManagerConfiguration">Aktivieren der Windows-Paket-Manager-Konfiguration</string> <string id="EnableWindowsPackageManagerConfigurationExplanation">Diese Richtlinie steuert, ob das Windows-Paket-Manager Konfigurationsfeature von Benutzern verwendet werden kann. Wenn Sie diese Einstellung aktivieren oder nicht konfigurieren, können Benutzer das Konfigurationsfeature Windows-Paket-Manager verwenden. Wenn Sie diese Einstellung deaktivieren, können Benutzer das Konfigurationsfeature Windows-Paket-Manager nicht verwenden.</string> + <string id="EnableWindowsPackageManagerProxyCommandLineOptions">Befehlszeilenoptionen für Windows-Paket-Manager Proxy aktivieren</string> + <string id="EnableWindowsPackageManagerProxyCommandLineOptionsExplanation"> + Diese Richtlinie steuert, ob die Windows-Paket-Manager Verwendung des Proxys von Benutzern über die Befehlszeile konfiguriert werden kann. + +Wenn Sie diese Einstellung aktivieren, können Benutzer die Verwendung des Proxys durch die Windows-Paket-Manager über die Befehlszeile konfigurieren. + +Wenn Sie diese Einstellung deaktivieren oder nicht konfigurieren, können Benutzer die Verwendung des Proxys durch die Windows-Paket-Manager über die Befehlszeile nicht konfigurieren.</string> + <string id="WindowsPackageManagerDefaultProxy">Standardproxy für den Windows-Paket-Manager festlegen</string> + <string id="WindowsPackageManagerDefaultProxyExplanation">Diese Richtlinie steuert den Standardproxy, der vom Windows-Paket-Manager verwendet wird. + +Wenn Sie diese Einstellung deaktivieren oder nicht konfigurieren, wird standardmäßig kein Proxy verwendet. + +Wenn Sie diese Einstellung aktivieren, wird der angegebene Proxy standardmäßig verwendet.</string> </stringTable> <presentationTable> <presentation id="SourceAutoUpdateInterval"> @@ -120,6 +133,11 @@ Wenn Sie diese Einstellung deaktivieren, können Benutzer das Konfigurationsfeat <presentation id="AllowedSources"> <listBox refId="AllowedSources" required="false">Erlaubte Quellen: </listBox> </presentation> + <presentation id="WindowsPackageManagerDefaultProxy"> + <textBox refId="WindowsPackageManagerDefaultProxy"> + <label>Standardproxy</label> + </textBox> + </presentation> </presentationTable> </resources> </policyDefinitionResources> diff --git a/Localization/Policies/es-ES/DesktopAppInstaller.adml b/Localization/Policies/es-ES/DesktopAppInstaller.adml @@ -98,17 +98,30 @@ Si deshabilita o no establece esta configuración, los usuarios no podrán insta <string id="EnableWindowsPackageManagerCommandLineInterfaces">Habilitar Administrador de paquetes de Windows interfaces de línea de comandos</string> <string id="EnableWindowsPackageManagerCommandLineInterfacesExplanation">Esta directiva determina si un usuario puede realizar una acción mediante el Administrador de paquetes de Windows a través de una interfaz de línea de comandos (CLI de WinGet o WinGet PowerShell). -Si deshabilita esta directiva, los usuarios no podrán ejecutar la CLI de Administrador de paquetes de Windows ni los cmdlets de PowerShell. + Si deshabilita esta directiva, los usuarios no podrán ejecutar la CLI de Administrador de paquetes de Windows y los cmdlets de PowerShell. -Si habilita o no configura esta directiva, los usuarios podrán ejecutar los comandos de la CLI de Administrador de paquetes de Windows y los cmdlets de PowerShell. (La directiva "Habilitar Instalador de aplicación" proporcionada no está deshabilitada). + Si habilita o no configura esta directiva, los usuarios podrán ejecutar los comandos de la CLI de Administrador de paquetes de Windows y los cmdlets de PowerShell. (Proporcionado “Habilitar Instalador de aplicación” directiva no está deshabilitada). -Esta directiva no invalida la directiva "Habilitar Instalador de aplicación".</string> + Esta directiva no invalida la directiva “Habilitar Instalador de aplicación”.</string> <string id="EnableWindowsPackageManagerConfiguration">Habilitar configuración de Administrador de paquetes de Windows</string> <string id="EnableWindowsPackageManagerConfigurationExplanation">Esta directiva controla si los usuarios pueden usar la característica de configuración Administrador de paquetes de Windows. Si habilita o no establece esta configuración, los usuarios podrán usar la característica de configuración Administrador de paquetes de Windows. Si deshabilita esta configuración, los usuarios no podrán usar la característica de configuración Administrador de paquetes de Windows.</string> + <string id="EnableWindowsPackageManagerProxyCommandLineOptions">Habilitar Administrador de paquetes de Windows opciones de la línea de comandos del proxy</string> + <string id="EnableWindowsPackageManagerProxyCommandLineOptionsExplanation"> + Esta directiva controla si los usuarios pueden configurar el uso Administrador de paquetes de Windows del proxy a través de la línea de comandos. + +Si habilita esta configuración, los usuarios podrán configurar el uso del proxy del Administrador de paquetes de Windows a través de la línea de comandos. + +Si deshabilita o no establece esta configuración, los usuarios no podrán configurar el uso del proxy del Administrador de paquetes de Windows a través de la línea de comandos.</string> + <string id="WindowsPackageManagerDefaultProxy">Establecer Administrador de paquetes de Windows proxy predeterminado</string> + <string id="WindowsPackageManagerDefaultProxyExplanation">Esta directiva controla el proxy predeterminado que usa el Administrador de paquetes de Windows. + +Si deshabilita o no establece esta configuración, no se usará ningún proxy de forma predeterminada. + +Si habilita esta configuración, el proxy especificado se usará de forma predeterminada.</string> </stringTable> <presentationTable> <presentation id="SourceAutoUpdateInterval"> @@ -120,6 +133,11 @@ Si deshabilita esta configuración, los usuarios no podrán usar la característ <presentation id="AllowedSources"> <listBox refId="AllowedSources" required="false">Orígenes permitidos: </listBox> </presentation> + <presentation id="WindowsPackageManagerDefaultProxy"> + <textBox refId="WindowsPackageManagerDefaultProxy"> + <label>Proxy predeterminado</label> + </textBox> + </presentation> </presentationTable> </resources> </policyDefinitionResources> diff --git a/Localization/Policies/fr-FR/DesktopAppInstaller.adml b/Localization/Policies/fr-FR/DesktopAppInstaller.adml @@ -98,17 +98,30 @@ Si vous désactivez ou ne configurez pas ce paramètre, les utilisateurs ne peuv <string id="EnableWindowsPackageManagerCommandLineInterfaces">Activer les interfaces de ligne de commande Gestionnaire de package Windows</string> <string id="EnableWindowsPackageManagerCommandLineInterfacesExplanation">Cette stratégie détermine si un utilisateur peut effectuer une action à l’aide du Gestionnaire de package Windows via une interface de ligne de commande (WinGet CLI ou WinGet PowerShell). -Si vous désactivez cette stratégie, les utilisateurs ne peuvent pas exécuter l’interface CLI Gestionnaire de package Windows et les applets de commande PowerShell. + Si vous désactivez cette stratégie, les utilisateurs ne pourront pas exécuter l’interface CLI Gestionnaire de package Windows et les cmdlets PowerShell. -Si vous activez ou ne configurez pas cette stratégie, les utilisateurs peuvent exécuter les commandes Gestionnaire de package Windows CLI et PowerShell. (La stratégie « Activer Programme d'installation d'application » fournie n’est pas désactivée). + Si vous activez ou ne configurez pas cette stratégie, les utilisateurs peuvent exécuter les commandes Gestionnaire de package Windows CLI et les cmdlets PowerShell. (La stratégie « Activer Programme d'installation d'application » fournie n’est pas désactivée). -Cette stratégie ne remplace pas la stratégie « Activer Programme d'installation d'application ».</string> + Cette stratégie ne remplace pas la stratégie « Activer Programme d'installation d'application ».</string> <string id="EnableWindowsPackageManagerConfiguration">Activer la configuration Gestionnaire de package Windows</string> <string id="EnableWindowsPackageManagerConfigurationExplanation">Cette stratégie contrôle si la fonctionnalité de configuration Gestionnaire de package Windows peut être utilisée par les utilisateurs. Si vous activez ou ne configurez pas ce paramètre, les utilisateurs peuvent utiliser la fonctionnalité de configuration Gestionnaire de package Windows. Si vous désactivez ce paramètre, les utilisateurs ne peuvent pas utiliser la fonctionnalité de configuration Gestionnaire de package Windows.</string> + <string id="EnableWindowsPackageManagerProxyCommandLineOptions">Activer les options de ligne de commande du proxy Gestionnaire de package Windows</string> + <string id="EnableWindowsPackageManagerProxyCommandLineOptionsExplanation"> + Cette stratégie contrôle si l’utilisation Gestionnaire de package Windows proxy peut être configurée par les utilisateurs via la ligne de commande. + +Si vous activez ce paramètre, les utilisateurs peuvent configurer l’utilisation du proxy par le Gestionnaire de package Windows via la ligne de commande. + +Si vous désactivez ou ne configurez pas ce paramètre, les utilisateurs ne peuvent pas configurer l’utilisation du proxy par le Gestionnaire de package Windows via la ligne de commande.</string> + <string id="WindowsPackageManagerDefaultProxy">Définir Gestionnaire de package Windows proxy par défaut</string> + <string id="WindowsPackageManagerDefaultProxyExplanation">Cette stratégie contrôle le proxy par défaut utilisé par le Gestionnaire de package Windows. + +Si vous désactivez ou ne configurez pas ce paramètre, aucun proxy n’est utilisé par défaut. + +Si vous activez ce paramètre, le proxy spécifié est utilisé par défaut.</string> </stringTable> <presentationTable> <presentation id="SourceAutoUpdateInterval"> @@ -120,6 +133,11 @@ Si vous désactivez ce paramètre, les utilisateurs ne peuvent pas utiliser la f <presentation id="AllowedSources"> <listBox refId="AllowedSources" required="false">Sources autorisées : </listBox> </presentation> + <presentation id="WindowsPackageManagerDefaultProxy"> + <textBox refId="WindowsPackageManagerDefaultProxy"> + <label>Proxy par défaut</label> + </textBox> + </presentation> </presentationTable> </resources> </policyDefinitionResources> diff --git a/Localization/Policies/it-IT/DesktopAppInstaller.adml b/Localization/Policies/it-IT/DesktopAppInstaller.adml @@ -96,19 +96,32 @@ Se si abilita questa impostazione, gli utenti potranno installare pacchetti da s Se si disabilita o non si configura questa impostazione, gli utenti non potranno installare pacchetti da siti Web che utilizzano questo protocollo.</string> <string id="EnableWindowsPackageManagerCommandLineInterfaces">Abilita Gestione interfacce della riga di comando dei pacchetti Windows</string> - <string id="EnableWindowsPackageManagerCommandLineInterfacesExplanation">Questo criterio determina se un utente può eseguire un'azione usando la Gestione pacchetti Windows tramite un'interfaccia della riga di comando (interfaccia della riga di comando di WinGet o WinGet PowerShell). + <string id="EnableWindowsPackageManagerCommandLineInterfacesExplanation">Questo criterio determina se un utente può eseguire un'azione usando Gestione pacchetti Windows tramite un'interfaccia della riga di comando (interfaccia della riga di comando di WinGet o WinGet PowerShell). -Se disabiliti questo criterio, gli utenti non potranno eseguire l'interfaccia della riga di comando Gestione pacchetti Windows e i cmdlet di PowerShell. + Se si disabilita questo criterio, gli utenti non saranno in grado di eseguire l'interfaccia della riga di comando Gestione pacchetti Windows e i cmdlet di PowerShell. -Se abiliti o non configuri questo criterio, gli utenti potranno eseguire i comandi dell'interfaccia della riga di comando Gestione pacchetti Windows e i cmdlet di PowerShell. (Il criterio "Abilita Programma di installazione app" specificato non è disabilitato). + Se si abilita o non si configura questo criterio, gli utenti non saranno in grado di eseguire l'interfaccia della riga di comando Gestione pacchetti Windows e i cmdlet di PowerShell. (se il criterio "Abilita programma di installazione app" non è disabilitato). -Questo criterio non esegue l'override del criterio "Abilita Programma di installazione app".</string> + Questo criterio non sostituisce il criterio "Abilita programma di installazione app".</string> <string id="EnableWindowsPackageManagerConfiguration">Abilita la configurazione di Gestione pacchetti</string> <string id="EnableWindowsPackageManagerConfigurationExplanation">Questo criterio controlla se la funzionalità di configurazione Gestione pacchetti Windows può essere usata dagli utenti. Se si abilita o non si configura questa impostazione, gli utenti potranno usare la funzionalità di configurazione Gestione pacchetti Windows. Se si disabilita questa impostazione, gli utenti non potranno usare la funzionalità di configurazione Gestione pacchetti Windows.</string> + <string id="EnableWindowsPackageManagerProxyCommandLineOptions">Abilita le opzioni della riga di comando del proxy Gestione pacchetti Windows</string> + <string id="EnableWindowsPackageManagerProxyCommandLineOptionsExplanation"> + Questo criterio controlla se l'utilizzo Gestione pacchetti Windows del proxy può essere configurato dagli utenti tramite la riga di comando. + +Se si abilita questa impostazione, gli utenti potranno configurare l'uso del proxy da parte del Gestione pacchetti Windows tramite la riga di comando. + +Se si disabilita o non si configura questa impostazione, gli utenti non potranno configurare l'utilizzo del proxy da parte del Gestione pacchetti Windows tramite la riga di comando.</string> + <string id="WindowsPackageManagerDefaultProxy">Imposta proxy predefinito Gestione pacchetti Windows</string> + <string id="WindowsPackageManagerDefaultProxyExplanation">Questo criterio controlla il proxy predefinito utilizzato dal Gestione pacchetti Windows. + +Se si disabilita o non si configura questa impostazione, per impostazione predefinita non verrà utilizzato alcun proxy. + +Se si abilita questa impostazione, per impostazione predefinita verrà utilizzato il proxy specificato.</string> </stringTable> <presentationTable> <presentation id="SourceAutoUpdateInterval"> @@ -120,6 +133,11 @@ Se si disabilita questa impostazione, gli utenti non potranno usare la funzional <presentation id="AllowedSources"> <listBox refId="AllowedSources" required="false">Origini consentite: </listBox> </presentation> + <presentation id="WindowsPackageManagerDefaultProxy"> + <textBox refId="WindowsPackageManagerDefaultProxy"> + <label>Proxy predefinito</label> + </textBox> + </presentation> </presentationTable> </resources> </policyDefinitionResources> diff --git a/Localization/Policies/ja-JP/DesktopAppInstaller.adml b/Localization/Policies/ja-JP/DesktopAppInstaller.adml @@ -96,19 +96,32 @@ この設定を無効にするか、未構成にした場合、ユーザーはこのプロトコルを使用する Web サイトからパッケージをインストールできなくなります。</string> <string id="EnableWindowsPackageManagerCommandLineInterfaces">Windows パッケージ マネージャーのコマンド ライン インターフェイスを有効にする</string> - <string id="EnableWindowsPackageManagerCommandLineInterfacesExplanation">このポリシーは、ユーザーがコマンド ライン インターフェイス (WinGet CLI または WinGet PowerShell) を通じて Windows パッケージ マネージャーを使用してアクションを実行できるかどうかを決定します。 + <string id="EnableWindowsPackageManagerCommandLineInterfacesExplanation">このポリシーは、ユーザーがコマンド ライン インターフェイス (WinGet CLI または WinGet PowerShell) を使用してWindows パッケージ マネージャーを使用してアクションを実行できるかどうかを決定します。 -このポリシーを無効にすると、ユーザーは Windows パッケージ マネージャー CLI と PowerShell コマンドレットを実行できなくなります。 + このポリシーを無効にすると、ユーザーは Windows パッケージ マネージャー CLI と PowerShell コマンドレットを実行できなくなります。 -このポリシーを有効にした場合、または構成しなかった場合、ユーザーは Windows パッケージ マネージャー CLI コマンドと PowerShell コマンドレットを実行できます ([アプリ インストーラーを有効にする] ポリシーが無効になっている場合に限る)。 + このポリシーを有効にした場合、または構成しなかった場合、ユーザーは Windows パッケージ マネージャー CLI コマンドと PowerShell コマンドレットを実行できます。(ただし、"アプリ インストーラーを有効にする" ポリシーが無効になっていない場合に限ります)。 -このポリシーは、[アプリ インストーラーを有効にする] ポリシーをオーバーライドしません。</string> + このポリシーは、"アプリ インストーラーを有効にする" ポリシーをオーバーライドしません。</string> <string id="EnableWindowsPackageManagerConfiguration">Windows パッケージ マネージャーの構成を有効にする</string> <string id="EnableWindowsPackageManagerConfigurationExplanation">このポリシーでは、Windows パッケージ マネージャー構成機能をユーザーが使用できるかどうかを制御します。 この設定を有効にした場合、または構成しなかった場合、ユーザーはWindows パッケージ マネージャー構成機能を使用できます。 この設定を無効にすると、ユーザーはWindows パッケージ マネージャー構成機能を使用できなくなります。</string> + <string id="EnableWindowsPackageManagerProxyCommandLineOptions">Windows パッケージ マネージャー Proxy コマンド ライン オプションを有効にする</string> + <string id="EnableWindowsPackageManagerProxyCommandLineOptionsExplanation"> + このポリシーでは、ユーザーがコマンド ラインでプロキシのWindows パッケージ マネージャーの使用を構成できるかどうかを制御します。 + +この設定を有効にした場合、ユーザーはコマンド ラインを使用してWindows パッケージ マネージャーのプロキシの使用を構成できます。 + +この設定を無効にした場合、または構成しなかった場合、ユーザーはコマンド ラインでWindows パッケージ マネージャーのプロキシの使用を構成できなくなります。</string> + <string id="WindowsPackageManagerDefaultProxy">Windows パッケージ マネージャーの既定のプロキシを設定する</string> + <string id="WindowsPackageManagerDefaultProxyExplanation">このポリシーは、Windows パッケージ マネージャーで使用される既定のプロキシを制御します。 + +この設定を無効にした場合、または構成しなかった場合、既定ではプロキシは使用されません。 + +この設定を有効にした場合、指定したプロキシが既定で使用されます。</string> </stringTable> <presentationTable> <presentation id="SourceAutoUpdateInterval"> @@ -120,6 +133,11 @@ <presentation id="AllowedSources"> <listBox refId="AllowedSources" required="false">許可されたソース: </listBox> </presentation> + <presentation id="WindowsPackageManagerDefaultProxy"> + <textBox refId="WindowsPackageManagerDefaultProxy"> + <label>既定のプロキシ</label> + </textBox> + </presentation> </presentationTable> </resources> </policyDefinitionResources> diff --git a/Localization/Policies/ko-KR/DesktopAppInstaller.adml b/Localization/Policies/ko-KR/DesktopAppInstaller.adml @@ -96,19 +96,32 @@ 이 설정을 사용하지 않거나 구성하지 않으면 사용자가 이 프로토콜을 사용하는 웹 사이트의 패키지를 설치할 수 없습니다.</string> <string id="EnableWindowsPackageManagerCommandLineInterfaces">Windows 패키지 관리자 명령줄 인터페이스 활성화</string> - <string id="EnableWindowsPackageManagerCommandLineInterfacesExplanation">이 정책은 사용자가 명령줄 인터페이스(WinGet CLI 또는 WinGet PowerShell)를 통해 Windows 패키지 관리자를 사용하여 작업을 수행할 수 있는지 결정합니다. + <string id="EnableWindowsPackageManagerCommandLineInterfacesExplanation">이 정책은 사용자가 명령줄 인터페이스(WinGet CLI 또는 WinGet PowerShell)를 통해 Windows 패키지 관리자를 사용하여 작업을 수행할 수 있는지 여부를 결정합니다. - 이 정책을 비활성화하면 사용자는 Windows 패키지 관리자 CLI 및 PowerShell cmdlet을 실행할 수 없습니다. + 이 정책을 사용하지 않도록 설정하면 사용자는 Windows 패키지 관리자 CLI 및 PowerShell cmdlet을 실행할 수 없습니다. - 이 정책을 활성화하거나 구성하지 않으면 사용자는 Windows 패키지 관리자 CLI 명령 및 PowerShell cmdlet을 실행할 수 있습니다. ('앱 설치 프로그램 활성화' 정책이 비활성화되지 않은 경우). + 이 정책을 사용하도록 설정하거나 구성하지 않을 경우 사용자는 Windows 패키지 관리자 CLI 명령 및 PowerShell cmdlet을 실행할 수 없습니다. (제공된 “앱 설치 관리자 사용” 정책을 사용하지 않도록 설정할 수 없습니다.) - 이 정책은 '앱 설치 프로그램 활성화' 정책보다 우선 적용되지 않습니다.</string> + 이 정책은 “앱 설치 관리자 사용” 정책을 재정의하지 않습니다.</string> <string id="EnableWindowsPackageManagerConfiguration">Windows 패키지 관리자 구성 사용</string> <string id="EnableWindowsPackageManagerConfigurationExplanation">이 정책은 사용자가 Windows 패키지 관리자 구성 기능을 사용할 수 있는지 여부를 제어합니다. 이 설정을 사용하거나 구성하지 않으면 사용자가 Windows 패키지 관리자 구성 기능을 사용할 수 있습니다. 이 설정을 사용하지 않으면 사용자가 Windows 패키지 관리자 구성 기능을 사용할 수 없습니다.</string> + <string id="EnableWindowsPackageManagerProxyCommandLineOptions">프록시 Windows 패키지 관리자 명령줄 옵션 사용</string> + <string id="EnableWindowsPackageManagerProxyCommandLineOptionsExplanation"> + 이 정책은 명령줄을 통해 사용자가 프록시의 Windows 패키지 관리자 사용을 구성할 수 있는지 여부를 제어합니다. + +이 설정을 사용하면 사용자가 명령줄을 통해 Windows 패키지 관리자 프록시 사용을 구성할 수 있습니다. + +이 설정을 사용하지 않거나 구성하지 않으면 사용자가 명령줄을 통해 Windows 패키지 관리자 프록시 사용을 구성할 수 없습니다.</string> + <string id="WindowsPackageManagerDefaultProxy">Windows 패키지 관리자 기본 프록시 설정</string> + <string id="WindowsPackageManagerDefaultProxyExplanation">이 정책은 Windows 패키지 관리자 사용하는 기본 프록시를 제어합니다. + +이 설정을 사용하지 않거나 구성하지 않으면 기본적으로 프록시가 사용되지 않습니다. + +이 설정을 사용하면 지정된 프록시가 기본적으로 사용됩니다.</string> </stringTable> <presentationTable> <presentation id="SourceAutoUpdateInterval"> @@ -120,6 +133,11 @@ <presentation id="AllowedSources"> <listBox refId="AllowedSources" required="false">허용된 원본: </listBox> </presentation> + <presentation id="WindowsPackageManagerDefaultProxy"> + <textBox refId="WindowsPackageManagerDefaultProxy"> + <label>기본 프록시</label> + </textBox> + </presentation> </presentationTable> </resources> </policyDefinitionResources> diff --git a/Localization/Policies/pt-BR/DesktopAppInstaller.adml b/Localization/Policies/pt-BR/DesktopAppInstaller.adml @@ -96,19 +96,32 @@ Se você habilitar essa configuração, os usuários poderão instalar pacotes d Se você desabilitar ou não definir essa configuração, os usuários não poderão instalar pacotes de sites que usam esse protocolo.</string> <string id="EnableWindowsPackageManagerCommandLineInterfaces">Habilitar interfaces de linha de comando do Gerenciador de Pacotes do Windows</string> - <string id="EnableWindowsPackageManagerCommandLineInterfacesExplanation">Esta política determina se um usuário pode executar uma ação usando o Gerenciador de Pacotes do Windows por uma interface de linha de comando (WINGet CLI ou WinGet PowerShell). + <string id="EnableWindowsPackageManagerCommandLineInterfacesExplanation">Essa política determina se um usuário pode executar uma ação usando o Gerenciador de Pacotes do Windows por meio de uma interface de linha de comando (CLI do WinGet ou WinGet PowerShell). -Se você desabilitar essa política, os usuários não poderão executar o Gerenciador de Pacotes do Windows CLI e os cmdlets do PowerShell. + Se você desabilitar essa política, os usuários não poderão executar a CLI do Gerenciador de Pacotes do Windows e os cmdlets do PowerShell. -Se você habilitar ou não configurar essa política, os usuários poderão executar os comandos Gerenciador de Pacotes do Windows CLI e os cmdlets do PowerShell. (A política "Habilitar Instalador de Aplicativo" fornecida não está desabilitada). + Se você habilitar ou não configurar essa política, os usuários poderão executar os comandos CLI do Gerenciador de Pacotes do Windows e os cmdlets do PowerShell. (A política “Habilitar Instalador de Aplicativo” fornecida não está desabilitada). -Esta política não substitui a política "Habilitar Instalador de Aplicativo".</string> + Essa política não substitui a política "Habilitar Instalador de Aplicativo".</string> <string id="EnableWindowsPackageManagerConfiguration">Habilitar as Configurações do Gerenciador de Pacotes do Windows</string> <string id="EnableWindowsPackageManagerConfigurationExplanation">Esta política controla se o Gerenciador de Pacotes do Windows de configuração pode ser usado pelos usuários. Se você habilitar ou não definir essa configuração, os usuários poderão usar o recurso Gerenciador de Pacotes do Windows configuração. Se você desabilitar essa configuração, os usuários não poderão usar o recurso Gerenciador de Pacotes do Windows configuração.</string> + <string id="EnableWindowsPackageManagerProxyCommandLineOptions">Habilitar Gerenciador de Pacotes do Windows de linha de comando proxy</string> + <string id="EnableWindowsPackageManagerProxyCommandLineOptionsExplanation"> + Esta política controla se o uso Gerenciador de Pacotes do Windows proxy pode ser configurado pelos usuários por meio da linha de comando. + +Se você habilitar essa configuração, os usuários poderão configurar o Gerenciador de Pacotes do Windows do proxy por meio da linha de comando. + +Se você desabilitar ou não definir essa configuração, os usuários não poderão configurar o uso Gerenciador de Pacotes do Windows do proxy por meio da linha de comando.</string> + <string id="WindowsPackageManagerDefaultProxy">Definir Proxy Padrão do Gerenciador de Pacotes do Windows</string> + <string id="WindowsPackageManagerDefaultProxyExplanation">Esta política controla o proxy padrão usado pelo Gerenciador de Pacotes do Windows. + +Se você desabilitar ou não definir essa configuração, nenhum proxy será usado por padrão. + +Se você habilitar essa configuração, o proxy especificado será usado por padrão.</string> </stringTable> <presentationTable> <presentation id="SourceAutoUpdateInterval"> @@ -120,6 +133,11 @@ Se você desabilitar essa configuração, os usuários não poderão usar o recu <presentation id="AllowedSources"> <listBox refId="AllowedSources" required="false">Fontes Permitidas: </listBox> </presentation> + <presentation id="WindowsPackageManagerDefaultProxy"> + <textBox refId="WindowsPackageManagerDefaultProxy"> + <label>Proxy Padrão</label> + </textBox> + </presentation> </presentationTable> </resources> </policyDefinitionResources> diff --git a/Localization/Policies/ru-RU/DesktopAppInstaller.adml b/Localization/Policies/ru-RU/DesktopAppInstaller.adml @@ -96,19 +96,32 @@ Если отключить или не настраивать этот параметр, пользователи не смогут устанавливать пакеты с веб-сайтов, которые используют этот протокол.</string> <string id="EnableWindowsPackageManagerCommandLineInterfaces">Включить интерфейсы командной строки Диспетчера пакетов Windows</string> - <string id="EnableWindowsPackageManagerCommandLineInterfacesExplanation">Эта политика определяет, может ли пользователь выполнять действие с помощью Диспетчера пакетов Windows посредством интерфейса командной строки (WinGet CLI или WinGet PowerShell). + <string id="EnableWindowsPackageManagerCommandLineInterfacesExplanation">Эта политика определяет, может ли пользователь выполнять действие с помощью диспетчера пакетов Windows через интерфейс командной строки (WinGet CLI или WinGet PowerShell). - Если эта политика отключена, пользователи не смогут выполнять команды CLI Диспетчера пакетов Windows и командлеты PowerShell. + Если вы отключите эту политику, пользователи не смогут выполнять CLI диспетчера пакетов Windows и командлеты PowerShell. - Если эта политика включена или не настроена, пользователи смогут выполнять команды CLI Диспетчера пакетов Windows и командлеты PowerShell. (Указанная политика "Включить установщик приложений" не отключена.) + Если вы включите или не настроите эту политику, пользователи смогут выполнять команды CLI диспетчера пакетов Windows и командлеты PowerShell. (При условии, что политика "Включить установщик приложений" не отключена). - Эта политика не переопределяет политику "Включить установщик приложений".</string> + Эта политика не отменяет политику "Включить установщик приложений".</string> <string id="EnableWindowsPackageManagerConfiguration">Включить конфигурацию Диспетчера пакетов Windows</string> <string id="EnableWindowsPackageManagerConfigurationExplanation">Эта политика определяет, Диспетчер пакетов Windows ли пользователи могут использовать эту Диспетчер пакетов Windows конфигурацию. Если этот параметр включен или не настроен, пользователи смогут использовать Диспетчер пакетов Windows конфигурации. Если этот параметр отключен, пользователи не смогут использовать Диспетчер пакетов Windows конфигурации.</string> + <string id="EnableWindowsPackageManagerProxyCommandLineOptions">Включить Диспетчер пакетов Windows командной строки прокси-сервера</string> + <string id="EnableWindowsPackageManagerProxyCommandLineOptionsExplanation"> + Эта политика определяет, может ли Диспетчер пакетов Windows использование прокси-сервера настраивать пользователи с помощью командной строки. + +Если этот параметр включен, пользователи смогут Диспетчер пакетов Windows использовать прокси-сервер в командной строке. + +Если вы отключаете или не настраиваете этот параметр политики, пользователи не смогут Диспетчер пакетов Windows использовать прокси-сервер в командной строке.</string> + <string id="WindowsPackageManagerDefaultProxy">Задать прокси по умолчанию для Диспетчера пакетов Windows</string> + <string id="WindowsPackageManagerDefaultProxyExplanation">Эта политика управляет прокси-сервером по умолчанию, используемым Диспетчер пакетов Windows. + +Если этот параметр отключен или не настроен, по умолчанию прокси-сервер не будет использоваться. + +Если этот параметр включен, указанный прокси-сервер будет использоваться по умолчанию.</string> </stringTable> <presentationTable> <presentation id="SourceAutoUpdateInterval"> @@ -120,6 +133,11 @@ <presentation id="AllowedSources"> <listBox refId="AllowedSources" required="false">Разрешенные источники: </listBox> </presentation> + <presentation id="WindowsPackageManagerDefaultProxy"> + <textBox refId="WindowsPackageManagerDefaultProxy"> + <label>Прокси по умолчанию</label> + </textBox> + </presentation> </presentationTable> </resources> </policyDefinitionResources> diff --git a/Localization/Policies/zh-CN/DesktopAppInstaller.adml b/Localization/Policies/zh-CN/DesktopAppInstaller.adml @@ -96,19 +96,32 @@ 如果禁用或未配置此设置,则用户将无法安装来自使用此协议的网站的包。</string> <string id="EnableWindowsPackageManagerCommandLineInterfaces">启用 Windows 程序包管理器命令行接口</string> - <string id="EnableWindowsPackageManagerCommandLineInterfacesExplanation">此策略确定用户是否可以通过命令行界面 (WinGet CLI 或 WinGet PowerShell) 使用 Windows 程序包管理器执行操作。 + <string id="EnableWindowsPackageManagerCommandLineInterfacesExplanation">此策略确定用户是否可以通过命令行界面(WinGet CLI 或 WinGet PowerShell)使用 Windows 程序包管理器执行操作。 - 如果禁用此策略,用户将无法执行 Windows 程序包管理器 CLI 和 PowerShell cmdlet。 + 如果禁用此策略,用户将无法执行 Windows 程序包管理器 CLI 和 PowerShell cmdlet。 - 如果启用或未配置此策略,用户将能够执行 Windows 程序包管理器 CLI 命令和 PowerShell cmdlet。(未禁用提供的“启用应用安装程序”策略)。 + 如果启用或未配置此策略,用户将能够执行 Windows 程序包管理器 CLI 命令和 PowerShell cmdlet。(前提是 “启用应用安装程序” 策略未禁用)。 - 此策略不会替代“启用应用安装程序”策略。</string> + 此策略不会替代 “启用应用安装程序” 策略。</string> <string id="EnableWindowsPackageManagerConfiguration">启用 Windows 程序包管理器配置</string> <string id="EnableWindowsPackageManagerConfigurationExplanation">此策略控制用户是否可以使用Windows 程序包管理器配置功能。 如果启用或未配置此设置,则用户将能够使用Windows 程序包管理器配置功能。 如果禁用此设置,则用户将无法使用Windows 程序包管理器配置功能。</string> + <string id="EnableWindowsPackageManagerProxyCommandLineOptions">启用Windows 程序包管理器代理命令行选项</string> + <string id="EnableWindowsPackageManagerProxyCommandLineOptionsExplanation"> + 此策略控制用户是否可以通过命令行配置代理的Windows 程序包管理器使用情况。 + +如果启用此设置,则用户将能够通过命令行配置Windows 程序包管理器使用代理。 + +如果禁用或未配置此设置,则用户将无法通过命令行配置Windows 程序包管理器使用代理。</string> + <string id="WindowsPackageManagerDefaultProxy">设置 Windows 程序包管理器默认代理</string> + <string id="WindowsPackageManagerDefaultProxyExplanation">此策略控制Windows 程序包管理器使用的默认代理。 + +如果禁用或未配置此设置,则默认情况下不会使用任何代理。 + +如果启用此设置,则默认情况下将使用指定的代理。</string> </stringTable> <presentationTable> <presentation id="SourceAutoUpdateInterval"> @@ -120,6 +133,11 @@ <presentation id="AllowedSources"> <listBox refId="AllowedSources" required="false">允许的源: </listBox> </presentation> + <presentation id="WindowsPackageManagerDefaultProxy"> + <textBox refId="WindowsPackageManagerDefaultProxy"> + <label>默认代理</label> + </textBox> + </presentation> </presentationTable> </resources> </policyDefinitionResources> diff --git a/Localization/Policies/zh-TW/DesktopAppInstaller.adml b/Localization/Policies/zh-TW/DesktopAppInstaller.adml @@ -96,19 +96,32 @@ 如果您停用或未設定這個設定,使用者將無法從使用此通訊協定的網站安裝套件。</string> <string id="EnableWindowsPackageManagerCommandLineInterfaces">啟用 Windows 封裝管理員命令列介面</string> - <string id="EnableWindowsPackageManagerCommandLineInterfacesExplanation">此原則決定使用者是否可以透過命令列介面 (WinGet CLI 或 WinGet PowerSh) 使用 Windows 封裝管理員執行動作。 + <string id="EnableWindowsPackageManagerCommandLineInterfacesExplanation">此原則會判斷使用者是否可透過命令列介面 (WinGet CLI 或 WinGet PowerShell) 使用 Windows 封裝管理員執行動作。 - 如果您停用此原則,使用者將無法執行 Windows 封裝管理員 CLI 和 PowerShell Cmdlet。 + 如果停用此原則,使用者將無法執行 Windows 封裝管理員 CLI 和 PowerShell Cmdlet。 - 如果您啟用或未設定此原則,使用者將可以執行 Windows 封裝管理員 CLI 命令和 PowerShell Cmdlet。(提供的 [啟用應用程式安裝程式] 原則將不會停用)。 + 如果啟用或未設定此原則,使用者將可以執行 Windows 封裝管理員 CLI 命令和 PowerShell Cmdlet。(未停用提供的 [啟用應用程式安裝程式] 原則)。 - 此原則不會覆寫 [啟用應用程式安裝程式] 原則。</string> + 此原則不會覆寫 [啟用應用程式安裝程式] 原則。</string> <string id="EnableWindowsPackageManagerConfiguration">啟用 Windows 封裝管理員設定</string> <string id="EnableWindowsPackageManagerConfigurationExplanation">此原則控制使用者是否可以使用Windows 封裝管理員設定功能。 如果您啟用或未設定這個設定,使用者將可以使用Windows 封裝管理員設定功能。 如果您停用這個設定,使用者將無法使用Windows 封裝管理員設定功能。</string> + <string id="EnableWindowsPackageManagerProxyCommandLineOptions">啟用Windows 封裝管理員 Proxy 命令行選項</string> + <string id="EnableWindowsPackageManagerProxyCommandLineOptionsExplanation"> + 此原則控制使用者是否可以透過命令行設定 proxy 的Windows 封裝管理員使用方式。 + +如果您啟用這個設定,使用者將可以透過命令行設定Windows 封裝管理員使用 Proxy。 + +如果您停用或未設定這個設定,用戶將無法透過命令行設定Windows 封裝管理員使用 Proxy。</string> + <string id="WindowsPackageManagerDefaultProxy">設定 Windows 封裝管理員預設 Proxy</string> + <string id="WindowsPackageManagerDefaultProxyExplanation">此原則控制Windows 封裝管理員使用的預設 Proxy。 + +如果停用或未設定此設定,則預設不會使用任何 Proxy。 + +如果您啟用這個設定,預設會使用指定的 Proxy。</string> </stringTable> <presentationTable> <presentation id="SourceAutoUpdateInterval"> @@ -120,6 +133,11 @@ <presentation id="AllowedSources"> <listBox refId="AllowedSources" required="false">允許的來源: </listBox> </presentation> + <presentation id="WindowsPackageManagerDefaultProxy"> + <textBox refId="WindowsPackageManagerDefaultProxy"> + <label>預設 Proxy</label> + </textBox> + </presentation> </presentationTable> </resources> </policyDefinitionResources> diff --git a/Localization/Resources/de-DE/winget.resw b/Localization/Resources/de-DE/winget.resw @@ -1173,6 +1173,9 @@ Stimmen Sie den Bedingungen zu?</value> <data name="ShowLabelInstallerReleaseDate" xml:space="preserve"> <value>Freigabedatum:</value> </data> + <data name="ShowLabelInstallerOfflineDistributionSupported" xml:space="preserve"> + <value>Unterstützte Offlineverteilung:</value> + </data> <data name="ShowLabelPublisherUrl" xml:space="preserve"> <value>Herausgeber-URL:</value> </data> @@ -2272,14 +2275,14 @@ Geben Sie eine Option für --source an, um den Vorgang fortzusetzen.</value> <data name="APPINSTALLER_CLI_ERROR_BLOCKED_BY_POLICY" xml:space="preserve"> <value>Der Vorgang wird durch Gruppenrichtlinie blockiert</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INTERNAL_ERROR" xml:space="preserve"> - <value>Interner Fehler der REST-Quelle</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_INTERNAL_ERROR" xml:space="preserve"> + <value>Interner Fehler der REST-API</value> </data> <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_URL" xml:space="preserve"> <value>Ungültige REST-Quell-URL</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_UNSUPPORTED_MIME_TYPE" xml:space="preserve"> - <value>Von der REST-Quelle wird ein nicht unterstützter MIME-Typ zurückgegeben</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_UNSUPPORTED_MIME_TYPE" xml:space="preserve"> + <value>Nicht unterstützter MIME-Typ, der von der REST-API zurückgegeben wird</value> </data> <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_VERSION" xml:space="preserve"> <value>Ungültige Version des REST-Quellvertrags</value> @@ -2299,8 +2302,8 @@ Geben Sie eine Option für --source an, um den Vorgang fortzusetzen.</value> <data name="APPINSTALLER_CLI_ERROR_UNSUPPORTED_SOURCE_REQUEST" xml:space="preserve"> <value>Die Suchanforderung wird von mindestens einer Quelle nicht unterstützt.</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_ENDPOINT_NOT_FOUND" xml:space="preserve"> - <value>Der REST-Quellendpunkt wurde nicht gefunden.</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_ENDPOINT_NOT_FOUND" xml:space="preserve"> + <value>Der REST-API-Endpunkt wurde nicht gefunden.</value> </data> <data name="APPINSTALLER_CLI_ERROR_SOURCE_OPEN_FAILED" xml:space="preserve"> <value>Fehler beim Öffnen der Quelle.</value> @@ -2814,4 +2817,232 @@ Geben Sie eine Option für --source an, um den Vorgang fortzusetzen.</value> <value>Fehler bei der Reparatur mit Exitcode: {0}</value> <comment>{Locked="{0}"} Error message displayed when an attempt to repair an application package fails. {0} is a placeholder replaced by an error code.</comment> </data> + <data name="APPINSTALLER_CLI_ERROR_SQLITE_CONNECTION_TERMINATED" xml:space="preserve"> + <value>Die SQLite-Verbindung wurde beendet, um Beschädigungen zu verhindern.</value> + </data> + <data name="UninstallAllVersionsArgumentDescription" xml:space="preserve"> + <value>Alle Versionen deinstallieren</value> + </data> + <data name="TargetVersionArgumentDescription" xml:space="preserve"> + <value>Die Version, auf die reagiert werden soll</value> + </data> + <data name="UninstallFailedDueToMultipleVersions" xml:space="preserve"> + <value>Mehrere Versionen dieses Pakets sind installiert. Verfeinern Sie die Suche, übergeben Sie das Argument "--version", um eines auszuwählen, oder übergeben Sie das Flag "--all-versions", um alle zu deinstallieren.</value> + <comment>{Locked="--version,--all-versions"}</comment> + </data> + <data name="PolicyEnableProxyCommandLineOptions" xml:space="preserve"> + <value>Befehlszeilenoptionen für Windows-Paket-Manager Proxy aktivieren</value> + <comment>Describes a Group Policy that can enable the use of the --proxy option to set a proxy</comment> + </data> + <data name="ProxyArgumentDescription" xml:space="preserve"> + <value>Legen Sie einen Proxy fest, der für diese Ausführung verwendet werden soll.</value> + </data> + <data name="NoProxyArgumentDescription" xml:space="preserve"> + <value>Verwendung des Proxys für diese Ausführung deaktivieren</value> + </data> + <data name="ResetAdminSettingFailed" xml:space="preserve"> + <value>{0} kann nicht zurückgesetzt werden. Diese Einstellung wird durch eine Richtlinie gesteuert. Wenden Sie sich an den Systemadministrator, um weitere Informationen zu erfahren.</value> + <comment>{Locked="{0}"} The value will be replaced with the feature name</comment> + </data> + <data name="ResetAdminSettingSucceeded" xml:space="preserve"> + <value>Administratoreinstellung „{0}“ zurücksetzen.</value> + <comment>{Locked="{0}"} Message displayed after the user resets an admin setting to its default value. Reset is used as verb in past tense. {0} is a placeholder replaced by the setting name.</comment> + </data> + <data name="SetAdminSettingFailed" xml:space="preserve"> + <value>{0} kann nicht festgelegt werden. Diese Einstellung wird durch eine Richtlinie gesteuert. Wenden Sie sich an den Systemadministrator, um weitere Informationen zu erfahren.</value> + <comment>{Locked="{0}"} The value will be replaced with the feature name</comment> + </data> + <data name="SetAdminSettingSucceeded" xml:space="preserve"> + <value>Legen Sie die Administratoreinstellung „{0}“ auf „{1}“ fest.</value> + <comment>{Locked="{0}"} Message displayed after the user sets the value of an admin setting. Set is used as a verb in past tense. {0} is a placeholder replaced by the setting name. {1} is a placeholder replaced </comment> + </data> + <data name="SettingNameArgumentDescription" xml:space="preserve"> + <value>Name der zu ändernden Einstellung</value> + </data> + <data name="SettingValueArgumentDescription" xml:space="preserve"> + <value>Wert, der für die Einstellung festgelegt werden soll.</value> + </data> + <data name="SettingsResetCommandLongDescription" xml:space="preserve"> + <value>Setzt eine Administratoreinstellung auf den Standardwert zurück.</value> + </data> + <data name="SettingsResetCommandShortDescription" xml:space="preserve"> + <value>Setzt eine Administratoreinstellung auf den Standardwert zurück.</value> + </data> + <data name="SettingsSetCommandLongDescription" xml:space="preserve"> + <value>Legt den Wert einer Administratoreinstellung fest.</value> + </data> + <data name="SettingsSetCommandShortDescription" xml:space="preserve"> + <value>Legt den Wert einer Administratoreinstellung fest.</value> + </data> + <data name="SourceRequireExplicitArgumentDescription" xml:space="preserve"> + <value>Schließt eine Quelle aus der Ermittlung aus, sofern keine Angabe erfolgt.</value> + </data> + <data name="SourceListExplicit" xml:space="preserve"> + <value>Anstößig</value> + </data> + <data name="SourceTrustLevelArgumentDescription" xml:space="preserve"> + <value>Vertrauensebene der Quelle (keine oder vertrauenswürdig)</value> + </data> + <data name="SourceListTrustLevel" xml:space="preserve"> + <value>Vertrauensebene</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_DISPLAYCATALOG_API_FAILED" xml:space="preserve"> + <value>Fehler beim Abrufen des Microsoft Store-Paketkatalogs.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_NO_APPLICABLE_DISPLAYCATALOG_PACKAGE" xml:space="preserve"> + <value>In Microsoft Store-Paketkatalog wurde kein anwendbares Microsoft Store-Paket gefunden.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_SFSCLIENT_API_FAILED" xml:space="preserve"> + <value>Fehler beim Abrufen von Microsoft Store Paketdownloadinformationen.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_NO_APPLICABLE_SFSCLIENT_PACKAGE" xml:space="preserve"> + <value>Es wurden keine anwendbaren Microsoft Store-Paketdownloadinformationen gefunden.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_LICENSING_API_FAILED" xml:space="preserve"> + <value>Fehler beim Abrufen der Microsoft Store-Paketlizenz.</value> + </data> + <data name="MSStoreDownloadPackageNotFound" xml:space="preserve"> + <value>Das Microsoft Store-Paket wurde nicht gefunden.</value> + </data> + <data name="MSStoreDownloadPackageHashVerified" xml:space="preserve"> + <value>Der Pakethash für Microsoft Store wurde erfolgreich überprüft.</value> + </data> + <data name="MSStoreDownloadPackageHashMismatch" xml:space="preserve"> + <value>Microsoft Store Pakethashkonflikt</value> + </data> + <data name="MSStoreDownloadPackageDownloaded" xml:space="preserve"> + <value>Microsoft Store heruntergeladenes Paket: {0}</value> + <comment>{Locked="{0}"} Full path of the downloaded package.</comment> + </data> + <data name="MSStoreDownloadPackageDownloadFailed" xml:space="preserve"> + <value>Fehler beim Herunterladen des Microsoft Store-Pakets: {0}</value> + <comment>{Locked="{0}"} Package name.</comment> + </data> + <data name="MSStoreDownloadPackageDownloadSuccess" xml:space="preserve"> + <value>Microsoft Store-Paketdownload abgeschlossen</value> + </data> + <data name="MSStoreDownloadMainPackages" xml:space="preserve"> + <value>Hauptpakete werden von Microsoft Store heruntergeladen...</value> + </data> + <data name="MSStoreDownloadDependencyPackages" xml:space="preserve"> + <value>Abhängigkeitspakete werden von Microsoft Store heruntergeladen...</value> + </data> + <data name="MSStoreDownloadGetDownloadInfo" xml:space="preserve"> + <value>Microsoft Store-Paketdownloadinformationen werden abgerufen</value> + </data> + <data name="MSStoreDownloadGetDownloadInfoFailed" xml:space="preserve"> + <value>Fehler beim Abrufen von Microsoft Store Paketdownloadinformationen</value> + </data> + <data name="MSStoreDownloadGetLicense" xml:space="preserve"> + <value>Microsoft Store Paketlizenz wird abgerufen</value> + </data> + <data name="MSStoreDownloadGetLicenseSuccess" xml:space="preserve"> + <value>Microsoft Store-Paketlizenz gespeichert: {0}</value> + <comment>{Locked="{0}"} License file full path.</comment> + </data> + <data name="MSStoreDownloadGetLicenseFailed" xml:space="preserve"> + <value>Fehler beim Abrufen der Microsoft Store-Paketlizenz</value> + </data> + <data name="MSStoreDownloadRenameNotSupported" xml:space="preserve"> + <value>Microsoft Store Paketdownload unterstützt das Argument --rename nicht. Microsoft Store-Paket verwendet Namen, die von Microsoft Store-Katalog bereitgestellt werden.</value> + <comment>{Locked="--rename"}</comment> + </data> + <data name="MSStoreDownloadAuthenticationNotice" xml:space="preserve"> + <value>Microsoft Store-Paketdownload erfordert eine Microsoft Entra-ID-Authentifizierung. Bei Bedarf wird möglicherweise eine Authentifizierungsaufforderung angezeigt. Authentifizierte Informationen werden für Microsoft-Dienste zur Zugriffsautorisierung freigegeben. Zur Microsoft Store-Paketlizenzierung benötigt das Microsoft Entra-ID-Konto Administratorzugriff auf den Microsoft-Entra-ID-Mandanten.</value> + </data> + <data name="SkipMicrosoftStorePackageLicenseArgumentDescription" xml:space="preserve"> + <value>Überspringt das Abrufen der Offlinelizenz des Microsoft Store-Pakets</value> + </data> + <data name="PlatformArgumentDescription" xml:space="preserve"> + <value>Zielplattform auswählen</value> + </data> + <data name="ConfigurationExportAddingToFile" xml:space="preserve"> + <value>Konfigurationsdatei wird hinzugefügt: {0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigurationExportSuccessful" xml:space="preserve"> + <value>Erfolgreich exportiert</value> + </data> + <data name="ConfigurationGettingResourceSettings" xml:space="preserve"> + <value>Konfigurationseinstellungen werden abgerufen...</value> + </data> + <data name="ConfigureExportArgumentError" xml:space="preserve"> + <value>Es müssen mindestens --packageId und/oder --module mit --resource angegeben werden</value> + <comment>{Locked="--packageId,--module, --resource"}</comment> + </data> + <data name="ConfigureExportCommandLongDescription" xml:space="preserve"> + <value>Exportiert Konfigurationsressourcen in eine Konfigurationsdatei. Bei Verwendung mit "--packageId" wird eine WinGetPackage-Ressource der angegebenen Paket-ID exportiert. Bei Verwendung mit "--module" und "--resource" werden die Einstellungen der Ressource abgerufen und in die Konfigurationsdatei exportiert. Wenn die Ausgabekonfigurationsdatei bereits vorhanden ist, werden die exportierten Konfigurationsressourcen angefügt.</value> + <comment>{Locked="WinGetPackage,--packageId,--module, --resource"}</comment> + </data> + <data name="ConfigureExportCommandShortDescription" xml:space="preserve"> + <value>Exportiert Konfigurationsressourcen in eine Konfigurationsdatei.</value> + </data> + <data name="ConfigureExportModule" xml:space="preserve"> + <value>Das Modul der zu exportierenden Ressource.</value> + </data> + <data name="ConfigureExportPackageId" xml:space="preserve"> + <value>Der zu exportierende Paketbezeichner.</value> + </data> + <data name="ConfigureExportResource" xml:space="preserve"> + <value>Die zu exportierende Konfigurationsressource.</value> + </data> + <data name="WINGET_CONFIG_ERROR_GET_FAILED" xml:space="preserve"> + <value>Fehler beim Abrufen der Eigenschaften der Konfigurationseinheit.</value> + </data> + <data name="ConfigurationExportFailed" xml:space="preserve"> + <value>Fehler beim Exportieren der Konfiguration.</value> + </data> + <data name="ConfigureExportUnitDescription" xml:space="preserve"> + <value>"{0}" konfigurieren</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigureExportUnitInstallDescription" xml:space="preserve"> + <value>{0}Installieren</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigurationWarningSetViewTruncated" xml:space="preserve"> + <value>Einige der in der Konfigurationsdatei vorhandenen Daten wurden für diese Ausgabe abgeschnitten. überprüfen Sie den Dateiinhalt auf den vollständigen Inhalt.</value> + </data> + <data name="ConfigurationWarningValueTruncated" xml:space="preserve"> + <value>&lt;dieser Wert wurde abgeschnitten; überprüfen Sie den Dateiinhalt auf den vollständigen Text&gt;</value> + <comment>Keep some form of separator like the "&lt;&gt;" around the text so that it stands out from the preceding text.</comment> + </data> + <data name="ConfigureListCommandLongDescription" xml:space="preserve"> + <value>Zeigt die Details der obersten Ebene für Konfigurationen an, die auf das System angewendet wurden. Diese Daten können dann mit `configure` Befehlen verwendet werden, um weitere Details zu erhalten.</value> + <comment>{Locked="`configure`"}</comment> + </data> + <data name="ConfigureListCommandShortDescription" xml:space="preserve"> + <value>Zeigt den Konfigurationsverlauf an.</value> + </data> + <data name="ConfigurationHistoryEmpty" xml:space="preserve"> + <value>Im Verlauf sind keine Konfigurationen vorhanden.</value> + </data> + <data name="ConfigurationHistoryItemArgumentDescription" xml:space="preserve"> + <value>Elemente aus dem Verlauf auswählen</value> + </data> + <data name="ConfigurationHistoryItemNotFound" xml:space="preserve"> + <value>Es wurde keine einzelne Konfiguration gefunden, die mit den angegebenen Daten übereinstimmt. Geben Sie entweder den vollständigen Namen oder einen Teil des Bezeichners an, der eindeutig mit der gewünschten Konfiguration übereinstimmt.</value> + </data> + <data name="ConfigurationHistoryRemoveArgumentDescription" xml:space="preserve"> + <value>Element aus Verlauf entfernen</value> + </data> + <data name="ConfigureListFirstApplied" xml:space="preserve"> + <value>Zuerst angewendet</value> + <comment>Column header for date values indicating when a configuration was first applied to the system.</comment> + </data> + <data name="ConfigureListIdentifier" xml:space="preserve"> + <value>Bezeichner</value> + </data> + <data name="ConfigureListName" xml:space="preserve"> + <value>Name</value> + </data> + <data name="ConfigureListOrigin" xml:space="preserve"> + <value>Ursprung</value> + </data> + <data name="ConfigureListPath" xml:space="preserve"> + <value>Pfad</value> + </data> + <data name="WINGET_CONFIG_ERROR_HISTORY_ITEM_NOT_FOUND" xml:space="preserve"> + <value>Die angegebene Konfiguration wurde nicht gefunden.</value> + </data> </root> \ No newline at end of file diff --git a/Localization/Resources/es-ES/winget.resw b/Localization/Resources/es-ES/winget.resw @@ -262,7 +262,7 @@ Se pueden configurar mediante el archivo de configuración "winget settings".</v <value>Filtrar resultados por id</value> </data> <data name="IgnoreWarningsArgumentDescription" xml:space="preserve"> - <value>Suprime las salidas de advertencia.</value> + <value>Suprime las salidas de advertencia</value> </data> <data name="InstallationDisclaimer1" xml:space="preserve"> <value>El propietario de esta aplicación le concede una licencia.</value> @@ -1173,6 +1173,9 @@ La configuración está deshabilitada debido a la Directiva de grupo.</value> <data name="ShowLabelInstallerReleaseDate" xml:space="preserve"> <value>Fecha de lanzamiento:</value> </data> + <data name="ShowLabelInstallerOfflineDistributionSupported" xml:space="preserve"> + <value>Distribución sin conexión admitida:</value> + </data> <data name="ShowLabelPublisherUrl" xml:space="preserve"> <value>Dirección URL del editor:</value> </data> @@ -2272,14 +2275,14 @@ Especifique uno de ellos con la opción --source para continuar.</value> <data name="APPINSTALLER_CLI_ERROR_BLOCKED_BY_POLICY" xml:space="preserve"> <value>La operación está bloqueada por la directiva de grupo</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INTERNAL_ERROR" xml:space="preserve"> - <value>Error interno de origen REST</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_INTERNAL_ERROR" xml:space="preserve"> + <value>Error interno de la API de REST</value> </data> <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_URL" xml:space="preserve"> <value>Dirección URL de origen REST no válida</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_UNSUPPORTED_MIME_TYPE" xml:space="preserve"> - <value>Tipo MIME no admitido devuelto por el origen REST</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_UNSUPPORTED_MIME_TYPE" xml:space="preserve"> + <value>Tipo MIME no admitido devuelto por la API de REST</value> </data> <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_VERSION" xml:space="preserve"> <value>Versión del contrato de origen REST no válida</value> @@ -2299,8 +2302,8 @@ Especifique uno de ellos con la opción --source para continuar.</value> <data name="APPINSTALLER_CLI_ERROR_UNSUPPORTED_SOURCE_REQUEST" xml:space="preserve"> <value>Uno o varios orígenes no admiten la solicitud de búsqueda.</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_ENDPOINT_NOT_FOUND" xml:space="preserve"> - <value>No se encuentra el punto de conexión de origen REST.</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_ENDPOINT_NOT_FOUND" xml:space="preserve"> + <value>No se encuentra el punto de conexión de API de REST.</value> </data> <data name="APPINSTALLER_CLI_ERROR_SOURCE_OPEN_FAILED" xml:space="preserve"> <value>Error al abrir el origen.</value> @@ -2814,4 +2817,232 @@ Especifique uno de ellos con la opción --source para continuar.</value> <value>Error de reparación con el código de salida: {0}</value> <comment>{Locked="{0}"} Error message displayed when an attempt to repair an application package fails. {0} is a placeholder replaced by an error code.</comment> </data> + <data name="APPINSTALLER_CLI_ERROR_SQLITE_CONNECTION_TERMINATED" xml:space="preserve"> + <value>La conexión de SQLite finalizó para evitar daños.</value> + </data> + <data name="UninstallAllVersionsArgumentDescription" xml:space="preserve"> + <value>Desinstalar todas las versiones</value> + </data> + <data name="TargetVersionArgumentDescription" xml:space="preserve"> + <value>La versión sobre la que actuar</value> + </data> + <data name="UninstallFailedDueToMultipleVersions" xml:space="preserve"> + <value>Hay varias versiones de este paquete instaladas. Restrinja la búsqueda, pase el argumento "--version" para seleccionar una o pase la marca "--all-versions" para desinstalarlas todas.</value> + <comment>{Locked="--version,--all-versions"}</comment> + </data> + <data name="PolicyEnableProxyCommandLineOptions" xml:space="preserve"> + <value>Habilitar Administrador de paquetes de Windows opciones de la línea de comandos del proxy</value> + <comment>Describes a Group Policy that can enable the use of the --proxy option to set a proxy</comment> + </data> + <data name="ProxyArgumentDescription" xml:space="preserve"> + <value>Establecer un proxy para usar para esta ejecución</value> + </data> + <data name="NoProxyArgumentDescription" xml:space="preserve"> + <value>Deshabilitar el uso del proxy para esta ejecución</value> + </data> + <data name="ResetAdminSettingFailed" xml:space="preserve"> + <value>No se puede restablecer {0}. Esta configuración está controlada por la directiva. Para obtener más información, póngase en contacto con el administrador del sistema.</value> + <comment>{Locked="{0}"} The value will be replaced with the feature name</comment> + </data> + <data name="ResetAdminSettingSucceeded" xml:space="preserve"> + <value>Restablezca la configuración de administrador "{0}".</value> + <comment>{Locked="{0}"} Message displayed after the user resets an admin setting to its default value. Reset is used as verb in past tense. {0} is a placeholder replaced by the setting name.</comment> + </data> + <data name="SetAdminSettingFailed" xml:space="preserve"> + <value>No se puede establecer {0}. Esta configuración está controlada por la directiva. Para obtener más información, póngase en contacto con el administrador del sistema.</value> + <comment>{Locked="{0}"} The value will be replaced with the feature name</comment> + </data> + <data name="SetAdminSettingSucceeded" xml:space="preserve"> + <value>Establezca la configuración de administrador "{0}" en "{1}".</value> + <comment>{Locked="{0}"} Message displayed after the user sets the value of an admin setting. Set is used as a verb in past tense. {0} is a placeholder replaced by the setting name. {1} is a placeholder replaced </comment> + </data> + <data name="SettingNameArgumentDescription" xml:space="preserve"> + <value>Nombre de la configuración que se va a modificar</value> + </data> + <data name="SettingValueArgumentDescription" xml:space="preserve"> + <value>Valor que se va a establecer para la configuración.</value> + </data> + <data name="SettingsResetCommandLongDescription" xml:space="preserve"> + <value>Restablece una configuración de administración a su valor predeterminado.</value> + </data> + <data name="SettingsResetCommandShortDescription" xml:space="preserve"> + <value>Restablece una configuración de administración a su valor predeterminado.</value> + </data> + <data name="SettingsSetCommandLongDescription" xml:space="preserve"> + <value>Establece el valor de una configuración de administrador.</value> + </data> + <data name="SettingsSetCommandShortDescription" xml:space="preserve"> + <value>Establece el valor de una configuración de administrador.</value> + </data> + <data name="SourceRequireExplicitArgumentDescription" xml:space="preserve"> + <value>Excluye un origen de la detección a menos que se especifique</value> + </data> + <data name="SourceListExplicit" xml:space="preserve"> + <value>Explícito</value> + </data> + <data name="SourceTrustLevelArgumentDescription" xml:space="preserve"> + <value>Nivel de confianza del origen (ninguno o de confianza)</value> + </data> + <data name="SourceListTrustLevel" xml:space="preserve"> + <value>Nivel de confianza</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_DISPLAYCATALOG_API_FAILED" xml:space="preserve"> + <value>Error al obtener el catálogo de paquetes de Microsoft Store.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_NO_APPLICABLE_DISPLAYCATALOG_PACKAGE" xml:space="preserve"> + <value>No se encontró ningún paquete de Microsoft Store aplicable en el catálogo de paquetes de Microsoft Store.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_SFSCLIENT_API_FAILED" xml:space="preserve"> + <value>Error al obtener la información de descarga del paquete Microsoft Store.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_NO_APPLICABLE_SFSCLIENT_PACKAGE" xml:space="preserve"> + <value>No se encontró información de descarga del paquete de Microsoft Store aplicable.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_LICENSING_API_FAILED" xml:space="preserve"> + <value>Error al recuperar la licencia del paquete de Microsoft Store.</value> + </data> + <data name="MSStoreDownloadPackageNotFound" xml:space="preserve"> + <value>No se encontró el paquete de Microsoft Store.</value> + </data> + <data name="MSStoreDownloadPackageHashVerified" xml:space="preserve"> + <value>Hash de paquete de Microsoft Store comprobado correctamente</value> + </data> + <data name="MSStoreDownloadPackageHashMismatch" xml:space="preserve"> + <value>Error de coincidencia del hash del paquete Microsoft Store</value> + </data> + <data name="MSStoreDownloadPackageDownloaded" xml:space="preserve"> + <value>Paquete de Microsoft Store descargado: {0}</value> + <comment>{Locked="{0}"} Full path of the downloaded package.</comment> + </data> + <data name="MSStoreDownloadPackageDownloadFailed" xml:space="preserve"> + <value>Error al descargar el paquete de Microsoft Store: {0}</value> + <comment>{Locked="{0}"} Package name.</comment> + </data> + <data name="MSStoreDownloadPackageDownloadSuccess" xml:space="preserve"> + <value>Descarga del paquete de Microsoft Store completada</value> + </data> + <data name="MSStoreDownloadMainPackages" xml:space="preserve"> + <value>Descargando paquetes principales de Microsoft Store...</value> + </data> + <data name="MSStoreDownloadDependencyPackages" xml:space="preserve"> + <value>Descargando paquetes de dependencias de Microsoft Store...</value> + </data> + <data name="MSStoreDownloadGetDownloadInfo" xml:space="preserve"> + <value>Recuperando información de descarga del paquete de Microsoft Store</value> + </data> + <data name="MSStoreDownloadGetDownloadInfoFailed" xml:space="preserve"> + <value>Error al recuperar la información de descarga del paquete Microsoft Store</value> + </data> + <data name="MSStoreDownloadGetLicense" xml:space="preserve"> + <value>Recuperar la licencia del paquete de Microsoft Store</value> + </data> + <data name="MSStoreDownloadGetLicenseSuccess" xml:space="preserve"> + <value>Se guardó la licencia del paquete de Microsoft Store: {0}</value> + <comment>{Locked="{0}"} License file full path.</comment> + </data> + <data name="MSStoreDownloadGetLicenseFailed" xml:space="preserve"> + <value>Error al recuperar la licencia del paquete de Microsoft Store</value> + </data> + <data name="MSStoreDownloadRenameNotSupported" xml:space="preserve"> + <value>La descarga del paquete de Microsoft Store no admite el argumento --rename. El paquete de Microsoft Store usará nombres proporcionados por el catálogo de Microsoft Store.</value> + <comment>{Locked="--rename"}</comment> + </data> + <data name="MSStoreDownloadAuthenticationNotice" xml:space="preserve"> + <value>La descarga del paquete de Microsoft Store requiere autenticación de Microsoft Entra ID. La solicitud de autenticación puede aparecer cuando sea necesario. La información autenticada se compartirá con servicios Microsoft para la autorización de acceso. Para la licencia de paquetes de Microsoft Store, la cuenta de Microsoft Entra ID debe tener acceso de administrador al inquilino de Microsoft Entra ID.</value> + </data> + <data name="SkipMicrosoftStorePackageLicenseArgumentDescription" xml:space="preserve"> + <value>Omite la recuperación de la licencia sin conexión del paquete de Microsoft Store</value> + </data> + <data name="PlatformArgumentDescription" xml:space="preserve"> + <value>Seleccionar la plataforma de destino</value> + </data> + <data name="ConfigurationExportAddingToFile" xml:space="preserve"> + <value>Agregando archivo de configuración: {0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigurationExportSuccessful" xml:space="preserve"> + <value>Se ha exportado correctamente</value> + </data> + <data name="ConfigurationGettingResourceSettings" xml:space="preserve"> + <value>Obteniendo opciones de configuración...</value> + </data> + <data name="ConfigureExportArgumentError" xml:space="preserve"> + <value>Se debe proporcionar al menos --packageId o --module con --resource</value> + <comment>{Locked="--packageId,--module, --resource"}</comment> + </data> + <data name="ConfigureExportCommandLongDescription" xml:space="preserve"> + <value>Exporta recursos de configuración a un archivo de configuración. Cuando se usa con --packageId, exporta un recurso WinGetPackage del identificador de paquete dado. Cuando se usa con --module y --resource, obtiene la configuración del recurso y lo exporta al archivo de configuración. Si el archivo de configuración de salida ya existe, anexa los recursos de configuración exportados.</value> + <comment>{Locked="WinGetPackage,--packageId,--module, --resource"}</comment> + </data> + <data name="ConfigureExportCommandShortDescription" xml:space="preserve"> + <value>Exporta recursos de configuración a un archivo de configuración.</value> + </data> + <data name="ConfigureExportModule" xml:space="preserve"> + <value>Módulo del recurso que se va a exportar.</value> + </data> + <data name="ConfigureExportPackageId" xml:space="preserve"> + <value>Identificador del paquete que se va a exportar.</value> + </data> + <data name="ConfigureExportResource" xml:space="preserve"> + <value>Recurso de configuración que se va a exportar.</value> + </data> + <data name="WINGET_CONFIG_ERROR_GET_FAILED" xml:space="preserve"> + <value>La unidad de configuración no pudo obtener sus propiedades.</value> + </data> + <data name="ConfigurationExportFailed" xml:space="preserve"> + <value>Error al exportar la configuración.</value> + </data> + <data name="ConfigureExportUnitDescription" xml:space="preserve"> + <value>Configurar {0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigureExportUnitInstallDescription" xml:space="preserve"> + <value>Instalar {0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigurationWarningSetViewTruncated" xml:space="preserve"> + <value>Algunos de los datos presentes en el archivo de configuración se truncaron para esta salida; inspeccionar el contenido del archivo para obtener el contenido completo.</value> + </data> + <data name="ConfigurationWarningValueTruncated" xml:space="preserve"> + <value>&lt;este valor se ha truncado; inspeccionar el contenido del archivo para ver el texto completo&gt;</value> + <comment>Keep some form of separator like the "&lt;&gt;" around the text so that it stands out from the preceding text.</comment> + </data> + <data name="ConfigureListCommandLongDescription" xml:space="preserve"> + <value>Muestra los detalles de alto nivel de las configuraciones que se han aplicado al sistema. Estos datos se pueden usar con `configure` comandos para obtener más detalles.</value> + <comment>{Locked="`configure`"}</comment> + </data> + <data name="ConfigureListCommandShortDescription" xml:space="preserve"> + <value>Muestra el historial de configuración</value> + </data> + <data name="ConfigurationHistoryEmpty" xml:space="preserve"> + <value>No hay ninguna configuración en el historial.</value> + </data> + <data name="ConfigurationHistoryItemArgumentDescription" xml:space="preserve"> + <value>Seleccionar elementos del historial</value> + </data> + <data name="ConfigurationHistoryItemNotFound" xml:space="preserve"> + <value>No se encontró ninguna configuración única que coincida con los datos proporcionados. Proporcione el nombre completo o parte del identificador que coincida sin ambigüedad con la configuración deseada.</value> + </data> + <data name="ConfigurationHistoryRemoveArgumentDescription" xml:space="preserve"> + <value>Quitar el elemento del historial</value> + </data> + <data name="ConfigureListFirstApplied" xml:space="preserve"> + <value>Primera aplicación</value> + <comment>Column header for date values indicating when a configuration was first applied to the system.</comment> + </data> + <data name="ConfigureListIdentifier" xml:space="preserve"> + <value>Identificador</value> + </data> + <data name="ConfigureListName" xml:space="preserve"> + <value>Nombre</value> + </data> + <data name="ConfigureListOrigin" xml:space="preserve"> + <value>Origen</value> + </data> + <data name="ConfigureListPath" xml:space="preserve"> + <value>Ruta de acceso</value> + </data> + <data name="WINGET_CONFIG_ERROR_HISTORY_ITEM_NOT_FOUND" xml:space="preserve"> + <value>No se encontró la configuración especificada.</value> + </data> </root> \ No newline at end of file diff --git a/Localization/Resources/fr-FR/winget.resw b/Localization/Resources/fr-FR/winget.resw @@ -262,7 +262,7 @@ Elles peuvent être configurées par le biais du fichier de paramètres « wing <value>Filtrer les résultats par identifiant</value> </data> <data name="IgnoreWarningsArgumentDescription" xml:space="preserve"> - <value>Supprime les sorties d’avertissement.</value> + <value>Supprime les sorties d'avertissement</value> </data> <data name="InstallationDisclaimer1" xml:space="preserve"> <value>La licence d’utilisation de cette application vous est octroyée par son propriétaire.</value> @@ -1173,6 +1173,9 @@ Acceptez-vous les conditions ?</value> <data name="ShowLabelInstallerReleaseDate" xml:space="preserve"> <value>Date de version :</value> </data> + <data name="ShowLabelInstallerOfflineDistributionSupported" xml:space="preserve"> + <value>Distribution hors ligne prise en charge :</value> + </data> <data name="ShowLabelPublisherUrl" xml:space="preserve"> <value>ID de l’Editeur</value> </data> @@ -2272,14 +2275,14 @@ Spécifiez l’un d’entre eux à l’aide de l’option --source pour continue <data name="APPINSTALLER_CLI_ERROR_BLOCKED_BY_POLICY" xml:space="preserve"> <value>L’opération est bloquée par la stratégie de groupe</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INTERNAL_ERROR" xml:space="preserve"> - <value>Erreur interne de la source rest</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_INTERNAL_ERROR" xml:space="preserve"> + <value>Erreur interne de l'API Rest</value> </data> <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_URL" xml:space="preserve"> <value>URL de source rest non valide</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_UNSUPPORTED_MIME_TYPE" xml:space="preserve"> - <value>Type MIME (Multipurpose Internet Mail Extensions) non pris en charge retourné par la source rest</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_UNSUPPORTED_MIME_TYPE" xml:space="preserve"> + <value>Type MIME non supporté renvoyé par l'API restante</value> </data> <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_VERSION" xml:space="preserve"> <value>Version de contrat source rest non valide</value> @@ -2299,8 +2302,8 @@ Spécifiez l’un d’entre eux à l’aide de l’option --source pour continue <data name="APPINSTALLER_CLI_ERROR_UNSUPPORTED_SOURCE_REQUEST" xml:space="preserve"> <value>La demande de recherche n’est pas prise en charge par une ou plusieurs sources</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_ENDPOINT_NOT_FOUND" xml:space="preserve"> - <value>Le point de terminaison de la source rest est introuvable.</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_ENDPOINT_NOT_FOUND" xml:space="preserve"> + <value>Le point de terminaison de l'API de repos est introuvable.</value> </data> <data name="APPINSTALLER_CLI_ERROR_SOURCE_OPEN_FAILED" xml:space="preserve"> <value>Échec de l’ouverture de la source.</value> @@ -2814,4 +2817,232 @@ Spécifiez l’un d’entre eux à l’aide de l’option --source pour continue <value>Échec de la réparation avec le code de sortie : {0}</value> <comment>{Locked="{0}"} Error message displayed when an attempt to repair an application package fails. {0} is a placeholder replaced by an error code.</comment> </data> + <data name="APPINSTALLER_CLI_ERROR_SQLITE_CONNECTION_TERMINATED" xml:space="preserve"> + <value>La connexion SQLite a été interrompue pour éviter toute altération.</value> + </data> + <data name="UninstallAllVersionsArgumentDescription" xml:space="preserve"> + <value>Désinstaller toutes les versions</value> + </data> + <data name="TargetVersionArgumentDescription" xml:space="preserve"> + <value>La version à suivre</value> + </data> + <data name="UninstallFailedDueToMultipleVersions" xml:space="preserve"> + <value>Plusieurs versions de ce paquet sont installées. Soit vous affinez la recherche, soit vous passez l'argument `--version` pour en sélectionner une, soit vous passez l'option `--all-versions` pour les désinstaller toutes.</value> + <comment>{Locked="--version,--all-versions"}</comment> + </data> + <data name="PolicyEnableProxyCommandLineOptions" xml:space="preserve"> + <value>Activer les options de ligne de commande du gestionnaire de paquets Windows</value> + <comment>Describes a Group Policy that can enable the use of the --proxy option to set a proxy</comment> + </data> + <data name="ProxyArgumentDescription" xml:space="preserve"> + <value>Définir un proxy à utiliser pour cette exécution</value> + </data> + <data name="NoProxyArgumentDescription" xml:space="preserve"> + <value>Désactiver l’utilisation du proxy pour cette exécution</value> + </data> + <data name="ResetAdminSettingFailed" xml:space="preserve"> + <value>Impossible de réinitialiser {0}. Ce paramètre est contrôlé par la stratégie. Pour plus d’informations, contactez votre administrateur système.</value> + <comment>{Locked="{0}"} The value will be replaced with the feature name</comment> + </data> + <data name="ResetAdminSettingSucceeded" xml:space="preserve"> + <value>Réinitialiser les paramètres administratifs '{0}'.</value> + <comment>{Locked="{0}"} Message displayed after the user resets an admin setting to its default value. Reset is used as verb in past tense. {0} is a placeholder replaced by the setting name.</comment> + </data> + <data name="SetAdminSettingFailed" xml:space="preserve"> + <value>Impossible de définir {0}. Ce paramètre est contrôlé par la stratégie. Pour plus d’informations, contactez votre administrateur système.</value> + <comment>{Locked="{0}"} The value will be replaced with the feature name</comment> + </data> + <data name="SetAdminSettingSucceeded" xml:space="preserve"> + <value>Régler le paramètre d'administration '{0}' sur '{1}'.</value> + <comment>{Locked="{0}"} Message displayed after the user sets the value of an admin setting. Set is used as a verb in past tense. {0} is a placeholder replaced by the setting name. {1} is a placeholder replaced </comment> + </data> + <data name="SettingNameArgumentDescription" xml:space="preserve"> + <value>Nom du paramètre à modifier</value> + </data> + <data name="SettingValueArgumentDescription" xml:space="preserve"> + <value>Valeur à définir pour le paramètre.</value> + </data> + <data name="SettingsResetCommandLongDescription" xml:space="preserve"> + <value>Rétablit la valeur par défaut d’un paramètre d’administrateur.</value> + </data> + <data name="SettingsResetCommandShortDescription" xml:space="preserve"> + <value>Rétablit la valeur par défaut d’un paramètre d’administrateur.</value> + </data> + <data name="SettingsSetCommandLongDescription" xml:space="preserve"> + <value>Définit la valeur d'un paramètre administratif.</value> + </data> + <data name="SettingsSetCommandShortDescription" xml:space="preserve"> + <value>Définit la valeur d'un paramètre administratif.</value> + </data> + <data name="SourceRequireExplicitArgumentDescription" xml:space="preserve"> + <value>Exclut une source de la recherche, sauf indication contraire</value> + </data> + <data name="SourceListExplicit" xml:space="preserve"> + <value>Contenu explicite</value> + </data> + <data name="SourceTrustLevelArgumentDescription" xml:space="preserve"> + <value>Niveau de confiance de la source (aucun ou approuvé)</value> + </data> + <data name="SourceListTrustLevel" xml:space="preserve"> + <value>Niveau de confiance</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_DISPLAYCATALOG_API_FAILED" xml:space="preserve"> + <value>Échec de l'obtention du catalogue de paquets Microsoft Store.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_NO_APPLICABLE_DISPLAYCATALOG_PACKAGE" xml:space="preserve"> + <value>Aucun paquet Microsoft Store applicable n'a été trouvé dans le catalogue de paquets Microsoft Store.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_SFSCLIENT_API_FAILED" xml:space="preserve"> + <value>Échec de l'obtention des informations de téléchargement du paquet Microsoft Store.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_NO_APPLICABLE_SFSCLIENT_PACKAGE" xml:space="preserve"> + <value>Aucune information sur le téléchargement du paquet Microsoft Store n'a été trouvée.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_LICENSING_API_FAILED" xml:space="preserve"> + <value>Échec de la récupération de la licence du paquet Microsoft Store.</value> + </data> + <data name="MSStoreDownloadPackageNotFound" xml:space="preserve"> + <value>Le paquet Microsoft Store n'a pas pu être trouvé.</value> + </data> + <data name="MSStoreDownloadPackageHashVerified" xml:space="preserve"> + <value>Vérification réussie du hachage du paquet Microsoft Store</value> + </data> + <data name="MSStoreDownloadPackageHashMismatch" xml:space="preserve"> + <value>Mauvaise correspondance du hachage du paquet Microsoft Store</value> + </data> + <data name="MSStoreDownloadPackageDownloaded" xml:space="preserve"> + <value>Paquet Microsoft Store téléchargé : {0}</value> + <comment>{Locked="{0}"} Full path of the downloaded package.</comment> + </data> + <data name="MSStoreDownloadPackageDownloadFailed" xml:space="preserve"> + <value>Le téléchargement du paquet Microsoft Store a échoué : {0}</value> + <comment>{Locked="{0}"} Package name.</comment> + </data> + <data name="MSStoreDownloadPackageDownloadSuccess" xml:space="preserve"> + <value>Le téléchargement du paquet Microsoft Store est terminé</value> + </data> + <data name="MSStoreDownloadMainPackages" xml:space="preserve"> + <value>Téléchargement des principaux paquets à partir du Microsoft Store...</value> + </data> + <data name="MSStoreDownloadDependencyPackages" xml:space="preserve"> + <value>Téléchargement de paquets de dépendances à partir du Microsoft Store...</value> + </data> + <data name="MSStoreDownloadGetDownloadInfo" xml:space="preserve"> + <value>Récupération des informations de téléchargement des paquets Microsoft Store</value> + </data> + <data name="MSStoreDownloadGetDownloadInfoFailed" xml:space="preserve"> + <value>Échec de la récupération des informations de téléchargement du paquet Microsoft Store</value> + </data> + <data name="MSStoreDownloadGetLicense" xml:space="preserve"> + <value>Récupération de la licence du paquet Microsoft Store</value> + </data> + <data name="MSStoreDownloadGetLicenseSuccess" xml:space="preserve"> + <value>Licence du paquet Microsoft Store sauvegardée : {0}</value> + <comment>{Locked="{0}"} License file full path.</comment> + </data> + <data name="MSStoreDownloadGetLicenseFailed" xml:space="preserve"> + <value>Échec de la récupération de la licence du paquet Microsoft Store</value> + </data> + <data name="MSStoreDownloadRenameNotSupported" xml:space="preserve"> + <value>Le téléchargement du paquet Microsoft Store ne prend pas en charge l'argument --rename. Le paquet Microsoft Store utilisera les noms fournis par le catalogue Microsoft Store.</value> + <comment>{Locked="--rename"}</comment> + </data> + <data name="MSStoreDownloadAuthenticationNotice" xml:space="preserve"> + <value>Le téléchargement des paquets Microsoft Store nécessite l'authentification Microsoft Entra Id. Une demande d'authentification peut apparaître si nécessaire. Les informations authentifiées seront partagées avec les services Microsoft pour l'autorisation d'accès. Pour l'octroi de licences de paquets Microsoft Store, le compte Microsoft Entra Id doit disposer d'un accès administrateur au locataire Microsoft Entra Id.</value> + </data> + <data name="SkipMicrosoftStorePackageLicenseArgumentDescription" xml:space="preserve"> + <value>Ne pas récupérer la licence hors ligne du paquet Microsoft Store</value> + </data> + <data name="PlatformArgumentDescription" xml:space="preserve"> + <value>Sélectionner la plate-forme cible</value> + </data> + <data name="ConfigurationExportAddingToFile" xml:space="preserve"> + <value>Ajout d'un fichier de configuration : {0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigurationExportSuccessful" xml:space="preserve"> + <value>Exportation réussie</value> + </data> + <data name="ConfigurationGettingResourceSettings" xml:space="preserve"> + <value>Obtenir les paramètres de configuration...</value> + </data> + <data name="ConfigureExportArgumentError" xml:space="preserve"> + <value>Au moins --packageId et/ou --module avec --resource doivent être fournis.</value> + <comment>{Locked="--packageId,--module, --resource"}</comment> + </data> + <data name="ConfigureExportCommandLongDescription" xml:space="preserve"> + <value>Exporte les ressources de configuration vers un fichier de configuration. Lorsqu’il est utilisé avec --packageId, exporte une ressource WinGetPackage de l’ID de package donné. Lorsqu’il est utilisé avec --module et --resource, obtient les paramètres de la ressource et l’exporte vers le fichier de configuration. Si le fichier de configuration de sortie existe déjà, ajoute les ressources de configuration exportées.</value> + <comment>{Locked="WinGetPackage,--packageId,--module, --resource"}</comment> + </data> + <data name="ConfigureExportCommandShortDescription" xml:space="preserve"> + <value>Exporte les ressources de configuration vers un fichier de configuration.</value> + </data> + <data name="ConfigureExportModule" xml:space="preserve"> + <value>Le module de la ressource à exporter.</value> + </data> + <data name="ConfigureExportPackageId" xml:space="preserve"> + <value>L'identifiant du paquet à exporter.</value> + </data> + <data name="ConfigureExportResource" xml:space="preserve"> + <value>La ressource de configuration à exporter.</value> + </data> + <data name="WINGET_CONFIG_ERROR_GET_FAILED" xml:space="preserve"> + <value>L'unité de configuration n'a pas réussi à obtenir ses propriétés.</value> + </data> + <data name="ConfigurationExportFailed" xml:space="preserve"> + <value>Échec de l'exportation de la configuration.</value> + </data> + <data name="ConfigureExportUnitDescription" xml:space="preserve"> + <value>Configuration de {0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigureExportUnitInstallDescription" xml:space="preserve"> + <value>Installer {0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigurationWarningSetViewTruncated" xml:space="preserve"> + <value>Certaines données présentes dans le fichier de configuration ont été tronquées pour cette sortie ; inspecter le contenu du fichier pour en obtenir le contenu complet.</value> + </data> + <data name="ConfigurationWarningValueTruncated" xml:space="preserve"> + <value>&lt;cette valeur a été tronquée ; consultez le contenu du fichier pour obtenir le texte complet&gt;</value> + <comment>Keep some form of separator like the "&lt;&gt;" around the text so that it stands out from the preceding text.</comment> + </data> + <data name="ConfigureListCommandLongDescription" xml:space="preserve"> + <value>Affiche les détails de niveau supérieur pour les configurations qui ont été appliquées au système. Ces données peuvent ensuite être utilisées avec des commandes `configure` pour obtenir plus de détails.</value> + <comment>{Locked="`configure`"}</comment> + </data> + <data name="ConfigureListCommandShortDescription" xml:space="preserve"> + <value>Affiche l’historique de configuration</value> + </data> + <data name="ConfigurationHistoryEmpty" xml:space="preserve"> + <value>On ne trouve aucune configuration dans l'historique.</value> + </data> + <data name="ConfigurationHistoryItemArgumentDescription" xml:space="preserve"> + <value>Sélectionner des éléments de l’historique</value> + </data> + <data name="ConfigurationHistoryItemNotFound" xml:space="preserve"> + <value>Aucune configuration unique correspondant aux données fournies n’a été trouvée. Fournissez le nom complet ou une partie de l’identificateur qui correspond sans ambiguïté à la configuration souhaitée.</value> + </data> + <data name="ConfigurationHistoryRemoveArgumentDescription" xml:space="preserve"> + <value>Supprimer l’élément de l’historique</value> + </data> + <data name="ConfigureListFirstApplied" xml:space="preserve"> + <value>Première application</value> + <comment>Column header for date values indicating when a configuration was first applied to the system.</comment> + </data> + <data name="ConfigureListIdentifier" xml:space="preserve"> + <value>Identificateur</value> + </data> + <data name="ConfigureListName" xml:space="preserve"> + <value>Nom</value> + </data> + <data name="ConfigureListOrigin" xml:space="preserve"> + <value>Origine</value> + </data> + <data name="ConfigureListPath" xml:space="preserve"> + <value>Chemin d'accès</value> + </data> + <data name="WINGET_CONFIG_ERROR_HISTORY_ITEM_NOT_FOUND" xml:space="preserve"> + <value>La configuration spécifiée est introuvable.</value> + </data> </root> \ No newline at end of file diff --git a/Localization/Resources/it-IT/winget.resw b/Localization/Resources/it-IT/winget.resw @@ -262,7 +262,7 @@ Possono essere configurati tramite il file di impostazioni ' winget settings '.< <value>Filtra i risultati per ID</value> </data> <data name="IgnoreWarningsArgumentDescription" xml:space="preserve"> - <value>Elimina gli output di avviso.</value> + <value>Elimina gli output di avviso</value> </data> <data name="InstallationDisclaimer1" xml:space="preserve"> <value>Questa applicazione viene concessa in licenza dal proprietario.</value> @@ -1173,6 +1173,9 @@ Accetti le condizioni?</value> <data name="ShowLabelInstallerReleaseDate" xml:space="preserve"> <value>Data di rilascio:</value> </data> + <data name="ShowLabelInstallerOfflineDistributionSupported" xml:space="preserve"> + <value>Distribuzione offline supportata:</value> + </data> <data name="ShowLabelPublisherUrl" xml:space="preserve"> <value>URL editore:</value> </data> @@ -2272,14 +2275,14 @@ Specificarne uno utilizzando l'opzione --source per continuare.</value> <data name="APPINSTALLER_CLI_ERROR_BLOCKED_BY_POLICY" xml:space="preserve"> <value>L'operazione è bloccata da Criteri di gruppo</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INTERNAL_ERROR" xml:space="preserve"> - <value>Errore interno dell'origine rest</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_INTERNAL_ERROR" xml:space="preserve"> + <value>Errore interno dell'API Rest</value> </data> <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_URL" xml:space="preserve"> <value>L'URL dell'origine rest non è valido</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_UNSUPPORTED_MIME_TYPE" xml:space="preserve"> - <value>Tipo MIME non supportato restituito dall'origine rest</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_UNSUPPORTED_MIME_TYPE" xml:space="preserve"> + <value>Tipo MIME non supportato restituito dall'API REST</value> </data> <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_VERSION" xml:space="preserve"> <value>Versione del contratto di origine rest non valida</value> @@ -2299,8 +2302,8 @@ Specificarne uno utilizzando l'opzione --source per continuare.</value> <data name="APPINSTALLER_CLI_ERROR_UNSUPPORTED_SOURCE_REQUEST" xml:space="preserve"> <value>La richiesta di ricerca non è supportata da una o più origini</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_ENDPOINT_NOT_FOUND" xml:space="preserve"> - <value>L'endpoint di origine rest non è stato trovato.</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_ENDPOINT_NOT_FOUND" xml:space="preserve"> + <value>L'endpoint dell'API REST non è stato trovato.</value> </data> <data name="APPINSTALLER_CLI_ERROR_SOURCE_OPEN_FAILED" xml:space="preserve"> <value>Impossibile aprire l'origine.</value> @@ -2814,4 +2817,232 @@ Specificarne uno utilizzando l'opzione --source per continuare.</value> <value>Ripristino non riuscito con codice di uscita: {0}</value> <comment>{Locked="{0}"} Error message displayed when an attempt to repair an application package fails. {0} is a placeholder replaced by an error code.</comment> </data> + <data name="APPINSTALLER_CLI_ERROR_SQLITE_CONNECTION_TERMINATED" xml:space="preserve"> + <value>La connessione SQLite è stata terminata per evitare il danneggiamento.</value> + </data> + <data name="UninstallAllVersionsArgumentDescription" xml:space="preserve"> + <value>Disinstalla tutte le versioni</value> + </data> + <data name="TargetVersionArgumentDescription" xml:space="preserve"> + <value>Versione su cui intervenire</value> + </data> + <data name="UninstallFailedDueToMultipleVersions" xml:space="preserve"> + <value>Sono installate più versioni di questo pacchetto. Affinare la ricerca, passare l'argomento '--version' per selezionarne uno oppure passare il flag '--all-versions' per disinstallarli tutti.</value> + <comment>{Locked="--version,--all-versions"}</comment> + </data> + <data name="PolicyEnableProxyCommandLineOptions" xml:space="preserve"> + <value>Abilita le opzioni della riga di comando del proxy Gestione pacchetti Windows</value> + <comment>Describes a Group Policy that can enable the use of the --proxy option to set a proxy</comment> + </data> + <data name="ProxyArgumentDescription" xml:space="preserve"> + <value>Imposta un proxy da usare per questa esecuzione</value> + </data> + <data name="NoProxyArgumentDescription" xml:space="preserve"> + <value>Disabilita l'uso del proxy per questa esecuzione</value> + </data> + <data name="ResetAdminSettingFailed" xml:space="preserve"> + <value>Impossibile reimpostare {0}. Questa impostazione è controllata dai criteri. Per ulteriori informazioni, contattare l'amministratore di sistema.</value> + <comment>{Locked="{0}"} The value will be replaced with the feature name</comment> + </data> + <data name="ResetAdminSettingSucceeded" xml:space="preserve"> + <value>Reimposta l'impostazione di amministrazione '{0}’.</value> + <comment>{Locked="{0}"} Message displayed after the user resets an admin setting to its default value. Reset is used as verb in past tense. {0} is a placeholder replaced by the setting name.</comment> + </data> + <data name="SetAdminSettingFailed" xml:space="preserve"> + <value>Impossibile impostare {0}. Questa impostazione è controllata dai criteri. Per ulteriori informazioni, contattare l'amministratore di sistema.</value> + <comment>{Locked="{0}"} The value will be replaced with the feature name</comment> + </data> + <data name="SetAdminSettingSucceeded" xml:space="preserve"> + <value>Esegui l'impostazione di amministrazione '{0}' su '{1}'.</value> + <comment>{Locked="{0}"} Message displayed after the user sets the value of an admin setting. Set is used as a verb in past tense. {0} is a placeholder replaced by the setting name. {1} is a placeholder replaced </comment> + </data> + <data name="SettingNameArgumentDescription" xml:space="preserve"> + <value>Nome dell'impostazione da modificare</value> + </data> + <data name="SettingValueArgumentDescription" xml:space="preserve"> + <value>Valore da impostare per l'impostazione.</value> + </data> + <data name="SettingsResetCommandLongDescription" xml:space="preserve"> + <value>Ripristina il valore predefinito di un'impostazione di amministrazione.</value> + </data> + <data name="SettingsResetCommandShortDescription" xml:space="preserve"> + <value>Ripristina il valore predefinito di un'impostazione di amministrazione.</value> + </data> + <data name="SettingsSetCommandLongDescription" xml:space="preserve"> + <value>Imposta il valore di un'impostazione di amministrazione.</value> + </data> + <data name="SettingsSetCommandShortDescription" xml:space="preserve"> + <value>Imposta il valore di un'impostazione di amministrazione.</value> + </data> + <data name="SourceRequireExplicitArgumentDescription" xml:space="preserve"> + <value>Esclude un'origine dall'individuazione, a meno che non venga specificata</value> + </data> + <data name="SourceListExplicit" xml:space="preserve"> + <value>Contenuti espliciti</value> + </data> + <data name="SourceTrustLevelArgumentDescription" xml:space="preserve"> + <value>Livello di attendibilità dell'origine (nessuno o attendibile)</value> + </data> + <data name="SourceListTrustLevel" xml:space="preserve"> + <value>Livello di trust</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_DISPLAYCATALOG_API_FAILED" xml:space="preserve"> + <value>Non è possibile ottenere il catalogo pacchetti Microsoft Store.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_NO_APPLICABLE_DISPLAYCATALOG_PACKAGE" xml:space="preserve"> + <value>Non sono stati trovati pacchetti Microsoft Store applicabili dal catalogo pacchetti Microsoft Store.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_SFSCLIENT_API_FAILED" xml:space="preserve"> + <value>Non è possibile ottenere informazioni sul download del pacchetto Microsoft Store.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_NO_APPLICABLE_SFSCLIENT_PACKAGE" xml:space="preserve"> + <value>Non sono disponibili informazioni sul download del pacchetto Microsoft Store applicabili.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_LICENSING_API_FAILED" xml:space="preserve"> + <value>Non è stato possibile recuperare la licenza del pacchetto Microsoft Store.</value> + </data> + <data name="MSStoreDownloadPackageNotFound" xml:space="preserve"> + <value>Non è possibile trovare il pacchetto Microsoft Store.</value> + </data> + <data name="MSStoreDownloadPackageHashVerified" xml:space="preserve"> + <value>La verifica dell'hash del pacchetto Microsoft Store è stata completata</value> + </data> + <data name="MSStoreDownloadPackageHashMismatch" xml:space="preserve"> + <value>Mancata corrispondenza dell'hash del pacchetto Microsoft Store</value> + </data> + <data name="MSStoreDownloadPackageDownloaded" xml:space="preserve"> + <value>Pacchetto Microsoft Store scaricato: {0}</value> + <comment>{Locked="{0}"} Full path of the downloaded package.</comment> + </data> + <data name="MSStoreDownloadPackageDownloadFailed" xml:space="preserve"> + <value>Download del pacchetto Microsoft Store non riuscito: {0}</value> + <comment>{Locked="{0}"} Package name.</comment> + </data> + <data name="MSStoreDownloadPackageDownloadSuccess" xml:space="preserve"> + <value>Download del pacchetto Microsoft Store completato</value> + </data> + <data name="MSStoreDownloadMainPackages" xml:space="preserve"> + <value>Download dei pacchetti principali da Microsoft Store...</value> + </data> + <data name="MSStoreDownloadDependencyPackages" xml:space="preserve"> + <value>Download dei pacchetti di dipendenze da Microsoft Store...</value> + </data> + <data name="MSStoreDownloadGetDownloadInfo" xml:space="preserve"> + <value>Recupero delle informazioni di download del pacchetto Microsoft Store</value> + </data> + <data name="MSStoreDownloadGetDownloadInfoFailed" xml:space="preserve"> + <value>Non è possibile recuperare le informazioni sul download del pacchetto Microsoft Store</value> + </data> + <data name="MSStoreDownloadGetLicense" xml:space="preserve"> + <value>Recupero della licenza del pacchetto Microsoft Store</value> + </data> + <data name="MSStoreDownloadGetLicenseSuccess" xml:space="preserve"> + <value>Licenza del pacchetto Microsoft Store salvata: {0}</value> + <comment>{Locked="{0}"} License file full path.</comment> + </data> + <data name="MSStoreDownloadGetLicenseFailed" xml:space="preserve"> + <value>Non è possibile recuperare la licenza del pacchetto Microsoft Store</value> + </data> + <data name="MSStoreDownloadRenameNotSupported" xml:space="preserve"> + <value>Il download del pacchetto Microsoft Store non supporta l'argomento --rename. Il pacchetto Microsoft Store userà i nomi forniti dal catalogo Microsoft Store.</value> + <comment>{Locked="--rename"}</comment> + </data> + <data name="MSStoreDownloadAuthenticationNotice" xml:space="preserve"> + <value>Il download del pacchetto Microsoft Store richiede l'autenticazione di Microsoft Entra ID. La richiesta di autenticazione può essere visualizzata quando necessario. Le informazioni autenticate verranno condivise con servizi Microsoft per l'autorizzazione di accesso. Per la gestione delle licenze dei pacchetti Microsoft Store, l'account Microsoft Entra ID deve avere accesso come amministratore al tenant di Microsoft Entra ID.</value> + </data> + <data name="SkipMicrosoftStorePackageLicenseArgumentDescription" xml:space="preserve"> + <value>Ignora il recupero della licenza offline del pacchetto Microsoft Store</value> + </data> + <data name="PlatformArgumentDescription" xml:space="preserve"> + <value>Seleziona la piattaforma di destinazione</value> + </data> + <data name="ConfigurationExportAddingToFile" xml:space="preserve"> + <value>Aggiunta del file di configurazione: {0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigurationExportSuccessful" xml:space="preserve"> + <value>Esportazione completata</value> + </data> + <data name="ConfigurationGettingResourceSettings" xml:space="preserve"> + <value>Recupero delle impostazioni di configurazione in corso...</value> + </data> + <data name="ConfigureExportArgumentError" xml:space="preserve"> + <value>È necessario specificare almeno --packageId e/o --module con --resource</value> + <comment>{Locked="--packageId,--module, --resource"}</comment> + </data> + <data name="ConfigureExportCommandLongDescription" xml:space="preserve"> + <value>Esporta le risorse di configurazione in un file di configurazione. Se usato con --packageId, esporta una risorsa WinGetPackage dell'ID pacchetto specificato. Se usato con --module e --resource, ottiene le impostazioni della risorsa ed esporta la risorsa nel file di configurazione. Se il file di configurazione di output esiste già, aggiunge le risorse di configurazione esportate.</value> + <comment>{Locked="WinGetPackage,--packageId,--module, --resource"}</comment> + </data> + <data name="ConfigureExportCommandShortDescription" xml:space="preserve"> + <value>Esporta le risorse di configurazione in un file di configurazione.</value> + </data> + <data name="ConfigureExportModule" xml:space="preserve"> + <value>Modulo della risorsa da esportare.</value> + </data> + <data name="ConfigureExportPackageId" xml:space="preserve"> + <value>Identificatore del pacchetto da esportare.</value> + </data> + <data name="ConfigureExportResource" xml:space="preserve"> + <value>Risorsa di configurazione da esportare.</value> + </data> + <data name="WINGET_CONFIG_ERROR_GET_FAILED" xml:space="preserve"> + <value>Non è possibile ottenere le proprietà dell'unità di configurazione.</value> + </data> + <data name="ConfigurationExportFailed" xml:space="preserve"> + <value>Esportazione della configurazione non riuscita.</value> + </data> + <data name="ConfigureExportUnitDescription" xml:space="preserve"> + <value>Configura {0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigureExportUnitInstallDescription" xml:space="preserve"> + <value>Installa {0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigurationWarningSetViewTruncated" xml:space="preserve"> + <value>Alcuni dati presenti nel file di configurazione sono stati troncati per questo output; controllare il contenuto completo del file.</value> + </data> + <data name="ConfigurationWarningValueTruncated" xml:space="preserve"> + <value>&lt;questo valore è stato troncato; controlla il contenuto del file per il testo completo&gt;</value> + <comment>Keep some form of separator like the "&lt;&gt;" around the text so that it stands out from the preceding text.</comment> + </data> + <data name="ConfigureListCommandLongDescription" xml:space="preserve"> + <value>Mostra i dettagli di alto livello per le configurazioni applicate al sistema. Questi dati possono quindi essere usati con `configure` comandi per ottenere maggiori dettagli.</value> + <comment>{Locked="`configure`"}</comment> + </data> + <data name="ConfigureListCommandShortDescription" xml:space="preserve"> + <value>Mostra la cronologia di configurazione</value> + </data> + <data name="ConfigurationHistoryEmpty" xml:space="preserve"> + <value>Non sono presenti configurazioni nella cronologia.</value> + </data> + <data name="ConfigurationHistoryItemArgumentDescription" xml:space="preserve"> + <value>Seleziona elementi dalla cronologia</value> + </data> + <data name="ConfigurationHistoryItemNotFound" xml:space="preserve"> + <value>Impossibile trovare una singola configurazione corrispondente ai dati forniti. Specificare il nome completo o parte dell'identificatore che corrisponda senza ambiguità alla configurazione desiderata.</value> + </data> + <data name="ConfigurationHistoryRemoveArgumentDescription" xml:space="preserve"> + <value>Rimuovi l'elemento dalla cronologia</value> + </data> + <data name="ConfigureListFirstApplied" xml:space="preserve"> + <value>Prima applicazione</value> + <comment>Column header for date values indicating when a configuration was first applied to the system.</comment> + </data> + <data name="ConfigureListIdentifier" xml:space="preserve"> + <value>Identificatore</value> + </data> + <data name="ConfigureListName" xml:space="preserve"> + <value>Nome</value> + </data> + <data name="ConfigureListOrigin" xml:space="preserve"> + <value>Origine</value> + </data> + <data name="ConfigureListPath" xml:space="preserve"> + <value>Percorso</value> + </data> + <data name="WINGET_CONFIG_ERROR_HISTORY_ITEM_NOT_FOUND" xml:space="preserve"> + <value>Non è possibile trovare la configurazione specificata.</value> + </data> </root> \ No newline at end of file diff --git a/Localization/Resources/ja-JP/winget.resw b/Localization/Resources/ja-JP/winget.resw @@ -262,7 +262,7 @@ <value>ID で結果をフィルター処理</value> </data> <data name="IgnoreWarningsArgumentDescription" xml:space="preserve"> - <value>警告出力を非表示にします。</value> + <value>警告出力を非表示にする</value> </data> <data name="InstallationDisclaimer1" xml:space="preserve"> <value>このアプリケーションは所有者からライセンス供与されます。</value> @@ -1173,6 +1173,9 @@ <data name="ShowLabelInstallerReleaseDate" xml:space="preserve"> <value>リリース日:</value> </data> + <data name="ShowLabelInstallerOfflineDistributionSupported" xml:space="preserve"> + <value>オフライン配信をサポート:</value> + </data> <data name="ShowLabelPublisherUrl" xml:space="preserve"> <value>発行元 URL:</value> </data> @@ -2272,14 +2275,14 @@ <data name="APPINSTALLER_CLI_ERROR_BLOCKED_BY_POLICY" xml:space="preserve"> <value>操作はグループ ポリシーによってブロックされています</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INTERNAL_ERROR" xml:space="preserve"> - <value>REST ソースの内部エラー</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_INTERNAL_ERROR" xml:space="preserve"> + <value>Rest API 内部エラー</value> </data> <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_URL" xml:space="preserve"> <value>REST ソース URL が無効です</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_UNSUPPORTED_MIME_TYPE" xml:space="preserve"> - <value>サポートされていない MIME の種類が REST ソースから返されました</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_UNSUPPORTED_MIME_TYPE" xml:space="preserve"> + <value>REST API によって返されたサポートされていない MIME の種類</value> </data> <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_VERSION" xml:space="preserve"> <value>REST ソース コントラクト バージョンが無効です</value> @@ -2299,8 +2302,8 @@ <data name="APPINSTALLER_CLI_ERROR_UNSUPPORTED_SOURCE_REQUEST" xml:space="preserve"> <value>検索要求は 1 つ以上のソースでサポートされていません</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_ENDPOINT_NOT_FOUND" xml:space="preserve"> - <value>REST ソース エンドポイントが見つかりません。</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_ENDPOINT_NOT_FOUND" xml:space="preserve"> + <value>Rest API エンドポイントが見つかりません。</value> </data> <data name="APPINSTALLER_CLI_ERROR_SOURCE_OPEN_FAILED" xml:space="preserve"> <value>ソースを開けませんでした。</value> @@ -2814,4 +2817,232 @@ <value>修復が終了コードで失敗しました: {0}</value> <comment>{Locked="{0}"} Error message displayed when an attempt to repair an application package fails. {0} is a placeholder replaced by an error code.</comment> </data> + <data name="APPINSTALLER_CLI_ERROR_SQLITE_CONNECTION_TERMINATED" xml:space="preserve"> + <value>SQLite 接続は破損を防ぐために終了しました。</value> + </data> + <data name="UninstallAllVersionsArgumentDescription" xml:space="preserve"> + <value>すべてのバージョンをアンインストール</value> + </data> + <data name="TargetVersionArgumentDescription" xml:space="preserve"> + <value>処理するバージョン</value> + </data> + <data name="UninstallFailedDueToMultipleVersions" xml:space="preserve"> + <value>このパッケージの複数のバージョンがインストールされています。検索を絞り込むか、'--version' 引数を渡して 1 つ選択するか、'--all-versions' フラグを渡してすべてをアンインストールしてください。</value> + <comment>{Locked="--version,--all-versions"}</comment> + </data> + <data name="PolicyEnableProxyCommandLineOptions" xml:space="preserve"> + <value>プロキシ コマンド ライン オプションWindows パッケージ マネージャー有効にする</value> + <comment>Describes a Group Policy that can enable the use of the --proxy option to set a proxy</comment> + </data> + <data name="ProxyArgumentDescription" xml:space="preserve"> + <value>この実行に使用するプロキシを設定します</value> + </data> + <data name="NoProxyArgumentDescription" xml:space="preserve"> + <value>この実行に対するプロキシの使用を無効にする</value> + </data> + <data name="ResetAdminSettingFailed" xml:space="preserve"> + <value>{0} をリセットできません。この設定はポリシーによって制御されます。詳細については、システム管理者に問い合わせてください。</value> + <comment>{Locked="{0}"} The value will be replaced with the feature name</comment> + </data> + <data name="ResetAdminSettingSucceeded" xml:space="preserve"> + <value>管理者設定 '{0}' をリセットします。</value> + <comment>{Locked="{0}"} Message displayed after the user resets an admin setting to its default value. Reset is used as verb in past tense. {0} is a placeholder replaced by the setting name.</comment> + </data> + <data name="SetAdminSettingFailed" xml:space="preserve"> + <value>{0} を設定できません。この設定はポリシーによって制御されます。詳細については、システム管理者に問い合わせてください。</value> + <comment>{Locked="{0}"} The value will be replaced with the feature name</comment> + </data> + <data name="SetAdminSettingSucceeded" xml:space="preserve"> + <value>管理者設定の '{0}' を '{1}' に設定します。</value> + <comment>{Locked="{0}"} Message displayed after the user sets the value of an admin setting. Set is used as a verb in past tense. {0} is a placeholder replaced by the setting name. {1} is a placeholder replaced </comment> + </data> + <data name="SettingNameArgumentDescription" xml:space="preserve"> + <value>変更する設定の名前</value> + </data> + <data name="SettingValueArgumentDescription" xml:space="preserve"> + <value>設定に設定する値。</value> + </data> + <data name="SettingsResetCommandLongDescription" xml:space="preserve"> + <value>管理者設定を既定値にリセットします。</value> + </data> + <data name="SettingsResetCommandShortDescription" xml:space="preserve"> + <value>管理者設定を既定値にリセットします。</value> + </data> + <data name="SettingsSetCommandLongDescription" xml:space="preserve"> + <value>管理者設定の値を設定します。</value> + </data> + <data name="SettingsSetCommandShortDescription" xml:space="preserve"> + <value>管理者設定の値を設定します。</value> + </data> + <data name="SourceRequireExplicitArgumentDescription" xml:space="preserve"> + <value>指定しない限り、ソースを検出から除外します</value> + </data> + <data name="SourceListExplicit" xml:space="preserve"> + <value>成人指定</value> + </data> + <data name="SourceTrustLevelArgumentDescription" xml:space="preserve"> + <value>ソースの信頼レベル (なしまたは信頼済み)</value> + </data> + <data name="SourceListTrustLevel" xml:space="preserve"> + <value>信頼レベル</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_DISPLAYCATALOG_API_FAILED" xml:space="preserve"> + <value>Microsoft Store パッケージ カタログを取得できませんでした。</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_NO_APPLICABLE_DISPLAYCATALOG_PACKAGE" xml:space="preserve"> + <value>Microsoft Store パッケージ カタログから該当する Microsoft Store パッケージが見つかりません。</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_SFSCLIENT_API_FAILED" xml:space="preserve"> + <value>Microsoft Store パッケージのダウンロード情報を取得できませんでした。</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_NO_APPLICABLE_SFSCLIENT_PACKAGE" xml:space="preserve"> + <value>該当する Microsoft Store パッケージのダウンロード情報が見つかりません。</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_LICENSING_API_FAILED" xml:space="preserve"> + <value>Microsoft Store パッケージ ライセンスを取得できませんでした。</value> + </data> + <data name="MSStoreDownloadPackageNotFound" xml:space="preserve"> + <value>Microsoft Store パッケージが見つかりませんでした。</value> + </data> + <data name="MSStoreDownloadPackageHashVerified" xml:space="preserve"> + <value>Microsoft Store パッケージ ハッシュの検証に成功しました</value> + </data> + <data name="MSStoreDownloadPackageHashMismatch" xml:space="preserve"> + <value>Microsoft Store パッケージ ハッシュの不一致</value> + </data> + <data name="MSStoreDownloadPackageDownloaded" xml:space="preserve"> + <value>Microsoft Store パッケージがダウンロードされました: {0}</value> + <comment>{Locked="{0}"} Full path of the downloaded package.</comment> + </data> + <data name="MSStoreDownloadPackageDownloadFailed" xml:space="preserve"> + <value>Microsoft Store パッケージのダウンロードに失敗しました: {0}</value> + <comment>{Locked="{0}"} Package name.</comment> + </data> + <data name="MSStoreDownloadPackageDownloadSuccess" xml:space="preserve"> + <value>Microsoft Store パッケージのダウンロードが完了しました</value> + </data> + <data name="MSStoreDownloadMainPackages" xml:space="preserve"> + <value>Microsoft Store からメイン パッケージをダウンロードしています...</value> + </data> + <data name="MSStoreDownloadDependencyPackages" xml:space="preserve"> + <value>Microsoft Store から依存パッケージをダウンロードしています...</value> + </data> + <data name="MSStoreDownloadGetDownloadInfo" xml:space="preserve"> + <value>Microsoft Store パッケージのダウンロード情報を取得しています</value> + </data> + <data name="MSStoreDownloadGetDownloadInfoFailed" xml:space="preserve"> + <value>Microsoft Store パッケージのダウンロード情報を取得できませんでした</value> + </data> + <data name="MSStoreDownloadGetLicense" xml:space="preserve"> + <value>Microsoft Store パッケージ ライセンスを取得しています</value> + </data> + <data name="MSStoreDownloadGetLicenseSuccess" xml:space="preserve"> + <value>Microsoft Store のパッケージ ライセンスを保存しました: {0}</value> + <comment>{Locked="{0}"} License file full path.</comment> + </data> + <data name="MSStoreDownloadGetLicenseFailed" xml:space="preserve"> + <value>Microsoft Store パッケージ ライセンスを取得できませんでした</value> + </data> + <data name="MSStoreDownloadRenameNotSupported" xml:space="preserve"> + <value>Microsoft Store パッケージのダウンロードでは、--rename 引数はサポートされていません。Microsoft Store パッケージでは、Microsoft Store カタログによって提供される名前が使用されます。</value> + <comment>{Locked="--rename"}</comment> + </data> + <data name="MSStoreDownloadAuthenticationNotice" xml:space="preserve"> + <value>Microsoft Store パッケージのダウンロードには、Microsoft Entra ID 認証が必要です。必要に応じて認証プロンプトが表示されることがあります。認証された情報は、アクセス承認のために Microsoft サービスと共有されます。Microsoft Store パッケージのライセンスを管理するには、Microsoft Entra ID アカウントに Microsoft Entra ID テナントへの管理者アクセス権が必要です。</value> + </data> + <data name="SkipMicrosoftStorePackageLicenseArgumentDescription" xml:space="preserve"> + <value>Microsoft Store パッケージのオフライン ライセンスの取得をスキップします</value> + </data> + <data name="PlatformArgumentDescription" xml:space="preserve"> + <value>ターゲット プラットフォームの選択</value> + </data> + <data name="ConfigurationExportAddingToFile" xml:space="preserve"> + <value>構成ファイルの追加: {0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigurationExportSuccessful" xml:space="preserve"> + <value>エクスポートに成功しました</value> + </data> + <data name="ConfigurationGettingResourceSettings" xml:space="preserve"> + <value>構成設定を取得しています...</value> + </data> + <data name="ConfigureExportArgumentError" xml:space="preserve"> + <value>少なくとも --packageId および/または --module を --resource とともに指定する必要があります</value> + <comment>{Locked="--packageId,--module, --resource"}</comment> + </data> + <data name="ConfigureExportCommandLongDescription" xml:space="preserve"> + <value>構成リソースを構成ファイルにエクスポートします。--packageId と共に使用すると、指定されたパッケージ ID の WinGetPackage リソースがエクスポートされます。--module および --resource と共に使用する場合、リソースの設定を取得し、構成ファイルにエクスポートします。出力構成ファイルが既に存在する場合は、エクスポートされた構成リソースを追加します。</value> + <comment>{Locked="WinGetPackage,--packageId,--module, --resource"}</comment> + </data> + <data name="ConfigureExportCommandShortDescription" xml:space="preserve"> + <value>構成リソースを構成ファイルにエクスポートします。</value> + </data> + <data name="ConfigureExportModule" xml:space="preserve"> + <value>エクスポートするリソースのモジュール。</value> + </data> + <data name="ConfigureExportPackageId" xml:space="preserve"> + <value>エクスポートするパッケージ識別子。</value> + </data> + <data name="ConfigureExportResource" xml:space="preserve"> + <value>エクスポートする構成リソース。</value> + </data> + <data name="WINGET_CONFIG_ERROR_GET_FAILED" xml:space="preserve"> + <value>構成ユニットはプロパティの取得に失敗しました。</value> + </data> + <data name="ConfigurationExportFailed" xml:space="preserve"> + <value>構成をエクスポートできませんでした。</value> + </data> + <data name="ConfigureExportUnitDescription" xml:space="preserve"> + <value>{0} の構成</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigureExportUnitInstallDescription" xml:space="preserve"> + <value>{0} のインストール</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigurationWarningSetViewTruncated" xml:space="preserve"> + <value>構成ファイルに存在するデータの一部が、この出力に対して切り捨てられました。ファイルの内容を検査して、完全なコンテンツを確認してください。</value> + </data> + <data name="ConfigurationWarningValueTruncated" xml:space="preserve"> + <value>&lt;この値は切り捨てられています。完全なテキストについてはファイルの内容を調べてください&gt;</value> + <comment>Keep some form of separator like the "&lt;&gt;" around the text so that it stands out from the preceding text.</comment> + </data> + <data name="ConfigureListCommandLongDescription" xml:space="preserve"> + <value>システムに適用された構成の詳細レベルを表示します。このデータは、`configure` コマンドと共に使用して、詳細を取得できます。</value> + <comment>{Locked="`configure`"}</comment> + </data> + <data name="ConfigureListCommandShortDescription" xml:space="preserve"> + <value>構成履歴の表示</value> + </data> + <data name="ConfigurationHistoryEmpty" xml:space="preserve"> + <value>履歴に構成はありません。</value> + </data> + <data name="ConfigurationHistoryItemArgumentDescription" xml:space="preserve"> + <value>履歴からアイテムを選択する</value> + </data> + <data name="ConfigurationHistoryItemNotFound" xml:space="preserve"> + <value>指定されたデータに一致する単一の構成が見つかりませんでした。必要な構成と厳密に一致する完全な名前または識別子の一部を指定してください。</value> + </data> + <data name="ConfigurationHistoryRemoveArgumentDescription" xml:space="preserve"> + <value>履歴からアイテムを削除する</value> + </data> + <data name="ConfigureListFirstApplied" xml:space="preserve"> + <value>最初に適用された日</value> + <comment>Column header for date values indicating when a configuration was first applied to the system.</comment> + </data> + <data name="ConfigureListIdentifier" xml:space="preserve"> + <value>ID</value> + </data> + <data name="ConfigureListName" xml:space="preserve"> + <value>名前</value> + </data> + <data name="ConfigureListOrigin" xml:space="preserve"> + <value>元の場所</value> + </data> + <data name="ConfigureListPath" xml:space="preserve"> + <value>パス</value> + </data> + <data name="WINGET_CONFIG_ERROR_HISTORY_ITEM_NOT_FOUND" xml:space="preserve"> + <value>指定された構成が見つかりませんでした。</value> + </data> </root> \ No newline at end of file diff --git a/Localization/Resources/ko-KR/winget.resw b/Localization/Resources/ko-KR/winget.resw @@ -1173,6 +1173,9 @@ <data name="ShowLabelInstallerReleaseDate" xml:space="preserve"> <value>릴리스 날짜:</value> </data> + <data name="ShowLabelInstallerOfflineDistributionSupported" xml:space="preserve"> + <value>지원되는 오프라인 배포:</value> + </data> <data name="ShowLabelPublisherUrl" xml:space="preserve"> <value>게시자 URL:</value> </data> @@ -2272,14 +2275,14 @@ <data name="APPINSTALLER_CLI_ERROR_BLOCKED_BY_POLICY" xml:space="preserve"> <value>작업이 그룹 정책 의해 차단되었습니다.</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INTERNAL_ERROR" xml:space="preserve"> - <value>Rest 원본 내부 오류</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_INTERNAL_ERROR" xml:space="preserve"> + <value>Rest API 내부 오류</value> </data> <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_URL" xml:space="preserve"> <value>잘못된 REST 원본 URL</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_UNSUPPORTED_MIME_TYPE" xml:space="preserve"> - <value>rest 원본에서 반환된 지원되지 않는 MIME 형식</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_UNSUPPORTED_MIME_TYPE" xml:space="preserve"> + <value>REST API에서 반환된 지원되지 않는 MIME 형식</value> </data> <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_VERSION" xml:space="preserve"> <value>잘못된 REST 원본 계약 버전</value> @@ -2299,8 +2302,8 @@ <data name="APPINSTALLER_CLI_ERROR_UNSUPPORTED_SOURCE_REQUEST" xml:space="preserve"> <value>하나 이상의 원본에서 검색 요청을 지원하지 않습니다.</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_ENDPOINT_NOT_FOUND" xml:space="preserve"> - <value>나머지 원본 엔드포인트를 찾을 수 없습니다.</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_ENDPOINT_NOT_FOUND" xml:space="preserve"> + <value>나머지 API 엔드포인트를 찾을 수 없습니다.</value> </data> <data name="APPINSTALLER_CLI_ERROR_SOURCE_OPEN_FAILED" xml:space="preserve"> <value>원본을 열지 못했습니다.</value> @@ -2814,4 +2817,232 @@ <value>복구하지 못했습니다. 종료 코드: {0}</value> <comment>{Locked="{0}"} Error message displayed when an attempt to repair an application package fails. {0} is a placeholder replaced by an error code.</comment> </data> + <data name="APPINSTALLER_CLI_ERROR_SQLITE_CONNECTION_TERMINATED" xml:space="preserve"> + <value>손상을 방지하기 위해 SQLite 연결을 종료했습니다.</value> + </data> + <data name="UninstallAllVersionsArgumentDescription" xml:space="preserve"> + <value>모든 버전 제거</value> + </data> + <data name="TargetVersionArgumentDescription" xml:space="preserve"> + <value>작업할 버전</value> + </data> + <data name="UninstallFailedDueToMultipleVersions" xml:space="preserve"> + <value>이 패키지의 여러 버전이 설치되어 있습니다. 검색을 구체화하거나,'--version' 인수를 전달하여 하나를 선택하거나, '--all-versions' 플래그를 전달하여 모두 제거하세요.</value> + <comment>{Locked="--version,--all-versions"}</comment> + </data> + <data name="PolicyEnableProxyCommandLineOptions" xml:space="preserve"> + <value>프록시 명령줄 옵션 Windows 패키지 관리자 사용</value> + <comment>Describes a Group Policy that can enable the use of the --proxy option to set a proxy</comment> + </data> + <data name="ProxyArgumentDescription" xml:space="preserve"> + <value>이 실행에 사용할 프록시 설정</value> + </data> + <data name="NoProxyArgumentDescription" xml:space="preserve"> + <value>이 실행에 프록시 사용 안 함</value> + </data> + <data name="ResetAdminSettingFailed" xml:space="preserve"> + <value>{0} 다시 설정할 수 없습니다. 이 설정은 정책에 의해 제어됩니다. 자세한 내용은 시스템 관리자에게 문의하십시오.</value> + <comment>{Locked="{0}"} The value will be replaced with the feature name</comment> + </data> + <data name="ResetAdminSettingSucceeded" xml:space="preserve"> + <value>관리자 설정 ‘{0}’을(를) 초기화합니다.</value> + <comment>{Locked="{0}"} Message displayed after the user resets an admin setting to its default value. Reset is used as verb in past tense. {0} is a placeholder replaced by the setting name.</comment> + </data> + <data name="SetAdminSettingFailed" xml:space="preserve"> + <value>{0} 설정할 수 없습니다. 이 설정은 정책에 의해 제어됩니다. 자세한 내용은 시스템 관리자에게 문의하십시오.</value> + <comment>{Locked="{0}"} The value will be replaced with the feature name</comment> + </data> + <data name="SetAdminSettingSucceeded" xml:space="preserve"> + <value>관리자 설정 '{0}'을(를) '{1}'(으)로 설정합니다.</value> + <comment>{Locked="{0}"} Message displayed after the user sets the value of an admin setting. Set is used as a verb in past tense. {0} is a placeholder replaced by the setting name. {1} is a placeholder replaced </comment> + </data> + <data name="SettingNameArgumentDescription" xml:space="preserve"> + <value>수정할 설정의 이름</value> + </data> + <data name="SettingValueArgumentDescription" xml:space="preserve"> + <value>설정에 대해 설정할 값입니다.</value> + </data> + <data name="SettingsResetCommandLongDescription" xml:space="preserve"> + <value>관리자 설정을 기본값으로 다시 설정합니다.</value> + </data> + <data name="SettingsResetCommandShortDescription" xml:space="preserve"> + <value>관리자 설정을 기본값으로 다시 설정합니다.</value> + </data> + <data name="SettingsSetCommandLongDescription" xml:space="preserve"> + <value>관리자 설정의 값을 설정합니다.</value> + </data> + <data name="SettingsSetCommandShortDescription" xml:space="preserve"> + <value>관리자 설정의 값을 설정합니다.</value> + </data> + <data name="SourceRequireExplicitArgumentDescription" xml:space="preserve"> + <value>지정하지 않는 한 검색에서 원본 제외</value> + </data> + <data name="SourceListExplicit" xml:space="preserve"> + <value>유해 콘텐츠</value> + </data> + <data name="SourceTrustLevelArgumentDescription" xml:space="preserve"> + <value>원본의 신뢰 수준(없음 또는 신뢰할 수 없음)</value> + </data> + <data name="SourceListTrustLevel" xml:space="preserve"> + <value>신뢰 수준</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_DISPLAYCATALOG_API_FAILED" xml:space="preserve"> + <value>Microsoft Store 패키지 카탈로그를 가져오지 못했습니다.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_NO_APPLICABLE_DISPLAYCATALOG_PACKAGE" xml:space="preserve"> + <value>Microsoft Store 패키지 카탈로그에서 적용 가능한 Microsoft Store 패키지를 찾을 수 없습니다.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_SFSCLIENT_API_FAILED" xml:space="preserve"> + <value>Microsoft Store 패키지 다운로드 정보를 가져오지 못했습니다.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_NO_APPLICABLE_SFSCLIENT_PACKAGE" xml:space="preserve"> + <value>적용 가능한 Microsoft Store 패키지 다운로드 정보를 찾을 수 없습니다.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_LICENSING_API_FAILED" xml:space="preserve"> + <value>Microsoft Store 패키지 라이선스를 검색하지 못했습니다.</value> + </data> + <data name="MSStoreDownloadPackageNotFound" xml:space="preserve"> + <value>Microsoft Store 패키지를 찾을 수 없습니다.</value> + </data> + <data name="MSStoreDownloadPackageHashVerified" xml:space="preserve"> + <value>Microsoft Store 패키지 해시가 성공적으로 확인되었습니다.</value> + </data> + <data name="MSStoreDownloadPackageHashMismatch" xml:space="preserve"> + <value>Microsoft Store 패키지 해시 불일치</value> + </data> + <data name="MSStoreDownloadPackageDownloaded" xml:space="preserve"> + <value>Microsoft Store 패키지 다운로드됨: {0}</value> + <comment>{Locked="{0}"} Full path of the downloaded package.</comment> + </data> + <data name="MSStoreDownloadPackageDownloadFailed" xml:space="preserve"> + <value>Microsoft Store 패키지 다운로드 실패: {0}</value> + <comment>{Locked="{0}"} Package name.</comment> + </data> + <data name="MSStoreDownloadPackageDownloadSuccess" xml:space="preserve"> + <value>Microsoft Store 패키지 다운로드 완료</value> + </data> + <data name="MSStoreDownloadMainPackages" xml:space="preserve"> + <value>Microsoft Store 기본 패키지를 다운로드하는 중...</value> + </data> + <data name="MSStoreDownloadDependencyPackages" xml:space="preserve"> + <value>Microsoft Store에서 종속성 패키지를 다운로드하는 중...</value> + </data> + <data name="MSStoreDownloadGetDownloadInfo" xml:space="preserve"> + <value>Microsoft Store 패키지 다운로드 정보 검색</value> + </data> + <data name="MSStoreDownloadGetDownloadInfoFailed" xml:space="preserve"> + <value>Microsoft Store 패키지 다운로드 정보를 검색하지 못했습니다.</value> + </data> + <data name="MSStoreDownloadGetLicense" xml:space="preserve"> + <value>Microsoft Store 패키지 라이선스 검색</value> + </data> + <data name="MSStoreDownloadGetLicenseSuccess" xml:space="preserve"> + <value>Microsoft Store 패키지 라이선스 저장됨: {0}</value> + <comment>{Locked="{0}"} License file full path.</comment> + </data> + <data name="MSStoreDownloadGetLicenseFailed" xml:space="preserve"> + <value>Microsoft Store 패키지 라이선스를 검색하지 못했습니다.</value> + </data> + <data name="MSStoreDownloadRenameNotSupported" xml:space="preserve"> + <value>Microsoft Store 패키지 다운로드는 --rename 인수를 지원하지 않습니다. Microsoft Store 패키지는 Microsoft Store 카탈로그에서 제공하는 이름을 사용합니다.</value> + <comment>{Locked="--rename"}</comment> + </data> + <data name="MSStoreDownloadAuthenticationNotice" xml:space="preserve"> + <value>Microsoft Store 패키지를 다운로드하려면 Microsoft Entra ID 인증이 필요합니다. 필요한 경우 인증 프롬프트가 표시될 수 있습니다. 인증된 정보는 액세스 권한 부여를 위해 Microsoft 서비스 공유됩니다. Microsoft Store 패키지 라이선스의 경우 Microsoft Entra ID 계정에 Microsoft Entra ID 테넌트에 대한 관리자 액세스 권한이 있어야 합니다.</value> + </data> + <data name="SkipMicrosoftStorePackageLicenseArgumentDescription" xml:space="preserve"> + <value>Microsoft Store 패키지 오프라인 라이선스 검색 건너뛰기</value> + </data> + <data name="PlatformArgumentDescription" xml:space="preserve"> + <value>대상 플랫폼 선택</value> + </data> + <data name="ConfigurationExportAddingToFile" xml:space="preserve"> + <value>구성 파일 추가: {0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigurationExportSuccessful" xml:space="preserve"> + <value>내보냈습니다.</value> + </data> + <data name="ConfigurationGettingResourceSettings" xml:space="preserve"> + <value>구성 설정을 가져오는 중...</value> + </data> + <data name="ConfigureExportArgumentError" xml:space="preserve"> + <value>최소한 --resource와 함께 --packageId 및/또는 --module을 제공해야 합니다.</value> + <comment>{Locked="--packageId,--module, --resource"}</comment> + </data> + <data name="ConfigureExportCommandLongDescription" xml:space="preserve"> + <value>구성 리소스를 구성 파일로 내보냅니다. --packageId와 함께 사용하면 지정된 패키지 ID의 WinGetPackage 리소스를 내보냅니다. --module 및 --resource와 함께 사용하면 리소스의 설정을 가져오고 구성 파일로 내보냅니다. 출력 구성 파일이 이미 있으면 내보낸 구성 리소스를 추가합니다.</value> + <comment>{Locked="WinGetPackage,--packageId,--module, --resource"}</comment> + </data> + <data name="ConfigureExportCommandShortDescription" xml:space="preserve"> + <value>구성 리소스를 구성 파일로 내보냅니다.</value> + </data> + <data name="ConfigureExportModule" xml:space="preserve"> + <value>내보낼 리소스의 모듈입니다.</value> + </data> + <data name="ConfigureExportPackageId" xml:space="preserve"> + <value>내보낼 패키지 식별자입니다.</value> + </data> + <data name="ConfigureExportResource" xml:space="preserve"> + <value>내보낼 구성 리소스입니다.</value> + </data> + <data name="WINGET_CONFIG_ERROR_GET_FAILED" xml:space="preserve"> + <value>구성 단위가 해당 속성을 가져오지 못했습니다.</value> + </data> + <data name="ConfigurationExportFailed" xml:space="preserve"> + <value>구성을 내보내지 못했습니다.</value> + </data> + <data name="ConfigureExportUnitDescription" xml:space="preserve"> + <value>{0} 구성</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigureExportUnitInstallDescription" xml:space="preserve"> + <value>{0} 설치</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigurationWarningSetViewTruncated" xml:space="preserve"> + <value>구성 파일에 있는 일부 데이터가 이 출력에 대해 잘렸습니다. 파일 콘텐츠를 검사하여 전체 콘텐츠를 검사합니다.</value> + </data> + <data name="ConfigurationWarningValueTruncated" xml:space="preserve"> + <value>&lt;이 값이 잘렸습니다. 전체 텍스트를 보려면 파일 내용을 검사합니다&gt;</value> + <comment>Keep some form of separator like the "&lt;&gt;" around the text so that it stands out from the preceding text.</comment> + </data> + <data name="ConfigureListCommandLongDescription" xml:space="preserve"> + <value>시스템에 적용된 구성에 대한 높은 수준의 세부 정보를 표시합니다. 그런 다음 이 데이터를 `configure` 명령과 함께 사용하여 자세한 정보를 확인할 수 있습니다.</value> + <comment>{Locked="`configure`"}</comment> + </data> + <data name="ConfigureListCommandShortDescription" xml:space="preserve"> + <value>구성 기록 표시</value> + </data> + <data name="ConfigurationHistoryEmpty" xml:space="preserve"> + <value>기록에 구성이 없습니다.</value> + </data> + <data name="ConfigurationHistoryItemArgumentDescription" xml:space="preserve"> + <value>기록에서 항목 선택</value> + </data> + <data name="ConfigurationHistoryItemNotFound" xml:space="preserve"> + <value>제공된 데이터와 일치하는 단일 구성을 찾을 수 없습니다. 원하는 구성과 명확하게 일치하는 식별자의 전체 이름 또는 일부를 제공하십시오.</value> + </data> + <data name="ConfigurationHistoryRemoveArgumentDescription" xml:space="preserve"> + <value>기록에서 항목 제거</value> + </data> + <data name="ConfigureListFirstApplied" xml:space="preserve"> + <value>처음 적용됨</value> + <comment>Column header for date values indicating when a configuration was first applied to the system.</comment> + </data> + <data name="ConfigureListIdentifier" xml:space="preserve"> + <value>식별자</value> + </data> + <data name="ConfigureListName" xml:space="preserve"> + <value>이름</value> + </data> + <data name="ConfigureListOrigin" xml:space="preserve"> + <value>원본</value> + </data> + <data name="ConfigureListPath" xml:space="preserve"> + <value>경로</value> + </data> + <data name="WINGET_CONFIG_ERROR_HISTORY_ITEM_NOT_FOUND" xml:space="preserve"> + <value>지정한 구성을 찾을 수 없습니다.</value> + </data> </root> \ No newline at end of file diff --git a/Localization/Resources/pt-BR/winget.resw b/Localization/Resources/pt-BR/winget.resw @@ -262,7 +262,7 @@ Eles podem ser configurados por meio do arquivo de configurações ' winget sett <value>Filtrar resultados por id</value> </data> <data name="IgnoreWarningsArgumentDescription" xml:space="preserve"> - <value>Suprime as saídas de aviso.</value> + <value>Suprime saídas de aviso</value> </data> <data name="InstallationDisclaimer1" xml:space="preserve"> <value>Este aplicativo é licenciado para você pelo proprietário.</value> @@ -1173,6 +1173,9 @@ Você concorda com os termos?</value> <data name="ShowLabelInstallerReleaseDate" xml:space="preserve"> <value>Data do Lançamento:</value> </data> + <data name="ShowLabelInstallerOfflineDistributionSupported" xml:space="preserve"> + <value>Distribuição Offline Com Suporte:</value> + </data> <data name="ShowLabelPublisherUrl" xml:space="preserve"> <value>URL do Fornecedor:</value> </data> @@ -2272,14 +2275,14 @@ Especifique um deles usando a opção --source para continuar.</value> <data name="APPINSTALLER_CLI_ERROR_BLOCKED_BY_POLICY" xml:space="preserve"> <value>A operação está bloqueada pela Política de Grupo</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INTERNAL_ERROR" xml:space="preserve"> - <value>Erro interno da origem REST</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_INTERNAL_ERROR" xml:space="preserve"> + <value>Erro interno da API Rest</value> </data> <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_URL" xml:space="preserve"> <value>URL de origem REST inválida</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_UNSUPPORTED_MIME_TYPE" xml:space="preserve"> - <value>Não há suporte para o tipo MIME retornado pela origem REST</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_UNSUPPORTED_MIME_TYPE" xml:space="preserve"> + <value>Tipo MIME sem suporte retornado pela API rest</value> </data> <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_VERSION" xml:space="preserve"> <value>Versão inválida do contrato da origem REST</value> @@ -2299,8 +2302,8 @@ Especifique um deles usando a opção --source para continuar.</value> <data name="APPINSTALLER_CLI_ERROR_UNSUPPORTED_SOURCE_REQUEST" xml:space="preserve"> <value>Uma ou mais fontes não dão suporte à solicitação de pesquisa</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_ENDPOINT_NOT_FOUND" xml:space="preserve"> - <value>O ponto de extremidade da origem REST não foi encontrado.</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_ENDPOINT_NOT_FOUND" xml:space="preserve"> + <value>O ponto de extremidade da API rest não foi encontrado.</value> </data> <data name="APPINSTALLER_CLI_ERROR_SOURCE_OPEN_FAILED" xml:space="preserve"> <value>Falha ao abrir a origem.</value> @@ -2814,4 +2817,232 @@ Especifique um deles usando a opção --source para continuar.</value> <value>O reparo falhou com o código de saída: {0}</value> <comment>{Locked="{0}"} Error message displayed when an attempt to repair an application package fails. {0} is a placeholder replaced by an error code.</comment> </data> + <data name="APPINSTALLER_CLI_ERROR_SQLITE_CONNECTION_TERMINATED" xml:space="preserve"> + <value>A conexão SQLite foi encerrada para evitar danos.</value> + </data> + <data name="UninstallAllVersionsArgumentDescription" xml:space="preserve"> + <value>Desinstale todas as versões</value> + </data> + <data name="TargetVersionArgumentDescription" xml:space="preserve"> + <value>A versão para agir</value> + </data> + <data name="UninstallFailedDueToMultipleVersions" xml:space="preserve"> + <value>Várias versões deste pacote estão instaladas. Refine a pesquisa, passe o argumento '--version' para selecionar um ou passe o sinalizador '--all-versions' para desinstalar todos eles.</value> + <comment>{Locked="--version,--all-versions"}</comment> + </data> + <data name="PolicyEnableProxyCommandLineOptions" xml:space="preserve"> + <value>Habilitar Gerenciador de Pacotes do Windows de linha de comando do proxy atual</value> + <comment>Describes a Group Policy that can enable the use of the --proxy option to set a proxy</comment> + </data> + <data name="ProxyArgumentDescription" xml:space="preserve"> + <value>Definir um proxy a ser usado para esta execução</value> + </data> + <data name="NoProxyArgumentDescription" xml:space="preserve"> + <value>Desabilitar o uso de proxy para esta execução</value> + </data> + <data name="ResetAdminSettingFailed" xml:space="preserve"> + <value>Não é possível redefinir {0}. Esta configuração é controlada pela política. Para obter mais informações, contate o administrador do sistema.</value> + <comment>{Locked="{0}"} The value will be replaced with the feature name</comment> + </data> + <data name="ResetAdminSettingSucceeded" xml:space="preserve"> + <value>Redefinir configuração de administrador '{0}'.</value> + <comment>{Locked="{0}"} Message displayed after the user resets an admin setting to its default value. Reset is used as verb in past tense. {0} is a placeholder replaced by the setting name.</comment> + </data> + <data name="SetAdminSettingFailed" xml:space="preserve"> + <value>Não é possível definir {0}. Esta configuração é controlada pela política. Para obter mais informações, contate o administrador do sistema.</value> + <comment>{Locked="{0}"} The value will be replaced with the feature name</comment> + </data> + <data name="SetAdminSettingSucceeded" xml:space="preserve"> + <value>Defina a configuração de administrador '{0}' para '{1}'.</value> + <comment>{Locked="{0}"} Message displayed after the user sets the value of an admin setting. Set is used as a verb in past tense. {0} is a placeholder replaced by the setting name. {1} is a placeholder replaced </comment> + </data> + <data name="SettingNameArgumentDescription" xml:space="preserve"> + <value>Nome da configuração a ser modificada</value> + </data> + <data name="SettingValueArgumentDescription" xml:space="preserve"> + <value>Valor a ser definido para a configuração.</value> + </data> + <data name="SettingsResetCommandLongDescription" xml:space="preserve"> + <value>Redefine uma configuração de administrador para seu valor padrão.</value> + </data> + <data name="SettingsResetCommandShortDescription" xml:space="preserve"> + <value>Redefine uma configuração de administrador para seu valor padrão.</value> + </data> + <data name="SettingsSetCommandLongDescription" xml:space="preserve"> + <value>Define o valor de uma configuração de administrador.</value> + </data> + <data name="SettingsSetCommandShortDescription" xml:space="preserve"> + <value>Define o valor de uma configuração de administrador.</value> + </data> + <data name="SourceRequireExplicitArgumentDescription" xml:space="preserve"> + <value>Exclui uma fonte da descoberta, a menos que especificado</value> + </data> + <data name="SourceListExplicit" xml:space="preserve"> + <value>Explícito</value> + </data> + <data name="SourceTrustLevelArgumentDescription" xml:space="preserve"> + <value>Nível de confiança da origem (nenhum ou confiável)</value> + </data> + <data name="SourceListTrustLevel" xml:space="preserve"> + <value>Nível de Confiança</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_DISPLAYCATALOG_API_FAILED" xml:space="preserve"> + <value>Falha ao obter o catálogo do pacotes da Microsoft Store.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_NO_APPLICABLE_DISPLAYCATALOG_PACKAGE" xml:space="preserve"> + <value>Nenhum pacote aplicável da Microsoft Store encontrado no catálogo dos pacotes da Microsoft Store.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_SFSCLIENT_API_FAILED" xml:space="preserve"> + <value>Recuperando informações de download do pacote Microsoft Store.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_NO_APPLICABLE_SFSCLIENT_PACKAGE" xml:space="preserve"> + <value>Nenhuma informação de download do pacote da Microsoft Store aplicável foi encontrada.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_LICENSING_API_FAILED" xml:space="preserve"> + <value>Falha ao recuperar a licença do pacote da Microsoft Store.</value> + </data> + <data name="MSStoreDownloadPackageNotFound" xml:space="preserve"> + <value>O pacote da Microsoft Store não foi encontrado.</value> + </data> + <data name="MSStoreDownloadPackageHashVerified" xml:space="preserve"> + <value>Hash do pacote da Microsoft Store verificado com êxito</value> + </data> + <data name="MSStoreDownloadPackageHashMismatch" xml:space="preserve"> + <value>Incompatibilidade de hash do pacote da Microsoft Store</value> + </data> + <data name="MSStoreDownloadPackageDownloaded" xml:space="preserve"> + <value>Pacote da Microsoft Store baixado: {0}</value> + <comment>{Locked="{0}"} Full path of the downloaded package.</comment> + </data> + <data name="MSStoreDownloadPackageDownloadFailed" xml:space="preserve"> + <value>Falha no download do pacote da Microsoft Store: {0}</value> + <comment>{Locked="{0}"} Package name.</comment> + </data> + <data name="MSStoreDownloadPackageDownloadSuccess" xml:space="preserve"> + <value>Download do pacote da Microsoft Store concluído</value> + </data> + <data name="MSStoreDownloadMainPackages" xml:space="preserve"> + <value>Baixando pacotes principais da Microsoft Store...</value> + </data> + <data name="MSStoreDownloadDependencyPackages" xml:space="preserve"> + <value>Baixando pacotes de dependências da Microsoft Store...</value> + </data> + <data name="MSStoreDownloadGetDownloadInfo" xml:space="preserve"> + <value>Recuperando informações de download de pacotes da Microsoft Store</value> + </data> + <data name="MSStoreDownloadGetDownloadInfoFailed" xml:space="preserve"> + <value>Falha ao recuperar informações de download do pacote da Microsoft Store</value> + </data> + <data name="MSStoreDownloadGetLicense" xml:space="preserve"> + <value>Recuperando licença do pacote da Microsoft Store</value> + </data> + <data name="MSStoreDownloadGetLicenseSuccess" xml:space="preserve"> + <value>Licença do pacote da Microsoft Store salva: {0}</value> + <comment>{Locked="{0}"} License file full path.</comment> + </data> + <data name="MSStoreDownloadGetLicenseFailed" xml:space="preserve"> + <value>Falha ao recuperar a licença do pacote da Microsoft Store</value> + </data> + <data name="MSStoreDownloadRenameNotSupported" xml:space="preserve"> + <value>O download do pacote da Microsoft Store não dá suporte ao argumento --rename. O pacote da Microsoft Store usará nomes fornecidos pelo catálogo da Microsoft Store.</value> + <comment>{Locked="--rename"}</comment> + </data> + <data name="MSStoreDownloadAuthenticationNotice" xml:space="preserve"> + <value>O download do pacote da Microsoft Store requer autenticação do Microsoft Entra ID. O prompt de autenticação poderá ser exibido quando necessário. As informações autenticadas serão compartilhadas com os serviços da Microsoft para autorização de acesso. Para o licenciamento de pacotes da Microsoft Store, a conta do Microsoft Entra ID precisa ter acesso de administrador ao locatário do Microsoft Entra ID.</value> + </data> + <data name="SkipMicrosoftStorePackageLicenseArgumentDescription" xml:space="preserve"> + <value>Ignora a recuperação da licença offline do pacote da Microsoft Store</value> + </data> + <data name="PlatformArgumentDescription" xml:space="preserve"> + <value>Selecione a plataforma de destino</value> + </data> + <data name="ConfigurationExportAddingToFile" xml:space="preserve"> + <value>Adicionando arquivo de configuração: {0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigurationExportSuccessful" xml:space="preserve"> + <value>Exportado com êxito</value> + </data> + <data name="ConfigurationGettingResourceSettings" xml:space="preserve"> + <value>Obtendo definições de configuração...</value> + </data> + <data name="ConfigureExportArgumentError" xml:space="preserve"> + <value>Pelo menos --packageId e/ou --module com --resource devem ser fornecidos</value> + <comment>{Locked="--packageId,--module, --resource"}</comment> + </data> + <data name="ConfigureExportCommandLongDescription" xml:space="preserve"> + <value>Exporta recursos de configuração para um arquivo de configuração. Quando usado com --packageId, exporta um recurso WinGetPackage da ID do pacote fornecida. Quando usado com --module e --resource, obtém as configurações do recurso e exporta-o para o arquivo de configuração. Se o arquivo de configuração de saída já existir, anexa os recursos de configuração exportados.</value> + <comment>{Locked="WinGetPackage,--packageId,--module, --resource"}</comment> + </data> + <data name="ConfigureExportCommandShortDescription" xml:space="preserve"> + <value>Exporta recursos de configuração para um arquivo de configuração.</value> + </data> + <data name="ConfigureExportModule" xml:space="preserve"> + <value>O módulo do recurso a ser exportado.</value> + </data> + <data name="ConfigureExportPackageId" xml:space="preserve"> + <value>O identificador do pacote a ser exportado.</value> + </data> + <data name="ConfigureExportResource" xml:space="preserve"> + <value>O recurso de configuração a ser exportado.</value> + </data> + <data name="WINGET_CONFIG_ERROR_GET_FAILED" xml:space="preserve"> + <value>Falha na unidade de configuração ao obter suas propriedades.</value> + </data> + <data name="ConfigurationExportFailed" xml:space="preserve"> + <value>Falha na exportação da configuração.</value> + </data> + <data name="ConfigureExportUnitDescription" xml:space="preserve"> + <value>Configurar {0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigureExportUnitInstallDescription" xml:space="preserve"> + <value>Instalar {0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigurationWarningSetViewTruncated" xml:space="preserve"> + <value>Alguns dos dados presentes no arquivo de configuração foram truncados para esta saída; inspecione o conteúdo do arquivo para obter o conteúdo completo.</value> + </data> + <data name="ConfigurationWarningValueTruncated" xml:space="preserve"> + <value>&lt;este valor foi truncado; inspecione o conteúdo do arquivo para obter o texto completo&gt;</value> + <comment>Keep some form of separator like the "&lt;&gt;" around the text so that it stands out from the preceding text.</comment> + </data> + <data name="ConfigureListCommandLongDescription" xml:space="preserve"> + <value>Mostra os detalhes de alto nível das configurações que foram aplicadas ao sistema. Em seguida, os dados podem ser usados com `configure` para obter mais detalhes.</value> + <comment>{Locked="`configure`"}</comment> + </data> + <data name="ConfigureListCommandShortDescription" xml:space="preserve"> + <value>Mostra o histórico de configurações</value> + </data> + <data name="ConfigurationHistoryEmpty" xml:space="preserve"> + <value>Não há configurações no histórico.</value> + </data> + <data name="ConfigurationHistoryItemArgumentDescription" xml:space="preserve"> + <value>Selecionar itens do histórico</value> + </data> + <data name="ConfigurationHistoryItemNotFound" xml:space="preserve"> + <value>Não foi encontrada nenhuma configuração única que corresponda aos dados fornecidos. Forneça o nome completo ou parte do identificador que corresponda ineiguamente à configuração desejada.</value> + </data> + <data name="ConfigurationHistoryRemoveArgumentDescription" xml:space="preserve"> + <value>Remover o item do histórico</value> + </data> + <data name="ConfigureListFirstApplied" xml:space="preserve"> + <value>Primeira Aplicação</value> + <comment>Column header for date values indicating when a configuration was first applied to the system.</comment> + </data> + <data name="ConfigureListIdentifier" xml:space="preserve"> + <value>Identificador</value> + </data> + <data name="ConfigureListName" xml:space="preserve"> + <value>Nome</value> + </data> + <data name="ConfigureListOrigin" xml:space="preserve"> + <value>Origem</value> + </data> + <data name="ConfigureListPath" xml:space="preserve"> + <value>Caminho</value> + </data> + <data name="WINGET_CONFIG_ERROR_HISTORY_ITEM_NOT_FOUND" xml:space="preserve"> + <value>Não foi possível encontrar a configuração especificada.</value> + </data> </root> \ No newline at end of file diff --git a/Localization/Resources/ru-RU/winget.resw b/Localization/Resources/ru-RU/winget.resw @@ -262,7 +262,7 @@ <value>Фильтровать результаты по идентификатору</value> </data> <data name="IgnoreWarningsArgumentDescription" xml:space="preserve"> - <value>Подавляет вывод предупреждений.</value> + <value>Подавляет вывод предупреждений</value> </data> <data name="InstallationDisclaimer1" xml:space="preserve"> <value>Лицензия на это приложение предоставлена вам владельцем.</value> @@ -1173,6 +1173,9 @@ <data name="ShowLabelInstallerReleaseDate" xml:space="preserve"> <value>Дата выпуска:</value> </data> + <data name="ShowLabelInstallerOfflineDistributionSupported" xml:space="preserve"> + <value>Поддерживается автономное распространение:</value> + </data> <data name="ShowLabelPublisherUrl" xml:space="preserve"> <value>URL-адрес издателя:</value> </data> @@ -2272,14 +2275,14 @@ <data name="APPINSTALLER_CLI_ERROR_BLOCKED_BY_POLICY" xml:space="preserve"> <value>Операция заблокирована групповой политикой</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INTERNAL_ERROR" xml:space="preserve"> - <value>Внутренняя ошибка источника REST</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_INTERNAL_ERROR" xml:space="preserve"> + <value>Внутренняя ошибка REST API</value> </data> <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_URL" xml:space="preserve"> <value>Недопустимый URL-адрес источника REST</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_UNSUPPORTED_MIME_TYPE" xml:space="preserve"> - <value>Источник REST вернул неподдерживаемый тип MIME</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_UNSUPPORTED_MIME_TYPE" xml:space="preserve"> + <value>REST API вернул неподдерживаемый тип MIME</value> </data> <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_VERSION" xml:space="preserve"> <value>Недопустимая версия контракта источника REST</value> @@ -2299,8 +2302,8 @@ <data name="APPINSTALLER_CLI_ERROR_UNSUPPORTED_SOURCE_REQUEST" xml:space="preserve"> <value>Запрос поиска не поддерживается одним или несколькими источниками</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_ENDPOINT_NOT_FOUND" xml:space="preserve"> - <value>Конечная точка источника REST не найдена.</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_ENDPOINT_NOT_FOUND" xml:space="preserve"> + <value>Конечная точка REST API не найдена.</value> </data> <data name="APPINSTALLER_CLI_ERROR_SOURCE_OPEN_FAILED" xml:space="preserve"> <value>Не удалось открыть источник.</value> @@ -2814,4 +2817,232 @@ <value>Сбой восстановления с кодом выхода: {0}</value> <comment>{Locked="{0}"} Error message displayed when an attempt to repair an application package fails. {0} is a placeholder replaced by an error code.</comment> </data> + <data name="APPINSTALLER_CLI_ERROR_SQLITE_CONNECTION_TERMINATED" xml:space="preserve"> + <value>Подключение SQLite было разорвано для предотвращения повреждения.</value> + </data> + <data name="UninstallAllVersionsArgumentDescription" xml:space="preserve"> + <value>Удалить все версии</value> + </data> + <data name="TargetVersionArgumentDescription" xml:space="preserve"> + <value>Версия для действий</value> + </data> + <data name="UninstallFailedDueToMultipleVersions" xml:space="preserve"> + <value>Установлено несколько версий этого пакета. Уточните условия поиска, передайте аргумент "--version", чтобы выбрать его, или передайте флаг "--all-versions", чтобы удалить все из них.</value> + <comment>{Locked="--version,--all-versions"}</comment> + </data> + <data name="PolicyEnableProxyCommandLineOptions" xml:space="preserve"> + <value>Включить Диспетчер пакетов Windows командной строки прокси-сервера</value> + <comment>Describes a Group Policy that can enable the use of the --proxy option to set a proxy</comment> + </data> + <data name="ProxyArgumentDescription" xml:space="preserve"> + <value>Задать прокси-сервер для этого выполнения</value> + </data> + <data name="NoProxyArgumentDescription" xml:space="preserve"> + <value>Отключить использование прокси-сервера для этого выполнения</value> + </data> + <data name="ResetAdminSettingFailed" xml:space="preserve"> + <value>Не удается сбросить {0}. Этот параметр управляется политикой. Для получения дополнительных сведений обратитесь к системному администратору.</value> + <comment>{Locked="{0}"} The value will be replaced with the feature name</comment> + </data> + <data name="ResetAdminSettingSucceeded" xml:space="preserve"> + <value>Сброс параметра администратора "{0}".</value> + <comment>{Locked="{0}"} Message displayed after the user resets an admin setting to its default value. Reset is used as verb in past tense. {0} is a placeholder replaced by the setting name.</comment> + </data> + <data name="SetAdminSettingFailed" xml:space="preserve"> + <value>Невозможно задать {0}. Этот параметр управляется политикой. Для получения дополнительных сведений обратитесь к системному администратору.</value> + <comment>{Locked="{0}"} The value will be replaced with the feature name</comment> + </data> + <data name="SetAdminSettingSucceeded" xml:space="preserve"> + <value>Задайте для параметра администратора "{0}" значение "{1}".</value> + <comment>{Locked="{0}"} Message displayed after the user sets the value of an admin setting. Set is used as a verb in past tense. {0} is a placeholder replaced by the setting name. {1} is a placeholder replaced </comment> + </data> + <data name="SettingNameArgumentDescription" xml:space="preserve"> + <value>Имя изменяемого параметра</value> + </data> + <data name="SettingValueArgumentDescription" xml:space="preserve"> + <value>Значение, настраиваемое для параметра.</value> + </data> + <data name="SettingsResetCommandLongDescription" xml:space="preserve"> + <value>Сбрасывает значение по умолчанию для параметра администратора.</value> + </data> + <data name="SettingsResetCommandShortDescription" xml:space="preserve"> + <value>Сбрасывает значение по умолчанию для параметра администратора.</value> + </data> + <data name="SettingsSetCommandLongDescription" xml:space="preserve"> + <value>Задает значение параметра администратора.</value> + </data> + <data name="SettingsSetCommandShortDescription" xml:space="preserve"> + <value>Задает значение параметра администратора.</value> + </data> + <data name="SourceRequireExplicitArgumentDescription" xml:space="preserve"> + <value>Исключает источник из обнаружения, если не указано</value> + </data> + <data name="SourceListExplicit" xml:space="preserve"> + <value>Возрастные ограничения</value> + </data> + <data name="SourceTrustLevelArgumentDescription" xml:space="preserve"> + <value>Уровень доверия источника (нет или недоверенный)</value> + </data> + <data name="SourceListTrustLevel" xml:space="preserve"> + <value>Уровень доверия</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_DISPLAYCATALOG_API_FAILED" xml:space="preserve"> + <value>Не удалось получить каталог пакетов Microsoft Store.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_NO_APPLICABLE_DISPLAYCATALOG_PACKAGE" xml:space="preserve"> + <value>Применимый пакет Microsoft Store не найден в каталоге пакетов Microsoft Store.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_SFSCLIENT_API_FAILED" xml:space="preserve"> + <value>Не удалось получить сведения о скачивании пакета Microsoft Store.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_NO_APPLICABLE_SFSCLIENT_PACKAGE" xml:space="preserve"> + <value>Применимые сведения о скачивании пакета Microsoft Store не найдены.</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_LICENSING_API_FAILED" xml:space="preserve"> + <value>Не удалось получить лицензию пакета Microsoft Store.</value> + </data> + <data name="MSStoreDownloadPackageNotFound" xml:space="preserve"> + <value>Не удалось найти пакет Microsoft Store.</value> + </data> + <data name="MSStoreDownloadPackageHashVerified" xml:space="preserve"> + <value>Хэш пакета Microsoft Store успешно проверен</value> + </data> + <data name="MSStoreDownloadPackageHashMismatch" xml:space="preserve"> + <value>Несоответствие хэша пакета Microsoft Store</value> + </data> + <data name="MSStoreDownloadPackageDownloaded" xml:space="preserve"> + <value>Пакет Microsoft Store скачан: {0}</value> + <comment>{Locked="{0}"} Full path of the downloaded package.</comment> + </data> + <data name="MSStoreDownloadPackageDownloadFailed" xml:space="preserve"> + <value>Не удалось скачать пакет Microsoft Store: {0}</value> + <comment>{Locked="{0}"} Package name.</comment> + </data> + <data name="MSStoreDownloadPackageDownloadSuccess" xml:space="preserve"> + <value>Скачивание пакета Microsoft Store завершено</value> + </data> + <data name="MSStoreDownloadMainPackages" xml:space="preserve"> + <value>Скачивание основных пакетов из Microsoft Store...</value> + </data> + <data name="MSStoreDownloadDependencyPackages" xml:space="preserve"> + <value>Скачивание пакетов зависимостей из Microsoft Store...</value> + </data> + <data name="MSStoreDownloadGetDownloadInfo" xml:space="preserve"> + <value>Получение сведений о скачивании пакета Microsoft Store</value> + </data> + <data name="MSStoreDownloadGetDownloadInfoFailed" xml:space="preserve"> + <value>Не удалось получить сведения о скачивании пакета Microsoft Store</value> + </data> + <data name="MSStoreDownloadGetLicense" xml:space="preserve"> + <value>Получение лицензии пакета Microsoft Store</value> + </data> + <data name="MSStoreDownloadGetLicenseSuccess" xml:space="preserve"> + <value>Лицензия пакета Microsoft Store сохранена: {0}</value> + <comment>{Locked="{0}"} License file full path.</comment> + </data> + <data name="MSStoreDownloadGetLicenseFailed" xml:space="preserve"> + <value>Не удалось получить лицензию пакета Microsoft Store</value> + </data> + <data name="MSStoreDownloadRenameNotSupported" xml:space="preserve"> + <value>Скачивание пакета Microsoft Store не поддерживает аргумент --rename. Пакет Microsoft Store будет использовать имена, предоставленные каталогом Microsoft Store.</value> + <comment>{Locked="--rename"}</comment> + </data> + <data name="MSStoreDownloadAuthenticationNotice" xml:space="preserve"> + <value>Для скачивания пакета Microsoft Store требуется проверка подлинности Microsoft Entra ID. При необходимости может появиться запрос проверки подлинности. Сведения проверки подлинности будут предоставлены службам Майкрософт для авторизации доступа. Для лицензирования пакета Microsoft Store учетная запись Microsoft Entra ID должна обладать правами администратора на доступ к клиенту Microsoft Entra ID.</value> + </data> + <data name="SkipMicrosoftStorePackageLicenseArgumentDescription" xml:space="preserve"> + <value>Пропускает получение автономной лицензии пакета Microsoft Store</value> + </data> + <data name="PlatformArgumentDescription" xml:space="preserve"> + <value>Выбор целевой платформы</value> + </data> + <data name="ConfigurationExportAddingToFile" xml:space="preserve"> + <value>Добавление файла конфигурации: {0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigurationExportSuccessful" xml:space="preserve"> + <value>Экспорт успешно выполнен</value> + </data> + <data name="ConfigurationGettingResourceSettings" xml:space="preserve"> + <value>Получение параметров конфигурации...</value> + </data> + <data name="ConfigureExportArgumentError" xml:space="preserve"> + <value>Необходимо указать хотя бы --packageId и (или) --module с параметром --resource</value> + <comment>{Locked="--packageId,--module, --resource"}</comment> + </data> + <data name="ConfigureExportCommandLongDescription" xml:space="preserve"> + <value>Экспорт ресурсов конфигурации в файл конфигурации. При использовании с --packageId выполняется экспорт ресурса WinGetPackage указанного идентификатора пакета. При использовании с --module и --resource получает параметры ресурса и экспортирует его в файл конфигурации. Если выходной файл конфигурации уже существует, добавляет экспортированные ресурсы конфигурации.</value> + <comment>{Locked="WinGetPackage,--packageId,--module, --resource"}</comment> + </data> + <data name="ConfigureExportCommandShortDescription" xml:space="preserve"> + <value>Экспорт ресурсов конфигурации в файл конфигурации.</value> + </data> + <data name="ConfigureExportModule" xml:space="preserve"> + <value>Модуль ресурса для экспорта.</value> + </data> + <data name="ConfigureExportPackageId" xml:space="preserve"> + <value>Идентификатор пакета для экспорта.</value> + </data> + <data name="ConfigureExportResource" xml:space="preserve"> + <value>Ресурс конфигурации для экспорта.</value> + </data> + <data name="WINGET_CONFIG_ERROR_GET_FAILED" xml:space="preserve"> + <value>Единице конфигурации не удалось получить свойства.</value> + </data> + <data name="ConfigurationExportFailed" xml:space="preserve"> + <value>Не удалось экспортировать конфигурацию.</value> + </data> + <data name="ConfigureExportUnitDescription" xml:space="preserve"> + <value>{0}: настройка</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigureExportUnitInstallDescription" xml:space="preserve"> + <value>Установить {0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigurationWarningSetViewTruncated" xml:space="preserve"> + <value>Некоторые данные в файле конфигурации были усечены для этого вывода; проверьте содержимое файла на наличие полного содержимого.</value> + </data> + <data name="ConfigurationWarningValueTruncated" xml:space="preserve"> + <value>&lt;это значение было усечено; проверьте содержимое файла на наличие полного текста&gt;</value> + <comment>Keep some form of separator like the "&lt;&gt;" around the text so that it stands out from the preceding text.</comment> + </data> + <data name="ConfigureListCommandLongDescription" xml:space="preserve"> + <value>Отображение сведений о конфигурациях высокого уровня, которые были применены к системе. Эти данные можно использовать с командами `configure` для получения дополнительных сведений.</value> + <comment>{Locked="`configure`"}</comment> + </data> + <data name="ConfigureListCommandShortDescription" xml:space="preserve"> + <value>Отображает журнал конфигурации</value> + </data> + <data name="ConfigurationHistoryEmpty" xml:space="preserve"> + <value>В журнале нет конфигураций.</value> + </data> + <data name="ConfigurationHistoryItemArgumentDescription" xml:space="preserve"> + <value>Выбор элементов из журнала</value> + </data> + <data name="ConfigurationHistoryItemNotFound" xml:space="preserve"> + <value>Не удалось найти одну конфигурацию, соответствующую предоставленным данным. Укажите полное имя или часть идентификатора, однозначно соответствующую требуемой конфигурации.</value> + </data> + <data name="ConfigurationHistoryRemoveArgumentDescription" xml:space="preserve"> + <value>Удалить элемент из журнала</value> + </data> + <data name="ConfigureListFirstApplied" xml:space="preserve"> + <value>Первое применение</value> + <comment>Column header for date values indicating when a configuration was first applied to the system.</comment> + </data> + <data name="ConfigureListIdentifier" xml:space="preserve"> + <value>Идентификатор</value> + </data> + <data name="ConfigureListName" xml:space="preserve"> + <value>Имя</value> + </data> + <data name="ConfigureListOrigin" xml:space="preserve"> + <value>Источник</value> + </data> + <data name="ConfigureListPath" xml:space="preserve"> + <value>Путь</value> + </data> + <data name="WINGET_CONFIG_ERROR_HISTORY_ITEM_NOT_FOUND" xml:space="preserve"> + <value>Не удалось найти указанную конфигурацию.</value> + </data> </root> \ No newline at end of file diff --git a/Localization/Resources/zh-CN/winget.resw b/Localization/Resources/zh-CN/winget.resw @@ -262,7 +262,7 @@ <value>按 id 筛选结果</value> </data> <data name="IgnoreWarningsArgumentDescription" xml:space="preserve"> - <value>禁止显示警告输出。</value> + <value>禁止显示警告输出</value> </data> <data name="InstallationDisclaimer1" xml:space="preserve"> <value>此应用程序由其所有者授权给你。</value> @@ -1173,6 +1173,9 @@ <data name="ShowLabelInstallerReleaseDate" xml:space="preserve"> <value>发布日期:</value> </data> + <data name="ShowLabelInstallerOfflineDistributionSupported" xml:space="preserve"> + <value>支持脱机分发:</value> + </data> <data name="ShowLabelPublisherUrl" xml:space="preserve"> <value>发布服务器 URL:</value> </data> @@ -2272,14 +2275,14 @@ <data name="APPINSTALLER_CLI_ERROR_BLOCKED_BY_POLICY" xml:space="preserve"> <value>操作被组策略阻止</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INTERNAL_ERROR" xml:space="preserve"> - <value>REST 源内部错误</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_INTERNAL_ERROR" xml:space="preserve"> + <value>Rest API 内部错误</value> </data> <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_URL" xml:space="preserve"> <value>REST 源 URL 无效</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_UNSUPPORTED_MIME_TYPE" xml:space="preserve"> - <value>REST 源返回的 MIME 类型不受支持</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_UNSUPPORTED_MIME_TYPE" xml:space="preserve"> + <value>REST API 返回的 MIME 类型不受支持</value> </data> <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_VERSION" xml:space="preserve"> <value>REST 源合同版本无效</value> @@ -2299,8 +2302,8 @@ <data name="APPINSTALLER_CLI_ERROR_UNSUPPORTED_SOURCE_REQUEST" xml:space="preserve"> <value>一个或多个源不支持搜索请求</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_ENDPOINT_NOT_FOUND" xml:space="preserve"> - <value>找不到 REST 源终结点。</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_ENDPOINT_NOT_FOUND" xml:space="preserve"> + <value>找不到 Rest API 终结点。</value> </data> <data name="APPINSTALLER_CLI_ERROR_SOURCE_OPEN_FAILED" xml:space="preserve"> <value>未能打开源。</value> @@ -2814,4 +2817,232 @@ <value>修复失败,退出代码为: {0}</value> <comment>{Locked="{0}"} Error message displayed when an attempt to repair an application package fails. {0} is a placeholder replaced by an error code.</comment> </data> + <data name="APPINSTALLER_CLI_ERROR_SQLITE_CONNECTION_TERMINATED" xml:space="preserve"> + <value>为了防止损坏,SQLite 连接已终止。</value> + </data> + <data name="UninstallAllVersionsArgumentDescription" xml:space="preserve"> + <value>卸载所有版本</value> + </data> + <data name="TargetVersionArgumentDescription" xml:space="preserve"> + <value>要执行的版本</value> + </data> + <data name="UninstallFailedDueToMultipleVersions" xml:space="preserve"> + <value>已安装此包的多个版本。请优化搜索,传递 “--version” 参数以选择一个,或传递 “--all-versions” 标志以卸载所有这些参数。</value> + <comment>{Locked="--version,--all-versions"}</comment> + </data> + <data name="PolicyEnableProxyCommandLineOptions" xml:space="preserve"> + <value>启用Windows 程序包管理器代理命令行选项</value> + <comment>Describes a Group Policy that can enable the use of the --proxy option to set a proxy</comment> + </data> + <data name="ProxyArgumentDescription" xml:space="preserve"> + <value>设置要用于此执行的代理</value> + </data> + <data name="NoProxyArgumentDescription" xml:space="preserve"> + <value>禁止对此执行使用代理</value> + </data> + <data name="ResetAdminSettingFailed" xml:space="preserve"> + <value>无法重置 {0}。此设置由策略控制。有关详细信息,请与系统管理员联系。</value> + <comment>{Locked="{0}"} The value will be replaced with the feature name</comment> + </data> + <data name="ResetAdminSettingSucceeded" xml:space="preserve"> + <value>重置管理员设置“{0}”。</value> + <comment>{Locked="{0}"} Message displayed after the user resets an admin setting to its default value. Reset is used as verb in past tense. {0} is a placeholder replaced by the setting name.</comment> + </data> + <data name="SetAdminSettingFailed" xml:space="preserve"> + <value>无法设置 {0}。此设置由策略控制。有关详细信息,请与系统管理员联系。</value> + <comment>{Locked="{0}"} The value will be replaced with the feature name</comment> + </data> + <data name="SetAdminSettingSucceeded" xml:space="preserve"> + <value>将管理员设置 '{0}' 设置为 '{1}'。</value> + <comment>{Locked="{0}"} Message displayed after the user sets the value of an admin setting. Set is used as a verb in past tense. {0} is a placeholder replaced by the setting name. {1} is a placeholder replaced </comment> + </data> + <data name="SettingNameArgumentDescription" xml:space="preserve"> + <value>要修改的设置的名称</value> + </data> + <data name="SettingValueArgumentDescription" xml:space="preserve"> + <value>要为设置设置的值。</value> + </data> + <data name="SettingsResetCommandLongDescription" xml:space="preserve"> + <value>将管理员设置重置为其默认值。</value> + </data> + <data name="SettingsResetCommandShortDescription" xml:space="preserve"> + <value>将管理员设置重置为其默认值。</value> + </data> + <data name="SettingsSetCommandLongDescription" xml:space="preserve"> + <value>设置管理员设置的值。</value> + </data> + <data name="SettingsSetCommandShortDescription" xml:space="preserve"> + <value>设置管理员设置的值。</value> + </data> + <data name="SourceRequireExplicitArgumentDescription" xml:space="preserve"> + <value>除非指定,否则从发现中排除源</value> + </data> + <data name="SourceListExplicit" xml:space="preserve"> + <value>显式</value> + </data> + <data name="SourceTrustLevelArgumentDescription" xml:space="preserve"> + <value>源的信任级别 (无或受信任的)</value> + </data> + <data name="SourceListTrustLevel" xml:space="preserve"> + <value>信任级别</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_DISPLAYCATALOG_API_FAILED" xml:space="preserve"> + <value>未能获取 Microsoft Store 程序包目录。</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_NO_APPLICABLE_DISPLAYCATALOG_PACKAGE" xml:space="preserve"> + <value>未从 Microsoft Store 程序包目录中找到适用的 Microsoft Store 程序包。</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_SFSCLIENT_API_FAILED" xml:space="preserve"> + <value>无法获取 Microsoft Store 程序包下载信息。</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_NO_APPLICABLE_SFSCLIENT_PACKAGE" xml:space="preserve"> + <value>找不到适用的 Microsoft Store 程序包下载信息。</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_LICENSING_API_FAILED" xml:space="preserve"> + <value>无法检索 Microsoft Store 程序包许可证。</value> + </data> + <data name="MSStoreDownloadPackageNotFound" xml:space="preserve"> + <value>找不到 Microsoft Store 程序包。</value> + </data> + <data name="MSStoreDownloadPackageHashVerified" xml:space="preserve"> + <value>已成功验证 Microsoft Store 程序包哈希</value> + </data> + <data name="MSStoreDownloadPackageHashMismatch" xml:space="preserve"> + <value>Microsoft Store 程序包哈希不匹配</value> + </data> + <data name="MSStoreDownloadPackageDownloaded" xml:space="preserve"> + <value>已下载 Microsoft Store 程序包: {0}</value> + <comment>{Locked="{0}"} Full path of the downloaded package.</comment> + </data> + <data name="MSStoreDownloadPackageDownloadFailed" xml:space="preserve"> + <value>Microsoft Store 程序包下载失败: {0}</value> + <comment>{Locked="{0}"} Package name.</comment> + </data> + <data name="MSStoreDownloadPackageDownloadSuccess" xml:space="preserve"> + <value>已完成 Microsoft Store 程序包下载</value> + </data> + <data name="MSStoreDownloadMainPackages" xml:space="preserve"> + <value>正在从 Microsoft Store 下载主程序包...</value> + </data> + <data name="MSStoreDownloadDependencyPackages" xml:space="preserve"> + <value>正在从 Microsoft Store 下载依赖项程序包...</value> + </data> + <data name="MSStoreDownloadGetDownloadInfo" xml:space="preserve"> + <value>正在检索 Microsoft Store 程序包下载信息</value> + </data> + <data name="MSStoreDownloadGetDownloadInfoFailed" xml:space="preserve"> + <value>未能检索 Microsoft Store 程序包下载信息</value> + </data> + <data name="MSStoreDownloadGetLicense" xml:space="preserve"> + <value>正在检索 Microsoft Store 程序包许可证</value> + </data> + <data name="MSStoreDownloadGetLicenseSuccess" xml:space="preserve"> + <value>已保存 Microsoft Store 程序包许可证: {0}</value> + <comment>{Locked="{0}"} License file full path.</comment> + </data> + <data name="MSStoreDownloadGetLicenseFailed" xml:space="preserve"> + <value>未能检索 Microsoft Store 程序包许可证</value> + </data> + <data name="MSStoreDownloadRenameNotSupported" xml:space="preserve"> + <value>Microsoft Store 程序包下载不支持 --rename 参数。Microsoft Store 程序包将使用 Microsoft Store 目录提供的名称。</value> + <comment>{Locked="--rename"}</comment> + </data> + <data name="MSStoreDownloadAuthenticationNotice" xml:space="preserve"> + <value>Microsoft Store 程序包下载需要 Microsoft Entra ID 身份验证。必要时可能会显示身份验证提示。将与 Microsoft 服务共享经过身份验证的信息以进行访问授权。对于 Microsoft Store 程序包授权,Microsoft Entra ID 帐户需要具有对 Microsoft Entra ID 租户的管理员访问权限。</value> + </data> + <data name="SkipMicrosoftStorePackageLicenseArgumentDescription" xml:space="preserve"> + <value>跳过检索 Microsoft Store 程序包脱机许可证</value> + </data> + <data name="PlatformArgumentDescription" xml:space="preserve"> + <value>选择目标平台</value> + </data> + <data name="ConfigurationExportAddingToFile" xml:space="preserve"> + <value>正在添加配置文件: {0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigurationExportSuccessful" xml:space="preserve"> + <value>已成功导出</value> + </data> + <data name="ConfigurationGettingResourceSettings" xml:space="preserve"> + <value>正在获取配置设置...</value> + </data> + <data name="ConfigureExportArgumentError" xml:space="preserve"> + <value>必须至少提供 --packageId 和/或 --module 以及 --resource</value> + <comment>{Locked="--packageId,--module, --resource"}</comment> + </data> + <data name="ConfigureExportCommandLongDescription" xml:space="preserve"> + <value>将配置资源导出到配置文件。与 --packageId 一起使用时,导出给定包 ID 的 WinGetPackage 资源。与 --module 和 --resource 一起使用时,获取资源的设置并将其导出到配置文件。如果输出配置文件已存在,则追加导出的配置资源。</value> + <comment>{Locked="WinGetPackage,--packageId,--module, --resource"}</comment> + </data> + <data name="ConfigureExportCommandShortDescription" xml:space="preserve"> + <value>将配置资源导出到配置文件。</value> + </data> + <data name="ConfigureExportModule" xml:space="preserve"> + <value>要导出的资源的模块。</value> + </data> + <data name="ConfigureExportPackageId" xml:space="preserve"> + <value>要导出的程序包标识符。</value> + </data> + <data name="ConfigureExportResource" xml:space="preserve"> + <value>要导出的配置资源。</value> + </data> + <data name="WINGET_CONFIG_ERROR_GET_FAILED" xml:space="preserve"> + <value>配置单元无法获取其属性。</value> + </data> + <data name="ConfigurationExportFailed" xml:space="preserve"> + <value>导出配置失败。</value> + </data> + <data name="ConfigureExportUnitDescription" xml:space="preserve"> + <value>配置{0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigureExportUnitInstallDescription" xml:space="preserve"> + <value>安装 {0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigurationWarningSetViewTruncated" xml:space="preserve"> + <value>对于此输出,配置文件中存在的某些数据被截断;检查文件内容的完整内容。</value> + </data> + <data name="ConfigurationWarningValueTruncated" xml:space="preserve"> + <value>&lt;此值已被截断;检查文件内容以获取完整文本&gt;</value> + <comment>Keep some form of separator like the "&lt;&gt;" around the text so that it stands out from the preceding text.</comment> + </data> + <data name="ConfigureListCommandLongDescription" xml:space="preserve"> + <value>显示已应用于系统的配置的高级别详细信息。然后,此数据可与 `configure` 命令一起使用以获取更多详细信息。</value> + <comment>{Locked="`configure`"}</comment> + </data> + <data name="ConfigureListCommandShortDescription" xml:space="preserve"> + <value>显示配置历史记录</value> + </data> + <data name="ConfigurationHistoryEmpty" xml:space="preserve"> + <value>历史记录中没有配置。</value> + </data> + <data name="ConfigurationHistoryItemArgumentDescription" xml:space="preserve"> + <value>从历史记录中选择项目</value> + </data> + <data name="ConfigurationHistoryItemNotFound" xml:space="preserve"> + <value>找不到与提供的数据匹配的单个配置。提供与所需配置明确匹配的全名或标识符的一部分。</value> + </data> + <data name="ConfigurationHistoryRemoveArgumentDescription" xml:space="preserve"> + <value>从历史记录中移除项</value> + </data> + <data name="ConfigureListFirstApplied" xml:space="preserve"> + <value>首次应用</value> + <comment>Column header for date values indicating when a configuration was first applied to the system.</comment> + </data> + <data name="ConfigureListIdentifier" xml:space="preserve"> + <value>标识符</value> + </data> + <data name="ConfigureListName" xml:space="preserve"> + <value>名称</value> + </data> + <data name="ConfigureListOrigin" xml:space="preserve"> + <value>来源</value> + </data> + <data name="ConfigureListPath" xml:space="preserve"> + <value>路径</value> + </data> + <data name="WINGET_CONFIG_ERROR_HISTORY_ITEM_NOT_FOUND" xml:space="preserve"> + <value>找不到指定的配置。</value> + </data> </root> \ No newline at end of file diff --git a/Localization/Resources/zh-TW/winget.resw b/Localization/Resources/zh-TW/winget.resw @@ -262,7 +262,7 @@ <value>依識別碼篩選結果</value> </data> <data name="IgnoreWarningsArgumentDescription" xml:space="preserve"> - <value>抑制警告輸出。</value> + <value>抑制警告輸出</value> </data> <data name="InstallationDisclaimer1" xml:space="preserve"> <value>此應用程式已由其擁有者授權給您。</value> @@ -1173,6 +1173,9 @@ <data name="ShowLabelInstallerReleaseDate" xml:space="preserve"> <value>發行日期:</value> </data> + <data name="ShowLabelInstallerOfflineDistributionSupported" xml:space="preserve"> + <value>支援離線散發:</value> + </data> <data name="ShowLabelPublisherUrl" xml:space="preserve"> <value>發行者 URL:</value> </data> @@ -2272,14 +2275,14 @@ <data name="APPINSTALLER_CLI_ERROR_BLOCKED_BY_POLICY" xml:space="preserve"> <value>[群組原則] 封鎖作業</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INTERNAL_ERROR" xml:space="preserve"> - <value>剩餘來源內部錯誤</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_INTERNAL_ERROR" xml:space="preserve"> + <value>Rest API 內部錯誤</value> </data> <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_URL" xml:space="preserve"> <value>剩餘來源 URL 無效</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_UNSUPPORTED_MIME_TYPE" xml:space="preserve"> - <value>剩餘來源傳回不支援的 MIME 類型</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_UNSUPPORTED_MIME_TYPE" xml:space="preserve"> + <value>剩餘 API 傳回不支援的 MIME 類型</value> </data> <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_VERSION" xml:space="preserve"> <value>休息來源合約版本無效</value> @@ -2299,8 +2302,8 @@ <data name="APPINSTALLER_CLI_ERROR_UNSUPPORTED_SOURCE_REQUEST" xml:space="preserve"> <value>一或多個來源不支持搜尋要求</value> </data> - <data name="APPINSTALLER_CLI_ERROR_RESTSOURCE_ENDPOINT_NOT_FOUND" xml:space="preserve"> - <value>找不到剩餘來源端點。</value> + <data name="APPINSTALLER_CLI_ERROR_RESTAPI_ENDPOINT_NOT_FOUND" xml:space="preserve"> + <value>找不到其餘的 API 端點。</value> </data> <data name="APPINSTALLER_CLI_ERROR_SOURCE_OPEN_FAILED" xml:space="preserve"> <value>無法開啟來源。</value> @@ -2814,4 +2817,232 @@ <value>修復失敗,結束代碼為: {0}</value> <comment>{Locked="{0}"} Error message displayed when an attempt to repair an application package fails. {0} is a placeholder replaced by an error code.</comment> </data> + <data name="APPINSTALLER_CLI_ERROR_SQLITE_CONNECTION_TERMINATED" xml:space="preserve"> + <value>已終止 SQLite 連線以避免損毀。</value> + </data> + <data name="UninstallAllVersionsArgumentDescription" xml:space="preserve"> + <value>解除安裝所有版本</value> + </data> + <data name="TargetVersionArgumentDescription" xml:space="preserve"> + <value>要執行的版本</value> + </data> + <data name="UninstallFailedDueToMultipleVersions" xml:space="preserve"> + <value>已安裝此套件的多個版本。請精簡搜尋、傳遞 '--version' 自變數以選取,或傳遞 '--all-versions' 旗標以卸載所有專案。</value> + <comment>{Locked="--version,--all-versions"}</comment> + </data> + <data name="PolicyEnableProxyCommandLineOptions" xml:space="preserve"> + <value>啟用Windows 封裝管理員 Proxy 命令行選項</value> + <comment>Describes a Group Policy that can enable the use of the --proxy option to set a proxy</comment> + </data> + <data name="ProxyArgumentDescription" xml:space="preserve"> + <value>設定要用於此執行的 Proxy</value> + </data> + <data name="NoProxyArgumentDescription" xml:space="preserve"> + <value>停用此執行的 Proxy 使用</value> + </data> + <data name="ResetAdminSettingFailed" xml:space="preserve"> + <value>無法重設 {0}。這個設定是由原則控制。如需詳細資訊,請連絡您的系統管理員。</value> + <comment>{Locked="{0}"} The value will be replaced with the feature name</comment> + </data> + <data name="ResetAdminSettingSucceeded" xml:space="preserve"> + <value>重設系統管理員設定 '{0}'。</value> + <comment>{Locked="{0}"} Message displayed after the user resets an admin setting to its default value. Reset is used as verb in past tense. {0} is a placeholder replaced by the setting name.</comment> + </data> + <data name="SetAdminSettingFailed" xml:space="preserve"> + <value>無法設定 {0}。這個設定是由原則控制。如需詳細資訊,請連絡您的系統管理員。</value> + <comment>{Locked="{0}"} The value will be replaced with the feature name</comment> + </data> + <data name="SetAdminSettingSucceeded" xml:space="preserve"> + <value>將系統管理員設定 '{0}' 設為 '{1}'。</value> + <comment>{Locked="{0}"} Message displayed after the user sets the value of an admin setting. Set is used as a verb in past tense. {0} is a placeholder replaced by the setting name. {1} is a placeholder replaced </comment> + </data> + <data name="SettingNameArgumentDescription" xml:space="preserve"> + <value>要修改之設定的名稱</value> + </data> + <data name="SettingValueArgumentDescription" xml:space="preserve"> + <value>要為設定設定的值。</value> + </data> + <data name="SettingsResetCommandLongDescription" xml:space="preserve"> + <value>將系統管理員設定重設為其預設值。</value> + </data> + <data name="SettingsResetCommandShortDescription" xml:space="preserve"> + <value>將系統管理員設定重設為其預設值。</value> + </data> + <data name="SettingsSetCommandLongDescription" xml:space="preserve"> + <value>設定系統管理設定的值。</value> + </data> + <data name="SettingsSetCommandShortDescription" xml:space="preserve"> + <value>設定系統管理設定的值。</value> + </data> + <data name="SourceRequireExplicitArgumentDescription" xml:space="preserve"> + <value>除非指定,否則將來源排除在探索之外</value> + </data> + <data name="SourceListExplicit" xml:space="preserve"> + <value>偏激</value> + </data> + <data name="SourceTrustLevelArgumentDescription" xml:space="preserve"> + <value>來源的信任層級 (無或信任)</value> + </data> + <data name="SourceListTrustLevel" xml:space="preserve"> + <value>信任層級</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_DISPLAYCATALOG_API_FAILED" xml:space="preserve"> + <value>無法取得 Microsoft Store 封裝類別目錄。</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_NO_APPLICABLE_DISPLAYCATALOG_PACKAGE" xml:space="preserve"> + <value>在套件目錄 Microsoft Store 找不到適用的 Microsoft Store 封裝。</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_SFSCLIENT_API_FAILED" xml:space="preserve"> + <value>無法取得 Microsoft Store 套件下載資訊。</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_NO_APPLICABLE_SFSCLIENT_PACKAGE" xml:space="preserve"> + <value>找不到適用 Microsoft Store 套件下載資訊。</value> + </data> + <data name="APPINSTALLER_CLI_ERROR_LICENSING_API_FAILED" xml:space="preserve"> + <value>無法擷取 Microsoft Store 套件授權。</value> + </data> + <data name="MSStoreDownloadPackageNotFound" xml:space="preserve"> + <value>找不到 Microsoft Store 封裝。</value> + </data> + <data name="MSStoreDownloadPackageHashVerified" xml:space="preserve"> + <value>已成功驗證 Microsoft Store 套件雜湊</value> + </data> + <data name="MSStoreDownloadPackageHashMismatch" xml:space="preserve"> + <value>Microsoft Store 套件雜湊不符</value> + </data> + <data name="MSStoreDownloadPackageDownloaded" xml:space="preserve"> + <value>已下載 Microsoft Store套件: {0}</value> + <comment>{Locked="{0}"} Full path of the downloaded package.</comment> + </data> + <data name="MSStoreDownloadPackageDownloadFailed" xml:space="preserve"> + <value>Microsoft Store 套件下載失敗: {0}</value> + <comment>{Locked="{0}"} Package name.</comment> + </data> + <data name="MSStoreDownloadPackageDownloadSuccess" xml:space="preserve"> + <value>Microsoft Store 套件下載完成</value> + </data> + <data name="MSStoreDownloadMainPackages" xml:space="preserve"> + <value>正在從 Microsoft Store 下載主要套件...</value> + </data> + <data name="MSStoreDownloadDependencyPackages" xml:space="preserve"> + <value>正在從 Microsoft Store 下載相依性套件...</value> + </data> + <data name="MSStoreDownloadGetDownloadInfo" xml:space="preserve"> + <value>正在擷取 Microsoft Store 套件下載資訊</value> + </data> + <data name="MSStoreDownloadGetDownloadInfoFailed" xml:space="preserve"> + <value>無法擷取 Microsoft Store 套件下載資訊</value> + </data> + <data name="MSStoreDownloadGetLicense" xml:space="preserve"> + <value>正在擷取 Microsoft Store 套件授權</value> + </data> + <data name="MSStoreDownloadGetLicenseSuccess" xml:space="preserve"> + <value>已儲存 Microsoft Store套件授權: {0}</value> + <comment>{Locked="{0}"} License file full path.</comment> + </data> + <data name="MSStoreDownloadGetLicenseFailed" xml:space="preserve"> + <value>無法擷取 Microsoft Store 套件授權</value> + </data> + <data name="MSStoreDownloadRenameNotSupported" xml:space="preserve"> + <value>Microsoft Store 套件下載不支援 --rename 引數。Microsoft Store 封裝將使用 Microsoft Store 目錄提供的名稱。</value> + <comment>{Locked="--rename"}</comment> + </data> + <data name="MSStoreDownloadAuthenticationNotice" xml:space="preserve"> + <value>Microsoft Store 套件下載需要 Microsoft Entra ID 驗證。必要時可能會顯示驗證提示。將與 Microsoft 服務共用已驗證的資訊,以進行存取授權。若要 Microsoft Store 套件授權,Microsoft Entra ID 帳戶必須具有 Microsoft Entra ID 租用戶的系統管理員存取權。</value> + </data> + <data name="SkipMicrosoftStorePackageLicenseArgumentDescription" xml:space="preserve"> + <value>略過擷取 Microsoft Store 套件離線授權</value> + </data> + <data name="PlatformArgumentDescription" xml:space="preserve"> + <value>選取目標平台</value> + </data> + <data name="ConfigurationExportAddingToFile" xml:space="preserve"> + <value>正在新增設定檔: {0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigurationExportSuccessful" xml:space="preserve"> + <value>已成功匯出</value> + </data> + <data name="ConfigurationGettingResourceSettings" xml:space="preserve"> + <value>正在取得組態設定...</value> + </data> + <data name="ConfigureExportArgumentError" xml:space="preserve"> + <value>至少必須提供 --packageId 和/或 --module with --resource</value> + <comment>{Locked="--packageId,--module, --resource"}</comment> + </data> + <data name="ConfigureExportCommandLongDescription" xml:space="preserve"> + <value>將設定資源匯出至組態檔。搭配 --packageId 使用時,導出指定套件標識符的 WinGetPackage 資源。與 --module 和 --resource 搭配使用時,取得資源的設定,並將它匯出至組態檔。如果輸出組態檔已存在,會附加導出的設定資源。</value> + <comment>{Locked="WinGetPackage,--packageId,--module, --resource"}</comment> + </data> + <data name="ConfigureExportCommandShortDescription" xml:space="preserve"> + <value>將設定資源匯出至設定檔。</value> + </data> + <data name="ConfigureExportModule" xml:space="preserve"> + <value>要匯出之資源的模組。</value> + </data> + <data name="ConfigureExportPackageId" xml:space="preserve"> + <value>要匯出的套件識別碼。</value> + </data> + <data name="ConfigureExportResource" xml:space="preserve"> + <value>要匯出的設定資源。</value> + </data> + <data name="WINGET_CONFIG_ERROR_GET_FAILED" xml:space="preserve"> + <value>設定單位無法取得其屬性。</value> + </data> + <data name="ConfigurationExportFailed" xml:space="preserve"> + <value>無法匯出設定。</value> + </data> + <data name="ConfigureExportUnitDescription" xml:space="preserve"> + <value>設定 {0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigureExportUnitInstallDescription" xml:space="preserve"> + <value>安裝 {0}</value> + <comment>{Locked="{0}"}</comment> + </data> + <data name="ConfigurationWarningSetViewTruncated" xml:space="preserve"> + <value>組態檔中存在的部分數據已針對此輸出截斷;檢查檔案內容以取得完整內容。</value> + </data> + <data name="ConfigurationWarningValueTruncated" xml:space="preserve"> + <value>&lt;此值已被截斷; 檢查檔案內容以取得完整的文字&gt;</value> + <comment>Keep some form of separator like the "&lt;&gt;" around the text so that it stands out from the preceding text.</comment> + </data> + <data name="ConfigureListCommandLongDescription" xml:space="preserve"> + <value>顯示已套用至系統之設定的高層級詳細數據。此數據可與 `configure` 命令搭配使用,以取得更多詳細數據。</value> + <comment>{Locked="`configure`"}</comment> + </data> + <data name="ConfigureListCommandShortDescription" xml:space="preserve"> + <value>顯示設定歷程記錄</value> + </data> + <data name="ConfigurationHistoryEmpty" xml:space="preserve"> + <value>歷程記錄中沒有設定。</value> + </data> + <data name="ConfigurationHistoryItemArgumentDescription" xml:space="preserve"> + <value>從歷程記錄選取項目</value> + </data> + <data name="ConfigurationHistoryItemNotFound" xml:space="preserve"> + <value>找不到符合所提供數據的單一設定。提供明確符合所需設定的完整名稱或標識碼的一部分。</value> + </data> + <data name="ConfigurationHistoryRemoveArgumentDescription" xml:space="preserve"> + <value>從歷程記錄中移除項目</value> + </data> + <data name="ConfigureListFirstApplied" xml:space="preserve"> + <value>首次套用</value> + <comment>Column header for date values indicating when a configuration was first applied to the system.</comment> + </data> + <data name="ConfigureListIdentifier" xml:space="preserve"> + <value>識別碼</value> + </data> + <data name="ConfigureListName" xml:space="preserve"> + <value>名稱</value> + </data> + <data name="ConfigureListOrigin" xml:space="preserve"> + <value>來源</value> + </data> + <data name="ConfigureListPath" xml:space="preserve"> + <value>路徑</value> + </data> + <data name="WINGET_CONFIG_ERROR_HISTORY_ITEM_NOT_FOUND" xml:space="preserve"> + <value>找不到指定的設定。</value> + </data> </root> \ No newline at end of file