Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 9843092 (#10329)

* Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 9826677

* Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 9826677

* Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 9833660

* Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 9843074
This commit is contained in:
dotnet bot 2024-07-08 09:06:39 -07:00 коммит произвёл GitHub
Родитель 0edb96687c
Коммит df5c50a5e5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
26 изменённых файлов: 902 добавлений и 897 удалений

16
src/Build/Resources/xlf/Strings.cs.xlf сгенерированный
Просмотреть файл

@ -4,7 +4,7 @@
<body> <body>
<trans-unit id="AbortingBuild"> <trans-unit id="AbortingBuild">
<source>Attempting to cancel the build...</source> <source>Attempting to cancel the build...</source>
<target state="new">Attempting to cancel the build...</target> <target state="translated">Pokus o zrušení sestavování...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="AmbiguousTaskParameterError"> <trans-unit id="AmbiguousTaskParameterError">
@ -133,7 +133,7 @@
</trans-unit> </trans-unit>
<trans-unit id="BuildCheckEnabled"> <trans-unit id="BuildCheckEnabled">
<source>The BuildCheck is enabled for this build.</source> <source>The BuildCheck is enabled for this build.</source>
<target state="new">The BuildCheck is enabled for this build.</target> <target state="translated">Pro tento build je povolena funkce BuildCheck.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildFinishedQuestionFailure"> <trans-unit id="BuildFinishedQuestionFailure">
@ -219,32 +219,32 @@
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerAssemblyNotExist"> <trans-unit id="CustomAnalyzerAssemblyNotExist">
<source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source> <source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source>
<target state="needs-review-translation">Nepodařilo se najít zadané sestavení vlastního analyzátoru: {0}. Zkontrolujte prosím, jestli existuje.</target> <target state="translated">Nepodařilo se najít zadané sestavení vlastního analyzátoru: {0}. Zkontrolujte prosím, jestli existuje.</target>
<note>The message is emitted when the custom analyzer assembly can not be found.</note> <note>The message is emitted when the custom analyzer assembly can not be found.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerBaseTypeNotAssignable"> <trans-unit id="CustomAnalyzerBaseTypeNotAssignable">
<source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source> <source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source>
<target state="needs-review-translation">Nepodařilo se načíst vlastní typ analyzátoru: {0} ze sestavení: {1}. Ujistěte se, že dědí základní třídu Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer. Pokud se nemá jednat o vlastní analyzátor, neměl by být odkrytý. Další informace: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target> <target state="translated">Nepodařilo se načíst typ vlastního analyzátoru: {0} ze sestavení: {1}. Ujistěte se, že dědí základní třídu Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer. Pokud se nemá jednat o vlastní analyzátor, neměl by být exponovaný. Další informace: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target>
<note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note> <note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedAcquisition"> <trans-unit id="CustomAnalyzerFailedAcquisition">
<source>Failed to register the custom analyzer: '{0}'.</source> <source>Failed to register the custom analyzer: '{0}'.</source>
<target state="needs-review-translation">Nepodařilo se zaregistrovat vlastní analyzátor: {0}.</target> <target state="translated">Nepodařilo se zaregistrovat vlastní analyzátor: {0}.</target>
<note>The message is emitted on failed loading of the custom analyzer in process.</note> <note>The message is emitted on failed loading of the custom analyzer in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedRuleLoading"> <trans-unit id="CustomAnalyzerFailedRuleLoading">
<source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source> <source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source>
<target state="needs-review-translation">Nepovedlo se vytvořit instanci pravidla vlastního analyzátoru s následující výjimkou: {0}.</target> <target state="translated">Nepovedlo se vytvořit instanci pravidla vlastního analyzátoru s následující výjimkou: {0}.</target>
<note>The message is emitted on failed loading of the custom analyzer rule in process.</note> <note>The message is emitted on failed loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerRegistered"> <trans-unit id="CustomAnalyzerRegistered">
<source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source> <source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source>
<target state="new">The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</target> <target state="translated">Vlastní analyzátor {0} je pro build zaregistrován z umístění: {1}.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerSuccessfulAcquisition"> <trans-unit id="CustomAnalyzerSuccessfulAcquisition">
<source>Custom analyzer rule: '{0}' has been registered successfully.</source> <source>Custom analyzer rule: '{0}' has been registered successfully.</source>
<target state="needs-review-translation">Pravidlo vlastního analyzátoru: {0} se úspěšně zaregistrovalo.</target> <target state="translated">Pravidlo vlastního analyzátoru: {0} se úspěšně zaregistrovalo.</target>
<note>The message is emitted on successful loading of the custom analyzer rule in process.</note> <note>The message is emitted on successful loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="DefaultSDKResolverError"> <trans-unit id="DefaultSDKResolverError">

16
src/Build/Resources/xlf/Strings.de.xlf сгенерированный
Просмотреть файл

@ -4,7 +4,7 @@
<body> <body>
<trans-unit id="AbortingBuild"> <trans-unit id="AbortingBuild">
<source>Attempting to cancel the build...</source> <source>Attempting to cancel the build...</source>
<target state="new">Attempting to cancel the build...</target> <target state="translated">Es wird versucht, den Buildvorgang abzubrechen...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="AmbiguousTaskParameterError"> <trans-unit id="AmbiguousTaskParameterError">
@ -133,7 +133,7 @@
</trans-unit> </trans-unit>
<trans-unit id="BuildCheckEnabled"> <trans-unit id="BuildCheckEnabled">
<source>The BuildCheck is enabled for this build.</source> <source>The BuildCheck is enabled for this build.</source>
<target state="new">The BuildCheck is enabled for this build.</target> <target state="translated">BuildCheck ist für diesen Build aktiviert.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildFinishedQuestionFailure"> <trans-unit id="BuildFinishedQuestionFailure">
@ -219,32 +219,32 @@
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerAssemblyNotExist"> <trans-unit id="CustomAnalyzerAssemblyNotExist">
<source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source> <source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source>
<target state="needs-review-translation">Fehler beim Suchen der angegebenen benutzerdefinierten Analysetoolassembly: {0}. Überprüfen Sie, ob sie vorhanden ist.</target> <target state="translated">Fehler beim Suchen der angegebenen benutzerdefinierten Analysetoolassembly: {0}. Überprüfen Sie, ob sie vorhanden ist.</target>
<note>The message is emitted when the custom analyzer assembly can not be found.</note> <note>The message is emitted when the custom analyzer assembly can not be found.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerBaseTypeNotAssignable"> <trans-unit id="CustomAnalyzerBaseTypeNotAssignable">
<source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source> <source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source>
<target state="needs-review-translation">Fehler beim Laden des benutzerdefinierten Analysetooltyps „{0}“ aus der Assembly {1}. Stellen Sie sicher, dass es die Basisklasse „Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer“ erbt. Wenn es sich nicht um ein benutzerdefiniertes Analysetool handelt, sollte es nicht verfügbar gemacht werden. Weitere Informationen: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target> <target state="translated">Fehler beim Laden des benutzerdefinierten Analysetooltyps „{0}“ aus der Assembly: {1}. Stellen Sie sicher, dass es die Basisklasse „Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer“ erbt. Wenn es sich nicht um ein benutzerdefiniertes Analysetool handelt, sollte es nicht verfügbar gemacht werden. Weitere Informationen: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target>
<note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note> <note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedAcquisition"> <trans-unit id="CustomAnalyzerFailedAcquisition">
<source>Failed to register the custom analyzer: '{0}'.</source> <source>Failed to register the custom analyzer: '{0}'.</source>
<target state="needs-review-translation">Fehler beim Registrieren des benutzerdefinierten Analysetools: {0}.</target> <target state="translated">Fehler beim Registrieren des benutzerdefinierten Analysetools: {0}.</target>
<note>The message is emitted on failed loading of the custom analyzer in process.</note> <note>The message is emitted on failed loading of the custom analyzer in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedRuleLoading"> <trans-unit id="CustomAnalyzerFailedRuleLoading">
<source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source> <source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source>
<target state="needs-review-translation">Fehler beim Instanziieren der benutzerdefinierten Analysetoolregel mit der folgenden Ausnahme: {0}.</target> <target state="translated">Fehler beim Instanziieren der benutzerdefinierten Analyseregel. Ausnahme: {0}.</target>
<note>The message is emitted on failed loading of the custom analyzer rule in process.</note> <note>The message is emitted on failed loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerRegistered"> <trans-unit id="CustomAnalyzerRegistered">
<source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source> <source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source>
<target state="new">The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</target> <target state="translated">Das benutzerdefinierte Analysetool „{0}“ ist für den Build vom Folgenden aus registriert: {1}.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerSuccessfulAcquisition"> <trans-unit id="CustomAnalyzerSuccessfulAcquisition">
<source>Custom analyzer rule: '{0}' has been registered successfully.</source> <source>Custom analyzer rule: '{0}' has been registered successfully.</source>
<target state="needs-review-translation">Benutzerdefinierte Analysetoolregel {0} wurde erfolgreich registriert.</target> <target state="translated">Die benutzerdefinierte Analyseregel „{0}“ wurde erfolgreich registriert.</target>
<note>The message is emitted on successful loading of the custom analyzer rule in process.</note> <note>The message is emitted on successful loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="DefaultSDKResolverError"> <trans-unit id="DefaultSDKResolverError">

16
src/Build/Resources/xlf/Strings.es.xlf сгенерированный
Просмотреть файл

@ -4,7 +4,7 @@
<body> <body>
<trans-unit id="AbortingBuild"> <trans-unit id="AbortingBuild">
<source>Attempting to cancel the build...</source> <source>Attempting to cancel the build...</source>
<target state="new">Attempting to cancel the build...</target> <target state="translated">Intentando cancelar la compilación...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="AmbiguousTaskParameterError"> <trans-unit id="AmbiguousTaskParameterError">
@ -133,7 +133,7 @@
</trans-unit> </trans-unit>
<trans-unit id="BuildCheckEnabled"> <trans-unit id="BuildCheckEnabled">
<source>The BuildCheck is enabled for this build.</source> <source>The BuildCheck is enabled for this build.</source>
<target state="new">The BuildCheck is enabled for this build.</target> <target state="translated">BuildCheck está habilitado para esta compilación.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildFinishedQuestionFailure"> <trans-unit id="BuildFinishedQuestionFailure">
@ -219,32 +219,32 @@
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerAssemblyNotExist"> <trans-unit id="CustomAnalyzerAssemblyNotExist">
<source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source> <source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source>
<target state="needs-review-translation">No se ha podido encontrar el ensamblado del analizador personalizado especificado: {0}. Compruebe si existe.</target> <target state="translated">No se pudo encontrar el ensamblado del analizador personalizado especificado: '{0}'. Compruebe si existe.</target>
<note>The message is emitted when the custom analyzer assembly can not be found.</note> <note>The message is emitted when the custom analyzer assembly can not be found.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerBaseTypeNotAssignable"> <trans-unit id="CustomAnalyzerBaseTypeNotAssignable">
<source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source> <source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source>
<target state="needs-review-translation">No se pudo cargar el tipo de analizador personalizado: {0} del ensamblado: {1}. Asegúrese de que hereda la clase base Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer. Si no está pensado para ser un analizador personalizado, entonces no debería exponerse. Más información: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target> <target state="translated">No se pudo cargar el tipo de analizador personalizado: '{0}' del ensamblado: '{1}'. Asegúrese de que hereda la clase base Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer. Si no está pensado para ser un analizador personalizado, no debe exponerse. Más información: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target>
<note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note> <note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedAcquisition"> <trans-unit id="CustomAnalyzerFailedAcquisition">
<source>Failed to register the custom analyzer: '{0}'.</source> <source>Failed to register the custom analyzer: '{0}'.</source>
<target state="needs-review-translation">No se ha podido registrar el analizador personalizado: {0}.</target> <target state="translated">No se pudo registrar el analizador personalizado: '{0}'.</target>
<note>The message is emitted on failed loading of the custom analyzer in process.</note> <note>The message is emitted on failed loading of the custom analyzer in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedRuleLoading"> <trans-unit id="CustomAnalyzerFailedRuleLoading">
<source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source> <source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source>
<target state="needs-review-translation">No se ha podido crear una instancia de la regla del analizador personalizado con la siguiente excepción: {0}.</target> <target state="translated">No se pudo crear una instancia de la regla del analizador personalizado con la siguiente excepción: '{0}'.</target>
<note>The message is emitted on failed loading of the custom analyzer rule in process.</note> <note>The message is emitted on failed loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerRegistered"> <trans-unit id="CustomAnalyzerRegistered">
<source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source> <source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source>
<target state="new">The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</target> <target state="translated">El analizador personalizado: '{0}' está registrado para la compilación desde la ubicación: '{1}'.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerSuccessfulAcquisition"> <trans-unit id="CustomAnalyzerSuccessfulAcquisition">
<source>Custom analyzer rule: '{0}' has been registered successfully.</source> <source>Custom analyzer rule: '{0}' has been registered successfully.</source>
<target state="needs-review-translation">Regla del analizador personalizado: {0} se ha registrado correctamente.</target> <target state="translated">La regla del analizador personalizado: '{0}' se ha registrado correctamente.</target>
<note>The message is emitted on successful loading of the custom analyzer rule in process.</note> <note>The message is emitted on successful loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="DefaultSDKResolverError"> <trans-unit id="DefaultSDKResolverError">

16
src/Build/Resources/xlf/Strings.fr.xlf сгенерированный
Просмотреть файл

@ -4,7 +4,7 @@
<body> <body>
<trans-unit id="AbortingBuild"> <trans-unit id="AbortingBuild">
<source>Attempting to cancel the build...</source> <source>Attempting to cancel the build...</source>
<target state="new">Attempting to cancel the build...</target> <target state="translated">Tentative d'annulation de la génération en cours...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="AmbiguousTaskParameterError"> <trans-unit id="AmbiguousTaskParameterError">
@ -133,7 +133,7 @@
</trans-unit> </trans-unit>
<trans-unit id="BuildCheckEnabled"> <trans-unit id="BuildCheckEnabled">
<source>The BuildCheck is enabled for this build.</source> <source>The BuildCheck is enabled for this build.</source>
<target state="new">The BuildCheck is enabled for this build.</target> <target state="translated">BuildCheck est activé pour cette build.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildFinishedQuestionFailure"> <trans-unit id="BuildFinishedQuestionFailure">
@ -219,32 +219,32 @@
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerAssemblyNotExist"> <trans-unit id="CustomAnalyzerAssemblyNotExist">
<source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source> <source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source>
<target state="needs-review-translation">Impossible de trouver lassemblée d'analyseur personnalisé spécifié : {0}. Vérifiez sil existe.</target> <target state="translated">Désolé... Nous navons pas pu trouver lassembly danalyseur personnalisé : « {0} ». Veuillez vérifier sil existe.</target>
<note>The message is emitted when the custom analyzer assembly can not be found.</note> <note>The message is emitted when the custom analyzer assembly can not be found.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerBaseTypeNotAssignable"> <trans-unit id="CustomAnalyzerBaseTypeNotAssignable">
<source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source> <source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source>
<target state="needs-review-translation">Échec du chargement du type danalyseur personnalisé : {0} à partir de lassembly : {1}. Assurez-vous quil hérite de la classe de base Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer. Sil ne doit pas être un analyseur personnalisé, il ne doit pas être exposé. Plus dinformations : https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target> <target state="translated">Désolé... Nous navons pas pu charger le type danalyseur personnalisé : « {0} » à partir de lassembly : « {1} ». Vérifiez quil hérite de la classe de base Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer. Sil nest pas destiné à être un analyseur personnalisé, il ne doit pas être exposé. Plus dinformations : https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target>
<note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note> <note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedAcquisition"> <trans-unit id="CustomAnalyzerFailedAcquisition">
<source>Failed to register the custom analyzer: '{0}'.</source> <source>Failed to register the custom analyzer: '{0}'.</source>
<target state="needs-review-translation">Échec de linscription de lanalyseur personnalisé : {0}.</target> <target state="translated">Désolé... Nous navons pas pu inscrire lanalyseur personnalisé : « {0} ».</target>
<note>The message is emitted on failed loading of the custom analyzer in process.</note> <note>The message is emitted on failed loading of the custom analyzer in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedRuleLoading"> <trans-unit id="CustomAnalyzerFailedRuleLoading">
<source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source> <source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source>
<target state="needs-review-translation">Échec de linstanciation de la règle danalyseur personnalisé avec lexception suivante : {0}.</target> <target state="translated">Désolé... Nous navons pas pu instancier la règle danalyseur personnalisé avec lexception suivante : « {0} ».</target>
<note>The message is emitted on failed loading of the custom analyzer rule in process.</note> <note>The message is emitted on failed loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerRegistered"> <trans-unit id="CustomAnalyzerRegistered">
<source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source> <source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source>
<target state="new">The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</target> <target state="translated">Lanalyseur personnalisé : « {0} » est inscrit pour la build à partir de lemplacement : « {1} ».</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerSuccessfulAcquisition"> <trans-unit id="CustomAnalyzerSuccessfulAcquisition">
<source>Custom analyzer rule: '{0}' has been registered successfully.</source> <source>Custom analyzer rule: '{0}' has been registered successfully.</source>
<target state="needs-review-translation">Règle de lanalyseur personnalisé : {0} a été correctement inscrit.</target> <target state="translated">Règle de lanalyseur personnalisé : {0} a été correctement inscrit.</target>
<note>The message is emitted on successful loading of the custom analyzer rule in process.</note> <note>The message is emitted on successful loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="DefaultSDKResolverError"> <trans-unit id="DefaultSDKResolverError">

16
src/Build/Resources/xlf/Strings.it.xlf сгенерированный
Просмотреть файл

@ -4,7 +4,7 @@
<body> <body>
<trans-unit id="AbortingBuild"> <trans-unit id="AbortingBuild">
<source>Attempting to cancel the build...</source> <source>Attempting to cancel the build...</source>
<target state="new">Attempting to cancel the build...</target> <target state="translated">Tentativo di annullare la compilazione in corso...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="AmbiguousTaskParameterError"> <trans-unit id="AmbiguousTaskParameterError">
@ -133,7 +133,7 @@
</trans-unit> </trans-unit>
<trans-unit id="BuildCheckEnabled"> <trans-unit id="BuildCheckEnabled">
<source>The BuildCheck is enabled for this build.</source> <source>The BuildCheck is enabled for this build.</source>
<target state="new">The BuildCheck is enabled for this build.</target> <target state="translated">BuildCheck è abilitato per questa compilazione.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildFinishedQuestionFailure"> <trans-unit id="BuildFinishedQuestionFailure">
@ -219,32 +219,32 @@
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerAssemblyNotExist"> <trans-unit id="CustomAnalyzerAssemblyNotExist">
<source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source> <source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source>
<target state="needs-review-translation">Impossibile trovare l'assembly dell'analizzatore personalizzato specificato: {0}. Verificare se esiste.</target> <target state="translated">Impossibile trovare l'assembly dell'analizzatore personalizzato specificato: '{0}'. Verificare se esiste.</target>
<note>The message is emitted when the custom analyzer assembly can not be found.</note> <note>The message is emitted when the custom analyzer assembly can not be found.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerBaseTypeNotAssignable"> <trans-unit id="CustomAnalyzerBaseTypeNotAssignable">
<source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source> <source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source>
<target state="needs-review-translation">Non è stato possibile caricare il tipo di analizzatore diagnostico personalizzato: {0} dall'assembly: {1}. Assicurarsi che erediti la classe di base Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer. Se non è destinato a essere un analizzatore personalizzato, non deve essere esposto. Per altre informazioni: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target> <target state="translated">Non è stato possibile caricare il tipo di analizzatore diagnostico personalizzato: '{0}' dall'assembly: '{1}'. Assicurarsi che erediti la classe di base Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer. Se non è destinato a essere un analizzatore personalizzato, non deve essere esposto. Per altre informazioni: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target>
<note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note> <note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedAcquisition"> <trans-unit id="CustomAnalyzerFailedAcquisition">
<source>Failed to register the custom analyzer: '{0}'.</source> <source>Failed to register the custom analyzer: '{0}'.</source>
<target state="needs-review-translation">Impossibile registrare l'analizzatore personalizzato: {0}.</target> <target state="translated">Impossibile registrare l'analizzatore personalizzato: '{0}'.</target>
<note>The message is emitted on failed loading of the custom analyzer in process.</note> <note>The message is emitted on failed loading of the custom analyzer in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedRuleLoading"> <trans-unit id="CustomAnalyzerFailedRuleLoading">
<source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source> <source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source>
<target state="needs-review-translation">Impossibile creare un'istanza della regola dell'analizzatore personalizzato con l'eccezione seguente: {0}.</target> <target state="translated">Impossibile creare un'istanza della regola dell'analizzatore personalizzato con l'eccezione seguente: '{0}'.</target>
<note>The message is emitted on failed loading of the custom analyzer rule in process.</note> <note>The message is emitted on failed loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerRegistered"> <trans-unit id="CustomAnalyzerRegistered">
<source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source> <source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source>
<target state="new">The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</target> <target state="translated">Analizzatore personalizzato: '{0}' registrato per la compilazione dal percorso: '{1}'.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerSuccessfulAcquisition"> <trans-unit id="CustomAnalyzerSuccessfulAcquisition">
<source>Custom analyzer rule: '{0}' has been registered successfully.</source> <source>Custom analyzer rule: '{0}' has been registered successfully.</source>
<target state="needs-review-translation">Regola dell'analizzatore personalizzato: {0} è stata registrata.</target> <target state="translated">Regola dell'analizzatore personalizzato: '{0}' è stata registrata.</target>
<note>The message is emitted on successful loading of the custom analyzer rule in process.</note> <note>The message is emitted on successful loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="DefaultSDKResolverError"> <trans-unit id="DefaultSDKResolverError">

16
src/Build/Resources/xlf/Strings.ja.xlf сгенерированный
Просмотреть файл

@ -4,7 +4,7 @@
<body> <body>
<trans-unit id="AbortingBuild"> <trans-unit id="AbortingBuild">
<source>Attempting to cancel the build...</source> <source>Attempting to cancel the build...</source>
<target state="new">Attempting to cancel the build...</target> <target state="translated">ビルドを取り消そうとしています...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="AmbiguousTaskParameterError"> <trans-unit id="AmbiguousTaskParameterError">
@ -133,7 +133,7 @@
</trans-unit> </trans-unit>
<trans-unit id="BuildCheckEnabled"> <trans-unit id="BuildCheckEnabled">
<source>The BuildCheck is enabled for this build.</source> <source>The BuildCheck is enabled for this build.</source>
<target state="new">The BuildCheck is enabled for this build.</target> <target state="translated">BuildCheck は、このビルドに対して有効になっています。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildFinishedQuestionFailure"> <trans-unit id="BuildFinishedQuestionFailure">
@ -219,32 +219,32 @@
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerAssemblyNotExist"> <trans-unit id="CustomAnalyzerAssemblyNotExist">
<source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source> <source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source>
<target state="needs-review-translation">指定されたカスタム アナライザー アセンブリが見つかりませんでした: {0}。存在するかどうか確認してください。</target> <target state="translated">指定されたカスタム アナライザー アセンブリが見つかりませんでした: '{0}'。存在するかどうか確認してください。</target>
<note>The message is emitted when the custom analyzer assembly can not be found.</note> <note>The message is emitted when the custom analyzer assembly can not be found.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerBaseTypeNotAssignable"> <trans-unit id="CustomAnalyzerBaseTypeNotAssignable">
<source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source> <source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source>
<target state="needs-review-translation">カスタム アナライザーの種類を読み込めませんでした: アセンブリ {1} の {0}。Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer 基底クラスを継承していることを確認してください。カスタム アナライザーを意図していない場合は、公開しないでください。詳細情報: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target> <target state="translated">カスタム アナライザーの種類を読み込めませんでした: アセンブリ '{1}''{0}'。Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer 基底クラスを継承していることを確認してください。カスタム アナライザーを意図していない場合は、公開しないでください。詳細情報: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target>
<note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note> <note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedAcquisition"> <trans-unit id="CustomAnalyzerFailedAcquisition">
<source>Failed to register the custom analyzer: '{0}'.</source> <source>Failed to register the custom analyzer: '{0}'.</source>
<target state="needs-review-translation">カスタム アナライザーを登録できませんでした: {0}</target> <target state="translated">カスタム アナライザーを登録できませんでした: '{0}'。</target>
<note>The message is emitted on failed loading of the custom analyzer in process.</note> <note>The message is emitted on failed loading of the custom analyzer in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedRuleLoading"> <trans-unit id="CustomAnalyzerFailedRuleLoading">
<source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source> <source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source>
<target state="needs-review-translation">次の例外により、カスタム アナライザー ルールのインスタンスを作成できませんでした: {0}。</target> <target state="translated">次の例外により、カスタム アナライザー ルールのインスタンスを作成できませんでした: '{0}'。</target>
<note>The message is emitted on failed loading of the custom analyzer rule in process.</note> <note>The message is emitted on failed loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerRegistered"> <trans-unit id="CustomAnalyzerRegistered">
<source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source> <source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source>
<target state="new">The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</target> <target state="translated">カスタム アナライザー'{0}' は、場所 '{1}' からビルドに登録されています。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerSuccessfulAcquisition"> <trans-unit id="CustomAnalyzerSuccessfulAcquisition">
<source>Custom analyzer rule: '{0}' has been registered successfully.</source> <source>Custom analyzer rule: '{0}' has been registered successfully.</source>
<target state="needs-review-translation">カスタム アナライザー ルール: {0} が正常に登録されました。</target> <target state="translated">カスタム アナライザー ルール: '{0}' が正常に登録されました。</target>
<note>The message is emitted on successful loading of the custom analyzer rule in process.</note> <note>The message is emitted on successful loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="DefaultSDKResolverError"> <trans-unit id="DefaultSDKResolverError">

16
src/Build/Resources/xlf/Strings.ko.xlf сгенерированный
Просмотреть файл

@ -4,7 +4,7 @@
<body> <body>
<trans-unit id="AbortingBuild"> <trans-unit id="AbortingBuild">
<source>Attempting to cancel the build...</source> <source>Attempting to cancel the build...</source>
<target state="new">Attempting to cancel the build...</target> <target state="translated">빌드를 취소하는 중...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="AmbiguousTaskParameterError"> <trans-unit id="AmbiguousTaskParameterError">
@ -133,7 +133,7 @@
</trans-unit> </trans-unit>
<trans-unit id="BuildCheckEnabled"> <trans-unit id="BuildCheckEnabled">
<source>The BuildCheck is enabled for this build.</source> <source>The BuildCheck is enabled for this build.</source>
<target state="new">The BuildCheck is enabled for this build.</target> <target state="translated">이 빌드에 대해 BuildCheck를 사용할 수 있습니다.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildFinishedQuestionFailure"> <trans-unit id="BuildFinishedQuestionFailure">
@ -219,32 +219,32 @@
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerAssemblyNotExist"> <trans-unit id="CustomAnalyzerAssemblyNotExist">
<source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source> <source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source>
<target state="needs-review-translation">지정한 사용자 지정 분석기 어셈블리를 찾지 못했습니다. {0}. 존재하는지 확인하세요.</target> <target state="translated">지정한 사용자 지정 분석기 어셈블리 '{0}'을(를) 찾지 못했습니다. 있는지 확인하세요.</target>
<note>The message is emitted when the custom analyzer assembly can not be found.</note> <note>The message is emitted when the custom analyzer assembly can not be found.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerBaseTypeNotAssignable"> <trans-unit id="CustomAnalyzerBaseTypeNotAssignable">
<source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source> <source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source>
<target state="needs-review-translation">사용자 지정 분석기 형식을 로드하지 못했습니다. 어셈블리에서 {0} : {1}. Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer 기본 클래스를 상속해야 합니다. 사용자 지정 분석기가 아닌 경우 노출되지 않아야 합니다. 추가 정보: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target> <target state="translated">'{1}' 어셈블리에서 사용자 지정 분석기 유형 '{0}'을(를) 로드하지 못했습니다. Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer 기본 클래스를 상속해야 합니다. 사용자 지정 분석기가 아닌 경우 노출되지 않아야 합니다. 추가 정보: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target>
<note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note> <note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedAcquisition"> <trans-unit id="CustomAnalyzerFailedAcquisition">
<source>Failed to register the custom analyzer: '{0}'.</source> <source>Failed to register the custom analyzer: '{0}'.</source>
<target state="needs-review-translation">사용자 지정 분석기를 등록하지 못했습니다. {0}.</target> <target state="translated">사용자 지정 분석기 '{0}'을(를) 등록하지 못했습니다.</target>
<note>The message is emitted on failed loading of the custom analyzer in process.</note> <note>The message is emitted on failed loading of the custom analyzer in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedRuleLoading"> <trans-unit id="CustomAnalyzerFailedRuleLoading">
<source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source> <source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source>
<target state="needs-review-translation">다음 예외로 인해 사용자 지정 분석기 규칙을 인스턴스화하지 못했습니다. {0}.</target> <target state="translated">'{0}' 예외로 인해 사용자 지정 분석기 규칙을 인스턴스화하지 못했습니다.</target>
<note>The message is emitted on failed loading of the custom analyzer rule in process.</note> <note>The message is emitted on failed loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerRegistered"> <trans-unit id="CustomAnalyzerRegistered">
<source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source> <source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source>
<target state="new">The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</target> <target state="translated">사용자 지정 분석기 '{0}'이(가) '{1}' 위치의 빌드에 등록되었습니다.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerSuccessfulAcquisition"> <trans-unit id="CustomAnalyzerSuccessfulAcquisition">
<source>Custom analyzer rule: '{0}' has been registered successfully.</source> <source>Custom analyzer rule: '{0}' has been registered successfully.</source>
<target state="needs-review-translation">사용자 지정 분석기 규칙: {0}이(가) 등록되었습니다.</target> <target state="translated">사용자 지정 분석기 규칙 '{0}'이(가) 등록되었습니다.</target>
<note>The message is emitted on successful loading of the custom analyzer rule in process.</note> <note>The message is emitted on successful loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="DefaultSDKResolverError"> <trans-unit id="DefaultSDKResolverError">

16
src/Build/Resources/xlf/Strings.pl.xlf сгенерированный
Просмотреть файл

@ -4,7 +4,7 @@
<body> <body>
<trans-unit id="AbortingBuild"> <trans-unit id="AbortingBuild">
<source>Attempting to cancel the build...</source> <source>Attempting to cancel the build...</source>
<target state="new">Attempting to cancel the build...</target> <target state="translated">Trwa próba anulowania kompilacji...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="AmbiguousTaskParameterError"> <trans-unit id="AmbiguousTaskParameterError">
@ -133,7 +133,7 @@
</trans-unit> </trans-unit>
<trans-unit id="BuildCheckEnabled"> <trans-unit id="BuildCheckEnabled">
<source>The BuildCheck is enabled for this build.</source> <source>The BuildCheck is enabled for this build.</source>
<target state="new">The BuildCheck is enabled for this build.</target> <target state="translated">Dla tej kompilacji włączono funkcję BuildCheck.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildFinishedQuestionFailure"> <trans-unit id="BuildFinishedQuestionFailure">
@ -219,32 +219,32 @@
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerAssemblyNotExist"> <trans-unit id="CustomAnalyzerAssemblyNotExist">
<source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source> <source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source>
<target state="needs-review-translation">Nie można odnaleźć określonego zestawu analizatora niestandardowego: {0}. Sprawdź, czy istnieje.</target> <target state="translated">Nie można odnaleźć określonego zestawu analizatora niestandardowego: {0}. Sprawdź, czy istnieje.</target>
<note>The message is emitted when the custom analyzer assembly can not be found.</note> <note>The message is emitted when the custom analyzer assembly can not be found.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerBaseTypeNotAssignable"> <trans-unit id="CustomAnalyzerBaseTypeNotAssignable">
<source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source> <source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source>
<target state="needs-review-translation">Nie udało się załadować niestandardowego analizatora typu: {0} z zestawu: {1}. Upewnij się, że dziedziczy po klasie bazowej Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer. Jeśli nie jest przeznaczony do niestandardowego analizatora, nie powinien być ujawniany. Więcej informacji: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target> <target state="translated">Nie udało się załadować niestandardowego analizatora typu: {0} z zestawu: {1}. Upewnij się, że dziedziczy po klasie bazowej Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer. Jeśli nie jest przeznaczony do niestandardowego analizatora, nie powinien być ujawniany. Więcej informacji: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target>
<note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note> <note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedAcquisition"> <trans-unit id="CustomAnalyzerFailedAcquisition">
<source>Failed to register the custom analyzer: '{0}'.</source> <source>Failed to register the custom analyzer: '{0}'.</source>
<target state="needs-review-translation">Nie można zarejestrować analizatora niestandardowego: {0}.</target> <target state="translated">Nie można zarejestrować analizatora niestandardowego: {0}.</target>
<note>The message is emitted on failed loading of the custom analyzer in process.</note> <note>The message is emitted on failed loading of the custom analyzer in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedRuleLoading"> <trans-unit id="CustomAnalyzerFailedRuleLoading">
<source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source> <source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source>
<target state="needs-review-translation">Nie można utworzyć wystąpienia niestandardowej reguły analizatora z następującym wyjątkiem: {0}.</target> <target state="translated">Nie można utworzyć wystąpienia niestandardowej reguły analizatora z następującym wyjątkiem: {0}.</target>
<note>The message is emitted on failed loading of the custom analyzer rule in process.</note> <note>The message is emitted on failed loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerRegistered"> <trans-unit id="CustomAnalyzerRegistered">
<source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source> <source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source>
<target state="new">The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</target> <target state="translated">Analizator niestandardowy „{0}” jest zarejestrowany dla kompilacji z lokalizacji: „{1}”.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerSuccessfulAcquisition"> <trans-unit id="CustomAnalyzerSuccessfulAcquisition">
<source>Custom analyzer rule: '{0}' has been registered successfully.</source> <source>Custom analyzer rule: '{0}' has been registered successfully.</source>
<target state="needs-review-translation">Niestandardowa reguła analizatora: {0} została pomyślnie zarejestrowana.</target> <target state="translated">Niestandardowa reguła analizatora: „{0}” została pomyślnie zarejestrowana.</target>
<note>The message is emitted on successful loading of the custom analyzer rule in process.</note> <note>The message is emitted on successful loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="DefaultSDKResolverError"> <trans-unit id="DefaultSDKResolverError">

16
src/Build/Resources/xlf/Strings.pt-BR.xlf сгенерированный
Просмотреть файл

@ -4,7 +4,7 @@
<body> <body>
<trans-unit id="AbortingBuild"> <trans-unit id="AbortingBuild">
<source>Attempting to cancel the build...</source> <source>Attempting to cancel the build...</source>
<target state="new">Attempting to cancel the build...</target> <target state="translated">Tentando cancelar a compilação...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="AmbiguousTaskParameterError"> <trans-unit id="AmbiguousTaskParameterError">
@ -133,7 +133,7 @@
</trans-unit> </trans-unit>
<trans-unit id="BuildCheckEnabled"> <trans-unit id="BuildCheckEnabled">
<source>The BuildCheck is enabled for this build.</source> <source>The BuildCheck is enabled for this build.</source>
<target state="new">The BuildCheck is enabled for this build.</target> <target state="translated">O BuildCheck está habilitado para esse build.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildFinishedQuestionFailure"> <trans-unit id="BuildFinishedQuestionFailure">
@ -219,32 +219,32 @@
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerAssemblyNotExist"> <trans-unit id="CustomAnalyzerAssemblyNotExist">
<source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source> <source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source>
<target state="needs-review-translation">Falha ao localizar o assembly do analisador personalizado especificado: {0}. Verifique se existe.</target> <target state="translated">Falha ao localizar o assembly do analisador personalizado especificado: "{0}". Verifique se existe.</target>
<note>The message is emitted when the custom analyzer assembly can not be found.</note> <note>The message is emitted when the custom analyzer assembly can not be found.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerBaseTypeNotAssignable"> <trans-unit id="CustomAnalyzerBaseTypeNotAssignable">
<source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source> <source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source>
<target state="needs-review-translation">Falha ao carregar o tipo de analisador personalizado: {0} do assembly: {1}. Certifique-se de que ele herde a classe base Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer. Se não se destina a ser um analisador personalizado, ele não deve ser exposto. Mais informações: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target> <target state="translated">Falha ao carregar o tipo de analisador personalizado: "{0}" do assembly: "{1}". Certifique-se de que ele herde a classe base Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer. Se não se destina a ser um analisador personalizado, ele não deve ser exposto. Mais informações: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target>
<note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note> <note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedAcquisition"> <trans-unit id="CustomAnalyzerFailedAcquisition">
<source>Failed to register the custom analyzer: '{0}'.</source> <source>Failed to register the custom analyzer: '{0}'.</source>
<target state="needs-review-translation">Falha ao registrar o analisador personalizado: {0}.</target> <target state="translated">Falha ao registrar o analisador personalizado: "{0}".</target>
<note>The message is emitted on failed loading of the custom analyzer in process.</note> <note>The message is emitted on failed loading of the custom analyzer in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedRuleLoading"> <trans-unit id="CustomAnalyzerFailedRuleLoading">
<source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source> <source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source>
<target state="needs-review-translation">Falha ao criar uma instância da regra do analisador personalizado com a seguinte exceção: {0}.</target> <target state="translated">Falha ao criar uma instância da regra do analisador personalizado com a seguinte exceção: "{0}".</target>
<note>The message is emitted on failed loading of the custom analyzer rule in process.</note> <note>The message is emitted on failed loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerRegistered"> <trans-unit id="CustomAnalyzerRegistered">
<source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source> <source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source>
<target state="new">The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</target> <target state="translated">O analisador personalizado: "{0}"está registrado para o build do local: "{1}".</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerSuccessfulAcquisition"> <trans-unit id="CustomAnalyzerSuccessfulAcquisition">
<source>Custom analyzer rule: '{0}' has been registered successfully.</source> <source>Custom analyzer rule: '{0}' has been registered successfully.</source>
<target state="needs-review-translation">Regra do analisador personalizado: {0} foi registrado com sucesso.</target> <target state="translated">Regra do analisador personalizado: "{0}" foi registrado com sucesso.</target>
<note>The message is emitted on successful loading of the custom analyzer rule in process.</note> <note>The message is emitted on successful loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="DefaultSDKResolverError"> <trans-unit id="DefaultSDKResolverError">

16
src/Build/Resources/xlf/Strings.ru.xlf сгенерированный
Просмотреть файл

@ -4,7 +4,7 @@
<body> <body>
<trans-unit id="AbortingBuild"> <trans-unit id="AbortingBuild">
<source>Attempting to cancel the build...</source> <source>Attempting to cancel the build...</source>
<target state="new">Attempting to cancel the build...</target> <target state="translated">Попытка отменить сборку...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="AmbiguousTaskParameterError"> <trans-unit id="AmbiguousTaskParameterError">
@ -133,7 +133,7 @@
</trans-unit> </trans-unit>
<trans-unit id="BuildCheckEnabled"> <trans-unit id="BuildCheckEnabled">
<source>The BuildCheck is enabled for this build.</source> <source>The BuildCheck is enabled for this build.</source>
<target state="new">The BuildCheck is enabled for this build.</target> <target state="translated">Для этой сборки включен параметр BuildCheck.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildFinishedQuestionFailure"> <trans-unit id="BuildFinishedQuestionFailure">
@ -219,32 +219,32 @@
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerAssemblyNotExist"> <trans-unit id="CustomAnalyzerAssemblyNotExist">
<source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source> <source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source>
<target state="needs-review-translation">Не удалось найти указанную сборку настраиваемого анализатора: {0}. Убедитесь, что она существует.</target> <target state="translated">Не удалось найти указанную сборку настраиваемого анализатора "{0}". Убедитесь, что она существует.</target>
<note>The message is emitted when the custom analyzer assembly can not be found.</note> <note>The message is emitted when the custom analyzer assembly can not be found.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerBaseTypeNotAssignable"> <trans-unit id="CustomAnalyzerBaseTypeNotAssignable">
<source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source> <source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source>
<target state="needs-review-translation">Не удалось загрузить настраиваемый тип анализатора {0} из сборки {1}. Убедитесь, что он наследует базовый класс Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer. Если он не предназначен для настраиваемого анализатора, его не следует предоставлять. Дополнительные сведения: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target> <target state="translated">Не удалось загрузить тип настраиваемого анализатора "{0}" из сборки "{1}". Убедитесь, что он наследует базовый класс Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer. Если он не предназначен для настраиваемого анализатора, его не следует предоставлять. Подробнее: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target>
<note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note> <note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedAcquisition"> <trans-unit id="CustomAnalyzerFailedAcquisition">
<source>Failed to register the custom analyzer: '{0}'.</source> <source>Failed to register the custom analyzer: '{0}'.</source>
<target state="needs-review-translation">Не удалось зарегистрировать настраиваемый анализатор: {0}.</target> <target state="translated">Не удалось зарегистрировать настраиваемый анализатор "{0}".</target>
<note>The message is emitted on failed loading of the custom analyzer in process.</note> <note>The message is emitted on failed loading of the custom analyzer in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedRuleLoading"> <trans-unit id="CustomAnalyzerFailedRuleLoading">
<source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source> <source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source>
<target state="needs-review-translation">Не удалось создать экземпляр правила настраиваемого анализатора со следующим исключением: {0}.</target> <target state="translated">Не удалось создать экземпляр правила настраиваемого анализатора со следующим исключением: "{0}".</target>
<note>The message is emitted on failed loading of the custom analyzer rule in process.</note> <note>The message is emitted on failed loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerRegistered"> <trans-unit id="CustomAnalyzerRegistered">
<source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source> <source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source>
<target state="new">The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</target> <target state="translated">Настраиваемый анализатор "{0}" включен для сборки из расположения "{1}".</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerSuccessfulAcquisition"> <trans-unit id="CustomAnalyzerSuccessfulAcquisition">
<source>Custom analyzer rule: '{0}' has been registered successfully.</source> <source>Custom analyzer rule: '{0}' has been registered successfully.</source>
<target state="needs-review-translation">Зарегистрировано правило настраиваемого анализатора: {0}.</target> <target state="translated">Правило настраиваемого анализатора "{0}" успешно зарегистрировано.</target>
<note>The message is emitted on successful loading of the custom analyzer rule in process.</note> <note>The message is emitted on successful loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="DefaultSDKResolverError"> <trans-unit id="DefaultSDKResolverError">

16
src/Build/Resources/xlf/Strings.tr.xlf сгенерированный
Просмотреть файл

@ -4,7 +4,7 @@
<body> <body>
<trans-unit id="AbortingBuild"> <trans-unit id="AbortingBuild">
<source>Attempting to cancel the build...</source> <source>Attempting to cancel the build...</source>
<target state="new">Attempting to cancel the build...</target> <target state="translated">Oluşturma iptal edilmeye çalışılıyor...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="AmbiguousTaskParameterError"> <trans-unit id="AmbiguousTaskParameterError">
@ -133,7 +133,7 @@
</trans-unit> </trans-unit>
<trans-unit id="BuildCheckEnabled"> <trans-unit id="BuildCheckEnabled">
<source>The BuildCheck is enabled for this build.</source> <source>The BuildCheck is enabled for this build.</source>
<target state="new">The BuildCheck is enabled for this build.</target> <target state="translated">BuildCheck bu derleme için etkinleştirildi.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildFinishedQuestionFailure"> <trans-unit id="BuildFinishedQuestionFailure">
@ -219,32 +219,32 @@
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerAssemblyNotExist"> <trans-unit id="CustomAnalyzerAssemblyNotExist">
<source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source> <source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source>
<target state="needs-review-translation">Belirtilen {0} özel çözümleyici derlemesi bulunamadı. Lütfen var olup olmadığını kontrol edin.</target> <target state="translated">Belirtilen özel çözümleyici derlemesi: {0} bulunamadı. Lütfen var olup olmadığını kontrol edin.</target>
<note>The message is emitted when the custom analyzer assembly can not be found.</note> <note>The message is emitted when the custom analyzer assembly can not be found.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerBaseTypeNotAssignable"> <trans-unit id="CustomAnalyzerBaseTypeNotAssignable">
<source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source> <source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source>
<target state="needs-review-translation">Özel çözümleyici türü yüklenemedi: {0} derlemeden: {1}. Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer temel sınıf devralınmış olduğundan emin olun. Özel bir çözümleyici olması amaçlanmadıysa açığa çıkarılmaması gerekir. Daha fazla bilgi: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target> <target state="translated">Özel çözümleyici türü: {0} şu derlemeden: {1} yüklenemedi. Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer temel sınıfını devralmış olduğundan emin olun. Özel bir çözümleyici olması amaçlanmadıysa açığa çıkarılmaması gerekir. Daha fazla bilgi: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target>
<note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note> <note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedAcquisition"> <trans-unit id="CustomAnalyzerFailedAcquisition">
<source>Failed to register the custom analyzer: '{0}'.</source> <source>Failed to register the custom analyzer: '{0}'.</source>
<target state="needs-review-translation">Özel çözümleyici kaydedilemedi: {0}.</target> <target state="translated">Özel çözümleyici: {0} kaydedilemedi.</target>
<note>The message is emitted on failed loading of the custom analyzer in process.</note> <note>The message is emitted on failed loading of the custom analyzer in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedRuleLoading"> <trans-unit id="CustomAnalyzerFailedRuleLoading">
<source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source> <source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source>
<target state="needs-review-translation">Özel çözümleyici kuralı şu özel durumla başlatılamadı: {0}.</target> <target state="translated">Özel çözümleyici kuralı şu özel durumla başlatılamadı: {0}.</target>
<note>The message is emitted on failed loading of the custom analyzer rule in process.</note> <note>The message is emitted on failed loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerRegistered"> <trans-unit id="CustomAnalyzerRegistered">
<source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source> <source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source>
<target state="new">The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</target> <target state="translated">Özel çözümleyici: '{0}' derleme için şu konumdan kaydedildi: '{1}'.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerSuccessfulAcquisition"> <trans-unit id="CustomAnalyzerSuccessfulAcquisition">
<source>Custom analyzer rule: '{0}' has been registered successfully.</source> <source>Custom analyzer rule: '{0}' has been registered successfully.</source>
<target state="needs-review-translation">{0} özel çözümleyici kuralı başarıyla kaydedildi.</target> <target state="translated">Özel çözümleyici kuralı: {0} başarıyla kaydedildi.</target>
<note>The message is emitted on successful loading of the custom analyzer rule in process.</note> <note>The message is emitted on successful loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="DefaultSDKResolverError"> <trans-unit id="DefaultSDKResolverError">

16
src/Build/Resources/xlf/Strings.zh-Hans.xlf сгенерированный
Просмотреть файл

@ -4,7 +4,7 @@
<body> <body>
<trans-unit id="AbortingBuild"> <trans-unit id="AbortingBuild">
<source>Attempting to cancel the build...</source> <source>Attempting to cancel the build...</source>
<target state="new">Attempting to cancel the build...</target> <target state="translated">正在尝试取消生成...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="AmbiguousTaskParameterError"> <trans-unit id="AmbiguousTaskParameterError">
@ -133,7 +133,7 @@
</trans-unit> </trans-unit>
<trans-unit id="BuildCheckEnabled"> <trans-unit id="BuildCheckEnabled">
<source>The BuildCheck is enabled for this build.</source> <source>The BuildCheck is enabled for this build.</source>
<target state="new">The BuildCheck is enabled for this build.</target> <target state="translated">已为此内部版本启用 BuildCheck。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildFinishedQuestionFailure"> <trans-unit id="BuildFinishedQuestionFailure">
@ -219,32 +219,32 @@
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerAssemblyNotExist"> <trans-unit id="CustomAnalyzerAssemblyNotExist">
<source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source> <source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source>
<target state="needs-review-translation">找不到指定的自定义分析器程序集: {0}。请检查它是否存在。</target> <target state="translated">找不到指定的自定义分析器程序集 "{0}"。请检查它是否存在。</target>
<note>The message is emitted when the custom analyzer assembly can not be found.</note> <note>The message is emitted when the custom analyzer assembly can not be found.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerBaseTypeNotAssignable"> <trans-unit id="CustomAnalyzerBaseTypeNotAssignable">
<source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source> <source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source>
<target state="needs-review-translation">未能从程序集 {1} 加载自定义分析器类型 {0}。请确保它继承 Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer 基类。如果不打算将其作为自定义分析器,则不应将其公开。详细信息: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target> <target state="translated">未能从程序集 "{1}" 加载自定义分析器类型 "{0}"。请确保它继承 Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer 基类。如果不打算将其作为自定义分析器,则不应将其公开。详细信息: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target>
<note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note> <note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedAcquisition"> <trans-unit id="CustomAnalyzerFailedAcquisition">
<source>Failed to register the custom analyzer: '{0}'.</source> <source>Failed to register the custom analyzer: '{0}'.</source>
<target state="needs-review-translation">无法注册自定义分析器: {0}。</target> <target state="translated">未能注册自定义分析器 "{0}"。</target>
<note>The message is emitted on failed loading of the custom analyzer in process.</note> <note>The message is emitted on failed loading of the custom analyzer in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedRuleLoading"> <trans-unit id="CustomAnalyzerFailedRuleLoading">
<source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source> <source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source>
<target state="needs-review-translation">无法实例化自定义分析器规则,出现以下异常: {0}。</target> <target state="translated">未能实例化自定义分析器规则,出现以下异常: {0}。</target>
<note>The message is emitted on failed loading of the custom analyzer rule in process.</note> <note>The message is emitted on failed loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerRegistered"> <trans-unit id="CustomAnalyzerRegistered">
<source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source> <source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source>
<target state="new">The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</target> <target state="translated">已从位置 "{1}" 为内部版本注册自定义分析器 "{0}"。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerSuccessfulAcquisition"> <trans-unit id="CustomAnalyzerSuccessfulAcquisition">
<source>Custom analyzer rule: '{0}' has been registered successfully.</source> <source>Custom analyzer rule: '{0}' has been registered successfully.</source>
<target state="needs-review-translation">自定义分析器规则: {0} 已成功注册。</target> <target state="translated">已成功注册自定义分析器规则 "{0}"。</target>
<note>The message is emitted on successful loading of the custom analyzer rule in process.</note> <note>The message is emitted on successful loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="DefaultSDKResolverError"> <trans-unit id="DefaultSDKResolverError">

16
src/Build/Resources/xlf/Strings.zh-Hant.xlf сгенерированный
Просмотреть файл

@ -4,7 +4,7 @@
<body> <body>
<trans-unit id="AbortingBuild"> <trans-unit id="AbortingBuild">
<source>Attempting to cancel the build...</source> <source>Attempting to cancel the build...</source>
<target state="new">Attempting to cancel the build...</target> <target state="translated">正在嘗試取消建置...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="AmbiguousTaskParameterError"> <trans-unit id="AmbiguousTaskParameterError">
@ -133,7 +133,7 @@
</trans-unit> </trans-unit>
<trans-unit id="BuildCheckEnabled"> <trans-unit id="BuildCheckEnabled">
<source>The BuildCheck is enabled for this build.</source> <source>The BuildCheck is enabled for this build.</source>
<target state="new">The BuildCheck is enabled for this build.</target> <target state="translated">已為此組建啟用 BuildCheck。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildFinishedQuestionFailure"> <trans-unit id="BuildFinishedQuestionFailure">
@ -219,32 +219,32 @@
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerAssemblyNotExist"> <trans-unit id="CustomAnalyzerAssemblyNotExist">
<source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source> <source>Failed to find the specified custom analyzer assembly: '{0}'. Please check if it exists.</source>
<target state="needs-review-translation">找不到指定的自訂分析器組件: {0}。請檢查它是否存在。</target> <target state="translated">找不到指定的自訂分析器組件: '{0}'。請確認其是否存在。</target>
<note>The message is emitted when the custom analyzer assembly can not be found.</note> <note>The message is emitted when the custom analyzer assembly can not be found.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerBaseTypeNotAssignable"> <trans-unit id="CustomAnalyzerBaseTypeNotAssignable">
<source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source> <source>Failed to load the custom analyzer type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer base class. If it is not intended to be a custom analyzer, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source>
<target state="needs-review-translation">無法從組件 {1} 載入自訂分析器類型 {0}。請確定它繼承 Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer 基類。如果不是要作為自訂分析器,則不應公開。更多資訊: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target> <target state="translated">無法從組件: '{1}'載入自訂分析器類型: '{0}'。請確認其繼承了 Microsoft.Build.Experimental.BuildCheck.BuildAnalyzer 基底類別。如非作為自訂分析器,則不應公開。更多資訊: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target>
<note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note> <note>The message is emitted when the custom analyzer assembly can not be successfully registered.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedAcquisition"> <trans-unit id="CustomAnalyzerFailedAcquisition">
<source>Failed to register the custom analyzer: '{0}'.</source> <source>Failed to register the custom analyzer: '{0}'.</source>
<target state="needs-review-translation">無法登錄自訂分析器: {0}。</target> <target state="translated">無法註冊自訂分析器: '{0}'。</target>
<note>The message is emitted on failed loading of the custom analyzer in process.</note> <note>The message is emitted on failed loading of the custom analyzer in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerFailedRuleLoading"> <trans-unit id="CustomAnalyzerFailedRuleLoading">
<source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source> <source>Failed to instantiate the custom analyzer rule with the following exception: '{0}'.</source>
<target state="needs-review-translation">無法具現化自訂分析器規則,發生下列例外狀況: {0}。</target> <target state="translated">無法具現化自訂分析器規則,發生下列例外狀況: '{0}'。</target>
<note>The message is emitted on failed loading of the custom analyzer rule in process.</note> <note>The message is emitted on failed loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerRegistered"> <trans-unit id="CustomAnalyzerRegistered">
<source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source> <source>The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</source>
<target state="new">The custom analyzer: '{0}' is registered for the build from the location: '{1}'.</target> <target state="translated">已從 '{1}' 位置為組建註冊自訂分析器 '{0}'。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CustomAnalyzerSuccessfulAcquisition"> <trans-unit id="CustomAnalyzerSuccessfulAcquisition">
<source>Custom analyzer rule: '{0}' has been registered successfully.</source> <source>Custom analyzer rule: '{0}' has been registered successfully.</source>
<target state="needs-review-translation">自訂分析器規則: 已成功登錄 {0}。</target> <target state="translated">已成功註冊自訂分析器規則: '{0}'。</target>
<note>The message is emitted on successful loading of the custom analyzer rule in process.</note> <note>The message is emitted on successful loading of the custom analyzer rule in process.</note>
</trans-unit> </trans-unit>
<trans-unit id="DefaultSDKResolverError"> <trans-unit id="DefaultSDKResolverError">

118
src/MSBuild/Resources/xlf/Strings.cs.xlf сгенерированный
Просмотреть файл

@ -138,11 +138,11 @@
the -targets option or the -getTargetResult option is the -targets option or the -getTargetResult option is
used, write out the values after the build. used, write out the values after the build.
</source> </source>
<target state="new"> -getProperty:propertyName,... <target state="translated"> -getProperty:propertyName,...
Write out the value of one or more specified properties Vypíše hodnotu jedné nebo více zadaných vlastností
after evaluation, without executing the build, or if either po vyhodnocení bez provedení sestavení, nebo pokud je
the -targets option or the -getTargetResult option is použita volba -targets nebo volba -getTargetResult,
used, write out the values after the build. vypíše hodnoty po sestavení.
</target> </target>
<note> <note>
LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized. LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized.
@ -157,12 +157,12 @@
or the -getTargetResult option is used, write out or the -getTargetResult option is used, write out
the values after the build. the values after the build.
</source> </source>
<target state="new"> -getItem:itemName,... <target state="translated"> -getItem:itemName,...
Write out the value of one or more specified items and Vypíše hodnotu jedné nebo více zadaných položek
their associated metadata after evaluation without a jejich přidružená metadata po vyhodnocení bez
executing the build, or if either the -targets option provedení sestavení, nebo pokud je použita volba -targets
or the -getTargetResult option is used, write out nebo volba -getTargetResult, vypíše hodnoty
the values after the build. po sestavení.
</target> </target>
<note> <note>
LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized. LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized.
@ -174,9 +174,9 @@
Write out the output value of one or more targets and Write out the output value of one or more targets and
the specified targets will be executed. the specified targets will be executed.
</source> </source>
<target state="new"> -getTargetResult:targetName,... <target state="translated"> -getTargetResult:targetName,...
Write out the output value of one or more targets and Vypíše výstupní hodnotu jednoho nebo více cílů a
the specified targets will be executed. zadané cíle se provedou.
</target> </target>
<note> <note>
LOCALIZATION: "-getTargetResult" should not be localized. LOCALIZATION: "-getTargetResult" should not be localized.
@ -199,20 +199,20 @@
- Preview - the feature is in preview (not stable) - Preview - the feature is in preview (not stable)
(Short form: -fa) (Short form: -fa)
</source> </source>
<target state="new"> -featureAvailability:featureName,... <target state="translated"> -featureAvailability:featureName,...
Check feature availability. The result is one of the Zkontroluje dostupnost funkce. Výsledkem je jeden
strings "Undefined", "Available", "NotAvailable" and z řetězců Undefined, Available, NotAvailable a
"Preview". Preview.
- Undefined - the availability of the feature is undefined - Undefined – Dostupnost funkce je nedefinovaná
(the feature name is unknown to the feature availability (název funkce je pro kontrolu dostupnosti funkce
checker) neznámý).
- NotAvailable - the feature is not available (unlike - NotAvailable – Funkce není k dispozici (na rozdíl
Undefined, the feature name is known to the feature od možnosti Undefined je název funkce nástroji pro
availability checker and it knows the feature is not kontrolu dostupnosti funkce znám a ten ví, že funkce není
supported by current MSBuild engine) podporována aktuálním modulem MSBuild).
- Available - the feature is available - Available – Funkce je k dispozici.
- Preview - the feature is in preview (not stable) - Preview – Funkce je ve verzi Preview (není stabilní).
(Short form: -fa) (Krátký tvar: -fa)
</target> </target>
<note> <note>
LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized. LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized.
@ -232,17 +232,17 @@
later. later.
(Short form: -tl) (Short form: -tl)
</source> </source>
<target state="new"> -terminalLogger[:auto,on,off] <target state="translated"> -terminalLogger[:auto,on,off]
Enable or disable the terminal logger. Terminal logger Povolí nebo zakáže protokolovací nástroj terminálu. Protokolovací nástroj
provides enhanced build output on the console in real time, terminálu poskytuje v konzole v reálném čase rozšířený výstup
organized logically by project, and designed to highlight sestavení, který je logicky uspořádán podle projektů a je navržen tak,
actionable information. Specify auto (or use the option aby zvýrazňoval informace s možností reakce. Pokud chcete, aby byl protokolovací nástroj terminálu použit,
without arguments) to use the terminal logger only if the pouze pokud není přesměrován standardní výstup, zadejte
standard output is not redirected. Don't parse the output auto (nebo použijte volbu bez argumentů). Výstup neparsujte
or otherwise rely on it remaining unchanged in future ani jinak nespoléhejte na to, že v budoucích verzích zůstane
versions. This option is available in MSBuild 17.8 and beze změny. Tato možnost je dostupná v MSBuildu 17.8 a
later. novějších verzích.
(Short form: -tl) (Krátký tvar: -tl)
</target> </target>
<note> <note>
LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized. LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized.
@ -269,23 +269,23 @@
Example: Example:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</source> </source>
<target state="new"> -terminalLoggerParameters: &lt;parameters&gt; <target state="translated"> -terminalLoggerParameters: &lt;parameters&gt;
Parameters to terminal logger. (Short form: -tlp) Parametry pro protokolovací nástroj terminálu. (Krátký tvar: -tlp)
The available parameters. Dostupné parametry.
default--Specifies the default behavior of the terminal default – Určuje výchozí chování protokolovacího
logger. It requires one of the following values: nástroje terminálu. Vyžaduje jednu z následujících hodnot:
- `on`, `true` forces TerminalLogger to be used even - on, true vynutí použití TerminalLoggeru,
when it would be disabled. i kdyby byl zakázaný.
- `off`, `false` forces TerminalLogger to not be used - off, false vynutí nepoužívání TerminalLoggeru,
even when it would be enabled. i kdyby byl povolený.
- `auto` enables TerminalLogger when the terminal - auto povolí TerminalLogger, když to terminál
supports it and the session doesn't have redirected podporuje a relace nemá přesměrované
stdout/stderr stdout/stderr
verbosity--Override the -verbosity setting for this verbosity – Přepíše nastavení -verbosity pro tento
logger protokolovací nástroj.
showCommandLine--Show TaskCommandLineEvent messages showCommandLine – Zobrazí zprávy TaskCommandLineEvent.
Example: Příklad:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</target> </target>
<note> <note>
@ -301,12 +301,12 @@
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. This writes the value of property Bar into Biz.txt.
</source> </source>
<target state="new"> -getResultOutputFile:file <target state="translated"> -getResultOutputFile:file
Redirect output from get* into a file. Přesměruje výstup get* do souboru.
Example: Příklad:
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. Tím se zapíše hodnota vlastnosti Bar do souboru Biz.txt.
</target> </target>
<note> <note>
LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized. LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized.
@ -1545,7 +1545,7 @@ Když se nastaví na MessageUponIsolationViolation (nebo jeho krátký
</trans-unit> </trans-unit>
<trans-unit id="MissingFeatureAvailabilityError"> <trans-unit id="MissingFeatureAvailabilityError">
<source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source> <source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source>
<target state="new">MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</target> <target state="translated">MSBUILD : error MSB1067: Je nutné zadat název funkce pro přepínač featureAvailability.</target>
<note> <note>
{StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name {StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name
following the switch, as in "msbuild.exe -featureAvailability:blah". following the switch, as in "msbuild.exe -featureAvailability:blah".

116
src/MSBuild/Resources/xlf/Strings.de.xlf сгенерированный
Просмотреть файл

@ -138,11 +138,11 @@
the -targets option or the -getTargetResult option is the -targets option or the -getTargetResult option is
used, write out the values after the build. used, write out the values after the build.
</source> </source>
<target state="new"> -getProperty:propertyName,... <target state="translated"> -getProperty:propertyName,...
Write out the value of one or more specified properties Schreiben Sie den Wert einer oder mehrerer angegebener Eigenschaften
after evaluation, without executing the build, or if either nach der Auswertung aus, ohne den Build auszuführen, oder wenn entweder
the -targets option or the -getTargetResult option is die Option "-getTargetResult" oder die Option "-getTargetResult" verwendet
used, write out the values after the build. wird, schreiben Sie die Werte nach dem Build aus.
</target> </target>
<note> <note>
LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized. LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized.
@ -157,12 +157,12 @@
or the -getTargetResult option is used, write out or the -getTargetResult option is used, write out
the values after the build. the values after the build.
</source> </source>
<target state="new"> -getItem:itemName,... <target state="translated"> -getItem:itemName,...
Write out the value of one or more specified items and Schreiben Sie den Wert eines oder mehrerer angegebener Elemente und
their associated metadata after evaluation without die zugehörigen Metadaten nach der Auswertung ohne
executing the build, or if either the -targets option Ausführen des Builds aus, oder wenn entweder die Option "-targets"
or the -getTargetResult option is used, write out oder die Option "-getTargetResult" verwendet wird, schreiben Sie
the values after the build. die Werte nach dem Build aus.
</target> </target>
<note> <note>
LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized. LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized.
@ -174,9 +174,9 @@
Write out the output value of one or more targets and Write out the output value of one or more targets and
the specified targets will be executed. the specified targets will be executed.
</source> </source>
<target state="new"> -getTargetResult:targetName,... <target state="translated"> -getTargetResult:targetName,...
Write out the output value of one or more targets and Schreiben Sie den Ausgabewert eines oder mehrerer Ziele aus und
the specified targets will be executed. die angegebenen Ziele werden ausgeführt.
</target> </target>
<note> <note>
LOCALIZATION: "-getTargetResult" should not be localized. LOCALIZATION: "-getTargetResult" should not be localized.
@ -199,20 +199,20 @@
- Preview - the feature is in preview (not stable) - Preview - the feature is in preview (not stable)
(Short form: -fa) (Short form: -fa)
</source> </source>
<target state="new"> -featureAvailability:featureName,... <target state="translated"> -featureAvailability:featureName,...
Check feature availability. The result is one of the Überprüft die Verfügbarkeit von Features. Das Ergebnis ist eine der
strings "Undefined", "Available", "NotAvailable" and Zeichenfolgen "Undefined", "Available", "NotAvailable" und
"Preview". "Preview".
- Undefined - the availability of the feature is undefined –Undefinied: Die Verfügbarkeit des Features ist nicht definiert
(the feature name is unknown to the feature availability (der Featurename ist für den Prüfer der Featureverfügbarkeit
checker) unbekannt)
- NotAvailable - the feature is not available (unlike -NotAvailable: Das Feature ist nicht verfügbar (im Gegensatz zu
Undefined, the feature name is known to the feature "Undefined", wo der Featurename für den Prüfer der Featureverfügbarkeit
availability checker and it knows the feature is not bekannt ist und er weiß, dass das Feature von der
supported by current MSBuild engine) aktuellen MSBuild-Engine nicht unterstützt wird)
- Available - the feature is available -Available: Das Feature ist verfügbar
- Preview - the feature is in preview (not stable) -Preview: Das Feature befindet sich in der Vorschau (nicht stabil)
(Short form: -fa) (Kurzform: -fa)
</target> </target>
<note> <note>
LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized. LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized.
@ -232,17 +232,17 @@
later. later.
(Short form: -tl) (Short form: -tl)
</source> </source>
<target state="new"> -terminalLogger[:auto,on,off] <target state="translated"> -terminalLogger[:auto,on,off]
Enable or disable the terminal logger. Terminal logger Aktiviert oder deaktiviert die Terminalprotokollierung. Terminal-Logger
provides enhanced build output on the console in real time, bietet verbesserte Buildausgabe auf der Konsole in Echtzeit,
organized logically by project, and designed to highlight logisch nach Projekt organisiert und entwickelt, um
actionable information. Specify auto (or use the option verwertbare Informationen hervorzuheben. Geben Sie "auto" an (oder verwenden Sie die Option
without arguments) to use the terminal logger only if the ohne Argumente), um den Terminal-Logger nur zu verwenden, wenn die
standard output is not redirected. Don't parse the output Standardausgabe nicht umgeleitet wird. Analysieren Sie die Ausgabe nicht
or otherwise rely on it remaining unchanged in future oder vertrauen Sie darauf, dass sie in zukünftigen
versions. This option is available in MSBuild 17.8 and Versionen unverändert bleibt. Diese Option ist in MSBuild 17.8 und
later. später verfügbar.
(Short form: -tl) (Kurzform: -tl)
</target> </target>
<note> <note>
LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized. LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized.
@ -269,23 +269,23 @@
Example: Example:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</source> </source>
<target state="new"> -terminalLoggerParameters: &lt;parameters&gt; <target state="translated"> -terminalLoggerParameters: &lt;parameters&gt;
Parameters to terminal logger. (Short form: -tlp) Parameter für Terminal-Logger. (Kurzform: -tlp)
The available parameters. Die verfügbaren Parameter.
default--Specifies the default behavior of the terminal default: Gibt das Standardverhalten des Terminal-
logger. It requires one of the following values: Loggers an. Erfordert einen der folgenden Werte:
- `on`, `true` forces TerminalLogger to be used even – "on", "true" erzwingt die Verwendung von TerminalLogger, auch
when it would be disabled. wenn er deaktiviert werden sollte.
- `off`, `false` forces TerminalLogger to not be used – "off", "true" erzwingt die Nichtverwendung von TerminalLogger, auch
even when it would be enabled. wenn er aktiviert werden sollte.
- `auto` enables TerminalLogger when the terminal – "auto" aktiviert TerminalLogger, wenn das Terminal
supports it and the session doesn't have redirected dies unterstützt, und die Sitzung nicht umgeleitet wurde
stdout/stderr stdout/stderr
verbosity--Override the -verbosity setting for this verbosity: Überschreiben Sie die Einstellung "-verbosity" für diesen
logger Logger
showCommandLine--Show TaskCommandLineEvent messages showCommandLine: TaskCommandLineEvent-Meldungen anzeigen
Example: Beispiel:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</target> </target>
<note> <note>
@ -301,12 +301,12 @@
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. This writes the value of property Bar into Biz.txt.
</source> </source>
<target state="new"> -getResultOutputFile:file <target state="translated"> -getResultOutputFile:file
Redirect output from get* into a file. Leiten Sie die Ausgabe von get* in eine Datei um.
Example: Beispiel:
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. Dadurch wird der Wert der Eigenschaftsleiste in Biz.txt geschrieben.
</target> </target>
<note> <note>
LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized. LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized.
@ -1533,7 +1533,7 @@ Dieses Protokollierungsformat ist standardmäßig aktiviert.
</trans-unit> </trans-unit>
<trans-unit id="MissingFeatureAvailabilityError"> <trans-unit id="MissingFeatureAvailabilityError">
<source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source> <source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source>
<target state="new">MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</target> <target state="translated">MSBUILD : error MSB1067: Es muss ein Featurename für den featureAvailability-Schalter angegeben werden.</target>
<note> <note>
{StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name {StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name
following the switch, as in "msbuild.exe -featureAvailability:blah". following the switch, as in "msbuild.exe -featureAvailability:blah".

116
src/MSBuild/Resources/xlf/Strings.es.xlf сгенерированный
Просмотреть файл

@ -137,11 +137,11 @@ Esta marca es experimental y puede que no funcione según lo previsto.
the -targets option or the -getTargetResult option is the -targets option or the -getTargetResult option is
used, write out the values after the build. used, write out the values after the build.
</source> </source>
<target state="new"> -getProperty:propertyName,... <target state="translated"> -getProperty:propertyName,...
Write out the value of one or more specified properties Escriba el valor de una o varias propiedades especificadas
after evaluation, without executing the build, or if either después de la evaluación, sin ejecutar la compilación, o si se usa
the -targets option or the -getTargetResult option is la opción -targets o la opción -getTargetResult,
used, write out the values after the build. escriba los valores después de la compilación.
</target> </target>
<note> <note>
LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized. LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized.
@ -156,12 +156,12 @@ Esta marca es experimental y puede que no funcione según lo previsto.
or the -getTargetResult option is used, write out or the -getTargetResult option is used, write out
the values after the build. the values after the build.
</source> </source>
<target state="new"> -getItem:itemName,... <target state="translated"> -getItem:itemName,...
Write out the value of one or more specified items and Escriba el valor de uno o varios elementos especificados y
their associated metadata after evaluation without sus metadatos asociados después de la evaluación sin
executing the build, or if either the -targets option ejecutar la compilación, o si se usa la opción -targets
or the -getTargetResult option is used, write out o la opción -getTargetResult, escriba
the values after the build. los valores después de la compilación.
</target> </target>
<note> <note>
LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized. LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized.
@ -173,9 +173,9 @@ Esta marca es experimental y puede que no funcione según lo previsto.
Write out the output value of one or more targets and Write out the output value of one or more targets and
the specified targets will be executed. the specified targets will be executed.
</source> </source>
<target state="new"> -getTargetResult:targetName,... <target state="translated"> -getTargetResult:targetName,...
Write out the output value of one or more targets and Escriba el valor de salida de uno o varios destinos y
the specified targets will be executed. los destinos especificados se ejecutarán.
</target> </target>
<note> <note>
LOCALIZATION: "-getTargetResult" should not be localized. LOCALIZATION: "-getTargetResult" should not be localized.
@ -198,20 +198,20 @@ Esta marca es experimental y puede que no funcione según lo previsto.
- Preview - the feature is in preview (not stable) - Preview - the feature is in preview (not stable)
(Short form: -fa) (Short form: -fa)
</source> </source>
<target state="new"> -featureAvailability:featureName,... <target state="translated"> -featureAvailability:featureName,...
Check feature availability. The result is one of the Compruebe la disponibilidad de la característica. El resultado es una de las
strings "Undefined", "Available", "NotAvailable" and cadenas "Undefined", "Available", "NotAvailable" y
"Preview". "Preview".
- Undefined - the availability of the feature is undefined - Undefined: la disponibilidad de la característica no está definida
(the feature name is unknown to the feature availability (el nombre de la característica es desconocido para el comprobador de disponibilidad
checker) de características)
- NotAvailable - the feature is not available (unlike - NotAvailable: la característica no está disponible (a diferencia de
Undefined, the feature name is known to the feature Undefined, el nombre de la característica es conocido para el comprobador
availability checker and it knows the feature is not de disponibilidad de características y sabe que la característica no
supported by current MSBuild engine) se admite en el motor de MSBuild actual)
- Available - the feature is available - Available: la característica está disponible
- Preview - the feature is in preview (not stable) - Preview: la característica está en versión preliminar (no estable)
(Short form: -fa) (Forma corta: -fa)
</target> </target>
<note> <note>
LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized. LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized.
@ -231,17 +231,17 @@ Esta marca es experimental y puede que no funcione según lo previsto.
later. later.
(Short form: -tl) (Short form: -tl)
</source> </source>
<target state="new"> -terminalLogger[:auto,on,off] <target state="translated"> -terminalLogger[:auto,on,off]
Enable or disable the terminal logger. Terminal logger Habilite o deshabilite el registrador de terminal. El registrador de terminal
provides enhanced build output on the console in real time, proporciona una salida de compilación mejorada en la consola en tiempo real,
organized logically by project, and designed to highlight organizada lógicamente por proyecto y diseñada para resaltar
actionable information. Specify auto (or use the option la información accionable. Especifique auto (o use la opción
without arguments) to use the terminal logger only if the sin argumentos) para utilizar el registrador de terminal solo si la
standard output is not redirected. Don't parse the output salida estándar no se redirige. No analice la salida
or otherwise rely on it remaining unchanged in future ni confíe en que permanezca sin cambios en versiones
versions. This option is available in MSBuild 17.8 and futuras. Esta opción está disponible en MSBuild 17.8 y
later. posteriores.
(Short form: -tl) (Forma corta: -tl)
</target> </target>
<note> <note>
LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized. LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized.
@ -268,23 +268,23 @@ Esta marca es experimental y puede que no funcione según lo previsto.
Example: Example:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</source> </source>
<target state="new"> -terminalLoggerParameters: &lt;parameters&gt; <target state="translated"> -terminalLoggerParameters: &lt;parameters&gt;
Parameters to terminal logger. (Short form: -tlp) Parámetros para el registrador de terminal. (Forma corta: -tlp)
The available parameters. Los parámetros disponibles.
default--Specifies the default behavior of the terminal default--Especifica el comportamiento predeterminado del registrador
logger. It requires one of the following values: de terminal. Requiere uno de los siguientes valores:
- `on`, `true` forces TerminalLogger to be used even - `on`, `true` fuerza el uso de TerminalLogger aunque
when it would be disabled. esté deshabilitado.
- `off`, `false` forces TerminalLogger to not be used - `off`, `false` fuerza que no se utilice TerminalLogger
even when it would be enabled. aunque esté habilitado.
- `auto` enables TerminalLogger when the terminal - `auto` habilita TerminalLogger cuando el terminal
supports it and the session doesn't have redirected lo admite y la sesión no ha redirigido
stdout/stderr stdout/stderr
verbosity--Override the -verbosity setting for this verbosity--Reemplaza el valor -verbosity de este
logger registrador
showCommandLine--Show TaskCommandLineEvent messages showCommandLine--Muestra los mensajes de TaskCommandLineEvent
Example: Ejemplo:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</target> </target>
<note> <note>
@ -300,12 +300,12 @@ Esta marca es experimental y puede que no funcione según lo previsto.
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. This writes the value of property Bar into Biz.txt.
</source> </source>
<target state="new"> -getResultOutputFile:file <target state="translated"> -getResultOutputFile:file
Redirect output from get* into a file. Redirija la salida de get* a un archivo.
Example: Ejemplo:
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. Esto escribe el valor de la propiedad Bar en Biz.txt.
</target> </target>
<note> <note>
LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized. LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized.
@ -1539,7 +1539,7 @@ Esta marca es experimental y puede que no funcione según lo previsto.
</trans-unit> </trans-unit>
<trans-unit id="MissingFeatureAvailabilityError"> <trans-unit id="MissingFeatureAvailabilityError">
<source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source> <source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source>
<target state="new">MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</target> <target state="translated">MSBUILD : error MSB1067: debe proporcionar un nombre de característica para el conmutador featureAvailability.</target>
<note> <note>
{StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name {StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name
following the switch, as in "msbuild.exe -featureAvailability:blah". following the switch, as in "msbuild.exe -featureAvailability:blah".

119
src/MSBuild/Resources/xlf/Strings.fr.xlf сгенерированный
Просмотреть файл

@ -137,11 +137,11 @@
the -targets option or the -getTargetResult option is the -targets option or the -getTargetResult option is
used, write out the values after the build. used, write out the values after the build.
</source> </source>
<target state="new"> -getProperty:propertyName,... <target state="translated"> -getProperty:propertyName,...
Write out the value of one or more specified properties Notez la valeur dune ou de plusieurs propriétés spécifiées
after evaluation, without executing the build, or if either après lévaluation, sans exécuter la build, ou si
the -targets option or the -getTargetResult option is loption -targets ou loption -getTargetResult est
used, write out the values after the build. utilisé, écrivez les valeurs après la génération.
</target> </target>
<note> <note>
LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized. LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized.
@ -156,12 +156,12 @@
or the -getTargetResult option is used, write out or the -getTargetResult option is used, write out
the values after the build. the values after the build.
</source> </source>
<target state="new"> -getItem:itemName,... <target state="translated"> -getItem:itemName,...
Write out the value of one or more specified items and Notez la valeur dun ou de plusieurs éléments spécifiés et
their associated metadata after evaluation without leurs métadonnées associées après lévaluation sans
executing the build, or if either the -targets option lexécution de la build, ou si loption -targets
or the -getTargetResult option is used, write out ou loption -getTargetResult est utilisée, écrivez
the values after the build. les valeurs après la génération.
</target> </target>
<note> <note>
LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized. LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized.
@ -173,9 +173,9 @@
Write out the output value of one or more targets and Write out the output value of one or more targets and
the specified targets will be executed. the specified targets will be executed.
</source> </source>
<target state="new"> -getTargetResult:targetName,... <target state="translated"> -getTargetResult:targetName,...
Write out the output value of one or more targets and Notez la valeur de sortie dune ou de plusieurs cibles et
the specified targets will be executed. les cibles spécifiées seront exécutées.
</target> </target>
<note> <note>
LOCALIZATION: "-getTargetResult" should not be localized. LOCALIZATION: "-getTargetResult" should not be localized.
@ -198,20 +198,20 @@
- Preview - the feature is in preview (not stable) - Preview - the feature is in preview (not stable)
(Short form: -fa) (Short form: -fa)
</source> </source>
<target state="new"> -featureAvailability:featureName,... <target state="translated"> -featureAvailability:featureName,...
Check feature availability. The result is one of the Vérifiez la disponibilité des fonctionnalités. Le résultat est lune des
strings "Undefined", "Available", "NotAvailable" and chaînes « Undefined », « Available », « NotAvailable » et
"Preview". « Aperçu ».
- Undefined - the availability of the feature is undefined - Non défini : la disponibilité de la fonctionnalité nest pas définie
(the feature name is unknown to the feature availability (le nom de la fonctionnalité est inconnu de la disponibilité des fonctionnalités
checker) vérificateur)
- NotAvailable - the feature is not available (unlike - NotAvailable : la fonctionnalité nest pas disponible (contrairement à
Undefined, the feature name is known to the feature Non défini, le nom de la fonctionnalité est connu de la fonctionnalité
availability checker and it knows the feature is not et sait que la fonctionnalité nest pas
supported by current MSBuild engine) prise en charge par le moteur MSBuild actuel)
- Available - the feature is available - Disponible : la fonctionnalité est disponible
- Preview - the feature is in preview (not stable) - Préversion : la fonctionnalité est en préversion (non stable)
(Short form: -fa) (Forme abrégée : -fa)
</target> </target>
<note> <note>
LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized. LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized.
@ -231,17 +231,18 @@
later. later.
(Short form: -tl) (Short form: -tl)
</source> </source>
<target state="new"> -terminalLogger[:auto,on,off] <target state="translated"> -terminalLogger[:auto,on,off]
Enable or disable the terminal logger. Terminal logger Activez ou désactivez lenregistreur dévénements du terminal. Enregistreur dévénements terminal
provides enhanced build output on the console in real time, fournit une sortie de build améliorée sur la console en temps réel,
organized logically by project, and designed to highlight organisé logiquement par projet et conçu pour mettre en évidence
actionable information. Specify auto (or use the option les informations exploitables. Spécifier automatiquement (ou utiliser loption
without arguments) to use the terminal logger only if the sans arguments) pour utiliser lenregistreur dévénements de terminal uniquement si le
standard output is not redirected. Don't parse the output la sortie standard nest pas redirigée. Nanalysez pas la sortie
or otherwise rely on it remaining unchanged in future ou reposez-vous sur le fait quil reste inchangé dans les
versions. This option is available in MSBuild 17.8 and futures
later. versions. Cette option est disponible dans MSBuild 17.8 et
(Short form: -tl) ultérieures.
(Forme abrégée : -tl)
</target> </target>
<note> <note>
LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized. LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized.
@ -268,23 +269,23 @@
Example: Example:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</source> </source>
<target state="new"> -terminalLoggerParameters: &lt;parameters&gt; <target state="translated"> -terminalLoggerParameters: &lt;parameters&gt;
Parameters to terminal logger. (Short form: -tlp) Paramètres de lenregistreur dévénements de terminal. (Forme abrégée : -tlp)
The available parameters. Paramètres disponibles.
default--Specifies the default behavior of the terminal default --Spécifie le comportement par défaut du terminal
logger. It requires one of the following values: enregistreur. Elle nécessite lune des valeurs suivantes :
- `on`, `true` forces TerminalLogger to be used even - 'on', 'true' force TerminalLogger à être utilisé même
when it would be disabled. quand il serait désactivé.
- `off`, `false` forces TerminalLogger to not be used - 'off', 'false' force TerminalLogger à ne pas être utilisé
even when it would be enabled. même lorsquil serait activé.
- `auto` enables TerminalLogger when the terminal - « auto » active TerminalLogger lorsque le terminal
supports it and the session doesn't have redirected la prend en charge et la session na pas redirigée
stdout/stderr stdout/stderr
verbosity--Override the -verbosity setting for this verbosity--Remplacer le paramètre -verbosity pour cet
logger enregistreur
showCommandLine--Show TaskCommandLineEvent messages showCommandLine--Afficher les messages TaskCommandLineEvent
Example: Exemple :
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</target> </target>
<note> <note>
@ -300,12 +301,12 @@
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. This writes the value of property Bar into Biz.txt.
</source> </source>
<target state="new"> -getResultOutputFile:file <target state="translated"> -getResultOutputFile:file
Redirect output from get* into a file. Rediriger la sortie de get* vers un fichier.
Example: Exemple :
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. Cette opération écrit la valeur de la barre de propriétés dans Biz.txt.
</target> </target>
<note> <note>
LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized. LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized.
@ -1532,7 +1533,7 @@ Remarque : verbosité des enregistreurs dévénements de fichiers
</trans-unit> </trans-unit>
<trans-unit id="MissingFeatureAvailabilityError"> <trans-unit id="MissingFeatureAvailabilityError">
<source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source> <source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source>
<target state="new">MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</target> <target state="translated">MSBUILD : error MSB1067: doit fournir un nom de fonctionnalité pour le commutateur featureAvailability.</target>
<note> <note>
{StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name {StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name
following the switch, as in "msbuild.exe -featureAvailability:blah". following the switch, as in "msbuild.exe -featureAvailability:blah".

119
src/MSBuild/Resources/xlf/Strings.it.xlf сгенерированный
Просмотреть файл

@ -137,11 +137,11 @@ Questo flag è sperimentale e potrebbe non funzionare come previsto.
the -targets option or the -getTargetResult option is the -targets option or the -getTargetResult option is
used, write out the values after the build. used, write out the values after the build.
</source> </source>
<target state="new"> -getProperty:propertyName,... <target state="translated"> -getProperty:propertyName,...
Write out the value of one or more specified properties Scrivere il valore di una o più proprietà specificate
after evaluation, without executing the build, or if either dopo la valutazione, senza eseguire la compilazione o se
the -targets option or the -getTargetResult option is si usa sia l'opzione -targets che lopzione -getTargetResult
used, write out the values after the build. scrivere i valori dopo la compilazione.
</target> </target>
<note> <note>
LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized. LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized.
@ -156,12 +156,12 @@ Questo flag è sperimentale e potrebbe non funzionare come previsto.
or the -getTargetResult option is used, write out or the -getTargetResult option is used, write out
the values after the build. the values after the build.
</source> </source>
<target state="new"> -getItem:itemName,... <target state="translated"> -getItem:itemName,...
Write out the value of one or more specified items and Scrivere il valore di uno o più elementi specificati e
their associated metadata after evaluation without i metadati associati dopo la valutazione senza
executing the build, or if either the -targets option eseguire la compilazione o in caso si usi lopzione -targets
or the -getTargetResult option is used, write out oppure l'opzione -getTargetResult, scrivere
the values after the build. i valori dopo la compilazione.
</target> </target>
<note> <note>
LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized. LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized.
@ -173,9 +173,9 @@ Questo flag è sperimentale e potrebbe non funzionare come previsto.
Write out the output value of one or more targets and Write out the output value of one or more targets and
the specified targets will be executed. the specified targets will be executed.
</source> </source>
<target state="new"> -getTargetResult:targetName,... <target state="translated"> -getTargetResult:targetName,...
Write out the output value of one or more targets and Scrivere il valore di output di una o più destinazioni
the specified targets will be executed. per eseguire le destinazioni specificate.
</target> </target>
<note> <note>
LOCALIZATION: "-getTargetResult" should not be localized. LOCALIZATION: "-getTargetResult" should not be localized.
@ -198,20 +198,21 @@ Questo flag è sperimentale e potrebbe non funzionare come previsto.
- Preview - the feature is in preview (not stable) - Preview - the feature is in preview (not stable)
(Short form: -fa) (Short form: -fa)
</source> </source>
<target state="new"> -featureAvailability:featureName,... <target state="translated"> -featureAvailability:featureName,...
Check feature availability. The result is one of the Verificare la disponibilità delle funzionalità. Il risultato è uno delle
strings "Undefined", "Available", "NotAvailable" and stringhe "Non definito", "Disponibile", "Non disponibile" e
"Preview". "Anteprima".
- Undefined - the availability of the feature is undefined - Non definito: la disponibilità della funzionalità non è definita
(the feature name is unknown to the feature availability (Il nome della funzionalità non è noto al controllo
checker) della disponibilità delle funzionalità)
- NotAvailable - the feature is not available (unlike - Non disponibile: la funzionalità non è disponibile (a differenza di
Undefined, the feature name is known to the feature Non definito, dove il nome della funzionalità è noto al controllo della disponibilità della funzionalità
availability checker and it knows the feature is not ,
supported by current MSBuild engine) che sa che la funzionalità non è
- Available - the feature is available supportata dal motore MSBuild corrente)
- Preview - the feature is in preview (not stable) - Disponibile: la funzionalità è disponibile
(Short form: -fa) - Anteprima : la funzionalità è in anteprima (non stabile)
(Forma breve: -fa)
</target> </target>
<note> <note>
LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized. LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized.
@ -231,17 +232,17 @@ Questo flag è sperimentale e potrebbe non funzionare come previsto.
later. later.
(Short form: -tl) (Short form: -tl)
</source> </source>
<target state="new"> -terminalLogger[:auto,on,off] <target state="translated"> -terminalLogger[:automatico, attivato, disattivato]
Enable or disable the terminal logger. Terminal logger Abilitare o disabilitare il logger del terminale. Logger del terminale
provides enhanced build output on the console in real time, fornisce output di compilazione avanzati in tempo reale sulla console,
organized logically by project, and designed to highlight organizzato in maniera logica in base al progetto e progettato per evidenziare
actionable information. Specify auto (or use the option dati analitici interattivi. Specificare automatico (o usare l'opzione
without arguments) to use the terminal logger only if the senza argomenti) per usare il logger del terminale solo se l
standard output is not redirected. Don't parse the output output standard non viene reindirizzato. Non analizzare l'output
or otherwise rely on it remaining unchanged in future oppure affidarsi al fatto che non verrà modificato nelle future
versions. This option is available in MSBuild 17.8 and versioni. Questa opzione è disponibile in MSBuild 17.8 e
later. versioni successive.
(Short form: -tl) Forma breve: -tl)
</target> </target>
<note> <note>
LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized. LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized.
@ -268,23 +269,23 @@ Questo flag è sperimentale e potrebbe non funzionare come previsto.
Example: Example:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</source> </source>
<target state="new"> -terminalLoggerParameters: &lt;parameters&gt; <target state="translated"> -terminalLoggerParameters: &lt;parameters&gt;
Parameters to terminal logger. (Short form: -tlp) Parametri per il logger del terminale. Forma breve: -tlp)
The available parameters. Parametri disponibili.
default--Specifies the default behavior of the terminal impostazione predefinita- Specifica il comportamento predefinito del terminale
logger. It requires one of the following values: logger. Richiede uno dei valori seguenti:
- `on`, `true` forces TerminalLogger to be used even - 'attivato', 'vero' forza l'uso di TerminalLogger anche
when it would be disabled. se venisse disabilitato.
- `off`, `false` forces TerminalLogger to not be used - 'disattivato', 'falso' forza l'uso di TerminalLogger anche
even when it would be enabled. se venisse abilitato.
- `auto` enables TerminalLogger when the terminal - 'automatico' abilita TerminalLogger quando il terminale
supports it and the session doesn't have redirected lo supporta e la sessione non ha reindirizzato il livello di dettaglio
stdout/stderr stdout/stderr
verbosity--Override the -verbosity setting for this -- Eseguire l'override dell'impostazione del livello di dettaglio per questo
logger logger
showCommandLine--Show TaskCommandLineEvent messages showCommandLine--Mostra i messaggi TaskCommandLineEvent
Example: Esempio:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</target> </target>
<note> <note>
@ -300,12 +301,12 @@ Questo flag è sperimentale e potrebbe non funzionare come previsto.
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. This writes the value of property Bar into Biz.txt.
</source> </source>
<target state="new"> -getResultOutputFile:file <target state="translated"> -getResultOutputFile:file
Redirect output from get* into a file. Reindirizza l'output da get* in un file.
Example: Esempio:
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:barra -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. Il valore della barra delle proprietà viene scritto in Biz.txt.
</target> </target>
<note> <note>
LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized. LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized.
@ -1543,7 +1544,7 @@ Nota: livello di dettaglio dei logger di file
</trans-unit> </trans-unit>
<trans-unit id="MissingFeatureAvailabilityError"> <trans-unit id="MissingFeatureAvailabilityError">
<source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source> <source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source>
<target state="new">MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</target> <target state="translated">MSBUILD : error MSB1067: È necessario fornire un nome funzionalità per lopzione featureAvailability.</target>
<note> <note>
{StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name {StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name
following the switch, as in "msbuild.exe -featureAvailability:blah". following the switch, as in "msbuild.exe -featureAvailability:blah".

117
src/MSBuild/Resources/xlf/Strings.ja.xlf сгенерированный
Просмотреть файл

@ -137,11 +137,11 @@
the -targets option or the -getTargetResult option is the -targets option or the -getTargetResult option is
used, write out the values after the build. used, write out the values after the build.
</source> </source>
<target state="new"> -getProperty:propertyName,... <target state="translated"> -getProperty:propertyName,...
Write out the value of one or more specified properties 1 つ以上の指定されたプロパティの値を書き出し
after evaluation, without executing the build, or if either 評価後、ビルドを実行せずに、または
the -targets option or the -getTargetResult option is -targets オプションまたは -getTargetResult オプションが
used, write out the values after the build. 使用して、ビルド後に値を書き出します。
</target> </target>
<note> <note>
LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized. LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized.
@ -156,12 +156,12 @@
or the -getTargetResult option is used, write out or the -getTargetResult option is used, write out
the values after the build. the values after the build.
</source> </source>
<target state="new"> -getItem:itemName,... <target state="translated"> -getItem:itemName,...
Write out the value of one or more specified items and 1 つ以上の指定された項目の値を書き出し、
their associated metadata after evaluation without 評価後に関連付けられたメタデータを
executing the build, or if either the -targets option ビルドを実行せずに、または -targets オプション
or the -getTargetResult option is used, write out または -getTargetResult オプションが使用されている場合は、書き込み
the values after the build. ビルド後の値。
</target> </target>
<note> <note>
LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized. LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized.
@ -173,9 +173,9 @@
Write out the output value of one or more targets and Write out the output value of one or more targets and
the specified targets will be executed. the specified targets will be executed.
</source> </source>
<target state="new"> -getTargetResult:targetName,... <target state="translated"> -getTargetResult:targetName,...
Write out the output value of one or more targets and 1 つ以上のターゲットの出力値を書き出し、
the specified targets will be executed. 指定したターゲットが実行されます。
</target> </target>
<note> <note>
LOCALIZATION: "-getTargetResult" should not be localized. LOCALIZATION: "-getTargetResult" should not be localized.
@ -198,20 +198,20 @@
- Preview - the feature is in preview (not stable) - Preview - the feature is in preview (not stable)
(Short form: -fa) (Short form: -fa)
</source> </source>
<target state="new"> -featureAvailability:featureName,... <target state="translated"> -featureAvailability:featureName,...
Check feature availability. The result is one of the 機能の可用性を確認します。結果は、次のいずれかになります。
strings "Undefined", "Available", "NotAvailable" and 文字列 "Undefined"、"Available"、"NotAvailable"、および
"Preview". "Preview" です。
- Undefined - the availability of the feature is undefined - Undefined - 機能の可用性は未定義です
(the feature name is unknown to the feature availability (機能名が機能の可用性に関して不明です
checker) チェッカー)
- NotAvailable - the feature is not available (unlike - NotAvailable - この機能は使用できません
Undefined, the feature name is known to the feature Undefined とは異なり、機能名は機能に認識されています
availability checker and it knows the feature is not 可用性チェッカーは、この機能が
supported by current MSBuild engine) 現在の MSBuild エンジンでサポートされていないことを理解しています)
- Available - the feature is available - Available - この機能は使用可能です
- Preview - the feature is in preview (not stable) - Preview - 機能はプレビュー段階です (安定していません)
(Short form: -fa) (短い形式: -fa)
</target> </target>
<note> <note>
LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized. LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized.
@ -231,17 +231,17 @@
later. later.
(Short form: -tl) (Short form: -tl)
</source> </source>
<target state="new"> -terminalLogger[:auto,on,off] <target state="translated"> -terminalLogger[:auto,on,off]
Enable or disable the terminal logger. Terminal logger ターミナル ロガーを有効または無効にします。ターミナル ロガーは
provides enhanced build output on the console in real time, 本体のビルド出力がリアルタイムで強化され、
organized logically by project, and designed to highlight プロジェクトごとに論理的に整理され、強調表示するように設計されています
actionable information. Specify auto (or use the option アクション可能な情報です。auto を指定する (またはオプションを使用する)
without arguments) to use the terminal logger only if the 引数を指定せずに) ターミナル ロガーを使用する場合は、
standard output is not redirected. Don't parse the output 標準出力はリダイレクトされません。出力を解析しないでください
or otherwise rely on it remaining unchanged in future それ以外の場合は、将来変更されずに残っている
versions. This option is available in MSBuild 17.8 and バージョン。このオプションは、MSBuild 17.8 以降で利用可能です
later. 以降で。
(Short form: -tl) (短い形式: -tl)
</target> </target>
<note> <note>
LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized. LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized.
@ -268,23 +268,24 @@
Example: Example:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</source> </source>
<target state="new"> -terminalLoggerParameters: &lt;parameters&gt; <target state="translated"> -terminalLoggerParameters: &lt;parameters&gt;
Parameters to terminal logger. (Short form: -tlp) ターミナル ロガーへのパラメーター。(短い形式: -tlp)
The available parameters. 使用可能なパラメーター。
default--Specifies the default behavior of the terminal default -- ターミナル
logger. It requires one of the following values: の既定の動作を指定します
- `on`, `true` forces TerminalLogger to be used even ロガー。次のいずれかの値が必要です:
when it would be disabled. - `on`、`true` は TerminalLogger を強制的に使用します
- `off`, `false` forces TerminalLogger to not be used 無効である場合も同様です。
even when it would be enabled. - `off`、`false` は TerminalLogger を使用しないように強制します
- `auto` enables TerminalLogger when the terminal 有効である場合も同様です。
supports it and the session doesn't have redirected - `auto` は、次の場合にターミナルで TerminalLogger を有効にします
サポートされており、セッションがリダイレクトされていない場合です
stdout/stderr stdout/stderr
verbosity--Override the -verbosity setting for this verbosity-- 下記の verbosity 設定をオーバーライドします
logger logger
showCommandLine--Show TaskCommandLineEvent messages showCommandLine -- TaskCommandLineEvent メッセージを表示します
Example: 例:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</target> </target>
<note> <note>
@ -300,12 +301,12 @@
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. This writes the value of property Bar into Biz.txt.
</source> </source>
<target state="new"> -getResultOutputFile:file <target state="translated"> -getResultOutputFile:file
Redirect output from get* into a file. get* からの出力をファイルにリダイレクトします。
Example: 例:
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. これにより、プロパティ Bar の値が Biz.txt に書き込まれます。
</target> </target>
<note> <note>
LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized. LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized.
@ -1532,7 +1533,7 @@
</trans-unit> </trans-unit>
<trans-unit id="MissingFeatureAvailabilityError"> <trans-unit id="MissingFeatureAvailabilityError">
<source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source> <source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source>
<target state="new">MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</target> <target state="translated">MSBUILD : error MSB1067: featureAvailability スイッチの機能名を指定する必要があります。</target>
<note> <note>
{StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name {StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name
following the switch, as in "msbuild.exe -featureAvailability:blah". following the switch, as in "msbuild.exe -featureAvailability:blah".

119
src/MSBuild/Resources/xlf/Strings.ko.xlf сгенерированный
Просмотреть файл

@ -137,11 +137,11 @@
the -targets option or the -getTargetResult option is the -targets option or the -getTargetResult option is
used, write out the values after the build. used, write out the values after the build.
</source> </source>
<target state="new"> -getProperty:propertyName,... <target state="translated"> -getProperty:propertyName,...
Write out the value of one or more specified properties 빌드를 실행하지 않고 평가 후
after evaluation, without executing the build, or if either 지정된 속성 중 하나 이상의 값을 작성하거나,
the -targets option or the -getTargetResult option is -targets 옵션 또는 -getTargetResult 옵션을 사용하는 경우
used, write out the values after the build. 빌드 후 값을 작성합니다.
</target> </target>
<note> <note>
LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized. LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized.
@ -156,12 +156,12 @@
or the -getTargetResult option is used, write out or the -getTargetResult option is used, write out
the values after the build. the values after the build.
</source> </source>
<target state="new"> -getItem:itemName,... <target state="translated"> -getItem:itemName,...
Write out the value of one or more specified items and 빌드를 실행하지 않고 평가 후
their associated metadata after evaluation without 지정된 항목 중 하나 이상의 값 및
executing the build, or if either the -targets option 연결된 해당 메타데이터를 작성하거나,
or the -getTargetResult option is used, write out -targets 옵션 또는 -getTargetResult 옵션을 사용하는 경우
the values after the build. 빌드 후 값을 작성합니다.
</target> </target>
<note> <note>
LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized. LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized.
@ -173,9 +173,9 @@
Write out the output value of one or more targets and Write out the output value of one or more targets and
the specified targets will be executed. the specified targets will be executed.
</source> </source>
<target state="new"> -getTargetResult:targetName,... <target state="translated"> -getTargetResult:targetName,...
Write out the output value of one or more targets and 대상 하나 이상의 출력 값을 작성하면
the specified targets will be executed. 지정된 대상이 실행됩니다.
</target> </target>
<note> <note>
LOCALIZATION: "-getTargetResult" should not be localized. LOCALIZATION: "-getTargetResult" should not be localized.
@ -198,20 +198,20 @@
- Preview - the feature is in preview (not stable) - Preview - the feature is in preview (not stable)
(Short form: -fa) (Short form: -fa)
</source> </source>
<target state="new"> -featureAvailability:featureName,... <target state="translated"> -featureAvailability:featureName,...
Check feature availability. The result is one of the 기능 가용성을 확인합니다. 결과는
strings "Undefined", "Available", "NotAvailable" and 문자열 "Undefined", "Available", "NotAvailable" 및
"Preview". "Preview" 중 하나입니다.
- Undefined - the availability of the feature is undefined - 정의되지 않음 - 기능의 가용성이 정의되지 않았습니다
(the feature name is unknown to the feature availability (기능 가용성 검사기에서 기능 이름을 인식할 수
checker) 없음).
- NotAvailable - the feature is not available (unlike - NotAvailable - 기능을 사용할 수 없습니다(
Undefined, the feature name is known to the feature 정의되지 않음과는 달리, 기능 가용성 검사가에서 기능 이름을
availability checker and it knows the feature is not 인식할 수 있으며 기능이 현재 MSBuild 엔진에서 지원되지
supported by current MSBuild engine) 않는 것으로 인식하고 있음).
- Available - the feature is available - Available - 기능을 사용할 수 있습니다.
- Preview - the feature is in preview (not stable) - Preview - 기능이 미리 보기 상태로 제공됩니다(안정적이지 않음).
(Short form: -fa) (약식: -fa)
</target> </target>
<note> <note>
LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized. LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized.
@ -231,17 +231,17 @@
later. later.
(Short form: -tl) (Short form: -tl)
</source> </source>
<target state="new"> -terminalLogger[:auto,on,off] <target state="translated"> -terminalLogger[:auto,on,off]
Enable or disable the terminal logger. Terminal logger 터미널 로거를 사용하거나 사용하지 않도록 설정합니다. 터미널 로거
provides enhanced build output on the console in real time, 는 콘솔에서 향상된 빌드 출력을 실시간으로 제공합니다.
organized logically by project, and designed to highlight 이러한 출력은 프로젝트별로 논리적으로 구성되고 실행 가능한 정보를
actionable information. Specify auto (or use the option 강조 표시하도록 설계되어 있습니다. 자동을 지정(또는 인수 없이 옵션
without arguments) to use the terminal logger only if the 사용)하여 터미널 로거를 사용합니다. 단, 이 경우
standard output is not redirected. Don't parse the output 표준 출력이 리디렉션되지 않아야 합니다. 출력을 구문 분석하지 않습니다.
or otherwise rely on it remaining unchanged in future 그렇지 않을 경우 이후 버전에서 변경되지 않은 상태로
versions. This option is available in MSBuild 17.8 and 유지됩니다. 이 옵션은 MSBuild 17.8 이상 버전에서
later. 제공됩니다.
(Short form: -tl) (약식: -tl)
</target> </target>
<note> <note>
LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized. LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized.
@ -268,23 +268,24 @@
Example: Example:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</source> </source>
<target state="new"> -terminalLoggerParameters: &lt;parameters&gt; <target state="translated"> -terminalLoggerParameters: &lt;parameters&gt;
Parameters to terminal logger. (Short form: -tlp) 터미널 로거에 대한 매개 변수입니다. (약식: -tlp)
The available parameters. 사용 가능한 매개 변수입니다.
default--Specifies the default behavior of the terminal default--터미널의 기본 동작을 지정합니다.
logger. It requires one of the following values: 로거입니다. 다음 값 중 하나가 필요합니다.
- `on`, `true` forces TerminalLogger to be used even - 'on', 'true'는 terminalLogger를 사용하도록 강제하며,
when it would be disabled. 이는 사용하지 않도록 설정된 경우에도 마찬가지입니다.
- `off`, `false` forces TerminalLogger to not be used - 'off', 'false'는 terminalLogger를 사용하지 않도록 강제하며,
even when it would be enabled. 이는 사용하도록 설정된 경우에도 마찬가지입니다.
- `auto` enables TerminalLogger when the terminal - 'auto'는 터미널이
supports it and the session doesn't have redirected 지원하고 세션이 리디렉션되지 않을 때 TerminalLogger를 사용하도록 설정합니다.
stdout/stderr stdout/stderr
verbosity--Override the -verbosity setting for this verbosity--이
logger 로거에 대한 -verbosity 설정을
showCommandLine--Show TaskCommandLineEvent messages 재정의합니다.
showCommandLine--TaskCommandLineEvent 메시지를 표시합니다.
Example: :
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</target> </target>
<note> <note>
@ -300,12 +301,12 @@
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. This writes the value of property Bar into Biz.txt.
</source> </source>
<target state="new"> -getResultOutputFile:file <target state="translated"> -getResultOutputFile:file
Redirect output from get* into a file. get*에서 파일로 출력을 리디렉션합니다.
Example: :
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. 그러면 속성 Bar의 값이 Biz.txt에 기록됩니다.
</target> </target>
<note> <note>
LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized. LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized.
@ -1532,7 +1533,7 @@
</trans-unit> </trans-unit>
<trans-unit id="MissingFeatureAvailabilityError"> <trans-unit id="MissingFeatureAvailabilityError">
<source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source> <source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source>
<target state="new">MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</target> <target state="translated">MSBUILD : error MSB1067: featureAvailability 스위치에 대한 기능 이름을 제공해야 합니다.</target>
<note> <note>
{StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name {StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name
following the switch, as in "msbuild.exe -featureAvailability:blah". following the switch, as in "msbuild.exe -featureAvailability:blah".

118
src/MSBuild/Resources/xlf/Strings.pl.xlf сгенерированный
Просмотреть файл

@ -137,11 +137,11 @@ Ta flaga jest eksperymentalna i może nie działać zgodnie z oczekiwaniami.
the -targets option or the -getTargetResult option is the -targets option or the -getTargetResult option is
used, write out the values after the build. used, write out the values after the build.
</source> </source>
<target state="new"> -getProperty:propertyName,... <target state="translated"> -getProperty:propertyName,...
Write out the value of one or more specified properties Zapisz wartość co najmniej jednej określonej właściwości
after evaluation, without executing the build, or if either po zakończeniu oceny, bez wykonywania kompilacji lub jeśli
the -targets option or the -getTargetResult option is któraś z opcji -targets lub -getTargetResult jest
used, write out the values after the build. użyta, zapisz wartości po kompilacji.
</target> </target>
<note> <note>
LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized. LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized.
@ -156,12 +156,12 @@ Ta flaga jest eksperymentalna i może nie działać zgodnie z oczekiwaniami.
or the -getTargetResult option is used, write out or the -getTargetResult option is used, write out
the values after the build. the values after the build.
</source> </source>
<target state="new"> -getItem:itemName,... <target state="translated"> -getItem:itemName,...
Write out the value of one or more specified items and Zapisz wartość co najmniej jednego określonego elementu i
their associated metadata after evaluation without ich skojarzonych metadanych po ocenie bez
executing the build, or if either the -targets option wykonywania kompilacji lub jeśli jest użyta któraś z opcji -targets
or the -getTargetResult option is used, write out lub -getTargetResult, zapisz
the values after the build. wartości po kompilacji.
</target> </target>
<note> <note>
LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized. LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized.
@ -173,9 +173,9 @@ Ta flaga jest eksperymentalna i może nie działać zgodnie z oczekiwaniami.
Write out the output value of one or more targets and Write out the output value of one or more targets and
the specified targets will be executed. the specified targets will be executed.
</source> </source>
<target state="new"> -getTargetResult:targetName,... <target state="translated"> -getTargetResult:targetName,...
Write out the output value of one or more targets and Zapisz wartość wyjściową co najmniej jednego elementu docelowego, a
the specified targets will be executed. określone elementy docelowe zostaną wykonane.
</target> </target>
<note> <note>
LOCALIZATION: "-getTargetResult" should not be localized. LOCALIZATION: "-getTargetResult" should not be localized.
@ -198,20 +198,20 @@ Ta flaga jest eksperymentalna i może nie działać zgodnie z oczekiwaniami.
- Preview - the feature is in preview (not stable) - Preview - the feature is in preview (not stable)
(Short form: -fa) (Short form: -fa)
</source> </source>
<target state="new"> -featureAvailability:featureName,... <target state="translated"> -featureAvailability:featureName,...
Check feature availability. The result is one of the Sprawdź dostępność funkcji. Wynikiem jest jeden z
strings "Undefined", "Available", "NotAvailable" and ciągów „Undefined”, „Available”, „NotAvailable” i
"Preview". „Preview”.
- Undefined - the availability of the feature is undefined — Undefined — dostępność funkcji jest niezdefiniowana
(the feature name is unknown to the feature availability (nazwa funkcji jest nieznana dla dostępności funkcji
checker) kontroler)
- NotAvailable - the feature is not available (unlike — NotAvailable — funkcja jest niedostępna (w przeciwieństwie do
Undefined, the feature name is known to the feature Undefined, nazwa funkcji jest znana kontrolerowi
availability checker and it knows the feature is not dostępności funkcji i wie on, że funkcja nie jest
supported by current MSBuild engine) obsługiwana przez bieżący aparat MSBuild)
- Available - the feature is available — Available — funkcja jest dostępna
- Preview - the feature is in preview (not stable) — Preview — funkcja jest w wersji zapoznawczej (niestabilna)
(Short form: -fa) (Krótka forma: -fa)
</target> </target>
<note> <note>
LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized. LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized.
@ -231,17 +231,17 @@ Ta flaga jest eksperymentalna i może nie działać zgodnie z oczekiwaniami.
later. later.
(Short form: -tl) (Short form: -tl)
</source> </source>
<target state="new"> -terminalLogger[:auto,on,off] <target state="translated"> -terminalLogger[:auto,on,off]
Enable or disable the terminal logger. Terminal logger Włącz lub wyłącz rejestrator terminali. Rejestrator terminali
provides enhanced build output on the console in real time, udostępnia ulepszone dane wyjściowe kompilacji na konsoli w czasie rzeczywistym,
organized logically by project, and designed to highlight uporządkowane logicznie według projektu i zaprojektowane do wyróżniania
actionable information. Specify auto (or use the option informacji umożliwiających podejmowanie działań. Określ auto (lub użyj opcji
without arguments) to use the terminal logger only if the bez argumentów), aby używać rejestratora terminali tylko wtedy, gdy
standard output is not redirected. Don't parse the output standardowe dane wyjściowe nie są przekierowywane. Nie analizowanie danych wyjściowych
or otherwise rely on it remaining unchanged in future lub inaczej – poleganie na nich pozostanie niezmienione w przyszłych
versions. This option is available in MSBuild 17.8 and wersjach. Ta opcja jest dostępna w wersji MSBuild 17.8 i
later. późniejszych.
(Short form: -tl) (Krótka forma: -tl)
</target> </target>
<note> <note>
LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized. LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized.
@ -268,23 +268,23 @@ Ta flaga jest eksperymentalna i może nie działać zgodnie z oczekiwaniami.
Example: Example:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</source> </source>
<target state="new"> -terminalLoggerParameters: &lt;parameters&gt; <target state="translated"> -terminalLoggerParameters: &lt;parameters&gt;
Parameters to terminal logger. (Short form: -tlp) Parametry rejestratora terminali. (Krótka forma: -tlp)
The available parameters. Dostępne parametry.
default--Specifies the default behavior of the terminal default-- określa domyślne zachowanie rejestratora
logger. It requires one of the following values: terminalu. Wymaga jednej z następujących wartości:
- `on`, `true` forces TerminalLogger to be used even — „on”, „true” wymusza użycie elementu TerminalLogger nawet
when it would be disabled. kiedy zostanie on wyłączony.
- `off`, `false` forces TerminalLogger to not be used — „off”, „false” wymusza nieużywanie elementu TerminalLogger
even when it would be enabled. nawet wtedy, gdy zostanie on włączony.
- `auto` enables TerminalLogger when the terminal — „auto” włącza element TerminalLogger, gdy terminal
supports it and the session doesn't have redirected go obsługuje, a sesja nie została przekierowana
stdout/stderr stdout/stderr
verbosity--Override the -verbosity setting for this verbosity-- zastąp ustawienie -verbosity dla tego
logger rejestratora
showCommandLine--Show TaskCommandLineEvent messages showCommandLine-- pokaż komunikaty TaskCommandLineEvent
Example: Przykład:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</target> </target>
<note> <note>
@ -300,12 +300,12 @@ Ta flaga jest eksperymentalna i może nie działać zgodnie z oczekiwaniami.
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. This writes the value of property Bar into Biz.txt.
</source> </source>
<target state="new"> -getResultOutputFile:file <target state="translated"> -getResultOutputFile:file
Redirect output from get* into a file. Przekieruj dane wyjściowe z polecenia get* do pliku.
Example: Przykład:
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. Spowoduje to zapisywanie wartości paska właściwości w pliku Biz.txt.
</target> </target>
<note> <note>
LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized. LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized.
@ -1543,7 +1543,7 @@ Ta flaga jest eksperymentalna i może nie działać zgodnie z oczekiwaniami.
</trans-unit> </trans-unit>
<trans-unit id="MissingFeatureAvailabilityError"> <trans-unit id="MissingFeatureAvailabilityError">
<source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source> <source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source>
<target state="new">MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</target> <target state="translated">MSBUILD : error MSB1067: należy podać nazwę funkcji dla przełącznika dostępności funkcji.</target>
<note> <note>
{StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name {StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name
following the switch, as in "msbuild.exe -featureAvailability:blah". following the switch, as in "msbuild.exe -featureAvailability:blah".

118
src/MSBuild/Resources/xlf/Strings.pt-BR.xlf сгенерированный
Просмотреть файл

@ -137,11 +137,11 @@
the -targets option or the -getTargetResult option is the -targets option or the -getTargetResult option is
used, write out the values after the build. used, write out the values after the build.
</source> </source>
<target state="new"> -getProperty:propertyName,... <target state="translated"> -getProperty:propertyName,...
Write out the value of one or more specified properties Grava o valor de uma ou mais propriedades especificadas
after evaluation, without executing the build, or if either após a avaliação, sem executar a compilação, ou se
the -targets option or the -getTargetResult option is a opção -targets ou a opção -getTargetResult for
used, write out the values after the build. for usada, escreva os valores após a compilação.
</target> </target>
<note> <note>
LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized. LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized.
@ -156,12 +156,12 @@
or the -getTargetResult option is used, write out or the -getTargetResult option is used, write out
the values after the build. the values after the build.
</source> </source>
<target state="new"> -getItem:itemName,... <target state="translated"> -getItem:itemName,...
Write out the value of one or more specified items and Escreve o valor de um ou mais itens especificados e
their associated metadata after evaluation without seus metadados associados após a avaliação sem
executing the build, or if either the -targets option executar a compilação, ou se a opção -targets
or the -getTargetResult option is used, write out ou a opção -getTargetResult for usada, escreva
the values after the build. os valores após a compilação.
</target> </target>
<note> <note>
LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized. LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized.
@ -173,9 +173,9 @@
Write out the output value of one or more targets and Write out the output value of one or more targets and
the specified targets will be executed. the specified targets will be executed.
</source> </source>
<target state="new"> -getTargetResult:targetName,... <target state="translated"> -getTargetResult:targetName,...
Write out the output value of one or more targets and Escreve o valor da saída de um ou mais destinos e
the specified targets will be executed. os destinos especificados serão executados.
</target> </target>
<note> <note>
LOCALIZATION: "-getTargetResult" should not be localized. LOCALIZATION: "-getTargetResult" should not be localized.
@ -198,20 +198,20 @@
- Preview - the feature is in preview (not stable) - Preview - the feature is in preview (not stable)
(Short form: -fa) (Short form: -fa)
</source> </source>
<target state="new"> -featureAvailability:featureName,... <target state="translated"> -featureAvailability:featureName,...
Check feature availability. The result is one of the Verifica a disponibilidade do recurso. O resultado é uma das
strings "Undefined", "Available", "NotAvailable" and cadeias de caracteres "Indefinido", "Disponível", "Não Disponível" e
"Preview". "Visualizar".
- Undefined - the availability of the feature is undefined - Indefinido - a disponibilidade do recurso é indefinida
(the feature name is unknown to the feature availability (o nome do recurso é desconhecido para o verificador de disponibilidade do recurso
checker) verificador)
- NotAvailable - the feature is not available (unlike - NotAvailable - o recurso não está disponível (ao contrário de
Undefined, the feature name is known to the feature Indefinido, o nome do recurso é conhecido pelo verificador de disponibilidade do recurso
availability checker and it knows the feature is not verificador de disponibilidade e ele sabe que o recurso não
supported by current MSBuild engine) tem suporte pelo mecanismo MSBuild atual)
- Available - the feature is available - Disponível - o recurso está disponível
- Preview - the feature is in preview (not stable) - Visualização - o recurso está em pré-visualização (não é estável)
(Short form: -fa) (Forma abreviada: -fa)
</target> </target>
<note> <note>
LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized. LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized.
@ -231,17 +231,17 @@
later. later.
(Short form: -tl) (Short form: -tl)
</source> </source>
<target state="new"> -terminalLogger[:auto,on,off] <target state="translated"> -terminalLogger[:auto,on,off]
Enable or disable the terminal logger. Terminal logger Habilitar ou desabilitar o registrador de terminal. O agente do terminal
provides enhanced build output on the console in real time, fornece saída de compilação aprimorada no console em tempo real,
organized logically by project, and designed to highlight organizada logicamente por projeto e projetada para destacar
actionable information. Specify auto (or use the option informações acionáveis. Especificar automaticamente (ou use a opção
without arguments) to use the terminal logger only if the sem argumentos) para usar o registrador de terminal somente se a
standard output is not redirected. Don't parse the output a saída padrão não for redirecionada. Não analise a saída
or otherwise rely on it remaining unchanged in future nem confie que ela permanecerá inalterada em futuras
versions. This option is available in MSBuild 17.8 and versões. Essa opção está disponível no MSBuild 17.8 e
later. posterior.
(Short form: -tl) (Forma abreviada: -tl)
</target> </target>
<note> <note>
LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized. LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized.
@ -268,23 +268,23 @@
Example: Example:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</source> </source>
<target state="new"> -terminalLoggerParameters: &lt;parameters&gt; <target state="translated"> -terminalLoggerParameters: &lt;parameters&gt;
Parameters to terminal logger. (Short form: -tlp) Parâmetros para o registrador de terminal. (Forma abreviada: -tlp)
The available parameters. Os parâmetros disponíveis.
default--Specifies the default behavior of the terminal default--Especifica o comportamento padrão do agente de
logger. It requires one of the following values: terminal. Requer um dos seguintes valores:
- `on`, `true` forces TerminalLogger to be used even - `on`, `true` força o TerminalLogger a ser usado mesmo
when it would be disabled. quando ele estiver desabilitado.
- `off`, `false` forces TerminalLogger to not be used - `off`, `false` força o TerminalLogger a não ser usado
even when it would be enabled. mesmo quando estiver habilitado.
- `auto` enables TerminalLogger when the terminal - `auto` ativa o TerminalLogger quando o terminal
supports it and the session doesn't have redirected der suporte e a sessão não tiver redirecionado
stdout/stderr stdout/stderr
verbosity--Override the -verbosity setting for this verbosidade--Substitui a configuração de -verbosidade para esse
logger agente
showCommandLine--Show TaskCommandLineEvent messages showCommandLine--Mostra mensagens de TaskCommandLineEvent
Example: Exemplo:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</target> </target>
<note> <note>
@ -300,12 +300,12 @@
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. This writes the value of property Bar into Biz.txt.
</source> </source>
<target state="new"> -getResultOutputFile:file <target state="translated"> -getResultOutputFile:file
Redirect output from get* into a file. Redirecionar a saída de get* para um arquivo.
Example: Exemplo:
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. Isso grava o valor da propriedade Bar em Biz.txt.
</target> </target>
<note> <note>
LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized. LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized.
@ -1533,7 +1533,7 @@ arquivo de resposta.
</trans-unit> </trans-unit>
<trans-unit id="MissingFeatureAvailabilityError"> <trans-unit id="MissingFeatureAvailabilityError">
<source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source> <source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source>
<target state="new">MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</target> <target state="translated">MSBUILD : error MSB1067: É necessário fornecer um nome de recurso para a chave featureAvailability.</target>
<note> <note>
{StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name {StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name
following the switch, as in "msbuild.exe -featureAvailability:blah". following the switch, as in "msbuild.exe -featureAvailability:blah".

114
src/MSBuild/Resources/xlf/Strings.ru.xlf сгенерированный
Просмотреть файл

@ -137,11 +137,11 @@
the -targets option or the -getTargetResult option is the -targets option or the -getTargetResult option is
used, write out the values after the build. used, write out the values after the build.
</source> </source>
<target state="new"> -getProperty:propertyName,... <target state="translated"> -getProperty:propertyName,...
Write out the value of one or more specified properties Запишите значение одного или нескольких указанных свойств
after evaluation, without executing the build, or if either после оценки, не выполняя сборку, или, если
the -targets option or the -getTargetResult option is опция -targets или опция -getTargetResult
used, write out the values after the build. используется, запишите значения после сборки.
</target> </target>
<note> <note>
LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized. LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized.
@ -156,12 +156,12 @@
or the -getTargetResult option is used, write out or the -getTargetResult option is used, write out
the values after the build. the values after the build.
</source> </source>
<target state="new"> -getItem:itemName,... <target state="translated"> -getItem:itemName,...
Write out the value of one or more specified items and Запишите значение одного или нескольких указанных элементов и
their associated metadata after evaluation without связанных с ними метаданных после оценки без
executing the build, or if either the -targets option выполнения сборки или, если используется опция -targets
or the -getTargetResult option is used, write out или опция -getTargetResult, запишите
the values after the build. значения после сборки.
</target> </target>
<note> <note>
LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized. LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized.
@ -173,9 +173,9 @@
Write out the output value of one or more targets and Write out the output value of one or more targets and
the specified targets will be executed. the specified targets will be executed.
</source> </source>
<target state="new"> -getTargetResult:targetName,... <target state="translated"> -getTargetResult:targetName,...
Write out the output value of one or more targets and Запишите выходное значение одной или нескольких целей и
the specified targets will be executed. указанные цели будут выполнены.
</target> </target>
<note> <note>
LOCALIZATION: "-getTargetResult" should not be localized. LOCALIZATION: "-getTargetResult" should not be localized.
@ -198,19 +198,19 @@
- Preview - the feature is in preview (not stable) - Preview - the feature is in preview (not stable)
(Short form: -fa) (Short form: -fa)
</source> </source>
<target state="new"> -featureAvailability:featureName,... <target state="translated"> -featureAvailability:featureName,...
Check feature availability. The result is one of the Проверьте доступность функции. Результатом является одна из
strings "Undefined", "Available", "NotAvailable" and строк "Неопределено", "Доступно", "Недоступно" и
"Preview". "Предварительный просмотр".
- Undefined - the availability of the feature is undefined - Не определено — доступность функции не определена
(the feature name is unknown to the feature availability (имя функции неизвестно средству проверки доступности
checker) функции)
- NotAvailable - the feature is not available (unlike - NotAvailable — функция недоступна (в отличие от
Undefined, the feature name is known to the feature Не определено, имя функции известно средству проверки
availability checker and it knows the feature is not доступности функции, и ему известно, что функция не
supported by current MSBuild engine) поддерживается текущим механизмом MSBuild)
- Available - the feature is available - Доступно – функция доступна
- Preview - the feature is in preview (not stable) - Предварительная версия — функция находится в предварительной версии (не стабильна)
(Short form: -fa) (Short form: -fa)
</target> </target>
<note> <note>
@ -231,16 +231,16 @@
later. later.
(Short form: -tl) (Short form: -tl)
</source> </source>
<target state="new"> -terminalLogger[:auto,on,off] <target state="translated"> -terminalLogger[:авто,вкл,выкл]
Enable or disable the terminal logger. Terminal logger Включите или отключите регистратор терминала. Регистратор терминала
provides enhanced build output on the console in real time, обеспечивает расширенный вывод сборки на консоль в режиме реального времени,
organized logically by project, and designed to highlight логически организованный по проектам и предназначенный для выделения
actionable information. Specify auto (or use the option полезной информации. Укажите авто (или используйте опцию
without arguments) to use the terminal logger only if the без аргументов), чтобы использовать регистратор терминала только в том случае, если
standard output is not redirected. Don't parse the output стандартный вывод не перенаправляется. Не анализируйте выходные данные
or otherwise rely on it remaining unchanged in future и не полагайтесь на то, что они останутся неизменными в будущих
versions. This option is available in MSBuild 17.8 and версиях. Этот параметр будет доступен в MSBuild 17.8 и
later. позже.
(Short form: -tl) (Short form: -tl)
</target> </target>
<note> <note>
@ -268,23 +268,23 @@
Example: Example:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</source> </source>
<target state="new"> -terminalLoggerParameters: &lt;parameters&gt; <target state="translated"> -terminalLoggerParameters: &lt;parameters&gt;
Parameters to terminal logger. (Short form: -tlp) Параметры для логгера терминала. (Short form: -tlp)
The available parameters. Доступные параметры.
default--Specifies the default behavior of the terminal по умолчанию — определяет поведение логгера
logger. It requires one of the following values: терминала. Требуется одно из следующих значений:
- `on`, `true` forces TerminalLogger to be used even - `on`, `true` заставляет использовать TerminalLogger даже
when it would be disabled. когда он будет отключен.
- `off`, `false` forces TerminalLogger to not be used - `off`, `false` запрещает использование TerminalLogger
even when it would be enabled. даже если бы он был включен.
- `auto` enables TerminalLogger when the terminal - `auto` включает TerminalLogger, когда терминал
supports it and the session doesn't have redirected поддерживает это, и в сеансе нет перенаправления
stdout/stderr stdout/stderr
verbosity--Override the -verbosity setting for this verbosity – Переопределить параметр -verbosity для этого
logger терминала
showCommandLine--Show TaskCommandLineEvent messages showCommandLine — Показать сообщения TaskCommandLineEvent
Example: Пример:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</target> </target>
<note> <note>
@ -300,12 +300,12 @@
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. This writes the value of property Bar into Biz.txt.
</source> </source>
<target state="new"> -getResultOutputFile:file <target state="translated"> -getResultOutputFile:file
Redirect output from get* into a file. Перенаправить вывод get* в файл.
Example: Пример:
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. При этом значение свойства Bar будет записано в Biz.txt.
</target> </target>
<note> <note>
LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized. LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized.
@ -1531,7 +1531,7 @@
</trans-unit> </trans-unit>
<trans-unit id="MissingFeatureAvailabilityError"> <trans-unit id="MissingFeatureAvailabilityError">
<source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source> <source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source>
<target state="new">MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</target> <target state="translated">MSBUILD : error MSB1067: необходимо указать имя функции для переключателя FeatureAvailability.</target>
<note> <note>
{StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name {StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name
following the switch, as in "msbuild.exe -featureAvailability:blah". following the switch, as in "msbuild.exe -featureAvailability:blah".

120
src/MSBuild/Resources/xlf/Strings.tr.xlf сгенерированный
Просмотреть файл

@ -137,11 +137,11 @@
the -targets option or the -getTargetResult option is the -targets option or the -getTargetResult option is
used, write out the values after the build. used, write out the values after the build.
</source> </source>
<target state="new"> -getProperty:propertyName,... <target state="translated"> -getProperty:propertyName,...
Write out the value of one or more specified properties Belirtilen bir veya daha fazla özelliğin değerini
after evaluation, without executing the build, or if either değerlendirmeden sonra, derlemeyi yürütmeden yaz veya
the -targets option or the -getTargetResult option is -targets ya da -getTargetResult seçeneklerinden biri
used, write out the values after the build. kullanıldıysa, değerleri derlemeden sonra yaz.
</target> </target>
<note> <note>
LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized. LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized.
@ -156,12 +156,12 @@
or the -getTargetResult option is used, write out or the -getTargetResult option is used, write out
the values after the build. the values after the build.
</source> </source>
<target state="new"> -getItem:itemName,... <target state="translated"> -getItem:itemName,...
Write out the value of one or more specified items and Belirtilen bir veya daha fazla öğenin değerini ve
their associated metadata after evaluation without değerlendirmeden sonraki ilişkili meta değerini derlemeyi
executing the build, or if either the -targets option yürütmeden yaz veya -targets ya da -getTargetResult
or the -getTargetResult option is used, write out seçeneklerinden biri kullanıldıysa, değerleri
the values after the build. derlemeden sonra yaz.
</target> </target>
<note> <note>
LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized. LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized.
@ -173,9 +173,9 @@
Write out the output value of one or more targets and Write out the output value of one or more targets and
the specified targets will be executed. the specified targets will be executed.
</source> </source>
<target state="new"> -getTargetResult:targetName,... <target state="translated"> -getTargetResult:targetName,...
Write out the output value of one or more targets and Bir veya daha fazla hedefin çıktı değerini yazın,
the specified targets will be executed. belirtilen hedefler yürütülür.
</target> </target>
<note> <note>
LOCALIZATION: "-getTargetResult" should not be localized. LOCALIZATION: "-getTargetResult" should not be localized.
@ -198,20 +198,20 @@
- Preview - the feature is in preview (not stable) - Preview - the feature is in preview (not stable)
(Short form: -fa) (Short form: -fa)
</source> </source>
<target state="new"> -featureAvailability:featureName,... <target state="translated"> -featureAvailability:featureName,...
Check feature availability. The result is one of the Özellik kullanılabilirliğini denetle. Sonuç "Undefined",
strings "Undefined", "Available", "NotAvailable" and "Available", "NotAvailable" ve "Preview" dizelerinden
"Preview". biridir.
- Undefined - the availability of the feature is undefined - Undefined - özelliğin kullanılabilirliği tanımlanmamış
(the feature name is unknown to the feature availability (özelliğin adı özellik kullanılabilirliği tarafından
checker) bilinmiyor)
- NotAvailable - the feature is not available (unlike - NotAvailable - özellik kullanılamıyor (Undefineddan
Undefined, the feature name is known to the feature farklı olarak, özellik kullanılabilirliği denetleyicisi özelliğin adını
availability checker and it knows the feature is not biliyor ancak özelliğin geçerli MSBuild altyapısı tarafından
supported by current MSBuild engine) desteklenmediğini de biliyor)
- Available - the feature is available - Available - özellik kullanılabilir
- Preview - the feature is in preview (not stable) - Önizleme - özellik önizleme aşamasında (kararlı değil)
(Short form: -fa) (Kısa biçimi: -fa)
</target> </target>
<note> <note>
LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized. LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized.
@ -231,17 +231,17 @@
later. later.
(Short form: -tl) (Short form: -tl)
</source> </source>
<target state="new"> -terminalLogger[:auto,on,off] <target state="translated"> -terminalLogger[:auto,on,off]
Enable or disable the terminal logger. Terminal logger Terminal günlükçüsünü etkinleştir veya devre dışı bırak. Terminal günlükçüsü
provides enhanced build output on the console in real time, konsolda gerçek zamanlı olarak gelişmiş derleme çıktısı sağlar,
organized logically by project, and designed to highlight projeye göre mantıksal olarak düzenler ve eyleme
actionable information. Specify auto (or use the option dönüştürülebilir bilgileri vurgular. Sadece standart çıktı yeniden yönlendirilmiyorsa
without arguments) to use the terminal logger only if the terminal günlükçüsünü kullanmak için otomatik olarak ayarlayın
standard output is not redirected. Don't parse the output (veya bu seçeneği bağımsız değişken olmadan kullanın). Çıktı verilerini ayrıştırmayın
or otherwise rely on it remaining unchanged in future veya gelecek sürümlerde değişmeden kalacak şekilde
versions. This option is available in MSBuild 17.8 and kullanın. Bu seçenek MSBuild 17.8 ve sonraki sürümlerde
later. kullanılabilir.
(Short form: -tl) (Kısa biçimi: -tl)
</target> </target>
<note> <note>
LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized. LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized.
@ -268,23 +268,23 @@
Example: Example:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</source> </source>
<target state="new"> -terminalLoggerParameters: &lt;parameters&gt; <target state="translated"> -terminalLoggerParameters: &lt;parameters&gt;
Parameters to terminal logger. (Short form: -tlp) Terminal günlükçüsü için parametreler. (Kısa biçimi: -tlp)
The available parameters. Mevcut parametreler.
default--Specifies the default behavior of the terminal default--Terminalin davranışını varsayılan olarak ayarlar
logger. It requires one of the following values: günlükçü. Şu değerlerden birini gerektirir:
- `on`, `true` forces TerminalLogger to be used even - `on`, `true` TerminalLoggerı devre dışı olsa bile
when it would be disabled. kullanılmaya zorlar.
- `off`, `false` forces TerminalLogger to not be used - `on`, `true` TerminalLoggerı etkinleştirilmiş olsa bile
even when it would be enabled. kullanılmamaya zorlar.
- `auto` enables TerminalLogger when the terminal - 'auto' terminal desteklediğinde ve oturumda
supports it and the session doesn't have redirected yeniden yönlendirilmiş stdout/stderr bulunmadığında
stdout/stderr TerminalLoggerı etkinleştirir
verbosity--Override the -verbosity setting for this verbosity--Bu günlükçü için -verbosity ayarını
logger geçersiz kıl
showCommandLine--Show TaskCommandLineEvent messages showCommandLine--TaskCommandLineEvent iletilerini göster
Example: Örnek:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</target> </target>
<note> <note>
@ -300,12 +300,12 @@
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. This writes the value of property Bar into Biz.txt.
</source> </source>
<target state="new"> -getResultOutputFile:file <target state="translated"> -getResultOutputFile:file
Redirect output from get* into a file. get* çıktısını bir dosyaya yeniden yönlendir.
Example: Örnek:
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. Bu, Bar özelliğinin değerini Biz.txt dosyasına yazar.
</target> </target>
<note> <note>
LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized. LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized.
@ -1536,7 +1536,7 @@
</trans-unit> </trans-unit>
<trans-unit id="MissingFeatureAvailabilityError"> <trans-unit id="MissingFeatureAvailabilityError">
<source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source> <source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source>
<target state="new">MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</target> <target state="translated">MSBUILD : error MSB1067: featureAvailability anahtarı için özellik adı belirtilmelidir.</target>
<note> <note>
{StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name {StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name
following the switch, as in "msbuild.exe -featureAvailability:blah". following the switch, as in "msbuild.exe -featureAvailability:blah".

120
src/MSBuild/Resources/xlf/Strings.zh-Hans.xlf сгенерированный
Просмотреть файл

@ -137,11 +137,11 @@
the -targets option or the -getTargetResult option is the -targets option or the -getTargetResult option is
used, write out the values after the build. used, write out the values after the build.
</source> </source>
<target state="new"> -getProperty:propertyName,... <target state="translated"> -getProperty:propertyName,...
Write out the value of one or more specified properties 在计算后写出一个或多个指定属性的值,
after evaluation, without executing the build, or if either 但不执行生成,或者如果使用的是
the -targets option or the -getTargetResult option is -targets 选项或 -getTargetResult 选项,
used, write out the values after the build. 则在生成后写出这些值。
</target> </target>
<note> <note>
LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized. LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized.
@ -156,12 +156,12 @@
or the -getTargetResult option is used, write out or the -getTargetResult option is used, write out
the values after the build. the values after the build.
</source> </source>
<target state="new"> -getItem:itemName,... <target state="translated"> -getItem:itemName,...
Write out the value of one or more specified items and 在计算后写出一个或多个指定项的值及其
their associated metadata after evaluation without 关联的元数据,但不
executing the build, or if either the -targets option 执行生成,或者如果使用的是 -targets 选项
or the -getTargetResult option is used, write out 或 -getTargetResult 选项,则在生成后写出
the values after the build. 这些值。
</target> </target>
<note> <note>
LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized. LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized.
@ -173,9 +173,9 @@
Write out the output value of one or more targets and Write out the output value of one or more targets and
the specified targets will be executed. the specified targets will be executed.
</source> </source>
<target state="new"> -getTargetResult:targetName,... <target state="translated"> -getTargetResult:targetName,...
Write out the output value of one or more targets and 写出一个或多个目标的输出值,
the specified targets will be executed. 并且将执行指定的目标。
</target> </target>
<note> <note>
LOCALIZATION: "-getTargetResult" should not be localized. LOCALIZATION: "-getTargetResult" should not be localized.
@ -198,20 +198,20 @@
- Preview - the feature is in preview (not stable) - Preview - the feature is in preview (not stable)
(Short form: -fa) (Short form: -fa)
</source> </source>
<target state="new"> -featureAvailability:featureName,... <target state="translated"> -featureAvailability:featureName,...
Check feature availability. The result is one of the 检查功能可用性。结果是以下字符串之一:
strings "Undefined", "Available", "NotAvailable" and "Undefined"、"Available"、"NotAvailable" 和
"Preview". "Preview"。
- Undefined - the availability of the feature is undefined - Undefined - 未定义功能的可用性
(the feature name is unknown to the feature availability (功能可用性检查器不知道
checker) 该功能名称)
- NotAvailable - the feature is not available (unlike - NotAvailable - 功能不可用(不同于
Undefined, the feature name is known to the feature Undefined功能可用性检查器知道
availability checker and it knows the feature is not 该功能名称,并且还知道该功能不
supported by current MSBuild engine) 受当前 MSBuild 引擎支持)
- Available - the feature is available - Available - 功能可用
- Preview - the feature is in preview (not stable) - Preview - 功能处于预览状态(不稳定)
(Short form: -fa) (缩写: -fa)
</target> </target>
<note> <note>
LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized. LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized.
@ -231,17 +231,17 @@
later. later.
(Short form: -tl) (Short form: -tl)
</source> </source>
<target state="new"> -terminalLogger[:auto,on,off] <target state="translated"> -terminalLogger[:auto,on,off]
Enable or disable the terminal logger. Terminal logger 启用或禁用终端记录器。终端记录器
provides enhanced build output on the console in real time, 在控制台上实时提供增强的生成输出,
organized logically by project, and designed to highlight 这些输出在逻辑上按项目进行整理,旨在突出显示
actionable information. Specify auto (or use the option 可操作信息。指定 auto (或使用
without arguments) to use the terminal logger only if the 不带参数的选项),仅在标准输出未重定向的情况下
standard output is not redirected. Don't parse the output 使用终端记录器。不要分析输出,
or otherwise rely on it remaining unchanged in future 也不要依赖于它在将来的版本中保持
versions. This option is available in MSBuild 17.8 and 不变。此选项在 MSBuild 17.8 和
later. 更高版本中提供。
(Short form: -tl) (缩写: -tl)
</target> </target>
<note> <note>
LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized. LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized.
@ -268,23 +268,23 @@
Example: Example:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</source> </source>
<target state="new"> -terminalLoggerParameters: &lt;parameters&gt; <target state="translated"> -terminalLoggerParameters: &lt;parameters&gt;
Parameters to terminal logger. (Short form: -tlp) 终端记录器的参数。(缩写: -tlp)
The available parameters. 可用参数。
default--Specifies the default behavior of the terminal default - 指定终端
logger. It requires one of the following values: 记录器的默认行为。它需要以下值之一:
- `on`, `true` forces TerminalLogger to be used even - `on`、`true` 可强制使用 TerminalLogger
when it would be disabled. 即使它已禁用也是如此。
- `off`, `false` forces TerminalLogger to not be used - `off`、`false` 可强制不使用 TerminalLogger
even when it would be enabled. 即使它已启用也是如此。
- `auto` enables TerminalLogger when the terminal - `auto` 可在终端支持 TerminalLogger
supports it and the session doesn't have redirected 且会话没有重定向的 stdout/stderr 时
stdout/stderr 启用 TerminalLogger
verbosity--Override the -verbosity setting for this verbosity - 替代此记录器的 -verbosity
logger 设置
showCommandLine--Show TaskCommandLineEvent messages showCommandLine - 显示 TaskCommandLineEvent 消息
Example: 示例:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</target> </target>
<note> <note>
@ -300,12 +300,12 @@
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. This writes the value of property Bar into Biz.txt.
</source> </source>
<target state="new"> -getResultOutputFile:file <target state="translated"> -getResultOutputFile:file
Redirect output from get* into a file. 将 get* 的输出重定向到文件中。
Example: 示例:
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. 这会将属性 Bar 的值写入 Biz.txt。
</target> </target>
<note> <note>
LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized. LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized.
@ -1532,7 +1532,7 @@
</trans-unit> </trans-unit>
<trans-unit id="MissingFeatureAvailabilityError"> <trans-unit id="MissingFeatureAvailabilityError">
<source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source> <source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source>
<target state="new">MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</target> <target state="translated">MSBUILD : error MSB1067: 必须为 featureAvailability 开关提供功能名称。</target>
<note> <note>
{StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name {StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name
following the switch, as in "msbuild.exe -featureAvailability:blah". following the switch, as in "msbuild.exe -featureAvailability:blah".

119
src/MSBuild/Resources/xlf/Strings.zh-Hant.xlf сгенерированный
Просмотреть файл

@ -137,11 +137,11 @@
the -targets option or the -getTargetResult option is the -targets option or the -getTargetResult option is
used, write out the values after the build. used, write out the values after the build.
</source> </source>
<target state="new"> -getProperty:propertyName,... <target state="translated"> -getProperty:propertyName,...
Write out the value of one or more specified properties 於評估後,寫出一或多個指定屬性的值,以及
after evaluation, without executing the build, or if either 但不執行建置;如有使用
the -targets option or the -getTargetResult option is -targets 選項或 -getTargetResult 選項,
used, write out the values after the build. 便於建置之後,再寫出這些值。
</target> </target>
<note> <note>
LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized. LOCALIZATION: "-getProperty", "-targets" and "-getTargetResult" should not be localized.
@ -156,12 +156,12 @@
or the -getTargetResult option is used, write out or the -getTargetResult option is used, write out
the values after the build. the values after the build.
</source> </source>
<target state="new"> -getItem:itemName,... <target state="translated"> -getItem:itemName,...
Write out the value of one or more specified items and 於評估後,寫出一或多個指定項目的值,以及
their associated metadata after evaluation without 其相關的中繼資料,但不
executing the build, or if either the -targets option 執行建置;如有使用 -targets 選項
or the -getTargetResult option is used, write out 或 -getTargetResult 選項,
the values after the build. 便於建置之後,再寫出這些值。
</target> </target>
<note> <note>
LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized. LOCALIZATION: "-getItem", "targets" and "getTargetResult" should not be localized.
@ -173,9 +173,9 @@
Write out the output value of one or more targets and Write out the output value of one or more targets and
the specified targets will be executed. the specified targets will be executed.
</source> </source>
<target state="new"> -getTargetResult:targetName,... <target state="translated"> -getTargetResult:targetName,...
Write out the output value of one or more targets and 寫出一或多個目標的輸出值,然後
the specified targets will be executed. 執行指定的目標。
</target> </target>
<note> <note>
LOCALIZATION: "-getTargetResult" should not be localized. LOCALIZATION: "-getTargetResult" should not be localized.
@ -198,20 +198,20 @@
- Preview - the feature is in preview (not stable) - Preview - the feature is in preview (not stable)
(Short form: -fa) (Short form: -fa)
</source> </source>
<target state="new"> -featureAvailability:featureName,... <target state="translated"> -featureAvailability:featureName,...
Check feature availability. The result is one of the 檢查功能可用性。結果會是下列其中一個字串:
strings "Undefined", "Available", "NotAvailable" and “Undefined”、“Available”、“NotAvailable” 和
"Preview". "Preview"。
- Undefined - the availability of the feature is undefined - Undefined - 功能的可用性未定義
(the feature name is unknown to the feature availability (功能可用性檢查程式不知道
checker) 該功能名稱)
- NotAvailable - the feature is not available (unlike - NotAvailable - 此功能無法使用 (不同於
Undefined, the feature name is known to the feature Undefined功能可用性檢查程式知道該功能名稱
availability checker and it knows the feature is not 並知道功能目前的
supported by current MSBuild engine) MSBuild 引擎不支援該功能)
- Available - the feature is available - Available - 此功能可以使用
- Preview - the feature is in preview (not stable) - Preview - 此功能目前為預覽狀態 (不穩定)
(Short form: -fa) (簡短形式: -fa)
</target> </target>
<note> <note>
LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized. LOCALIZATION: "-featureAvailability", "-fa", "Undefined", "Available" "NotAvailable" and "Preview"should not be localized.
@ -231,17 +231,17 @@
later. later.
(Short form: -tl) (Short form: -tl)
</source> </source>
<target state="new"> -terminalLogger[:auto,on,off] <target state="translated"> -terminalLogger[:auto,on,off]
Enable or disable the terminal logger. Terminal logger 啟用或停用終端機記錄器。終端機記錄器
provides enhanced build output on the console in real time, 會即時在主機上,提供更進一步的組建輸出,
organized logically by project, and designed to highlight 並依照專案的邏輯編排,並會醒目提示
actionable information. Specify auto (or use the option 可採取動作的資訊。指定自動 (或只使用選項,
without arguments) to use the terminal logger only if the 不使用引數) 只在使用標準輸出
standard output is not redirected. Don't parse the output 未重新導向時,才使用終端機記錄器。不剖析輸出,
or otherwise rely on it remaining unchanged in future 或以其他方式據此在
versions. This option is available in MSBuild 17.8 and 未來的版本中保持不變。此選項可在 MSBuild 17.8 和
later. 更新版本中使用。
(Short form: -tl) (簡短形式: -tl)
</target> </target>
<note> <note>
LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized. LOCALIZATION: "-terminalLogger", "-tl", and "auto" should not be localized.
@ -268,23 +268,24 @@
Example: Example:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</source> </source>
<target state="new"> -terminalLoggerParameters: &lt;parameters&gt; <target state="translated"> -terminalLoggerParameters: &lt;parameters&gt;
Parameters to terminal logger. (Short form: -tlp) 終端機記錄器的參數。(簡短形式: -tlp)
The available parameters. 可用的參數。
default--Specifies the default behavior of the terminal default -- 指定終端機記錄器的預設值。
logger. It requires one of the following values: 其需要下列其中一值:
- `on`, `true` forces TerminalLogger to be used even
when it would be disabled. - 'on'、'true' 會強制使用 TerminalLogger即使
- `off`, `false` forces TerminalLogger to not be used 其之後可能會停用。
even when it would be enabled. - 'off'、'false' 會強制使用 TerminalLogger即使
- `auto` enables TerminalLogger when the terminal 其之後可能會啟用。
supports it and the session doesn't have redirected - `auto` 會啟用 terminalLogger但終端機必須能夠
提供支援,且工作階段未經重新導向
stdout/stderr stdout/stderr
verbosity--Override the -verbosity setting for this verbosity -- 覆寫上記錄器的
logger -verbosity
showCommandLine--Show TaskCommandLineEvent messages showCommandLine -- 顯示 TaskCommandLineEvent 訊息
Example: 範例:
-tlp:default=auto;verbosity=diag;shownCommandLine -tlp:default=auto;verbosity=diag;shownCommandLine
</target> </target>
<note> <note>
@ -300,12 +301,12 @@
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. This writes the value of property Bar into Biz.txt.
</source> </source>
<target state="new"> -getResultOutputFile:file <target state="translated"> -getResultOutputFile:file
Redirect output from get* into a file. 將輸出從 get* 重新導向至檔案。
Example: 範例:
-getProperty:Bar -getResultOutputFile:Biz.txt -getProperty:Bar -getResultOutputFile:Biz.txt
This writes the value of property Bar into Biz.txt. 這會將屬性列的值寫入 Biz.txt。
</target> </target>
<note> <note>
LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized. LOCALIZATION: "-getResultOutputFile", "get*" and "-getProperty" should not be localized.
@ -1532,7 +1533,7 @@
</trans-unit> </trans-unit>
<trans-unit id="MissingFeatureAvailabilityError"> <trans-unit id="MissingFeatureAvailabilityError">
<source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source> <source>MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</source>
<target state="new">MSBUILD : error MSB1067: Must provide a feature name for the featureAvailability switch.</target> <target state="translated">MSBUILD : error MSB1067: 必須提供 featureAvailability 切換的功能名稱。</target>
<note> <note>
{StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name {StrBegin="MSBUILD : error MSB1067: "}UE: This happens if the user does something like "msbuild.exe -featureAvailability". The user must pass in an actual feature name
following the switch, as in "msbuild.exe -featureAvailability:blah". following the switch, as in "msbuild.exe -featureAvailability:blah".