diff --git a/src/Build/Resources/xlf/Strings.cs.xlf b/src/Build/Resources/xlf/Strings.cs.xlf
index 2a17c8ea8cf..0ecc3a1e420 100644
--- a/src/Build/Resources/xlf/Strings.cs.xlf
+++ b/src/Build/Resources/xlf/Strings.cs.xlf
@@ -218,12 +218,12 @@
Project {0} specifies 'TargetFramework(s)' property '{1}', which does not use the .NET SDK. Those properties are not understood by projects that import C# targets directly.
- Project {0} určuje vlastnost TargetFramework(s) '{1}', která nepoužívá sadu .NET SDK. Tyto vlastnosti nejsou srozumitelné pro projekty, které přímo importují cíle jazyka C#.
+ Projekt {0} určuje vlastnost TargetFramework/TargetFrameworks {1}, která nepoužívá sadu .NET SDK. Tyto vlastnosti nejsou srozumitelné projektům, které přímo importují cíle jazyka C#.Terms in quotes are not to be translated.'TargetFramework' and 'TargetFrameworks' properties are not respected and should not be specified in projects that do not use the .NET SDK.
- Vlastnosti TargetFramework a TargetFrameworks se nedodržují a neměly by se zadává v projektech, které nepoužívají sadu .NET SDK.
+ Vlastnosti TargetFramework a TargetFrameworks se nezohledňují a neměly by být zadané v projektech, které nepoužívají sadu .NET SDK.Terms in quotes are not to be translated.
@@ -268,12 +268,12 @@
Location: '{0}' cannot be fully trusted, place your projects outside of that folder (Project: {1}).
- Umístění: '{0}' nelze plně považovat za důvěryhodné, umístěte projekty mimo danou složku (Projekt: {1}).
+ Umístění {0}nemůže být plně důvěryhodné. Umístěte projekty mimo danou složku (projekt: {1}).Downloads folder is untrusted for projects building.
- Složka Stažené soubory není důvěryhodná pro sestavování projektů.
+ Složka Stažené soubory není pro sestavování projektů důvěryhodná.
@@ -468,7 +468,7 @@
DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
- DOTNET_HOST_PATH není nastaven. Nelze určit umístění modulu runtime pro spuštění hostitele aplikace. Tato možnost by se měla nastavit vždy při spuštění v sadě .NET SDK.
+ DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
@@ -1111,7 +1111,7 @@ Chyby: {3}
Logging type {0} is not understood by {1}.
- {1} nerozumí {0} typu protokolování.
+ Typ protokolování {0} není pro {1}srozumitelný.
@@ -2113,7 +2113,7 @@ Chyby: {3}
Skipping because the "$(AspNetConfiguration)" configuration is not supported for this web project. You can use the AspNetConfiguration property to override the configuration used for building web projects, by adding /p:AspNetConfiguration=<value> to the command line. Currently web projects only support Debug and Release configurations.
- Vynecháno, protože konfigurace $(AspNetConfiguration) není pro tento webový projekt podporována. Pomocí vlastnosti AspNetConfiguration můžete přepsat konfiguraci používanou k sestavování webových projektů, a to přidáním příkazu /p:AspNetConfiguration=<hodnota> do příkazového řádku. Webové projekty nyní podporují pouze konfigurace Debug a Release.
+ Vynecháno, protože konfigurace "$(AspNetConfiguration)" není pro tento webový projekt podporována. Pomocí vlastnosti AspNetConfiguration můžete přepsat konfiguraci používanou k sestavování webových projektů, a to přidáním příkazu /p:AspNetConfiguration=<hodnota> do příkazového řádku. Webové projekty nyní podporují pouze konfigurace Debug a Release.
UE: This is not an error, so doesn't need an error code.
LOCALIZATION: Do NOT localize "AspNetConfiguration", "Debug", "Release".
diff --git a/src/Build/Resources/xlf/Strings.de.xlf b/src/Build/Resources/xlf/Strings.de.xlf
index a0afccd7157..15284b67dff 100644
--- a/src/Build/Resources/xlf/Strings.de.xlf
+++ b/src/Build/Resources/xlf/Strings.de.xlf
@@ -218,12 +218,12 @@
Project {0} specifies 'TargetFramework(s)' property '{1}', which does not use the .NET SDK. Those properties are not understood by projects that import C# targets directly.
- Project {0} gibt die Eigenschaft "TargetFramework(s)" '{1}' an, die nicht das .NET SDK verwendet. Diese Eigenschaften werden von Projekten, die C#-Ziele direkt importieren, nicht verstanden.
+ Projekt {0} gibt die „TargetFramework(s)“-Eigenschaft „{1}“ an, die nicht das .NET-SDK verwendet. Projekte, die C#-Ziele direkt importieren können diese Eigenschaften nicht verarbeiten.Terms in quotes are not to be translated.'TargetFramework' and 'TargetFrameworks' properties are not respected and should not be specified in projects that do not use the .NET SDK.
- Die Eigenschaften "TargetFramework" und "TargetFrameworks" werden nicht berücksichtigt und sollten nicht in Projekten angegeben werden, die nicht das .NET SDK verwenden.
+ Die Eigenschaften „TargetFramework“ und „TargetFrameworks“ werden nicht berücksichtigt und sollten nicht in Projekten angegeben werden, die nicht das .NET-SDK verwenden.Terms in quotes are not to be translated.
@@ -268,12 +268,12 @@
Location: '{0}' cannot be fully trusted, place your projects outside of that folder (Project: {1}).
- Speicherort: '{0}' kann nicht vollständig vertrauenswürdig sein. Platzieren Sie Ihre Projekte außerhalb dieses Ordners (Projekt: {1}).
+ Der Speicherort: „{0}“ kann nicht vollständig vertrauenswürdig sein. Platzieren Sie Ihre Projekte außerhalb dieses Ordners (Projekt: {1}).Downloads folder is untrusted for projects building.
- Der Ordner "Downloads" ist für die Projekterstellung nicht vertrauenswürdig.
+ Der Ordner „Downloads“ ist für die Projekterstellung nicht vertrauenswürdig.
@@ -428,7 +428,7 @@
Failed to load the custom check type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.Check base class. If it is not intended to be a custom check, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition
- Fehler beim Laden des benutzerdefinierten Prüftyps „{0}“ aus der Assembly: {1}. Stellen Sie sicher, dass es die Basisklasse „Microsoft.Build.Experimental.BuildCheck.Check“ erbt. Wenn es sich nicht um eine benutzerdefinierte Überprüfung handelt, sollte es nicht verfügbar gemacht werden. Weitere Informationen: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition
+ Fehler beim Laden des benutzerdefinierten Prüftyps „{0}“ aus der Assembly: {1}. Stellen Sie sicher, dass sie die Basisklasse „Microsoft.Build.Experimental.BuildCheck.Check“ erbt. Wenn es sich nicht um eine benutzerdefinierte Überprüfung handelt, sollte sie nicht verfügbar gemacht werden. Weitere Informationen: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisitionThe message is emitted when the custom check assembly can not be successfully registered.
@@ -443,7 +443,7 @@
The custom check: '{0}' is registered for the build from the location: '{1}'.
- Dies benutzerdefinierte Überprüfung „{0}“ ist für den Build vom Folgenden aus registriert: „{1}”.
+ Dies benutzerdefinierte Überprüfung „{0}“ ist für den Build von folgendem Speicherort aus registriert: „{1}”.
@@ -468,7 +468,7 @@
DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
- DOTNET_HOST_PATH ist nicht festgelegt. Der Laufzeitpfad für den App-Host-Bootstrap kann nicht ermittelt werden. Diese Einstellung sollte immer gesetzt sein, wenn die Ausführung unter dem .NET SDK erfolgt.
+ DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
@@ -547,7 +547,7 @@
There are illegal characters in '{0}' in the {1} item.
- Unzulässige Zeichen in „{0}“ im {1}-Element.
+ Unzulässige Zeichen in „{0}“ im Element {1}.
@@ -887,7 +887,7 @@
The "{0}" resolver attempted to resolve the SDK "{1}".
Warnings: {2}
Errors: {3}
- Der Konfliktlöser „{0}“ hat versucht, das SDK „{1}“ aufzulösen.
+ Der Konfliktlöser "{0}" hat versucht, das SDK "{1}" aufzulösen.
Warnungen: {2}
Fehler: {3}
@@ -1100,7 +1100,7 @@ Fehler: {3}This is an unhandled exception in MSBuild -- PLEASE UPVOTE AN EXISTING ISSUE OR FILE A NEW ONE AT https://aka.ms/msbuild/unhandled
{0}
- Dies ist eine nicht behandelte Ausnahme in MSBuild. RUFEN SIE EIN VORHANDENES PROBLEM AUF, ODER ERSTELLEN SIE EIN NEUES UNTER https://aka.ms/msbuild/unhandled
+ Dies ist ein Ausnahmefehler in MSBuild. STIMMEN SIE EINEM VORHANDENEN ISSUE ZU, ODER ERSTELLEN SIE EIN NEUES ISSUE UNTER https://aka.ms/msbuild/unhandled
{0}
diff --git a/src/Build/Resources/xlf/Strings.es.xlf b/src/Build/Resources/xlf/Strings.es.xlf
index 4ffb1eaeee4..65b485cab74 100644
--- a/src/Build/Resources/xlf/Strings.es.xlf
+++ b/src/Build/Resources/xlf/Strings.es.xlf
@@ -218,12 +218,12 @@
Project {0} specifies 'TargetFramework(s)' property '{1}', which does not use the .NET SDK. Those properties are not understood by projects that import C# targets directly.
- El {0} de proyecto especifica la propiedad "TargetFramework(s)" '{1}', que no usa el SDK de .NET. Los proyectos que importan destinos de C# no entienden esas propiedades directamente.
+ El proyecto {0} especifica la propiedad de "TargetFramework(s)" "{1}", que no usa el SDK de .NET. Los proyectos que importan destinos de C# directamente no entienden esas propiedades.Terms in quotes are not to be translated.'TargetFramework' and 'TargetFrameworks' properties are not respected and should not be specified in projects that do not use the .NET SDK.
- Las propiedades "TargetFramework" y "TargetFrameworks" no se respetan y no deben especificarse en proyectos que no usen el SDK de .NET.
+ Las propiedades "TargetFramework" y "TargetFrameworks" no se respetan, y no deben especificarse en proyectos que no usan el SDK de .NET.Terms in quotes are not to be translated.
@@ -268,12 +268,12 @@
Location: '{0}' cannot be fully trusted, place your projects outside of that folder (Project: {1}).
- Ubicación: '{0}' no puede ser de plena confianza, coloque los proyectos fuera de esa carpeta (proyecto: {1}).
+ Ubicación: "{0}" no puede ser de plena confianza; coloque los proyectos fuera de esa carpeta (Proyecto: {1}).Downloads folder is untrusted for projects building.
- La carpeta descargas no es de confianza para la compilación de proyectos.
+ La carpeta Descargas no es de confianza para la compilación de proyectos.
@@ -428,7 +428,7 @@
Failed to load the custom check type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.Check base class. If it is not intended to be a custom check, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition
- No se pudo cargar el tipo de comprobación personalizado: "{0}" desde el ensamblado: "{1}". Asegúrese de que hereda la clase base Microsoft.Build.Experimental.BuildCheck.Check. Si no está pensado para ser una comprobación personalizada, no debe exponerse. Más información: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition
+ No se pudo cargar el tipo de comprobación personalizada: "{0}" desde el ensamblado: "{1}". Asegúrese de que hereda la clase base Microsoft.Build.Experimental.BuildCheck.Check. Si no se pretende que sea una comprobación personalizada, no debe exponerse. Más información: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisitionThe message is emitted when the custom check assembly can not be successfully registered.
@@ -468,7 +468,7 @@
DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
- DOTNET_HOST_PATH no está establecido. No se puede determinar la ubicación en tiempo de ejecución para el arranque del host de la aplicación. Esto siempre debe establecerse cuando se ejecuta en el SDK de .NET.
+ DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
@@ -547,7 +547,7 @@
There are illegal characters in '{0}' in the {1} item.
- Hay caracteres no válidos en '{0}' en el elemento {1}.
+ Hay caracteres no válidos en "{0}" en el elemento {1}.
@@ -605,7 +605,7 @@
The task failed to load because it requires the MSBuild .NET Runtime Task Host, but the .NET Runtime Task Host could not be found for the specified version.
See https://aka.ms/nettaskhost for details on how to resolve this error.
- No se pudo cargar la tarea porque requiere el host de tareas en tiempo de ejecución de .NET de MSBuild, pero no se encontró el host de tareas en tiempo de ejecución de .NET para la versión especificada.
+ Error al cargar la tarea porque requiere el host de tareas en tiempo de ejecución de .NET de MSBuild, pero no se encontró el host de tareas en tiempo de ejecución de .NET para la versión especificada.
Consulte https://aka.ms/nettaskhost para obtener más información sobre cómo resolver este error.
@@ -887,7 +887,7 @@
The "{0}" resolver attempted to resolve the SDK "{1}".
Warnings: {2}
Errors: {3}
- El resolvedor "{0}" intentó resolver el SDK "{1}".
+ El solucionador "{0}" intentó resolver el SDK "{1}".
Advertencias: {2}
Errores: {3}
@@ -1111,7 +1111,7 @@ Errores: {3}Logging type {0} is not understood by {1}.
- {1} no entiende el tipo de registro {0}.
+ El tipo de registro {0} no se entiende mediante {1}.
diff --git a/src/Build/Resources/xlf/Strings.fr.xlf b/src/Build/Resources/xlf/Strings.fr.xlf
index 32010d4dfc0..3a2ad7b63f7 100644
--- a/src/Build/Resources/xlf/Strings.fr.xlf
+++ b/src/Build/Resources/xlf/Strings.fr.xlf
@@ -4,7 +4,7 @@
Attempting to cancel the build...
- Tentative d'annulation de la génération en cours...
+ Tentative d'annulation de la build en cours...
@@ -138,7 +138,7 @@
The BuildCheck is enabled for this build.
- BuildCheck est activé pour cette build.
+ Le BuildCheck est activé pour cette build.
@@ -153,7 +153,7 @@
Tasks {0} and {1} from projects {2} and {3} write the same file: {4}.
- Tâches {0} et {1} de projets {2} et {3} écrivez le même fichier : {4}.
+ Tâches {0} et {1} des projets {2} et {3} écrivent le même fichier : {4}.
@@ -163,7 +163,7 @@
'{0}' with value: '{1}'
- '{0}' avec valeur : '{1}'
+ « {0} » avec la valeur « {1} »Will be used as a parameter {0} in previous message.
@@ -173,7 +173,7 @@
No implicit property derived from an environment variable should be used during the build.
- Aucune propriété implicite dérivée d'une variable d'environnement ne doit être utilisée pendant la construction.
+ Aucune propriété implicite dérivée d'une variable d'environnement ne doit être utilisée pendant la build.
@@ -188,7 +188,7 @@
Project {0} specifies 'EmbeddedResource' item '{1}', that has possibly a culture denoting extension ('{2}'), but explicit 'Culture' nor 'WithCulture=false' metadata are not specified.
- Project {0} spécifie l’élément « EmbeddedResource »{1}« qui a éventuellement une extension de culture indiquant ( »{2}« ), mais les métadonnées explicites « Culture » et « WithCulture=false » ne sont pas spécifiées.
+ Project {0} spécifie l’élément « EmbeddedResource » '{1}', qui a peut-être une extension de création de culture ('{2}'), mais les métadonnées explicites « Culture » et « WithCulture=false » ne sont pas spécifiées.Terms in quotes are not to be translated.
@@ -218,12 +218,12 @@
Project {0} specifies 'TargetFramework(s)' property '{1}', which does not use the .NET SDK. Those properties are not understood by projects that import C# targets directly.
- Project {0} spécifie la propriété « TargetFramework(s) » '{1}', qui n’utilise pas le SDK .NET. Ces propriétés ne sont pas comprises par les projets qui importent directement des cibles C#.
+ Le projet {0} spécifie la propriété 'TargetFramework(s)' '{1}', qui n’utilise pas le kit de développement logiciel (SDK) .NET. Ces propriétés ne sont pas comprises par les projets qui importent directement des cibles C#.Terms in quotes are not to be translated.'TargetFramework' and 'TargetFrameworks' properties are not respected and should not be specified in projects that do not use the .NET SDK.
- Les propriétés 'TargetFramework' et 'TargetFrameworks' ne sont pas respectées et ne doivent pas être spécifiées dans les projets qui n’utilisent pas le SDK .NET.
+ Les propriétés 'TargetFramework' et 'TargetFrameworks' ne sont pas respectées et ne doivent pas être spécifiées dans les projets qui n’utilisent pas le kit de développement logiciel (SDK) .NET.Terms in quotes are not to be translated.
@@ -238,7 +238,7 @@
Property: '{0}' was accessed, but it was never initialized.
- Propriété : « {0} » a été consultée, mais elle n'a jamais été initialisée.
+ La propriété « {0} » a été consultée, mais elle n'a jamais été initialisée.
@@ -248,7 +248,7 @@
Property: '{0}' first declared/initialized at {1} used before it was initialized.
- Propriété : '{0}' déclarée/initialisée pour la première fois à l'utilisation de {1} avant d'être initialisée.
+ La propriété « {0} » a été déclarée/initialisée pour la première fois à l'utilisation de {1} avant d'être initialisée.
@@ -258,7 +258,7 @@
Property: '{0}' was declared/initialized, but it was never used.
- Propriété : '{0}' a été déclarée/initialisée, mais elle n'a jamais été utilisée.
+ La propriété « {0} » a été déclarée/initialisée, mais elle n'a jamais été utilisée.
@@ -268,12 +268,12 @@
Location: '{0}' cannot be fully trusted, place your projects outside of that folder (Project: {1}).
- Emplacement : '{0}' ne peut pas être entièrement fiable. Placez vos projets en dehors de ce dossier (Projet : {1}).
+ Emplacement : '{0}' ne peut pas être entièrement approuvé, placez vos projets en dehors de ce dossier (Projet : {1}).Downloads folder is untrusted for projects building.
- Le dossier des téléchargements n’est pas approuvé pour la génération de projets.
+ Le dossier Téléchargements n’est pas approuvé pour la génération de projets.
@@ -418,7 +418,7 @@
Failed to find the specified custom check assembly: '{0}'. Please check if it exists.
- Impossible de trouver l’assembly de vérification personnalisé spécifié : «{0}». Veuillez vérifier s’il existe.
+ Impossible de trouver l’assembly de vérification personnalisé spécifié : « {0} ». Veuillez vérifier s’il existe.The message is emitted when the custom check assembly can not be found.
@@ -428,27 +428,27 @@
Failed to load the custom check type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.Check base class. If it is not intended to be a custom check, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition
- Échec du chargement du type de vérification personnalisé «{0}» à partir de l’assembly : «{1}». Assurez-vous qu’il hérite de la classe de base Microsoft.Build.Experimental.BuildCheck.Check. S’il ne s’agit pas d’une vérification personnalisée, elle ne doit pas être exposée. Plus d’informations : https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition
+ Échec du chargement du type de vérification personnalisé « {0} » à partir de l’assembly « {1} ». Assurez-vous qu’il hérite de la classe de base Microsoft.Build.Experimental.BuildCheck.Check. S’il ne s’agit pas d’une vérification personnalisée, elle ne doit pas être exposée. Plus d’informations : https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisitionThe message is emitted when the custom check assembly can not be successfully registered.Failed to register the custom check: '{0}'.
- Échec de l’inscription de la vérification personnalisée : «{0}».
+ Échec de l’inscription de la vérification personnalisée : « {0} ».The message is emitted on failed loading of the custom check in process.Failed to instantiate the custom check rule with the following exception: '{0}'.
- Échec de l’instanciation de la règle de vérification personnalisée avec l’exception suivante : «{0}».
+ Échec de l’instanciation de la règle de vérification personnalisée avec l’exception suivante : « {0} ».The message is emitted on failed loading of the custom check rule in process.The custom check: '{0}' is registered for the build from the location: '{1}'.
- La vérification personnalisée «{0}» est inscrite pour la build à partir de l’emplacement : «{1}».
+ La vérification personnalisée « {0} » est inscrite pour la build à partir de l’emplacement : « {1} ».Custom check rule: '{0}' has been registered successfully.
- Règle de vérification personnalisée : «{0}» a été correctement inscrite.
+ Règle de vérification personnalisée : « {0} » a été correctement inscrite.The message is emitted on successful loading of the custom check rule in process.
@@ -468,7 +468,7 @@
DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
- La variable d'environnement DOTNET_HOST_PATH n'est pas définie. Impossible de déterminer l'emplacement d'exécution du bootstrap de l'hôte de l'application. Ce paramètre doit toujours être défini lors de l'exécution sous le SDK .NET.
+ DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
@@ -605,8 +605,8 @@
The task failed to load because it requires the MSBuild .NET Runtime Task Host, but the .NET Runtime Task Host could not be found for the specified version.
See https://aka.ms/nettaskhost for details on how to resolve this error.
- La tâche n’a pas pu être chargée, car elle nécessite l’hôte de tâches du runtime MSBuild .NET, mais l’hôte de tâches du runtime .NET est introuvable pour la version spécifiée.
- Pour plus d’informations sur la résolution de cette erreur, consultez https://aka.ms/nettaskhost.
+ Nous n’avons pas pu charger la tâche, car elle nécessite l’hôte de tâches du runtime MSBuild .NET, mais l’hôte de tâches du runtime .NET est introuvable pour la version spécifiée.
+ Pour découvrir plus d’informations sur la résolution de cette erreur, consultez https://aka.ms/nettaskhost.
@@ -1100,7 +1100,7 @@ Erreurs : {3}
This is an unhandled exception in MSBuild -- PLEASE UPVOTE AN EXISTING ISSUE OR FILE A NEW ONE AT https://aka.ms/msbuild/unhandled
{0}
- Il s’agit d’une exception non gérée dans MSBuild –– VOTEZ POUR UN PROBLÈME EXISTANT OU ENTREZ UN NOUVEAU FICHIER À https://aka.ms/msbuild/unhandled.
+ Il s’agit d’une exception non prise en charge dans MSBuild –– VOTEZ POUR UN PROBLÈME EXISTANT OU CRÉEZ-EN UN SUR https://aka.ms/msbuild/unhandled
{0}
diff --git a/src/Build/Resources/xlf/Strings.it.xlf b/src/Build/Resources/xlf/Strings.it.xlf
index 4a0a49af8a2..f19b5d499ea 100644
--- a/src/Build/Resources/xlf/Strings.it.xlf
+++ b/src/Build/Resources/xlf/Strings.it.xlf
@@ -153,7 +153,7 @@
Tasks {0} and {1} from projects {2} and {3} write the same file: {4}.
- Le attività {0} e {1} dai progetti {2} e {3} scrivere lo stesso file: {4}.
+ Le attività {0} e {1} dai progetti {2} e {3} scrivono lo stesso file: {4}.
@@ -218,12 +218,12 @@
Project {0} specifies 'TargetFramework(s)' property '{1}', which does not use the .NET SDK. Those properties are not understood by projects that import C# targets directly.
- Project {0} specifica la proprietà 'TargetFramework(s)' '{1}', che non usa .NET SDK. Queste proprietà non sono comprese dai progetti che importano direttamente destinazioni C#.
+ Il progetto {0} specifica la proprietà “TargetFramework(s)” “{1}”, che non utilizza il SDK di .NET. Queste proprietà non vengono riconosciute dai progetti che importano direttamente destinazioni C#.Terms in quotes are not to be translated.'TargetFramework' and 'TargetFrameworks' properties are not respected and should not be specified in projects that do not use the .NET SDK.
- Le proprietà 'TargetFramework' e 'TargetFrameworks' non vengono rispettate e non devono essere specificate nei progetti che non usano .NET SDK.
+ Le proprietà “TargetFramework” e “TargetFrameworks” non vengono rispettate e non devono essere specificate nei progetti che non utilizzano il SDK di.NET.Terms in quotes are not to be translated.
@@ -268,12 +268,12 @@
Location: '{0}' cannot be fully trusted, place your projects outside of that folder (Project: {1}).
- Percorso: '{0}' non può essere considerato completamente attendibile. Inserire i progetti all'esterno di tale cartella (Progetto: {1}).
+ Percorso: '{0}' non può essere completamente attendibile. Posizionare i progetti all'esterno di tale cartella (Progetto: {1}).Downloads folder is untrusted for projects building.
- La cartella Dei download non è attendibile per la compilazione di progetti.
+ La cartella Download non è attendibile per la creazione di progetti.
@@ -418,7 +418,7 @@
Failed to find the specified custom check assembly: '{0}'. Please check if it exists.
- Impossibile trovare l'assembly di controllo personalizzato specificato: “{0}”. Verificare se esiste.
+ Non è possibile trovare l'assembly del controllo personalizzato specificato: '{0}'. Verificare se esiste.The message is emitted when the custom check assembly can not be found.
@@ -428,27 +428,27 @@
Failed to load the custom check type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.Check base class. If it is not intended to be a custom check, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition
- Non è stato possibile caricare il tipo di controllo personalizzato: “{0}” dall'assembly: “{1}”. Assicurarsi che erediti la classe di base Microsoft.Build.Experimental.BuildCheck.Check. Se non è destinato a essere un controllo personalizzato, non deve essere esposto. Per altre informazioni: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition
+ Non è possibile caricare il tipo di controllo personalizzato '{0}' dall'assembly '{1}'. Assicurarsi che erediti la classe di base Microsoft.Build.Experimental.BuildCheck.Check. Se non è destinato a essere un controllo personalizzato, non deve essere esposto. Altre informazioni: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisitionThe message is emitted when the custom check assembly can not be successfully registered.Failed to register the custom check: '{0}'.
- Impossibile registrare il controllo personalizzato: “{0}”.
+ Non è possibile registrare il controllo personalizzato: '{0}'.The message is emitted on failed loading of the custom check in process.Failed to instantiate the custom check rule with the following exception: '{0}'.
- Non è stato possibile creare un'istanza della regola di controllo personalizzata con l'eccezione seguente: “{0}”.
+ Non è possibile creare un'istanza della regola del controllo personalizzato con l'eccezione seguente: '{0}'.The message is emitted on failed loading of the custom check rule in process.The custom check: '{0}' is registered for the build from the location: '{1}'.
- Il controllo personalizzato “{0}” è registrato per la compilazione dal percorso “{1}”.
+ Il controllo personalizzato '{0}' è registrato per la compilazione dal percorso '{1}'.Custom check rule: '{0}' has been registered successfully.
- La regola di controllo personalizzata “{0}” è stata registrata correttamente.
+ La regola del controllo personalizzato '{0}' è stata registrata correttamente.The message is emitted on successful loading of the custom check rule in process.
@@ -468,7 +468,7 @@
DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
- DOTNET_HOST_PATH non è impostato. Non è possibile determinare il percorso di runtime per il bootstrap dell'host dell'app. Deve sempre essere impostato quando viene eseguito con .NET SDK.
+ DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
@@ -605,7 +605,7 @@
The task failed to load because it requires the MSBuild .NET Runtime Task Host, but the .NET Runtime Task Host could not be found for the specified version.
See https://aka.ms/nettaskhost for details on how to resolve this error.
- Non è possibile caricare l'attività perché richiede l'host attività di runtime .NET di MSBuild, ma non è possibile trovare l'host attività di runtime .NET per la versione specificata.
+ Il caricamento dell'attività non è riuscita perché richiede l'host dell’attività di runtime .NET di MSBuild, ma non è possibile trovare l'host dell'attività di runtime .NET per la versione specificata.
Per informazioni dettagliate su come risolvere l'errore, vedere https://aka.ms/nettaskhost.
@@ -887,7 +887,7 @@
The "{0}" resolver attempted to resolve the SDK "{1}".
Warnings: {2}
Errors: {3}
- Il resolver "{0}" ha provato a risolvere l'SDK "{1}".
+ Il resolver "{0}" ha tentato di risolvere l'SDK "{1}".
Avvisi: {2}
Errori: {3}
diff --git a/src/Build/Resources/xlf/Strings.ja.xlf b/src/Build/Resources/xlf/Strings.ja.xlf
index cc1a03df410..7fd75e1aa84 100644
--- a/src/Build/Resources/xlf/Strings.ja.xlf
+++ b/src/Build/Resources/xlf/Strings.ja.xlf
@@ -4,7 +4,7 @@
Attempting to cancel the build...
- ビルドを取り消そうとしています...
+ ビルドの取り消を試みています...
@@ -143,17 +143,17 @@
Projects {0} and {1} have conflicting output paths: {2}.
- プロジェクト {0} と {1} の出力パスが競合しています: {2}。
+ プロジェクト {0} と {1} で、出力パス: {2} が競合しています。Two projects should not share their 'OutputPath' nor 'IntermediateOutputPath' locations.
- 2 つのプロジェクトで 'OutputPath' と 'IntermediateOutputPath' の場所を共有することはできません。
+ 2 つのプロジェクトで、'OutputPath' と 'IntermediateOutputPath' の場所の、どちらも共有することはできません。'OutputPath' and 'IntermediateOutputPath' not to be translated.Tasks {0} and {1} from projects {2} and {3} write the same file: {4}.
- プロジェクト {2} と {3} のタスク {0} と {1} は、同じファイルを書き込みます: {4}。
+ プロジェクト {2} と {3} のタスク {0} と {1} が、同じファイル: {4} に書き込んでいます。
@@ -163,17 +163,17 @@
'{0}' with value: '{1}'
- '{0}' (値 '{1}')
+ 値が '{1}' の '{0}'Will be used as a parameter {0} in previous message.Property is derived from environment variable: {0}. Properties should be passed explicitly using the /p option.
- プロパティは環境変数から派生しています: {0}。プロパティは、/p オプションを使用して明示的に渡す必要があります。
+ プロパティは環境変数: {0} から派生しています。プロパティは、/p オプションを使用して明示的に渡す必要があります。No implicit property derived from an environment variable should be used during the build.
- ビルド中に環境変数から派生した暗黙的なプロパティを使用しないでください。
+ 環境変数から派生した暗黙的なプロパティをビルド中に使用しないでください。
@@ -223,7 +223,7 @@
'TargetFramework' and 'TargetFrameworks' properties are not respected and should not be specified in projects that do not use the .NET SDK.
- 'TargetFramework' プロパティと 'TargetFrameworks' プロパティは優先されないため、.NET SDK を使用しないプロジェクトでは指定しないでください。
+ 'TargetFramework' と 'TargetFrameworks' プロパティは考慮されず、.NET SDK を使用しないプロジェクトでは指定しないでください。Terms in quotes are not to be translated.
@@ -238,17 +238,17 @@
Property: '{0}' was accessed, but it was never initialized.
- プロパティ: '{0}' にアクセスしましたが、初期化されませんでした。
+ プロパティ: '{0}' は、初期化されないままアクセスされました。A property that is accessed should be declared first.
- アクセスされるプロパティを、まず宣言する必要があります。
+ アクセスされるプロパティを、最初に宣言する必要があります。Property: '{0}' first declared/initialized at {1} used before it was initialized.
- {1} で最初に宣言/初期化されたプロパティ: '{0}' は初期化前に使用されました。
+ {1} で最初に宣言/初期化されたプロパティ: '{0}' が初期化前に使用されました。
@@ -258,22 +258,22 @@
Property: '{0}' was declared/initialized, but it was never used.
- プロパティ: '{0}' は宣言または初期化されましたが、使用されませんでした。
+ プロパティ: '{0}' は宣言/初期化されましたが、使用されたことがありません。A property that is not used should not be declared.
- 使用されていないプロパティは宣言しないでください。
+ 使用されないプロパティを宣言する必要はありません。Location: '{0}' cannot be fully trusted, place your projects outside of that folder (Project: {1}).
- 場所: '{0}' を完全に信頼することはできません。プロジェクトをそのフォルダーの外に配置してください (プロジェクト: {1})。
+ 場所: '{0}' を完全に信頼することはできません。プロジェクトをそのフォルダー外に配置してください (プロジェクト: {1})。Downloads folder is untrusted for projects building.
- ダウンロード フォルダーは、プロジェクトのビルドに対して信頼されていません。
+ Downloads フォルダーは、プロジェクトのビルドに対して信頼されません。
@@ -418,7 +418,7 @@
Failed to find the specified custom check assembly: '{0}'. Please check if it exists.
- 指定されたカスタム チェック アセンブリが見つかりませんでした: '{0}'。存在するかどうか確認してください。
+ 指定されたカスタム チェック アセンブリ: '{0}' が見つかりませんでした。これが存在することを確認してください。The message is emitted when the custom check assembly can not be found.
@@ -428,12 +428,12 @@
Failed to load the custom check type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.Check base class. If it is not intended to be a custom check, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition
- カスタム チェックの種類を読み込めませんでした: アセンブリ '{1}' の '{0}'。Microsoft.Build.Experimental.BuildCheck.Check 基底クラスを継承していることを確認してください。カスタム チェックを意図していない場合は、公開しないでください。詳細情報: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition
+ アセンブリ: '{1}' から、カスタム チェックの種類: '{0}'を読み込めませんでした。Microsoft.Build.Experimental.BuildCheck.Check の基底クラスを継承していることを確認してください。カスタム チェックを意図していない場合は、公開しないでください。詳細情報: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisitionThe message is emitted when the custom check assembly can not be successfully registered.Failed to register the custom check: '{0}'.
- カスタム チェックを登録できませんでした: '{0}'。
+ カスタム チェック: '{0}'を登録できませんでした。The message is emitted on failed loading of the custom check in process.
@@ -443,7 +443,7 @@
The custom check: '{0}' is registered for the build from the location: '{1}'.
- カスタム チェック '{0}' は、場所 '{1}' からビルドに登録されています。
+ カスタム チェック: '{0}' は、場所: '{1}' からビルドに登録されています。
@@ -468,7 +468,7 @@
DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
- DOTNET_HOST_PATH が設定されていません。アプリ ホストのブートストラップに必要なランタイムの場所を特定できません。.NET SDK で実行する場合は、必ず設定してください。
+ DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
@@ -547,7 +547,7 @@
There are illegal characters in '{0}' in the {1} item.
- {1} 項目内の '{0}' に不正な文字があります。
+ {1} 項目内の '{0}' が不正な文字を含んでいます。
@@ -611,7 +611,7 @@
SDK version {0} is below the minimum required version of {1}. The .NET Runtime Task Host is supported only when using .NET SDK 10.0.100-rc1 or later.
- SDK バージョン {0} は、必要最低限のバージョン {1} を下回っています。.NET ランタイム タスク ホストは、.NET SDK 10.0.100-rc1 以降を使用する場合にのみサポートされます。
+ SDK バージョン {0} が、必要最小限のバージョン {1} を下回っています。.NET ランタイム タスク ホストは、.NET SDK 10.0.100-rc1 以降が使用されている場合にのみサポートされます。
@@ -1111,7 +1111,7 @@ Errors: {3}
Logging type {0} is not understood by {1}.
- ログの種類 {0} は {1} では認識されません。
+ ログの種類 {0} は、{1} では認識されません。
diff --git a/src/Build/Resources/xlf/Strings.ko.xlf b/src/Build/Resources/xlf/Strings.ko.xlf
index 907dd46d818..578f814d225 100644
--- a/src/Build/Resources/xlf/Strings.ko.xlf
+++ b/src/Build/Resources/xlf/Strings.ko.xlf
@@ -218,12 +218,12 @@
Project {0} specifies 'TargetFramework(s)' property '{1}', which does not use the .NET SDK. Those properties are not understood by projects that import C# targets directly.
- 프로젝트 {0} .NET SDK를 사용하지 않는 'TargetFramework' 속성 '{1}' 지정합니다. 이러한 속성은 C# 대상을 직접 가져오는 프로젝트에서 이해할 수 없습니다.
+ 프로젝트 {0}은(는) .NET SDK를 사용하지 않는 'TargetFramework' 속성 '{1}'을(를) 지정합니다. 이러한 속성은 C# 대상을 직접 가져오는 프로젝트에서는 이해되지 않습니다.Terms in quotes are not to be translated.'TargetFramework' and 'TargetFrameworks' properties are not respected and should not be specified in projects that do not use the .NET SDK.
- 'TargetFramework' 및 'TargetFrameworks' 속성은 사용되지 않으며 .NET SDK를 사용하지 않는 프로젝트에서 지정해서는 안 됩니다.
+ 'TargetFramework' 및 'TargetFrameworks' 속성은 적용되지 않으므로 .NET SDK를 사용하지 않는 프로젝트에서 지정해서는 안 됩니다.Terms in quotes are not to be translated.
@@ -268,12 +268,12 @@
Location: '{0}' cannot be fully trusted, place your projects outside of that folder (Project: {1}).
- 위치: '{0}' 완전히 신뢰할 수 없습니다. 프로젝트를 해당 폴더 외부에 배치하세요(프로젝트: {1}).
+ 위치: '{0}'은(는) 완전히 신뢰할 수 없으므로 프로젝트를 해당 폴더 외부에 배치합니다(프로젝트: {1}).Downloads folder is untrusted for projects building.
- 프로젝트 빌드에 대해 다운로드 폴더를 신뢰할 수 없습니다.
+ 다운로드 폴더는 프로젝트 빌드에 대해 신뢰할 수 없습니다.
@@ -468,7 +468,7 @@
DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
- DOTNET_HOST_PATH가 설정되어 있지 않습니다. 앱 호스트 부트스트랩의 런타임 위치를 확인할 수 없습니다. .NET SDK에서 실행할 때는 이를 항상 설정해야 합니다.
+ DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
@@ -1111,7 +1111,7 @@ Errors: {3}
Logging type {0} is not understood by {1}.
- 로깅 유형 {0} {1} 이해할 수 없습니다.
+ 로깅 유형 {0}은(는) {1}에서는 이해되지 않습니다.
diff --git a/src/Build/Resources/xlf/Strings.pl.xlf b/src/Build/Resources/xlf/Strings.pl.xlf
index f21ad0b9af1..43dab72e371 100644
--- a/src/Build/Resources/xlf/Strings.pl.xlf
+++ b/src/Build/Resources/xlf/Strings.pl.xlf
@@ -48,7 +48,7 @@
ArchiveFile was obtained, but the final edited version was not set.
- Uzyskano plik ArchiveFile, ale nie ustawiono ostatecznej edycji wersji.
+ Uzyskano plik ArchiveFile, ale nie ustawiono ostatecznej edytowanej wersji.
@@ -82,7 +82,7 @@
BuildEvent record number {0} was expected to read exactly {1} bytes from the stream, but read {2} instead.
- Oczekiwano, że numer rekordu BuildEvent {0} odczyta ze strumienia liczbę bajtów równą dokładnie {1}, ale zamiast tego odczyta {2}.
+ Oczekiwano, że numer rekordu BuildEvent {0} odczyta ze strumienia liczbę bajtów równą dokładnie {1}, ale zamiast tego odczytał {2}.
LOCALIZATION: {0} is an integer number denoting order. {1} is an integer denoting size. {2} is an integer value indicating number of bytes.
@@ -101,7 +101,7 @@
Structured events and raw events cannot be replayed at the same time.
- Nie można jednocześnie odtwarzać zdarzeń strukturalnych i nieprzetworzonych.
+ Nie można ponownie odtwarzać jednocześnie zdarzeń strukturalnych i zdarzeń pierwotnych.
@@ -126,7 +126,7 @@
Attempt to skip {0} bytes, only non-negative offset up to int.MaxValue is allowed.
- Próba pominięcia {0} bajtów, tylko przesunięcie nieujemne do liczby całkowitej. Wartość MaxValue jest dozwolona.
+ Próba pominięcia {0} bajtów, tylko przesunięcie nieujemne do wartości int.MaxValue jest dozwolone.
LOCALIZATION: {0} is integer number denoting number of bytes. 'int.MaxValue' should not be translated.
@@ -218,12 +218,12 @@
Project {0} specifies 'TargetFramework(s)' property '{1}', which does not use the .NET SDK. Those properties are not understood by projects that import C# targets directly.
- Program Project {0} określa właściwość "TargetFramework(s)" '{1}', która nie używa zestawu .NET SDK. Te właściwości nie są rozpoznane przez projekty, które importują bezpośrednio elementy docelowe języka C#.
+ Projekt {0} określa właściwość „TargetFramework(s)” „{1}”, która nie używa zestawu SDK platformy .NET. Te właściwości nie są zrozumiałe dla projektów, które bezpośrednio importują elementy docelowe języka C#.Terms in quotes are not to be translated.'TargetFramework' and 'TargetFrameworks' properties are not respected and should not be specified in projects that do not use the .NET SDK.
- Właściwości "TargetFramework" i "TargetFrameworks" nie są respektowane i nie należy ich określać w projektach, w których nie jest używany zestaw .NET SDK.
+ Właściwości „TargetFramework” i „TargetFrameworks” nie są przestrzegane i nie należy ich określać w projektach, które nie używają zestawu SDK platformy .NET.Terms in quotes are not to be translated.
@@ -238,17 +238,17 @@
Property: '{0}' was accessed, but it was never initialized.
- Właściwość: uzyskano dostęp do „{0}”, ale nigdy nie dokonano inicjacji.
+ Uzyskano dostęp do właściwości: „{0}”, ale nigdy nie zainicjowano jej.A property that is accessed should be declared first.
- Właściwość, do których jest uzyskiwany dostęp, powinna być zadeklarowana jako pierwsza.
+ Właściwość, do której jest uzyskiwany dostęp, powinna być zadeklarowana jako pierwsza.Property: '{0}' first declared/initialized at {1} used before it was initialized.
- Właściwość: „{0}” została najpierw zadeklarowana/zainicjowana {1} i była używania przed jej zainicjowaniem.
+ Właściwość: „{0}” została najpierw zadeklarowana/zainicjowana w {1} i była używania przed jej zainicjowaniem.
@@ -258,7 +258,7 @@
Property: '{0}' was declared/initialized, but it was never used.
- Właściwość: uzyskano dostęp do „{0}”, ale nigdy nie dokonano inicjacji.
+ Zadeklarowano/zainicjowano właściwość: „{0}”, ale nigdy nie była używana.
@@ -268,12 +268,12 @@
Location: '{0}' cannot be fully trusted, place your projects outside of that folder (Project: {1}).
- Lokalizacja: '{0}' nie można w pełni zaufać. Umieść projekty poza tym folderem (projekt: {1}).
+ Lokalizacja: nie można w pełni zaufać „{0}”. Umieść swoje projekty poza tym folderem (Projekt: {1}).Downloads folder is untrusted for projects building.
- Folder Pobrane nie jest zaufany do kompilowania projektów.
+ Folder Pobrane nie jest zaufany w przypadku kompilowania projektów.
@@ -418,7 +418,7 @@
Failed to find the specified custom check assembly: '{0}'. Please check if it exists.
- Nie udało się znaleźć określonego niestandardowego zestawu kontrolnego: „{0}”. Sprawdź, czy istnieje.
+ Nie udało się znaleźć określonego niestandardowego zestawu kontroli: „{0}”. Sprawdź, czy istnieje.The message is emitted when the custom check assembly can not be found.
@@ -428,27 +428,27 @@
Failed to load the custom check type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.Check base class. If it is not intended to be a custom check, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition
- Nie udało się załadować niestandardowego typu kontrolnego: „{0}” z zestawu: „{1}”. Upewnij się, że dziedziczy po klasie bazowej Microsoft.Build.Experimental.BuildCheck.Check. Jeśli nie ma to być kontrola niestandardowa, to nie powinna być ona ujawniana. Więcej informacji: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition
+ Nie udało się załadować niestandardowego typu kontroli: „{0}” z zestawu: „{1}”. Upewnij się, że dziedziczy klasę bazową Microsoft.Build.Experimental.BuildCheck.Check. Jeśli nie ma to być kontrola niestandardowa, to nie powinna być ona ujawniana. Więcej informacji: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisitionThe message is emitted when the custom check assembly can not be successfully registered.Failed to register the custom check: '{0}'.
- Nie można zarejestrować niestandardowego kontrolera: „{0}”.
+ Nie można zarejestrować niestandardowej kontroli: „{0}”.The message is emitted on failed loading of the custom check in process.Failed to instantiate the custom check rule with the following exception: '{0}'.
- Nie udało się utworzyć niestandardowej reguły utworzenia wystąpienia z następującym wyjątkiem: „{0}”.
+ Nie udało się utworzyć wystąpienia niestandardowej reguły kontroli z następującym wyjątkiem: „{0}”.The message is emitted on failed loading of the custom check rule in process.The custom check: '{0}' is registered for the build from the location: '{1}'.
- Kontroler niestandardowy „{0}” jest zarejestrowany dla kompilacji z lokalizacji: „{1}”.
+ Kontrola niestandardowa: „{0}” jest zarejestrowany dla kompilacji z lokalizacji: „{1}”.Custom check rule: '{0}' has been registered successfully.
- Niestandardowa reguła kontrolera: „{0}” została pomyślnie zarejestrowana.
+ Niestandardowa reguła kontroli: „{0}” została pomyślnie zarejestrowana.The message is emitted on successful loading of the custom check rule in process.
@@ -468,7 +468,7 @@
DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
- DOTNET_HOST_PATH nie jest ustawiona. Nie można określić lokalizacji środowiska uruchomieniowego dla ładowania początkowego hosta aplikacji. Należy to zawsze ustawić podczas uruchamiania w zestawie .NET SDK.
+ DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
@@ -524,7 +524,7 @@
MSB4017: The build stopped unexpectedly because of an unexpected logger failure.
{0}
- MSB4017: Kompilacja została nieoczekiwanie zatrzymana z powodu nieoczekiwanego błędu rejestratora.
+ MSB4017: kompilacja została nieoczekiwanie zatrzymana z powodu nieoczekiwanego błędu rejestratora.
{0}{StrBegin="MSB4017: "}UE: This message is used for a special exception that is thrown when a logger fails while logging an event (most
likely because of a programming error in the logger). When a logger dies, we cannot proceed with the build, and we throw a
@@ -547,7 +547,7 @@
There are illegal characters in '{0}' in the {1} item.
- Element {0} zawiera niedozwolone znaki w „{1}”.
+ Element {1} zawiera niedozwolone znaki w „{0}”.
@@ -605,7 +605,7 @@
The task failed to load because it requires the MSBuild .NET Runtime Task Host, but the .NET Runtime Task Host could not be found for the specified version.
See https://aka.ms/nettaskhost for details on how to resolve this error.
- Nie można załadować zadania, ponieważ wymaga ono hosta zadań środowiska uruchomieniowego programu MSBuild .NET, ale nie można odnaleźć hosta zadań środowiska uruchomieniowego platformy .NET dla określonej wersji.
+ Nie można załadować zadania, ponieważ wymaga ono hosta zadań narzędzi MSBuild środowiska uruchomieniowego platformy .NET, ale nie można odnaleźć hosta zadań środowiska uruchomieniowego platformy .NET dla określonej wersji.
Zobacz witrynę https://aka.ms/nettaskhost, aby uzyskać szczegółowe informacje na temat sposobu rozwiązania tego błędu.
@@ -984,7 +984,7 @@ Błędy: {3}The SDK "{0}" was successfully resolved by the "{1}" resolver to location "{2}" and version "{3}".
- Zestaw SDK „{0}” został pomyślnie rozpoznany przez narzędzie Resolver „{1}” do lokalizacji „{2}” i wersji „{3}”.
+ Zestaw SDK „{0}” został pomyślnie rozpoznany przez narzędzie Resolver „{1}” w lokalizacji „{2}” i w wersji „{3}”.
@@ -1100,7 +1100,7 @@ Błędy: {3}
This is an unhandled exception in MSBuild -- PLEASE UPVOTE AN EXISTING ISSUE OR FILE A NEW ONE AT https://aka.ms/msbuild/unhandled
{0}
- Jest to nieobsługiwany wyjątek w aplikacji MSBuild -- ZAGŁOSUJ NA ISTNIEJĄCY PROBLEM LUB ZAGŁOSUJ NA NOWY NA https://aka.ms/msbuild/unhandled.
+ Jest to nieobsługiwany wyjątek na platformie MSBuild -- ZAGŁOSUJ NA ISTNIEJĄCY PROBLEM LUB ZAREJESTRUJ NOWY W WITRYNIE https://aka.ms/msbuild/unhandled.
{0}
@@ -1111,7 +1111,7 @@ Błędy: {3}
Logging type {0} is not understood by {1}.
- {1} nie {0} typu rejestrowania.
+ Typ rejestrowania {0} nie jest rozpoznawany przez {1}.
diff --git a/src/Build/Resources/xlf/Strings.pt-BR.xlf b/src/Build/Resources/xlf/Strings.pt-BR.xlf
index 5f2af03c19a..26f1b7f56a5 100644
--- a/src/Build/Resources/xlf/Strings.pt-BR.xlf
+++ b/src/Build/Resources/xlf/Strings.pt-BR.xlf
@@ -178,12 +178,12 @@
Project {0} references output of a project {1}. Referenced path: {2}. ProjectReference should be used instead.
- O projeto {0} faz referência à saída de um projeto {1}. Caminho referenciado: {2}. Em vez disso, ProjectReference deve ser usado.
+ O {0} faz referência à saída de um projeto {1}. Caminho referenciado: {2}. ProjectReference deve ser usado em vez disso.A project should not be referenced via 'Reference' to its output, but rather directly via 'ProjectReference'.
- Um projeto não deve ser referenciado por meio de "Referência" à sua saída, mas diretamente por meio de "ProjectReference".
+ Um projeto não deve ser referenciado via 'Reference' para sua saída, mas diretamente via 'ProjectReference'.
@@ -218,12 +218,12 @@
Project {0} specifies 'TargetFramework(s)' property '{1}', which does not use the .NET SDK. Those properties are not understood by projects that import C# targets directly.
- O {0} especifica a propriedade 'TargetFramework(s)' '{1}', que não usa o SDK do .NET. Essas propriedades não são compreendidas pelos projetos que importam diretamente os destinos C#.
+ O Projeto {0} especifica a propriedade 'TargetFramework(s)' '{1}', que não usa o SDK do .NET. Essas propriedades não são compreendidas por projetos que importam diretamente os destinos do C#.Terms in quotes are not to be translated.'TargetFramework' and 'TargetFrameworks' properties are not respected and should not be specified in projects that do not use the .NET SDK.
- As propriedades 'TargetFramework' e 'TargetFrameworks' não são respeitadas e não devem ser especificadas em projetos que não usam o SDK do .NET.
+ As propriedades 'TargetFramework' e 'TargetFrameworks' não são respeitadas e não devem ser especificadas em projetos que não usam o SDK do .NET.Terms in quotes are not to be translated.
@@ -238,7 +238,7 @@
Property: '{0}' was accessed, but it was never initialized.
- Propriedade: "{0}" foi acessada, mas nunca foi inicializada.
+ Propriedade: '{0}' foi acessada, mas nunca foi inicializada.
@@ -268,12 +268,12 @@
Location: '{0}' cannot be fully trusted, place your projects outside of that folder (Project: {1}).
- Local: '{0}' não é totalmente confiável, coloque seus projetos fora dessa pasta (Projeto: {1}).
+ Localização: '{0}' não pode ser totalmente confiável, coloque seus projetos fora dessa pasta (Projeto: {1}).Downloads folder is untrusted for projects building.
- A pasta Downloads não é confiável para a compilação de projetos.
+ A pasta Downloads não é confiável para a criação de projetos.
@@ -418,7 +418,7 @@
Failed to find the specified custom check assembly: '{0}'. Please check if it exists.
- Falha ao localizar o assembly de verificação personalizado especificado: '{0}'. Verifique se existe.
+ Falha ao localizar o assembly de verificação personalizada especificado: '{0}'. Verifique se existe.The message is emitted when the custom check assembly can not be found.
@@ -428,7 +428,7 @@
Failed to load the custom check type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.Check base class. If it is not intended to be a custom check, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition
- Falha ao carregar o tipo de verificação personalizada: '{0}' do assembly: '{1}'. Certifique-se de que ele herda a classe base Microsoft.Build.Experimental.BuildCheck.Check. Se não for destinado a ser uma verificação personalizada, então não deve ser exposto. Mais informações: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition
+ Falha ao carregar o tipo de verificação personalizado: '{0}' do assembly: '{1}'. Verifique se ele herda a classe base Microsoft.Build.Experimental.BuildCheck.Check. Se não se destina a ser uma verificação personalizada, ela não deve ser exposta. Mais informações: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisitionThe message is emitted when the custom check assembly can not be successfully registered.
@@ -443,12 +443,12 @@
The custom check: '{0}' is registered for the build from the location: '{1}'.
- A verificação personalizada: '{0}' está registrada para a compilação a partir do local: '{1}'.
+ A verificação personalizada: '{0}' está registrada para a compilação do local: '{1}'.Custom check rule: '{0}' has been registered successfully.
- Regra de verificação personalizada: '{0}' foi registrada com sucesso.
+ Regra de verificação personalizada: '{0}' foi registrada com êxito.The message is emitted on successful loading of the custom check rule in process.
@@ -468,7 +468,7 @@
DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
- DOTNET_HOST_PATH não está definido. Não é possível determinar o local de runtime para a inicialização do host do aplicativo. Isso sempre deve ser definido durante a execução no SDK do .NET.
+ DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
@@ -524,7 +524,7 @@
MSB4017: The build stopped unexpectedly because of an unexpected logger failure.
{0}
- MSB4017: A compilação parou inesperadamente devido a uma falha do agente de log.
+ MSB4017: a compilação parou inesperadamente devido a uma falha do agente.
{0}{StrBegin="MSB4017: "}UE: This message is used for a special exception that is thrown when a logger fails while logging an event (most
likely because of a programming error in the logger). When a logger dies, we cannot proceed with the build, and we throw a
@@ -1100,7 +1100,7 @@ Erros: {3}This is an unhandled exception in MSBuild -- PLEASE UPVOTE AN EXISTING ISSUE OR FILE A NEW ONE AT https://aka.ms/msbuild/unhandled
{0}
- Esta é uma exceção não tratada no MSBuild -- POR FAVOR, APOIE UM PROBLEMA EXISTENTE OU ARQUIVE UM NOVO EM https://aka.ms/msbuild/unhandled
+ Essa é uma exceção não tratada no MSBuild -- POR FAVOR, ATUALIZE UMA QUESTÃO EXISTENTE OU ENCAMINHE UMA NOVA EM https://aka.ms/msbuild/unhandled
{0}
@@ -1111,7 +1111,7 @@ Erros: {3}
Logging type {0} is not understood by {1}.
- O tipo {0} registro em log não é compreendido por {1}.
+ O tipo de log {0} não é compreendido por {1}.
diff --git a/src/Build/Resources/xlf/Strings.ru.xlf b/src/Build/Resources/xlf/Strings.ru.xlf
index a4420a5f842..b23b249e7fa 100644
--- a/src/Build/Resources/xlf/Strings.ru.xlf
+++ b/src/Build/Resources/xlf/Strings.ru.xlf
@@ -218,12 +218,12 @@
Project {0} specifies 'TargetFramework(s)' property '{1}', which does not use the .NET SDK. Those properties are not understood by projects that import C# targets directly.
- В {0} проекта указано свойство "TargetFramework(s)", '{1}', который не использует пакет SDK для .NET. Эти свойства не распознаются проектами, которые импортют целевые объекты C# напрямую.
+ Проект {0} указывает свойство "TargetFramework(s)" "{1}", которое не использует пакет SDK для .NET. Эти свойства непонятны проектам, которые импортируют целевые объекты C# напрямую.Terms in quotes are not to be translated.'TargetFramework' and 'TargetFrameworks' properties are not respected and should not be specified in projects that do not use the .NET SDK.
- Свойства TargetFramework и TargetFrameworks не учитываются и не должны указываться в проектах, не использующих пакет SDK для .NET.
+ Свойства "TargetFramework" и "TargetFrameworks" не учитываются и не должны указываться в проектах, которые не используют пакет SDK для .NET.Terms in quotes are not to be translated.
@@ -268,12 +268,12 @@
Location: '{0}' cannot be fully trusted, place your projects outside of that folder (Project: {1}).
- Расположение: '{0}' быть полностью доверенным. Поместите проекты за пределы этой папки (проект: {1}).
+ Расположение "{0}" не может быть полностью доверенным, разместите свои проекты за пределами этой папки (проект: {1}).Downloads folder is untrusted for projects building.
- Папка "Загрузки" недоверена для сборки проектов.
+ Папка "Загрузки" не является доверенной для создания проектов.
@@ -468,7 +468,7 @@
DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
- DOTNET_HOST_PATH не настроен. Невозможно определить расположение среды выполнения для начальной загрузки хоста приложений. Этот параметр всегда должен быть настроен при запуске в пакете SDK для .NET.
+ DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
@@ -478,7 +478,7 @@
({0:F1}s)
- ({0:F1}s)
+ ({0:F1}с)
{0}: duration in seconds with 1 decimal point
's' should reflect the localized abbreviation for seconds
@@ -1100,7 +1100,7 @@ Errors: {3}
This is an unhandled exception in MSBuild -- PLEASE UPVOTE AN EXISTING ISSUE OR FILE A NEW ONE AT https://aka.ms/msbuild/unhandled
{0}
- Это необработанное исключение в MSBuild. Проголосуйте за существующую проблему или сообщите о новой по адресу https://aka.ms/msbuild/unhandled
+ Это необработанное исключение в MSBuild. ПРОГОЛОСУЙТЕ ЗА СУЩЕСТВУЮЩУЮ ПРОБЛЕМУ ИЛИ СООБЩИТЕ О НОВУЙ НА https://aka.ms/msbuild/unhandled
{0}
@@ -1111,7 +1111,7 @@ Errors: {3}
Logging type {0} is not understood by {1}.
- Тип {0} не распознан {1}.
+ Тип ведения журнала {0} не понятен для {1}.
diff --git a/src/Build/Resources/xlf/Strings.tr.xlf b/src/Build/Resources/xlf/Strings.tr.xlf
index d4b684016ae..81d2eaf2b34 100644
--- a/src/Build/Resources/xlf/Strings.tr.xlf
+++ b/src/Build/Resources/xlf/Strings.tr.xlf
@@ -218,12 +218,12 @@
Project {0} specifies 'TargetFramework(s)' property '{1}', which does not use the .NET SDK. Those properties are not understood by projects that import C# targets directly.
- Project {0}, .NET SDK'sını '{1}' 'TargetFramework(s)' özelliğini belirtir. Bu özellikler doğrudan C# hedeflerini içeri aktaran projeler tarafından anlaşılmaz.
+ Proje {0}, .NET SDK'yı kullanmayan 'TargetFramework(s)' özelliği şunu belirtir: '{1}'. Bu özellikler, C# hedeflerini doğrudan içe aktaran projeler tarafından anlaşılmıyor..Terms in quotes are not to be translated.'TargetFramework' and 'TargetFrameworks' properties are not respected and should not be specified in projects that do not use the .NET SDK.
- 'TargetFramework' ve 'TargetFrameworks' özellikleri dikkate alınmaz ve .NET SDK kullanmayan projelerde belirtilmeli.
+ .NET SDK kullanmayan projelerde 'TargetFramework' ve 'TargetFrameworks' özellikleri dikkate alınmaz ve belirtilmemelidir.Terms in quotes are not to be translated.
@@ -273,7 +273,7 @@
Downloads folder is untrusted for projects building.
- İndirmeler klasörü, proje oluşturma için güvenilir değil.
+ İndirmeler klasörü, proje oluşturma için güvenilmiyor.
@@ -468,7 +468,7 @@
DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
- DOTNET_HOST_PATH ayarlanmadı. Uygulama ana işlemi önyüklemesi için çalışma zamanı konumu belirlenemiyor. .NET SDK altında çalışırken bu her zaman ayarlanmalıdır.
+ DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
@@ -478,7 +478,7 @@
({0:F1}s)
- ({0:F1}s)
+ ({0:F1} sn)
{0}: duration in seconds with 1 decimal point
's' should reflect the localized abbreviation for seconds
@@ -1100,7 +1100,7 @@ Hatalar: {3}
This is an unhandled exception in MSBuild -- PLEASE UPVOTE AN EXISTING ISSUE OR FILE A NEW ONE AT https://aka.ms/msbuild/unhandled
{0}
- Bu, MSBuild'de işlenmeyen bir istisnadır -- LÜTFEN MEVCUT BİR SORUNU OYLAYIN VEYA https://aka.ms/msbuild/unhandled ADRESİNDE YENİ BİR SORUN DOSYALAYIN
+ Bu, MSBuild'de işlenmeyen bir istisnadır -- LÜTFEN MEVCUT BİR SORUNU OYLAYIN VEYA https://aka.ms/msbuild/unhandled ADRESİNDE YENİ BİR SORUN OLUŞTURUN
{0}
@@ -1111,7 +1111,7 @@ Hatalar: {3}
Logging type {0} is not understood by {1}.
- Günlük kaydı {0} günlük kaydı türü {1}.
+ {0} günlüğe kaydetme türü, {1} tarafından anlaşılmıyor.
diff --git a/src/Build/Resources/xlf/Strings.zh-Hans.xlf b/src/Build/Resources/xlf/Strings.zh-Hans.xlf
index da371088b6a..92ddc65d489 100644
--- a/src/Build/Resources/xlf/Strings.zh-Hans.xlf
+++ b/src/Build/Resources/xlf/Strings.zh-Hans.xlf
@@ -163,7 +163,7 @@
'{0}' with value: '{1}'
- 值为“{1}”的“{0}”
+ '{0}',值为 '{1}'Will be used as a parameter {0} in previous message.
@@ -173,7 +173,7 @@
No implicit property derived from an environment variable should be used during the build.
- 在生成过程中,不应使用派生自环境变量的隐式属性。
+ 在生成过程中,不应使用派生自环境变量的任何隐式属性。
@@ -218,12 +218,12 @@
Project {0} specifies 'TargetFramework(s)' property '{1}', which does not use the .NET SDK. Those properties are not understood by projects that import C# targets directly.
- Project {0} 指定“TargetFramework()”属性 '{1}',该属性不使用 .NET SDK。直接导入 C# 目标的项目不理解这些属性。
+ 项目 {0} 指定了 “TargetFramework” 属性“{1}”,它不使用 .NET SDK。直接导入 C# 目标的项目无法理解这些属性。Terms in quotes are not to be translated.'TargetFramework' and 'TargetFrameworks' properties are not respected and should not be specified in projects that do not use the .NET SDK.
- 不考虑 “TargetFramework” 和 “TargetFrameworks” 属性,不应在不使用 .NET SDK 的项目中指定这些属性。
+ 在不使用 .NET SDK 的项目中,'TargetFramework' 和 'TargetFrameworks' 属性不会生效,并且不应被指定。Terms in quotes are not to be translated.
@@ -238,17 +238,17 @@
Property: '{0}' was accessed, but it was never initialized.
- 已访问属性“{0}”,但从未将其初始化过。
+ 已访问属性 '{0}',但从未将其初始化。A property that is accessed should be declared first.
- 应首先声明访问的属性。
+ 应首先声明所访问的属性。Property: '{0}' first declared/initialized at {1} used before it was initialized.
- 属性“{0}”在 {1} 使用时首先声明/初始化,再进行初始化。
+ 属性: '{0}' 在 {1} 处使用时先声明/初始化,然后再进行初始化。
@@ -258,7 +258,7 @@
Property: '{0}' was declared/initialized, but it was never used.
- 属性“{0}”已声明/初始化,但从未使用过。
+ 属性: '{0}' 已声明/初始化,但从未使用过。
@@ -268,12 +268,12 @@
Location: '{0}' cannot be fully trusted, place your projects outside of that folder (Project: {1}).
- 位置: '{0}' 不能完全受信任,请将项目置于项目 (文件夹之外 {1})。
+ 位置: 无法完全信任“{0}”,请将项目置于该文件夹之外(项目: {1})。Downloads folder is untrusted for projects building.
- 生成项目不信任下载文件夹。
+ 下载文件夹不受信任,无法用于项目生成。
@@ -418,7 +418,7 @@
Failed to find the specified custom check assembly: '{0}'. Please check if it exists.
- 找不到指定的自定义检查程序集: {0}。请检查它是否存在。
+ 找不到指定的自定义检查程序集: '{0}'。请检查它是否存在。The message is emitted when the custom check assembly can not be found.
@@ -428,27 +428,27 @@
Failed to load the custom check type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.Check base class. If it is not intended to be a custom check, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition
- 未能从程序集“{1}”加载自定义检查类型“{0}”。请确保它继承 Microsoft.Build.Experimental.BuildCheck.Check 基类。如果不打算将其作为自定义检查,则不应将其公开。详细信息: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition
+ 未能从程序集 '{1}' 加载自定义检查类型 '{0}'。请确保它继承 Microsoft.Build.Experimental.BuildCheck.Check 基类。如果它不旨在作为自定义检查,则不应将其公开。详细信息: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisitionThe message is emitted when the custom check assembly can not be successfully registered.Failed to register the custom check: '{0}'.
- 未能注册自定义检查: {0}。
+ 未能注册自定义检查: '{0}'。The message is emitted on failed loading of the custom check in process.Failed to instantiate the custom check rule with the following exception: '{0}'.
- 未能实例化自定义检查规则,出现以下异常: {0}。
+ 未能实例化自定义检查规则,出现以下异常: '{0}'。The message is emitted on failed loading of the custom check rule in process.The custom check: '{0}' is registered for the build from the location: '{1}'.
- 已从位置“{1}”为内部版本注册自定义检查“{0}”。
+ 已从位置 '{1}' 为内部版本注册自定义检查 '{0}'。Custom check rule: '{0}' has been registered successfully.
- 已成功注册自定义检查规则“{0}”。
+ 已成功注册自定义检查规则 '{0}'。The message is emitted on successful loading of the custom check rule in process.
@@ -468,7 +468,7 @@
DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
- 未设置 DOTNET_HOST_PATH。无法确定应用托管进程启动的运行时位置。在 .NET SDK 下运行时,应始终设置此项。
+ DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
@@ -547,7 +547,7 @@
There are illegal characters in '{0}' in the {1} item.
- {1} 项中的“{0}”中存在非法字符。
+ '{1}' 项中的 '{0}' 中存在非法字符。
@@ -567,7 +567,7 @@
EvaluationContext objects created with SharingPolicy.Isolated or SharingPolicy.SharedSDKCache do not support being passed an MSBuildFileSystemBase file system.
- 使用 SharingPolicy.Isolated 或 SharingPolicy.SharedSDKCache 创建的 EvaluationContext 对象不支持被传递 MSBuildFileSystemBase 文件系统。
+ 使用 SharingPolicy.Isolated 创建的 EvaluationContext 对象。SharingPolicy.SharedSDKCache 不支持被传递 MSBuildFileSystemBase 文件系统。
@@ -606,7 +606,7 @@
The task failed to load because it requires the MSBuild .NET Runtime Task Host, but the .NET Runtime Task Host could not be found for the specified version.
See https://aka.ms/nettaskhost for details on how to resolve this error.无法加载该任务,因为它需要 MSBuild .NET 运行时任务主机,但找不到指定版本的 .NET 运行时任务主机。
- 有关如何解决此错误的详细信息,请参阅 https://aka.ms/nettaskhost。
+ 若要详细了解如何解决此错误,请参阅 https://aka.ms/nettaskhost。
@@ -3034,7 +3034,7 @@ Utilization: {0} Average Utilization: {1:###.0}
MSB4229: The value "{0}" is not valid for an Sdk specification. The attribute should be a semicolon-delimited list of Sdk-name/minimum-version pairs, separated by a forward slash.
- MSB4229: 值“{0}”对 Sdk 规范无效。此属性应该是以分号分隔的Sdk-name/minimum-version 对(用正斜杠分隔)的列表。
+ MSB4229: 值“{0}”对 Sdk 规范无效。此属性应该是以分号分隔的Sdk-name/minimum-version 对 (用正斜杠分隔) 的列表。{StrBegin="MSB4229: "}
diff --git a/src/Build/Resources/xlf/Strings.zh-Hant.xlf b/src/Build/Resources/xlf/Strings.zh-Hant.xlf
index a124d491633..d267961afd0 100644
--- a/src/Build/Resources/xlf/Strings.zh-Hant.xlf
+++ b/src/Build/Resources/xlf/Strings.zh-Hant.xlf
@@ -218,12 +218,12 @@
Project {0} specifies 'TargetFramework(s)' property '{1}', which does not use the .NET SDK. Those properties are not understood by projects that import C# targets directly.
- Project {0} 指定未使用 .NET SDK 的 'TargetFramework(s)' 属性 '{1}'。直接匯入 C# 目標的項目無法瞭解這些屬性。
+ 專案 {0} 指定 'TargetFramework(s)' 屬性 '{1}',該屬性未使用 .NET SDK。這些屬性無法被直接匯入 C# 目標的專案理解。Terms in quotes are not to be translated.'TargetFramework' and 'TargetFrameworks' properties are not respected and should not be specified in projects that do not use the .NET SDK.
- 未遵守 『TargetFramework』 和 『TargetFrameworks』 屬性,且不應在未使用 .NET SDK 的專案中指定。
+ 未遵守 'TargetFramework' 和 'TargetFrameworks' 屬性,且不應在未使用 .NET SDK 的專案中指定。Terms in quotes are not to be translated.
@@ -268,12 +268,12 @@
Location: '{0}' cannot be fully trusted, place your projects outside of that folder (Project: {1}).
- 位置: '{0}' 無法完全信任,請將您的專案放在該資料夾之外 (Project: {1})。
+ 位置: '{0}' 無法完全信任,請將您的專案放在該資料夾之外 (專案: {1})。Downloads folder is untrusted for projects building.
- 專案建置不受信任的下載資料夾。
+ 下載資料夾對於建置專案來說不受信任。
@@ -468,7 +468,7 @@
DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
- DOTNET_HOST_PATH 未設定。無法判斷應用程式主機啟動程序的執行階段位置。在 .NET SDK 下執行時,應一律設定此項目。
+ DOTNET_HOST_PATH is not set. Cannot determine runtime location for app host bootstrap. This should always be set when running under the .NET SDK.
@@ -524,7 +524,7 @@
MSB4017: The build stopped unexpectedly because of an unexpected logger failure.
{0}
- MSB4017: 因為未預期的記錄器失敗,建置未預期停止。
+ MSB4017: 由於發生未預期的記錄器失敗,因此已中止組建。
{0}{StrBegin="MSB4017: "}UE: This message is used for a special exception that is thrown when a logger fails while logging an event (most
likely because of a programming error in the logger). When a logger dies, we cannot proceed with the build, and we throw a
@@ -1111,7 +1111,7 @@ Errors: {3}
Logging type {0} is not understood by {1}.
- {1} 無法了解記錄類型 {0}。
+ {1} 無法理解記錄類型 {0}。
diff --git a/src/Framework/Resources/xlf/SR.cs.xlf b/src/Framework/Resources/xlf/SR.cs.xlf
index 3b7bf110d8b..d93933d7e3d 100644
--- a/src/Framework/Resources/xlf/SR.cs.xlf
+++ b/src/Framework/Resources/xlf/SR.cs.xlf
@@ -59,47 +59,47 @@
The string "{0}" cannot be converted to a boolean (true/false) value.
- Řetězec {0} nelze převést na logickou hodnotu (true/false).
+ The string "{0}" cannot be converted to a boolean (true/false) value.This collection is read-only.
- Tato kolekce je jen pro čtení.
+ This collection is read-only.When attempting to generate a reference assembly path from the path "{0}" and the framework moniker "{1}" there was an error. {2}
- Při pokusu o vygenerování cesty odkazovaného sestavení z cesty {0} a monikeru rozhraní {1} došlo k chybě. {2}
+ When attempting to generate a reference assembly path from the path "{0}" and the framework moniker "{1}" there was an error. {2}The path "{0}" used for debug logs is too long. Set it to a shorter value using the MSBUILDDEBUGPATH environment variable or change your system configuration to allow long paths.
- Cesta {0} používaná pro protokoly ladění je příliš dlouhá. Nastavte ji na kratší hodnotu pomocí proměnné prostředí MSBUILDDEBUGPATH nebo změňte konfigurace vašeho systému, aby povolovala dlouhé cesty.
+ The path "{0}" used for debug logs is too long. Set it to a shorter value using the MSBUILDDEBUGPATH environment variable or change your system configuration to allow long paths.Failed to create a temporary file. Temporary files folder is full or its path is incorrect. {0}
- Nepodařilo se vytvořit dočasný soubor. Složka dočasných souborů je plná nebo cesta k této složce není správná. {0}
+ Failed to create a temporary file. Temporary files folder is full or its path is incorrect. {0}An exception occurred while expanding a fileSpec with globs: fileSpec: "{0}", assuming it is a file name. Exception: {1}
- Při rozbalování fileSpec s globs: fileSpec došlo k výjimce: {0}, za předpokladu, že se jedná o název souboru. Výjimka: {1}
+ An exception occurred while expanding a fileSpec with globs: fileSpec: "{0}", assuming it is a file name. Exception: {1}Item "{0}" has attribute "{1}" with value "{2}" that could not be converted to "{3}".
- Položka {0} má atribut {1} s hodnotou {2}, kterou nebylo možné převést na hodnotu {3}.
+ Item "{0}" has attribute "{1}" with value "{2}" that could not be converted to "{3}".The item metadata "%({0})" cannot be applied to the path "{1}". {2}
- Metadata položky %({0}) nelze použít na cestu {1}. {2}
+ The item metadata "%({0})" cannot be applied to the path "{1}". {2}UE: This message is shown when the user tries to perform path manipulations using one of the built-in item metadata e.g. %(RootDir), on an item-spec that's not a valid path. LOCALIZATION: "{2}" is a localized message from a CLR/FX exception.The parameter '{0}' can only be a file name and cannot include a directory.
- Parametr {0} může být jenom název souboru a nemůže obsahovat adresář.
+ The parameter '{0}' can only be a file name and cannot include a directory.
@@ -109,22 +109,22 @@
Path: {0} exceeds the OS max path limit. The fully qualified file name must be less than {1} characters.
- Cesta: {0} překračuje maximální limit pro cestu k OS. Plně kvalifikovaný název souboru musí být kratší než {1} znaků.
+ Path: {0} exceeds the OS max path limit. The fully qualified file name must be less than {1} characters..NET Framework version "{0}" is not supported. Please specify a value from the enumeration Microsoft.Build.Utilities.TargetDotNetFrameworkVersion.
- Verze {0} rozhraní .NET Framework není podporovaná. Zadejte hodnotu z výčtu Microsoft.Build.Utilities.TargetDotNetFrameworkVersion.
+ .NET Framework version "{0}" is not supported. Please specify a value from the enumeration Microsoft.Build.Utilities.TargetDotNetFrameworkVersion..NET Framework version "{0}" is not supported when explicitly targeting the Windows SDK, which is only supported on .NET 4.5 and later. Please specify a value from the enumeration Microsoft.Build.Utilities.TargetDotNetFrameworkVersion that is Version45 or above.
- Verze {0} rozhraní .NET Framework není podporovaná, pokud je jako cíl explicitně určená sada Windows SDK, která je podporovaná jenom v rozhraní .NET 4.5 nebo novějším. Určete hodnotu Version45 nebo vyšší z výčtu Microsoft.Build.Utilities.TargetDotNetFrameworkVersion.
+ .NET Framework version "{0}" is not supported when explicitly targeting the Windows SDK, which is only supported on .NET 4.5 and later. Please specify a value from the enumeration Microsoft.Build.Utilities.TargetDotNetFrameworkVersion that is Version45 or above.Visual Studio version "{0}" is not supported. Please specify a value from the enumeration Microsoft.Build.Utilities.VisualStudioVersion.
- Verze {0} sady Visual Studio není podporovaná. Zadejte hodnotu z výčtu Microsoft.Build.Utilities.VisualStudioVersion.
+ Visual Studio version "{0}" is not supported. Please specify a value from the enumeration Microsoft.Build.Utilities.VisualStudioVersion.
diff --git a/src/Framework/Resources/xlf/SR.de.xlf b/src/Framework/Resources/xlf/SR.de.xlf
index b16983f95a3..0d09ef86aef 100644
--- a/src/Framework/Resources/xlf/SR.de.xlf
+++ b/src/Framework/Resources/xlf/SR.de.xlf
@@ -59,47 +59,47 @@
The string "{0}" cannot be converted to a boolean (true/false) value.
- Die Zeichenfolge "{0}" kann nicht in einen booleschen Wert (true/false) konvertiert werden.
+ The string "{0}" cannot be converted to a boolean (true/false) value.This collection is read-only.
- Diese Sammlung ist schreibgeschützt.
+ This collection is read-only.When attempting to generate a reference assembly path from the path "{0}" and the framework moniker "{1}" there was an error. {2}
- Fehler beim Versuch, einen Referenzassemblypfad aus dem Pfad "{0}" und dem Frameworkmoniker "{1}" zu generieren. {2}
+ When attempting to generate a reference assembly path from the path "{0}" and the framework moniker "{1}" there was an error. {2}The path "{0}" used for debug logs is too long. Set it to a shorter value using the MSBUILDDEBUGPATH environment variable or change your system configuration to allow long paths.
- Der für Debugprotokolle verwendete Pfad "{0}" ist zu lang. Legen Sie den Wert mithilfe der Umgebungsvariablen MSBUILDDEBUGPATH auf einen kürzeren Wert fest, oder ändern Sie die Systemkonfiguration so, dass lange Pfade zulässig sind.
+ The path "{0}" used for debug logs is too long. Set it to a shorter value using the MSBUILDDEBUGPATH environment variable or change your system configuration to allow long paths.Failed to create a temporary file. Temporary files folder is full or its path is incorrect. {0}
- Fehler beim Erstellen einer temporären Datei. Der Ordner für temporäre Dateien ist voll, oder der Pfad ist falsch. {0}
+ Failed to create a temporary file. Temporary files folder is full or its path is incorrect. {0}An exception occurred while expanding a fileSpec with globs: fileSpec: "{0}", assuming it is a file name. Exception: {1}
- Eine Ausnahme ist beim Erweitern einer fileSpec mit Globs aufgetreten: fileSpec: „{0}“, angenommen, es handelt sich um einen Dateinamen. Ausnahme: {1}
+ An exception occurred while expanding a fileSpec with globs: fileSpec: "{0}", assuming it is a file name. Exception: {1}Item "{0}" has attribute "{1}" with value "{2}" that could not be converted to "{3}".
- Das Element "{0}" enthält das {1}-Attribut mit dem Wert "{2}", der nicht in "{3}" konvertiert werden konnte.
+ Item "{0}" has attribute "{1}" with value "{2}" that could not be converted to "{3}".The item metadata "%({0})" cannot be applied to the path "{1}". {2}
- Die %({0})-Elementmetadaten können nicht auf den Pfad "{1}" angewendet werden. {2}
+ The item metadata "%({0})" cannot be applied to the path "{1}". {2}UE: This message is shown when the user tries to perform path manipulations using one of the built-in item metadata e.g. %(RootDir), on an item-spec that's not a valid path. LOCALIZATION: "{2}" is a localized message from a CLR/FX exception.The parameter '{0}' can only be a file name and cannot include a directory.
- Der Parameter '{0}' kann nur ein Dateiname sein und darf kein Verzeichnis enthalten.
+ The parameter '{0}' can only be a file name and cannot include a directory.
@@ -109,22 +109,22 @@
Path: {0} exceeds the OS max path limit. The fully qualified file name must be less than {1} characters.
- Der Pfad "{0}" überschreitet das maximale Pfadlimit des Betriebssystems. Der vollqualifizierte Dateiname muss weniger als {1} Zeichen umfassen.
+ Path: {0} exceeds the OS max path limit. The fully qualified file name must be less than {1} characters..NET Framework version "{0}" is not supported. Please specify a value from the enumeration Microsoft.Build.Utilities.TargetDotNetFrameworkVersion.
- Die .NET Framework-Version "{0}" wird nicht unterstützt. Geben Sie einen Wert aus der Enumeration "Microsoft.Build.Utilities.TargetDotNetFrameworkVersion" an.
+ .NET Framework version "{0}" is not supported. Please specify a value from the enumeration Microsoft.Build.Utilities.TargetDotNetFrameworkVersion..NET Framework version "{0}" is not supported when explicitly targeting the Windows SDK, which is only supported on .NET 4.5 and later. Please specify a value from the enumeration Microsoft.Build.Utilities.TargetDotNetFrameworkVersion that is Version45 or above.
- .NET Framework, Version "{0}" wird nicht unterstützt, wenn das Windows SDK das explizite Ziel ist, da dies nur unter .NET 4.5 und höher unterstützt wird. Geben Sie einen Wert aus der Enumeration "Microsoft.Build.Utilities.TargetDotNetFrameworkVersion", Version45 oder höher an.
+ .NET Framework version "{0}" is not supported when explicitly targeting the Windows SDK, which is only supported on .NET 4.5 and later. Please specify a value from the enumeration Microsoft.Build.Utilities.TargetDotNetFrameworkVersion that is Version45 or above.Visual Studio version "{0}" is not supported. Please specify a value from the enumeration Microsoft.Build.Utilities.VisualStudioVersion.
- Visual Studio-Version "{0}" wird nicht unterstützt. Geben Sie einen Wert aus der Enumeration "Microsoft.Build.Utilities.VisualStudioVersion" an.
+ Visual Studio version "{0}" is not supported. Please specify a value from the enumeration Microsoft.Build.Utilities.VisualStudioVersion.
diff --git a/src/Framework/Resources/xlf/SR.es.xlf b/src/Framework/Resources/xlf/SR.es.xlf
index e8fdc990dcc..a397b2396cb 100644
--- a/src/Framework/Resources/xlf/SR.es.xlf
+++ b/src/Framework/Resources/xlf/SR.es.xlf
@@ -59,47 +59,47 @@
The string "{0}" cannot be converted to a boolean (true/false) value.
- La cadena "{0}" no puede convertirse en un valor booleano (true/false).
+ The string "{0}" cannot be converted to a boolean (true/false) value.This collection is read-only.
- Esta colección es de solo lectura.
+ This collection is read-only.When attempting to generate a reference assembly path from the path "{0}" and the framework moniker "{1}" there was an error. {2}
- Error al intentar generar una ruta de acceso de ensamblado de referencia a partir de la ruta de acceso "{0}" y del moniker "{1}" de la versión de .NET Framework. {2}
+ When attempting to generate a reference assembly path from the path "{0}" and the framework moniker "{1}" there was an error. {2}The path "{0}" used for debug logs is too long. Set it to a shorter value using the MSBUILDDEBUGPATH environment variable or change your system configuration to allow long paths.
- La ruta de acceso "{0}" usada para los registros de depuración es demasiado larga. Establézcalo en un valor más corto con la variable de entorno MSBUILDDEBUGPATH o cambie la configuración del sistema para permitir rutas de acceso largas.
+ The path "{0}" used for debug logs is too long. Set it to a shorter value using the MSBUILDDEBUGPATH environment variable or change your system configuration to allow long paths.Failed to create a temporary file. Temporary files folder is full or its path is incorrect. {0}
- No se pudo crear un archivo temporal. La carpeta de archivos temporales está llena o su ruta de acceso es incorrecta. {0}
+ Failed to create a temporary file. Temporary files folder is full or its path is incorrect. {0}An exception occurred while expanding a fileSpec with globs: fileSpec: "{0}", assuming it is a file name. Exception: {1}
- Se produjo una excepción al expandir un fileSpec con globs: fileSpec: "{0}"; suponiendo que es un nombre de archivo. Excepción: {1}
+ An exception occurred while expanding a fileSpec with globs: fileSpec: "{0}", assuming it is a file name. Exception: {1}Item "{0}" has attribute "{1}" with value "{2}" that could not be converted to "{3}".
- El elemento "{0}" tiene el atributo "{1}" con el valor "{2}" que no se pudo convertir a "{3}".
+ Item "{0}" has attribute "{1}" with value "{2}" that could not be converted to "{3}".The item metadata "%({0})" cannot be applied to the path "{1}". {2}
- Los metadatos "%({0})" del elemento no pueden aplicarse a la ruta de acceso "{1}". {2}
+ The item metadata "%({0})" cannot be applied to the path "{1}". {2}UE: This message is shown when the user tries to perform path manipulations using one of the built-in item metadata e.g. %(RootDir), on an item-spec that's not a valid path. LOCALIZATION: "{2}" is a localized message from a CLR/FX exception.The parameter '{0}' can only be a file name and cannot include a directory.
- El parámetro "{0}" solo puede ser el nombre de un archivo y no puede incluir un directorio.
+ The parameter '{0}' can only be a file name and cannot include a directory.
@@ -109,22 +109,22 @@
Path: {0} exceeds the OS max path limit. The fully qualified file name must be less than {1} characters.
- La ruta de acceso {0} supera el límite máximo para la ruta de acceso del sistema operativo. El nombre de archivo completo debe ser inferior a {1} caracteres.
+ Path: {0} exceeds the OS max path limit. The fully qualified file name must be less than {1} characters..NET Framework version "{0}" is not supported. Please specify a value from the enumeration Microsoft.Build.Utilities.TargetDotNetFrameworkVersion.
- La versión "{0}" no es compatible. Especifique un valor de la enumeración Microsoft.Build.Utilities.TargetDotNetFrameworkVersion.
+ .NET Framework version "{0}" is not supported. Please specify a value from the enumeration Microsoft.Build.Utilities.TargetDotNetFrameworkVersion..NET Framework version "{0}" is not supported when explicitly targeting the Windows SDK, which is only supported on .NET 4.5 and later. Please specify a value from the enumeration Microsoft.Build.Utilities.TargetDotNetFrameworkVersion that is Version45 or above.
- La versión "{0}" de .NET Framework no es compatible cuando se establece de forma explícita Windows SDK como destino, que solo se admite en .NET 4.5 y posterior. Especifique un valor de la enumeración Microsoft.Build.Utilities.TargetDotNetFrameworkVersion que sea Version45 o posterior.
+ .NET Framework version "{0}" is not supported when explicitly targeting the Windows SDK, which is only supported on .NET 4.5 and later. Please specify a value from the enumeration Microsoft.Build.Utilities.TargetDotNetFrameworkVersion that is Version45 or above.Visual Studio version "{0}" is not supported. Please specify a value from the enumeration Microsoft.Build.Utilities.VisualStudioVersion.
- La versión "{0}" de Visual Studio no es compatible. Especifique un valor de la enumeración Microsoft.Build.Utilities.VisualStudioVersion.
+ Visual Studio version "{0}" is not supported. Please specify a value from the enumeration Microsoft.Build.Utilities.VisualStudioVersion.