From 66480f3be7c118b20c8b858b1704a99a2581bcbd Mon Sep 17 00:00:00 2001 From: dotnet bot Date: Mon, 28 Mar 2022 13:25:45 -0700 Subject: [PATCH] Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 5946023 --- src/MSBuild/Resources/xlf/Strings.cs.xlf | 2 +- src/MSBuild/Resources/xlf/Strings.es.xlf | 2 +- src/MSBuild/Resources/xlf/Strings.fr.xlf | 2 +- src/MSBuild/Resources/xlf/Strings.it.xlf | 2 +- src/MSBuild/Resources/xlf/Strings.pt-BR.xlf | 2 +- src/Shared/Resources/xlf/Strings.shared.cs.xlf | 2 +- src/Shared/Resources/xlf/Strings.shared.de.xlf | 2 +- src/Shared/Resources/xlf/Strings.shared.es.xlf | 2 +- src/Shared/Resources/xlf/Strings.shared.fr.xlf | 2 +- src/Shared/Resources/xlf/Strings.shared.it.xlf | 2 +- src/Shared/Resources/xlf/Strings.shared.ja.xlf | 2 +- src/Shared/Resources/xlf/Strings.shared.ko.xlf | 2 +- src/Shared/Resources/xlf/Strings.shared.pl.xlf | 2 +- src/Shared/Resources/xlf/Strings.shared.pt-BR.xlf | 2 +- src/Shared/Resources/xlf/Strings.shared.ru.xlf | 2 +- src/Shared/Resources/xlf/Strings.shared.tr.xlf | 2 +- src/Shared/Resources/xlf/Strings.shared.zh-Hans.xlf | 2 +- src/Shared/Resources/xlf/Strings.shared.zh-Hant.xlf | 2 +- src/Utilities/Resources/xlf/Strings.cs.xlf | 2 +- src/Utilities/Resources/xlf/Strings.es.xlf | 2 +- src/Utilities/Resources/xlf/Strings.fr.xlf | 2 +- src/Utilities/Resources/xlf/Strings.it.xlf | 2 +- src/Utilities/Resources/xlf/Strings.pt-BR.xlf | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/MSBuild/Resources/xlf/Strings.cs.xlf b/src/MSBuild/Resources/xlf/Strings.cs.xlf index 7c82c3bb2d8..7ccdc9ab43e 100644 --- a/src/MSBuild/Resources/xlf/Strings.cs.xlf +++ b/src/MSBuild/Resources/xlf/Strings.cs.xlf @@ -1178,7 +1178,7 @@ Copyright (C) Microsoft Corporation. Všechna práva vyhrazena. MSBuild logs and debug information will be at "{0}" - MSBuild logs and debug information will be at "{0}" + Protokoly MSBuild a informace o ladění budou dostupné v „{0}“ diff --git a/src/MSBuild/Resources/xlf/Strings.es.xlf b/src/MSBuild/Resources/xlf/Strings.es.xlf index 054bfd8a3e6..0195e35549f 100644 --- a/src/MSBuild/Resources/xlf/Strings.es.xlf +++ b/src/MSBuild/Resources/xlf/Strings.es.xlf @@ -1179,7 +1179,7 @@ Copyright (C) Microsoft Corporation. Todos los derechos reservados. MSBuild logs and debug information will be at "{0}" - MSBuild logs and debug information will be at "{0}" + Los registros de MSBuild y la información de depuración estarán en "{0}" diff --git a/src/MSBuild/Resources/xlf/Strings.fr.xlf b/src/MSBuild/Resources/xlf/Strings.fr.xlf index 7b603e7d940..3065aadd997 100644 --- a/src/MSBuild/Resources/xlf/Strings.fr.xlf +++ b/src/MSBuild/Resources/xlf/Strings.fr.xlf @@ -1170,7 +1170,7 @@ Copyright (C) Microsoft Corporation. Tous droits réservés. MSBuild logs and debug information will be at "{0}" - MSBuild logs and debug information will be at "{0}" + Les journaux MSBuild et les informations de débogage seront au "{0}" diff --git a/src/MSBuild/Resources/xlf/Strings.it.xlf b/src/MSBuild/Resources/xlf/Strings.it.xlf index 358a8ff3b53..9c59271398b 100644 --- a/src/MSBuild/Resources/xlf/Strings.it.xlf +++ b/src/MSBuild/Resources/xlf/Strings.it.xlf @@ -1192,7 +1192,7 @@ Esempio: MSBuild logs and debug information will be at "{0}" - MSBuild logs and debug information will be at "{0}" + I log e le informazioni di debug di MSBuild sono contenuti in "{0}" diff --git a/src/MSBuild/Resources/xlf/Strings.pt-BR.xlf b/src/MSBuild/Resources/xlf/Strings.pt-BR.xlf index e2a4855ca6a..6dc052fc5bd 100644 --- a/src/MSBuild/Resources/xlf/Strings.pt-BR.xlf +++ b/src/MSBuild/Resources/xlf/Strings.pt-BR.xlf @@ -1171,7 +1171,7 @@ isoladamente. MSBuild logs and debug information will be at "{0}" - MSBuild logs and debug information will be at "{0}" + Os logs e as informações de depuração do MSBuild estarão no "{0}" diff --git a/src/Shared/Resources/xlf/Strings.shared.cs.xlf b/src/Shared/Resources/xlf/Strings.shared.cs.xlf index 2ae3ccc1cd9..28db153e941 100644 --- a/src/Shared/Resources/xlf/Strings.shared.cs.xlf +++ b/src/Shared/Resources/xlf/Strings.shared.cs.xlf @@ -310,7 +310,7 @@ MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. - MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. + MSB5029: Hodnota {0} atributu {1} v elementu <{2}> je zástupný znak, jehož výsledkem je výčet všech souborů na jednotce, což pravděpodobně nebylo zamýšleno. Zkontrolujte, jestli jsou odkazované vlastnosti vždy definovány. {StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its attributes e.g. <Compile Include="$(NotAlwaysDefined)\**\*.cs"> -- if the property is undefined, the value of Include should not result in enumerating all files on drive. diff --git a/src/Shared/Resources/xlf/Strings.shared.de.xlf b/src/Shared/Resources/xlf/Strings.shared.de.xlf index 12ae56e9f4a..e304bd152ac 100644 --- a/src/Shared/Resources/xlf/Strings.shared.de.xlf +++ b/src/Shared/Resources/xlf/Strings.shared.de.xlf @@ -310,7 +310,7 @@ MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. - MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. + MSB5029: Der Wert „{0}“ des Attributs „{1}“ im Element <{2}> ist ein Platzhalter, der dazu führt, dass alle Dateien auf dem Laufwerk aufgezählt werden, was wahrscheinlich nicht beabsichtigt war. Überprüfen Sie, ob Eigenschaften, auf die verwiesen wird, immer definiert sind. {StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its attributes e.g. <Compile Include="$(NotAlwaysDefined)\**\*.cs"> -- if the property is undefined, the value of Include should not result in enumerating all files on drive. diff --git a/src/Shared/Resources/xlf/Strings.shared.es.xlf b/src/Shared/Resources/xlf/Strings.shared.es.xlf index 3c8570e8e88..c6979fa1689 100644 --- a/src/Shared/Resources/xlf/Strings.shared.es.xlf +++ b/src/Shared/Resources/xlf/Strings.shared.es.xlf @@ -310,7 +310,7 @@ MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. - MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. + MSB5029: El valor “{0}” del atributo “{1}” en el elemento <{2}> es un carácter comodín que da como resultado la enumeración de todos los archivos de la unidad, lo que probablemente no estaba previsto. Compruebe que siempre se definan las propiedades a las que se hace referencia. {StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its attributes e.g. <Compile Include="$(NotAlwaysDefined)\**\*.cs"> -- if the property is undefined, the value of Include should not result in enumerating all files on drive. diff --git a/src/Shared/Resources/xlf/Strings.shared.fr.xlf b/src/Shared/Resources/xlf/Strings.shared.fr.xlf index 53bf871cc4e..37399b16f44 100644 --- a/src/Shared/Resources/xlf/Strings.shared.fr.xlf +++ b/src/Shared/Resources/xlf/Strings.shared.fr.xlf @@ -310,7 +310,7 @@ MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. - MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. + MSB5029: La valeur "{0}" de l'attribut "{1}" de l'élément <{2}> est un caractère générique qui entraîne l'énumération de tous les fichiers du lecteur, ce qui n'était probablement pas prévu. Vérifiez que les propriétés référencées sont toujours définies. {StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its attributes e.g. <Compile Include="$(NotAlwaysDefined)\**\*.cs"> -- if the property is undefined, the value of Include should not result in enumerating all files on drive. diff --git a/src/Shared/Resources/xlf/Strings.shared.it.xlf b/src/Shared/Resources/xlf/Strings.shared.it.xlf index da4df2e58a7..5bb8c7eebfb 100644 --- a/src/Shared/Resources/xlf/Strings.shared.it.xlf +++ b/src/Shared/Resources/xlf/Strings.shared.it.xlf @@ -310,7 +310,7 @@ MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. - MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. + MSB5029: il valore "{0}" dell'attributo "{1}" nell'elemento <{2}> è un carattere jolly che determina l'enumerazione di tutti i file nell'unità, che probabilmente non era previsto. Verificare che le proprietà di riferimento siano sempre definite. {StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its attributes e.g. <Compile Include="$(NotAlwaysDefined)\**\*.cs"> -- if the property is undefined, the value of Include should not result in enumerating all files on drive. diff --git a/src/Shared/Resources/xlf/Strings.shared.ja.xlf b/src/Shared/Resources/xlf/Strings.shared.ja.xlf index 734c1003330..ca851b2b211 100644 --- a/src/Shared/Resources/xlf/Strings.shared.ja.xlf +++ b/src/Shared/Resources/xlf/Strings.shared.ja.xlf @@ -310,7 +310,7 @@ MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. - MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. + MSB5029: 要素 <{2}> の "{1}" 属性の値 "{0}" はワイルドカードであり、ドライブ上のすべてのファイルが列挙され、それは意図されていない模様です。参照されるプロパティが常に定義されていることを確認してください。 {StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its attributes e.g. <Compile Include="$(NotAlwaysDefined)\**\*.cs"> -- if the property is undefined, the value of Include should not result in enumerating all files on drive. diff --git a/src/Shared/Resources/xlf/Strings.shared.ko.xlf b/src/Shared/Resources/xlf/Strings.shared.ko.xlf index 3f41262d271..2832de50cd7 100644 --- a/src/Shared/Resources/xlf/Strings.shared.ko.xlf +++ b/src/Shared/Resources/xlf/Strings.shared.ko.xlf @@ -310,7 +310,7 @@ MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. - MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. + MSB5029: <{2}> 요소의 "{1}" 특성의 값 "{0}"은(는) 의도하지 않은 드라이브의 모든 파일을 열거하는 와일드카드입니다. 참조된 속성이 항상 정의되어 있는지 확인하세요. {StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its attributes e.g. <Compile Include="$(NotAlwaysDefined)\**\*.cs"> -- if the property is undefined, the value of Include should not result in enumerating all files on drive. diff --git a/src/Shared/Resources/xlf/Strings.shared.pl.xlf b/src/Shared/Resources/xlf/Strings.shared.pl.xlf index 3b400e189a6..c0cd32ad0a0 100644 --- a/src/Shared/Resources/xlf/Strings.shared.pl.xlf +++ b/src/Shared/Resources/xlf/Strings.shared.pl.xlf @@ -310,7 +310,7 @@ MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. - MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. + MSB5029: Wartość „{0}” atrybutu „{1}” w elemencie <{2}> jest symbolem wieloznacznym, który powoduje wyliczenie wszystkich plików na dysku, co prawdopodobnie nie było zamierzone. Sprawdź, czy przywoływane właściwości są zawsze zdefiniowane. {StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its attributes e.g. <Compile Include="$(NotAlwaysDefined)\**\*.cs"> -- if the property is undefined, the value of Include should not result in enumerating all files on drive. diff --git a/src/Shared/Resources/xlf/Strings.shared.pt-BR.xlf b/src/Shared/Resources/xlf/Strings.shared.pt-BR.xlf index 3db1eecab19..ff7be552a3d 100644 --- a/src/Shared/Resources/xlf/Strings.shared.pt-BR.xlf +++ b/src/Shared/Resources/xlf/Strings.shared.pt-BR.xlf @@ -310,7 +310,7 @@ MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. - MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. + MSB5029: O valor "{0}" do atributo "{1}" no elemento <{2}> é um curinga que resulta na enumeração de todos os arquivos na unidade, o que provavelmente não foi pretendido. Verifique se as propriedades referenciadas estão sempre definidas. {StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its attributes e.g. <Compile Include="$(NotAlwaysDefined)\**\*.cs"> -- if the property is undefined, the value of Include should not result in enumerating all files on drive. diff --git a/src/Shared/Resources/xlf/Strings.shared.ru.xlf b/src/Shared/Resources/xlf/Strings.shared.ru.xlf index f93ae4dddea..9d957db25d5 100644 --- a/src/Shared/Resources/xlf/Strings.shared.ru.xlf +++ b/src/Shared/Resources/xlf/Strings.shared.ru.xlf @@ -310,7 +310,7 @@ MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. - MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. + MSB5029: значение "{0}" атрибута "{1}" в элементе <{2}> является подстановочным знаком, который приводит к перечислению всех файлов на диске, что, скорее всего, не предполагалось. Убедитесь, что свойства, на которые имеются ссылки, всегда определены. {StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its attributes e.g. <Compile Include="$(NotAlwaysDefined)\**\*.cs"> -- if the property is undefined, the value of Include should not result in enumerating all files on drive. diff --git a/src/Shared/Resources/xlf/Strings.shared.tr.xlf b/src/Shared/Resources/xlf/Strings.shared.tr.xlf index a630c160819..ba298b18d89 100644 --- a/src/Shared/Resources/xlf/Strings.shared.tr.xlf +++ b/src/Shared/Resources/xlf/Strings.shared.tr.xlf @@ -310,7 +310,7 @@ MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. - MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. + MSB5029: <{2}> öğesindeki "{1}" özniteliğinin "{0}" değeri, sürücüdeki tüm dosyaların numaralandırılmasıyla sonuçlanan (büyük olasılıkla bunun olması amaçlanmıyordu) bir joker karakterdir. Başvurulan özelliklerin her zaman tanımlı olduğundan emin olun. {StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its attributes e.g. <Compile Include="$(NotAlwaysDefined)\**\*.cs"> -- if the property is undefined, the value of Include should not result in enumerating all files on drive. diff --git a/src/Shared/Resources/xlf/Strings.shared.zh-Hans.xlf b/src/Shared/Resources/xlf/Strings.shared.zh-Hans.xlf index 44151824d95..fd15f148422 100644 --- a/src/Shared/Resources/xlf/Strings.shared.zh-Hans.xlf +++ b/src/Shared/Resources/xlf/Strings.shared.zh-Hans.xlf @@ -310,7 +310,7 @@ MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. - MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. + MSB5029: 元素 <{2}> 中“{1}”属性的值“{0}”是通配符,可导致枚举驱动器上的所有文件,这可能不是预期的行为。请检查是否始终定义了所引用的属性。 {StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its attributes e.g. <Compile Include="$(NotAlwaysDefined)\**\*.cs"> -- if the property is undefined, the value of Include should not result in enumerating all files on drive. diff --git a/src/Shared/Resources/xlf/Strings.shared.zh-Hant.xlf b/src/Shared/Resources/xlf/Strings.shared.zh-Hant.xlf index 6ea33bb0148..849ed85ed79 100644 --- a/src/Shared/Resources/xlf/Strings.shared.zh-Hant.xlf +++ b/src/Shared/Resources/xlf/Strings.shared.zh-Hant.xlf @@ -310,7 +310,7 @@ MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. - MSB5029: The value "{0}" of the "{1}" attribute in element <{2}> is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined. + MSB5029: 元素 <{2}> 中「{1}」屬性的值「{0}」是萬用字元,導致列舉磁碟機上的所有檔案,這很可能不是預期的結果。檢查是否一直定義參考屬性。 {StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its attributes e.g. <Compile Include="$(NotAlwaysDefined)\**\*.cs"> -- if the property is undefined, the value of Include should not result in enumerating all files on drive. diff --git a/src/Utilities/Resources/xlf/Strings.cs.xlf b/src/Utilities/Resources/xlf/Strings.cs.xlf index 64d485908c6..a8bfb9f8d72 100644 --- a/src/Utilities/Resources/xlf/Strings.cs.xlf +++ b/src/Utilities/Resources/xlf/Strings.cs.xlf @@ -4,7 +4,7 @@ MSB6012: 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. - MSB6012: 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. + MSB6012: Cesta „{0}“ použitá 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. {StrBegin="MSB6012: "} diff --git a/src/Utilities/Resources/xlf/Strings.es.xlf b/src/Utilities/Resources/xlf/Strings.es.xlf index 4e1a5c78a42..71a0cc32f88 100644 --- a/src/Utilities/Resources/xlf/Strings.es.xlf +++ b/src/Utilities/Resources/xlf/Strings.es.xlf @@ -4,7 +4,7 @@ MSB6012: 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. - MSB6012: 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. + MSB6012: 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. {StrBegin="MSB6012: "} diff --git a/src/Utilities/Resources/xlf/Strings.fr.xlf b/src/Utilities/Resources/xlf/Strings.fr.xlf index 233a9d8a54b..2924d87cb1a 100644 --- a/src/Utilities/Resources/xlf/Strings.fr.xlf +++ b/src/Utilities/Resources/xlf/Strings.fr.xlf @@ -4,7 +4,7 @@ MSB6012: 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. - MSB6012: 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. + MSB6012: Le chemin d’accès "{0}" utilisé pour les journaux de débogage est trop long. Définissez-la sur une valeur plus courte à l’aide de la variable d’environnement MSBUILDDEBUGPATH ou modifiez votre configuration système pour autoriser les chemins longs. {StrBegin="MSB6012: "} diff --git a/src/Utilities/Resources/xlf/Strings.it.xlf b/src/Utilities/Resources/xlf/Strings.it.xlf index b67fd4f5fae..ea4e723c61a 100644 --- a/src/Utilities/Resources/xlf/Strings.it.xlf +++ b/src/Utilities/Resources/xlf/Strings.it.xlf @@ -4,7 +4,7 @@ MSB6012: 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. - MSB6012: 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. + MSB6012: il percorso "{0}" usato per i log di debug è troppo lungo. Impostarlo su un valore più breve usando la variabile dell'ambiente MSBUILDDEBUGPATH o modificare la configurazione del sistema per consentire percorsi lunghi. {StrBegin="MSB6012: "} diff --git a/src/Utilities/Resources/xlf/Strings.pt-BR.xlf b/src/Utilities/Resources/xlf/Strings.pt-BR.xlf index db465cb4962..19e23f9ecdd 100644 --- a/src/Utilities/Resources/xlf/Strings.pt-BR.xlf +++ b/src/Utilities/Resources/xlf/Strings.pt-BR.xlf @@ -4,7 +4,7 @@ MSB6012: 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. - MSB6012: 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. + MSB6012: O caminho "{0}" usado para logs de depuração é muito longo. Defina-o para um valor mais curto usando a variável de ambiente MSBUILDDEBUGPATH ou altere a configuração do sistema para permitir caminhos longos. {StrBegin="MSB6012: "}