Apply latest loc patch by florelis · Pull Request #6023 · microsoft/winget-cli
Expand Up
@@ -545,6 +545,20 @@ Sie können über die Einstellungsdatei „winget settings“ konfiguriert werde
<data name="SourceCommandShortDescription" xml:space="preserve">
<value>Verwalten von Paketquellen</value>
</data>
<data name="SourceEditCommandLongDescription" xml:space="preserve">
<value>Eigenschaften einer vorhandenen Quelle bearbeiten. Eine Quelle stellt die Daten bereit, mit denen Sie Pakete ermitteln und installieren können.</value>
</data>
<data name="SourceEditCommandShortDescription" xml:space="preserve">
<value>Eigenschaften einer Quelle bearbeiten</value>
</data>
<data name="SourceEditOne" xml:space="preserve">
<value>Quelle wird bearbeitet: {0}</value>
<comment>{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being edited. {0} is a placeholder replaced by the repository source name.</comment>
</data>
<data name="SourceEditNoChanges" xml:space="preserve">
<value>Die Quelle mit dem Namen „{0}“ befindet sich bereits im gewünschten Zustand.</value>
<comment>{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being edited. {0} is a placeholder replaced by the repository source name.</comment>
</data>
<data name="SourceListArg" xml:space="preserve">
<value>Argument</value>
<comment>Value given to source.</comment>
Expand Down
Expand Up
@@ -2890,6 +2904,9 @@ Geben Sie eine Option für --source an, um den Vorgang fortzusetzen.</value>
<data name="SourceExplicitArgumentDescription" xml:space="preserve">
<value>Schließt eine Quelle aus der Ermittlung aus, sofern keine Angabe erfolgt.</value>
</data>
<data name="SourceEditExplicitArgumentDescription" xml:space="preserve">
<value>Schließt eine Quelle aus der Ermittlung aus (TRUE oder FALSE).</value>
</data>
<data name="SourceListExplicit" xml:space="preserve">
<value>Anstößig</value>
</data>
Expand Down
Expand Up
@@ -3458,4 +3475,64 @@ An unlocalized JSON fragment will follow on another line.</comment>
<data name="APPINSTALLER_CLI_ERROR_FONT_ALREADY_INSTALLED" xml:space="preserve">
<value>Das Schriftartpaket ist bereits installiert.</value>
</data>
<data name="ListDetailsArgumentDescription" xml:space="preserve">
<value>Detaillierte Informationen zu Paketen anzeigen</value>
<comment>Providing this argument causes the CLI to output additional details about installed application packages.</comment>
</data>
<data name="ShowLabelChannel" xml:space="preserve">
<value>Kanal:</value>
<comment>Precedes a string value that names the delivery channel for the software package (ex. stable, beta).</comment>
</data>
<data name="ShowListLocalIdentifier" xml:space="preserve">
<value>Lokaler Bezeichner:</value>
<comment>Precedes a value that is the unique identifier for the installed package on the local system.</comment>
</data>
<data name="ShowListPackageFamilyName" xml:space="preserve">
<value>Paketfamilienname:</value>
<comment>Precedes a value that is the APPX/MSIX package family name of the installed package.</comment>
</data>
<data name="ShowListProductCode" xml:space="preserve">
<value>Produktcode:</value>
<comment>Precedes a value that is the Add/Remove Programs identifier in the registry. This is also the Product Code value as defined in MSI installers.</comment>
</data>
<data name="ShowListUpgradeCode" xml:space="preserve">
<value>Upgrade-Code:</value>
<comment>Precedes a value that is the MSI Upgrade Code for the installed package.</comment>
</data>
<data name="ShowListInstalledScope" xml:space="preserve">
<value>Installierter Bereich:</value>
<comment>Precedes a value that is the scope of the installation of the package (ex. user, machine).</comment>
</data>
<data name="ShowListInstalledArchitecture" xml:space="preserve">
<value>Installierte Architektur:</value>
<comment>Precedes a value that is the installed architecture of the package (ex. x86, x64, ARM64).</comment>
</data>
<data name="ShowListInstalledLocale" xml:space="preserve">
<value>Installiertes Gebietsschema:</value>
<comment>Precedes a value that is the locale of the installed package.</comment>
</data>
<data name="ShowListInstalledLocation" xml:space="preserve">
<value>Installationsspeicherort:</value>
<comment>Precedes a value that is the directory path to the installed package.</comment>
</data>
<data name="ShowListInstalledSource" xml:space="preserve">
<value>Ursprungsquelle:</value>
<comment>Precedes a value that names the package source where the installed package originated from.</comment>
</data>
<data name="ShowListAvailableUpgrades" xml:space="preserve">
<value>Verfügbare Upgrades:</value>
<comment>Precedes a list of package upgrades available for the installed package.</comment>
</data>
<data name="ShowListInstallerCategory" xml:space="preserve">
<value>Installer-Kategorie:</value>
<comment>Precedes a value that indicates the category of the installer for the installed package (ex. exe, msi, msix).</comment>
</data>
<data name="SourceEditOldValue" xml:space="preserve">
<value>Alter Wert</value>
<comment>Column title for listing edit changes.</comment>
</data>
<data name="SourceEditNewValue" xml:space="preserve">
<value>Neuer Wert</value>
<comment>Column title for listing the new value.</comment>
</data>
</root>