Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/Tasks/Common/Resources/Strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -649,4 +649,9 @@ The following are names of parameters or literal values and should not be transl
<value>NETSDK1136: The target platform identifier {0} was not recognized.</value>
<comment>{StrBegin="NETSDK1136: "}</comment>
</data>
<data name="InvalidTargetPlatformVersion" xml:space="preserve">
<value>NETSDK1137: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</value>
<comment>{StrBegin="NETSDK1137: "}</comment>
</data>
</root>
7 changes: 7 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.cs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,13 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1104: Hodnota RollForward {0} je neplatná. Povolené jsou tyto hodnoty: {1}.</target>
<note>{StrBegin="NETSDK1104: "}</note>
</trans-unit>
<trans-unit id="InvalidTargetPlatformVersion">
<source>NETSDK1137: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</source>
<target state="new">NETSDK1137: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</target>
<note>{StrBegin="NETSDK1137: "}</note>
</trans-unit>
<trans-unit id="MismatchedPlatformPackageVersion">
<source>NETSDK1061: The project was restored using {0} version {1}, but with current settings, version {2} would be used instead. To resolve this issue, make sure the same settings are used for restore and for subsequent operations such as build or publish. Typically this issue can occur if the RuntimeIdentifier property is set during build or publish but not during restore. For more information, see https://aka.ms/dotnet-runtime-patch-selection.</source>
<target state="translated">NETSDK1061: Projekt byl obnoven pomocí aplikace {0} verze {1}, ale s aktuálním nastavením by se místo toho použít verze {2}. Tento problém vyřešíte tak, že zkontrolujete, že se pro obnovení a následné operace, například sestavení nebo publikování, používá stejné nastavení. Obvykle k tomuto problému může dojít, pokud je vlastnost RuntimeIdentifier nastavena při sestavování nebo publikování, ale ne při obnovování. Další informace najdete na stránce https://aka.ms/dotnet-runtime-patch-selection.</target>
Expand Down
7 changes: 7 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,13 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1104: Der RollForward-Wert "{0}" ist ungültig. Zulässige Werte: {1}.</target>
<note>{StrBegin="NETSDK1104: "}</note>
</trans-unit>
<trans-unit id="InvalidTargetPlatformVersion">
<source>NETSDK1137: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</source>
<target state="new">NETSDK1137: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</target>
<note>{StrBegin="NETSDK1137: "}</note>
</trans-unit>
<trans-unit id="MismatchedPlatformPackageVersion">
<source>NETSDK1061: The project was restored using {0} version {1}, but with current settings, version {2} would be used instead. To resolve this issue, make sure the same settings are used for restore and for subsequent operations such as build or publish. Typically this issue can occur if the RuntimeIdentifier property is set during build or publish but not during restore. For more information, see https://aka.ms/dotnet-runtime-patch-selection.</source>
<target state="translated">NETSDK1061: Das Projekt wurde mit {0}, Version {1} wiederhergestellt, aber mit den aktuellen Einstellungen würde stattdessen Version {2} verwendet werden. Um dieses Problem zu beheben, müssen Sie sicherstellen, dass für die Wiederherstellung und für nachfolgende Vorgänge wie das Kompilieren oder Veröffentlichen dieselben Einstellungen verwendet werden. Dieses Problem tritt typischerweise auf, wenn die RuntimeIdentifier-Eigenschaft bei der Kompilierung oder Veröffentlichung, aber nicht bei der Wiederherstellung festgelegt wird. Weitere Informationen finden Sie unter https://aka.ms/dotnet-runtime-patch-selection.</target>
Expand Down
7 changes: 7 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.es.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,13 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1104: El valor "{0}" de RollForward no es válido. Los valores permitidos son: {1}.</target>
<note>{StrBegin="NETSDK1104: "}</note>
</trans-unit>
<trans-unit id="InvalidTargetPlatformVersion">
<source>NETSDK1137: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</source>
<target state="new">NETSDK1137: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</target>
<note>{StrBegin="NETSDK1137: "}</note>
</trans-unit>
<trans-unit id="MismatchedPlatformPackageVersion">
<source>NETSDK1061: The project was restored using {0} version {1}, but with current settings, version {2} would be used instead. To resolve this issue, make sure the same settings are used for restore and for subsequent operations such as build or publish. Typically this issue can occur if the RuntimeIdentifier property is set during build or publish but not during restore. For more information, see https://aka.ms/dotnet-runtime-patch-selection.</source>
<target state="translated">NETSDK1061: El proyecto fue restaurado utilizando la versión {0} {1}, pero con la configuración actual, la versión {2} se utilizaría en su lugar. Para resolver este problema, asegúrese de que la misma configuración se utiliza para restaurar y para operaciones posteriores como compilar o publicar. Normalmente, este problema puede producirse si la `propiedad RuntimeIdentifier se establece durante la compilación o la publicación pero no durante la restauración. Para obtener más información, consulte https://aka.ms/dotnet-runtime-patch-selection.</target>
Expand Down
7 changes: 7 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,13 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1104: la valeur RollForward '{0}' est non valide. Les valeurs autorisées sont {1}.</target>
<note>{StrBegin="NETSDK1104: "}</note>
</trans-unit>
<trans-unit id="InvalidTargetPlatformVersion">
<source>NETSDK1137: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</source>
<target state="new">NETSDK1137: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</target>
<note>{StrBegin="NETSDK1137: "}</note>
</trans-unit>
<trans-unit id="MismatchedPlatformPackageVersion">
<source>NETSDK1061: The project was restored using {0} version {1}, but with current settings, version {2} would be used instead. To resolve this issue, make sure the same settings are used for restore and for subsequent operations such as build or publish. Typically this issue can occur if the RuntimeIdentifier property is set during build or publish but not during restore. For more information, see https://aka.ms/dotnet-runtime-patch-selection.</source>
<target state="translated">NETSDK1061: Le projet a été restauré avec la version {0} {1}, mais avec les paramètres actuels, la version {2} serait utilisée à la place. Pour résoudre ce problème, assurez-vous que les mêmes paramètres sont utilisés pour la restauration et pour les opérations ultérieures telles que la génération et la publication. Généralement, ce problème peut se produire si la propriété RuntimeIdentifier est définie au cours de la génération ou de la publication, mais pas pendant la restauration. Pour plus d’informations, consultez https://aka.ms/dotnet-runtime-patch-selection.</target>
Expand Down
7 changes: 7 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.it.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,13 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1104: il valore '{0}' di RollForward non è valido. I valori consentiti sono {1}.</target>
<note>{StrBegin="NETSDK1104: "}</note>
</trans-unit>
<trans-unit id="InvalidTargetPlatformVersion">
<source>NETSDK1137: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</source>
<target state="new">NETSDK1137: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</target>
<note>{StrBegin="NETSDK1137: "}</note>
</trans-unit>
<trans-unit id="MismatchedPlatformPackageVersion">
<source>NETSDK1061: The project was restored using {0} version {1}, but with current settings, version {2} would be used instead. To resolve this issue, make sure the same settings are used for restore and for subsequent operations such as build or publish. Typically this issue can occur if the RuntimeIdentifier property is set during build or publish but not during restore. For more information, see https://aka.ms/dotnet-runtime-patch-selection.</source>
<target state="translated">NETSDK1061: per il ripristino del progetto è stato usato {0} versione {1}, ma con le impostazioni correnti viene usata la versione {2}. Per risolvere il problema, assicurarsi di usare le stesse impostazioni per il ripristino e per le operazioni successive, quali compilazione o pubblicazione. In genere questo problema può verificarsi se la proprietà RuntimeIdentifier viene impostata durante la compilazione o la pubblicazione, ma non durante il ripristino. Per altre informazioni, vedere https://aka.ms/dotnet-runtime-patch-selection.</target>
Expand Down
7 changes: 7 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.ja.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,13 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1104: ロールフォワード値 '{0}' が無効です。許可されている値は {1} です。</target>
<note>{StrBegin="NETSDK1104: "}</note>
</trans-unit>
<trans-unit id="InvalidTargetPlatformVersion">
<source>NETSDK1137: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</source>
<target state="new">NETSDK1137: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</target>
<note>{StrBegin="NETSDK1137: "}</note>
</trans-unit>
<trans-unit id="MismatchedPlatformPackageVersion">
<source>NETSDK1061: The project was restored using {0} version {1}, but with current settings, version {2} would be used instead. To resolve this issue, make sure the same settings are used for restore and for subsequent operations such as build or publish. Typically this issue can occur if the RuntimeIdentifier property is set during build or publish but not during restore. For more information, see https://aka.ms/dotnet-runtime-patch-selection.</source>
<target state="translated">NETSDK1061: プロジェクトは {0} バージョン {1} を使用して復元されましたが、現在の設定では、バージョン {2} が代わりに使用されます。この問題を解決するには、復元およびこれ以降の操作 (ビルドや公開など) で同じ設定を使用していることをご確認ください。通常この問題は、ビルドや公開の実行時に RuntimeIdentifier プロパティを設定したが、復元時には設定していない場合に発生することがあります。詳しくは、https://aka.ms/dotnet-runtime-patch-selection を参照してください。</target>
Expand Down
7 changes: 7 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.ko.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,13 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1104: RollForward 값 '{0}'이(가) 잘못되었습니다. 허용되는 값은 {1}입니다.</target>
<note>{StrBegin="NETSDK1104: "}</note>
</trans-unit>
<trans-unit id="InvalidTargetPlatformVersion">
<source>NETSDK1137: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</source>
<target state="new">NETSDK1137: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</target>
<note>{StrBegin="NETSDK1137: "}</note>
</trans-unit>
<trans-unit id="MismatchedPlatformPackageVersion">
<source>NETSDK1061: The project was restored using {0} version {1}, but with current settings, version {2} would be used instead. To resolve this issue, make sure the same settings are used for restore and for subsequent operations such as build or publish. Typically this issue can occur if the RuntimeIdentifier property is set during build or publish but not during restore. For more information, see https://aka.ms/dotnet-runtime-patch-selection.</source>
<target state="translated">NETSDK1061: {0} 버전 {1}을(를) 사용하여 프로젝트가 복원되었지만, 현재 설정에서는 버전 {2}을(를) 대신 사용합니다. 이 문제를 해결하려면 복원 및 후속 작업(예: 빌드 또는 게시)에 동일한 설정을 사용해야 합니다. 일반적으로 이 문제는 RuntimeIdentifier 속성이 빌드 또는 게시 중에 설정되었지만, 복원 중에는 설정되지 않은 경우에 발생할 수 있습니다. 자세한 내용은 https://aka.ms/dotnet-runtime-patch-selection을 참조하세요.</target>
Expand Down
7 changes: 7 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.pl.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,13 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1104: Wartość RollForward „{0}” jest nieprawidłowa. Dozwolone wartości to {1}.</target>
<note>{StrBegin="NETSDK1104: "}</note>
</trans-unit>
<trans-unit id="InvalidTargetPlatformVersion">
<source>NETSDK1137: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</source>
<target state="new">NETSDK1137: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</target>
<note>{StrBegin="NETSDK1137: "}</note>
</trans-unit>
<trans-unit id="MismatchedPlatformPackageVersion">
<source>NETSDK1061: The project was restored using {0} version {1}, but with current settings, version {2} would be used instead. To resolve this issue, make sure the same settings are used for restore and for subsequent operations such as build or publish. Typically this issue can occur if the RuntimeIdentifier property is set during build or publish but not during restore. For more information, see https://aka.ms/dotnet-runtime-patch-selection.</source>
<target state="translated">NETSDK1061: Projekt został przywrócony przy użyciu pakietu {0} w wersji {1}, ale w przypadku bieżących ustawień zamiast niej zostałaby użyta wersja {2}. Aby rozwiązać ten problem, upewnij się, że te same ustawienia są używane do przywracania i dla kolejnych operacji, takich jak kompilacja lub publikowanie. Ten problem zazwyczaj występuje, gdy właściwość RuntimeIdentifier jest ustawiona podczas kompilacji lub publikowania, ale nie podczas przywracania. Aby uzyskać więcej informacji, zobacz https://aka.ms/dotnet-runtime-patch-selection.</target>
Expand Down
7 changes: 7 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.pt-BR.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,13 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1104: o valor de RollForward '{0}' é inválido. Os valores permitidos são {1}.</target>
<note>{StrBegin="NETSDK1104: "}</note>
</trans-unit>
<trans-unit id="InvalidTargetPlatformVersion">
<source>NETSDK1137: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</source>
<target state="new">NETSDK1137: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</target>
<note>{StrBegin="NETSDK1137: "}</note>
</trans-unit>
<trans-unit id="MismatchedPlatformPackageVersion">
<source>NETSDK1061: The project was restored using {0} version {1}, but with current settings, version {2} would be used instead. To resolve this issue, make sure the same settings are used for restore and for subsequent operations such as build or publish. Typically this issue can occur if the RuntimeIdentifier property is set during build or publish but not during restore. For more information, see https://aka.ms/dotnet-runtime-patch-selection.</source>
<target state="translated">NETSDK1061: o projeto foi restaurado usando o {0} versão {1}, mas, com as configurações atuais, a versão {2} seria usada. Para resolver esse problema, verifique se as mesmas configurações são usadas para restauração e para operações subsequentes, como compilação ou publicação. Normalmente, esse problema poderá ocorrer se a propriedade RuntimeIdentifier for definida durante a compilação ou a publicação, mas não durante a restauração. Para obter mais informações, consulte https://aka.ms/dotnet-runtime-patch-selection.</target>
Expand Down
7 changes: 7 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.ru.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,13 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1104: недопустимое значение RollForward "{0}". Разрешенные значения — {1}.</target>
<note>{StrBegin="NETSDK1104: "}</note>
</trans-unit>
<trans-unit id="InvalidTargetPlatformVersion">
<source>NETSDK1137: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</source>
<target state="new">NETSDK1137: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</target>
<note>{StrBegin="NETSDK1137: "}</note>
</trans-unit>
<trans-unit id="MismatchedPlatformPackageVersion">
<source>NETSDK1061: The project was restored using {0} version {1}, but with current settings, version {2} would be used instead. To resolve this issue, make sure the same settings are used for restore and for subsequent operations such as build or publish. Typically this issue can occur if the RuntimeIdentifier property is set during build or publish but not during restore. For more information, see https://aka.ms/dotnet-runtime-patch-selection.</source>
<target state="translated">NETSDK1061: Проект был восстановлен с использованием {0} версии {1}, но с текущими параметрами вместо этой версии будет использована версия {2}. Чтобы устранить эту проблему, убедитесь, что для восстановления и последующих операций (таких как сборка или публикация) используются одинаковые параметры. Обычно эта проблема возникает, когда свойство RuntimeIdentifier устанавливается во время сборки или публикации, но не во время восстановления. Дополнительные сведения см. на странице https://aka.ms/dotnet-runtime-patch-selection.</target>
Expand Down
Loading