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
12 changes: 10 additions & 2 deletions src/Tasks/Common/Resources/Strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -839,8 +839,8 @@ You may need to build the project on another operating system or architecture, o
<value>NETSDK1182: Targeting .NET 6.0 or higher in Visual Studio 2019 is not supported.</value>
<comment>{StrBegin="NETSDK1182: "}</comment>
</data>
<data name="AotNoValidRuntimePackageError" xml:space="preserve">
<value>NETSDK1183: Unable to optimize assemblies for ahead-of-time compilation: a valid runtime package was not found. Either set the PublishAot property to false, or use a supported runtime identifier when publishing. When targeting .NET 7 or higher, make sure to restore packages with the PublishAot property set to true.</value>
<data name="AotUnsupportedTargetFramework" xml:space="preserve">
<value>NETSDK1183: Ahead-of-time compilation is not supported for the target framework.</value>
<comment>{StrBegin="NETSDK1183: "}</comment>
</data>
<data name="TargetingPackNotRestored_TransitiveDisabled" xml:space="preserve">
Expand Down Expand Up @@ -916,4 +916,12 @@ You may need to build the project on another operating system or architecture, o
<value>NETSDK1202: The workload '{0}' is out of support and will not receive security updates in the future. Please refer to {1} for more information about the support policy.</value>
<comment>{StrBegin="NETSDK1202: "}</comment>
</data>
<data name="AotUnsupportedTargetRuntimeIdentifier" xml:space="preserve">
<value>NETSDK1203: Ahead-of-time compilation is not supported for the target runtime identifier '{0}'.</value>
<comment>{StrBegin="NETSDK1203: "}</comment>
</data>
<data name="AotUnsupportedHostRuntimeIdentifier" xml:space="preserve">
<value>NETSDK1204: Ahead-of-time compilation is not supported on the current platform '{0}'.</value>
<comment>{StrBegin="NETSDK1204: "}</comment>
</data>
</root>
20 changes: 15 additions & 5 deletions src/Tasks/Common/Resources/xlf/Strings.cs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,26 @@
<target state="translated">NETSDK1076: AddResource se dá použít jen spolu s celočíselnými typy prostředků.</target>
<note>{StrBegin="NETSDK1076: "}</note>
</trans-unit>
<trans-unit id="AotNoValidRuntimePackageError">
<source>NETSDK1183: Unable to optimize assemblies for ahead-of-time compilation: a valid runtime package was not found. Either set the PublishAot property to false, or use a supported runtime identifier when publishing. When targeting .NET 7 or higher, make sure to restore packages with the PublishAot property set to true.</source>
<target state="translated">NETSDK1183: Sestavení nelze optimalizovat pro kompilaci s předstihem: nebyl nalezen platný balíček modulu runtime. Buď nastavte vlastnost PublishAot na hodnotu false, nebo při publikování použijte podporovaný identifikátor modulu runtime. Při cílení na .NET 7 nebo vyšší nezapomeňte obnovit balíčky s vlastností PublishAot nastavenou na hodnotu true.</target>
<note>{StrBegin="NETSDK1183: "}</note>
</trans-unit>
<trans-unit id="AotNotSupported">
<source>NETSDK1196: The SDK does not support ahead-of-time compilation. Set the PublishAot property to false.</source>
<target state="needs-review-translation">NETSDK1195: Sada SDK nepodporuje kompilaci s předstihem. Nastavte vlastnost PublishAot na false.</target>
<note>{StrBegin="NETSDK1196: "}</note>
</trans-unit>
<trans-unit id="AotUnsupportedHostRuntimeIdentifier">
<source>NETSDK1204: Ahead-of-time compilation is not supported on the current platform '{0}'.</source>
<target state="new">NETSDK1204: Ahead-of-time compilation is not supported on the current platform '{0}'.</target>
<note>{StrBegin="NETSDK1204: "}</note>
</trans-unit>
<trans-unit id="AotUnsupportedTargetFramework">
<source>NETSDK1183: Ahead-of-time compilation is not supported for the target framework.</source>
<target state="new">NETSDK1183: Ahead-of-time compilation is not supported for the target framework.</target>
<note>{StrBegin="NETSDK1183: "}</note>
</trans-unit>
<trans-unit id="AotUnsupportedTargetRuntimeIdentifier">
<source>NETSDK1203: Ahead-of-time compilation is not supported for the target runtime identifier '{0}'.</source>
<target state="new">NETSDK1203: Ahead-of-time compilation is not supported for the target runtime identifier '{0}'.</target>
<note>{StrBegin="NETSDK1203: "}</note>
</trans-unit>
<trans-unit id="AppConfigRequiresRootConfiguration">
<source>NETSDK1070: The application configuration file must have root configuration element.</source>
<target state="translated">NETSDK1070: Konfigurační soubor aplikace musí obsahovat kořenový element konfigurace.</target>
Expand Down
20 changes: 15 additions & 5 deletions src/Tasks/Common/Resources/xlf/Strings.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,26 @@
<target state="translated">NETSDK1076: AddResource kann nur mit ganzzahligen Ressourcentypen verwendet werden.</target>
<note>{StrBegin="NETSDK1076: "}</note>
</trans-unit>
<trans-unit id="AotNoValidRuntimePackageError">
<source>NETSDK1183: Unable to optimize assemblies for ahead-of-time compilation: a valid runtime package was not found. Either set the PublishAot property to false, or use a supported runtime identifier when publishing. When targeting .NET 7 or higher, make sure to restore packages with the PublishAot property set to true.</source>
<target state="translated">NETSDK1183: Assemblys für die Vorabkompilierung können nicht optimiert werden: Es wurde kein gültiges Laufzeitpaket gefunden. Legen Sie entweder die PublishAot-Eigenschaft auf FALSE fest, oder verwenden Sie bei der Veröffentlichung einen unterstützten Laufzeitbezeichner. Stellen Sie beim Festlegen von .NET 7 oder höher sicher, dass Pakete wiederhergestellt werden, bei denen die PublishAot-Eigenschaft auf TRUE festgelegt ist.</target>
<note>{StrBegin="NETSDK1183: "}</note>
</trans-unit>
<trans-unit id="AotNotSupported">
<source>NETSDK1196: The SDK does not support ahead-of-time compilation. Set the PublishAot property to false.</source>
<target state="needs-review-translation">NETSDK1195: Das SDK unterstützt keine Vorabkompilierung. Legen Sie die PublishAot-Eigenschaft auf FALSE fest.</target>
<note>{StrBegin="NETSDK1196: "}</note>
</trans-unit>
<trans-unit id="AotUnsupportedHostRuntimeIdentifier">
<source>NETSDK1204: Ahead-of-time compilation is not supported on the current platform '{0}'.</source>
<target state="new">NETSDK1204: Ahead-of-time compilation is not supported on the current platform '{0}'.</target>
<note>{StrBegin="NETSDK1204: "}</note>
</trans-unit>
<trans-unit id="AotUnsupportedTargetFramework">
<source>NETSDK1183: Ahead-of-time compilation is not supported for the target framework.</source>
<target state="new">NETSDK1183: Ahead-of-time compilation is not supported for the target framework.</target>
<note>{StrBegin="NETSDK1183: "}</note>
</trans-unit>
<trans-unit id="AotUnsupportedTargetRuntimeIdentifier">
<source>NETSDK1203: Ahead-of-time compilation is not supported for the target runtime identifier '{0}'.</source>
<target state="new">NETSDK1203: Ahead-of-time compilation is not supported for the target runtime identifier '{0}'.</target>
<note>{StrBegin="NETSDK1203: "}</note>
</trans-unit>
<trans-unit id="AppConfigRequiresRootConfiguration">
<source>NETSDK1070: The application configuration file must have root configuration element.</source>
<target state="translated">NETSDK1070: Die Anwendungskonfigurationsdatei muss das Stammkonfigurationselement enthalten.</target>
Expand Down
20 changes: 15 additions & 5 deletions src/Tasks/Common/Resources/xlf/Strings.es.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,26 @@
<target state="translated">NETSDK1076: AddResource solo se puede usar con tipos de recurso de entero.</target>
<note>{StrBegin="NETSDK1076: "}</note>
</trans-unit>
<trans-unit id="AotNoValidRuntimePackageError">
<source>NETSDK1183: Unable to optimize assemblies for ahead-of-time compilation: a valid runtime package was not found. Either set the PublishAot property to false, or use a supported runtime identifier when publishing. When targeting .NET 7 or higher, make sure to restore packages with the PublishAot property set to true.</source>
<target state="translated">NETSDK1183: No se pueden optimizar los ensamblados para la compilación Ahead of time: no se ha encontrado un paquete en tiempo de ejecución válido. Establezca la propiedad PublishAot en false o use un identificador de tiempo de ejecución compatible al publicar. Cuando el destino sea .NET 7 o una versión posterior, asegúrese de restaurar los paquetes con la propiedad PublishAot establecida en true.</target>
<note>{StrBegin="NETSDK1183: "}</note>
</trans-unit>
<trans-unit id="AotNotSupported">
<source>NETSDK1196: The SDK does not support ahead-of-time compilation. Set the PublishAot property to false.</source>
<target state="translated">NETSDK1196: El SDK no admite la compilación por adelantado. Establezca la propiedad PublishAot en false.</target>
<note>{StrBegin="NETSDK1196: "}</note>
</trans-unit>
<trans-unit id="AotUnsupportedHostRuntimeIdentifier">
<source>NETSDK1204: Ahead-of-time compilation is not supported on the current platform '{0}'.</source>
<target state="new">NETSDK1204: Ahead-of-time compilation is not supported on the current platform '{0}'.</target>
<note>{StrBegin="NETSDK1204: "}</note>
</trans-unit>
<trans-unit id="AotUnsupportedTargetFramework">
<source>NETSDK1183: Ahead-of-time compilation is not supported for the target framework.</source>
<target state="new">NETSDK1183: Ahead-of-time compilation is not supported for the target framework.</target>
<note>{StrBegin="NETSDK1183: "}</note>
</trans-unit>
<trans-unit id="AotUnsupportedTargetRuntimeIdentifier">
<source>NETSDK1203: Ahead-of-time compilation is not supported for the target runtime identifier '{0}'.</source>
<target state="new">NETSDK1203: Ahead-of-time compilation is not supported for the target runtime identifier '{0}'.</target>
<note>{StrBegin="NETSDK1203: "}</note>
</trans-unit>
<trans-unit id="AppConfigRequiresRootConfiguration">
<source>NETSDK1070: The application configuration file must have root configuration element.</source>
<target state="translated">NETSDK1070: El archivo de configuración de la aplicación debe tener el elemento de configuración raíz.</target>
Expand Down
20 changes: 15 additions & 5 deletions src/Tasks/Common/Resources/xlf/Strings.fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,26 @@
<target state="translated">NETSDK1076: AddResource peut uniquement être utilisé avec des ressources de type entier.</target>
<note>{StrBegin="NETSDK1076: "}</note>
</trans-unit>
<trans-unit id="AotNoValidRuntimePackageError">
<source>NETSDK1183: Unable to optimize assemblies for ahead-of-time compilation: a valid runtime package was not found. Either set the PublishAot property to false, or use a supported runtime identifier when publishing. When targeting .NET 7 or higher, make sure to restore packages with the PublishAot property set to true.</source>
<target state="translated">NETSDK1183: Nous n’avons pas pu optimiser les assemblys pour la compilation Ahead of time : un package d’exécution valide n’a pas été trouvé. Définissez la propriété PublishAot sur false ou utilisez un identificateur d’exécution pris en charge lors de la publication. Lorsque vous ciblez .NET 7 ou supérieur, assurez-vous de restaurer les packages avec la propriété PublishAot définie sur true.</target>
<note>{StrBegin="NETSDK1183: "}</note>
</trans-unit>
<trans-unit id="AotNotSupported">
<source>NETSDK1196: The SDK does not support ahead-of-time compilation. Set the PublishAot property to false.</source>
<target state="needs-review-translation">NETSDK1195: Le Kit de développement logiciel (SDK) ne prend pas en charge la compilation anticipée. Définissez la propriété PublishAot sur false.</target>
<note>{StrBegin="NETSDK1196: "}</note>
</trans-unit>
<trans-unit id="AotUnsupportedHostRuntimeIdentifier">
<source>NETSDK1204: Ahead-of-time compilation is not supported on the current platform '{0}'.</source>
<target state="new">NETSDK1204: Ahead-of-time compilation is not supported on the current platform '{0}'.</target>
<note>{StrBegin="NETSDK1204: "}</note>
</trans-unit>
<trans-unit id="AotUnsupportedTargetFramework">
<source>NETSDK1183: Ahead-of-time compilation is not supported for the target framework.</source>
<target state="new">NETSDK1183: Ahead-of-time compilation is not supported for the target framework.</target>
<note>{StrBegin="NETSDK1183: "}</note>
</trans-unit>
<trans-unit id="AotUnsupportedTargetRuntimeIdentifier">
<source>NETSDK1203: Ahead-of-time compilation is not supported for the target runtime identifier '{0}'.</source>
<target state="new">NETSDK1203: Ahead-of-time compilation is not supported for the target runtime identifier '{0}'.</target>
<note>{StrBegin="NETSDK1203: "}</note>
</trans-unit>
<trans-unit id="AppConfigRequiresRootConfiguration">
<source>NETSDK1070: The application configuration file must have root configuration element.</source>
<target state="translated">NETSDK1070: Le fichier de configuration de l'application doit avoir un élément de configuration racine.</target>
Expand Down
20 changes: 15 additions & 5 deletions src/Tasks/Common/Resources/xlf/Strings.it.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,26 @@
<target state="translated">NETSDK1076: è possibile usare AddResource solo con tipi di risorsa integer.</target>
<note>{StrBegin="NETSDK1076: "}</note>
</trans-unit>
<trans-unit id="AotNoValidRuntimePackageError">
<source>NETSDK1183: Unable to optimize assemblies for ahead-of-time compilation: a valid runtime package was not found. Either set the PublishAot property to false, or use a supported runtime identifier when publishing. When targeting .NET 7 or higher, make sure to restore packages with the PublishAot property set to true.</source>
<target state="translated">NETSDK1183: non è possibile ottimizzare gli assembly per la compilazione Ahead Of Time perché non è stato trovato alcun pacchetto di runtime valido. Impostare la proprietà PublishAot su false oppure usare un identificatore di runtime supportato durante la pubblicazione. Quando si usa .NET 7 o versioni successive, assicurarsi di ripristinare i pacchetti con la proprietà PublishAot impostata su true.</target>
<note>{StrBegin="NETSDK1183: "}</note>
</trans-unit>
<trans-unit id="AotNotSupported">
<source>NETSDK1196: The SDK does not support ahead-of-time compilation. Set the PublishAot property to false.</source>
<target state="translated">NETSDK1196: l'SDK non supporta la compilazione in anticipo. Imposta la proprietà PublishAot su false.</target>
<note>{StrBegin="NETSDK1196: "}</note>
</trans-unit>
<trans-unit id="AotUnsupportedHostRuntimeIdentifier">
<source>NETSDK1204: Ahead-of-time compilation is not supported on the current platform '{0}'.</source>
<target state="new">NETSDK1204: Ahead-of-time compilation is not supported on the current platform '{0}'.</target>
<note>{StrBegin="NETSDK1204: "}</note>
</trans-unit>
<trans-unit id="AotUnsupportedTargetFramework">
<source>NETSDK1183: Ahead-of-time compilation is not supported for the target framework.</source>
<target state="new">NETSDK1183: Ahead-of-time compilation is not supported for the target framework.</target>
<note>{StrBegin="NETSDK1183: "}</note>
</trans-unit>
<trans-unit id="AotUnsupportedTargetRuntimeIdentifier">
<source>NETSDK1203: Ahead-of-time compilation is not supported for the target runtime identifier '{0}'.</source>
<target state="new">NETSDK1203: Ahead-of-time compilation is not supported for the target runtime identifier '{0}'.</target>
<note>{StrBegin="NETSDK1203: "}</note>
</trans-unit>
<trans-unit id="AppConfigRequiresRootConfiguration">
<source>NETSDK1070: The application configuration file must have root configuration element.</source>
<target state="translated">NETSDK1070: il file di configurazione dell'applicazione deve avere un elemento di configurazione radice.</target>
Expand Down
20 changes: 15 additions & 5 deletions src/Tasks/Common/Resources/xlf/Strings.ja.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,26 @@
<target state="new">NETSDK1076: AddResource can only be used with integer resource types.</target>
<note>{StrBegin="NETSDK1076: "}</note>
</trans-unit>
<trans-unit id="AotNoValidRuntimePackageError">
<source>NETSDK1183: Unable to optimize assemblies for ahead-of-time compilation: a valid runtime package was not found. Either set the PublishAot property to false, or use a supported runtime identifier when publishing. When targeting .NET 7 or higher, make sure to restore packages with the PublishAot property set to true.</source>
<target state="new">NETSDK1183: Unable to optimize assemblies for ahead-of-time compilation: a valid runtime package was not found. Either set the PublishAot property to false, or use a supported runtime identifier when publishing. When targeting .NET 7 or higher, make sure to restore packages with the PublishAot property set to true.</target>
<note>{StrBegin="NETSDK1183: "}</note>
</trans-unit>
<trans-unit id="AotNotSupported">
<source>NETSDK1196: The SDK does not support ahead-of-time compilation. Set the PublishAot property to false.</source>
<target state="new">NETSDK1196: The SDK does not support ahead-of-time compilation. Set the PublishAot property to false.</target>
<note>{StrBegin="NETSDK1196: "}</note>
</trans-unit>
<trans-unit id="AotUnsupportedHostRuntimeIdentifier">
<source>NETSDK1204: Ahead-of-time compilation is not supported on the current platform '{0}'.</source>
<target state="new">NETSDK1204: Ahead-of-time compilation is not supported on the current platform '{0}'.</target>
<note>{StrBegin="NETSDK1204: "}</note>
</trans-unit>
<trans-unit id="AotUnsupportedTargetFramework">
<source>NETSDK1183: Ahead-of-time compilation is not supported for the target framework.</source>
<target state="new">NETSDK1183: Ahead-of-time compilation is not supported for the target framework.</target>
<note>{StrBegin="NETSDK1183: "}</note>
</trans-unit>
<trans-unit id="AotUnsupportedTargetRuntimeIdentifier">
<source>NETSDK1203: Ahead-of-time compilation is not supported for the target runtime identifier '{0}'.</source>
<target state="new">NETSDK1203: Ahead-of-time compilation is not supported for the target runtime identifier '{0}'.</target>
<note>{StrBegin="NETSDK1203: "}</note>
</trans-unit>
<trans-unit id="AppConfigRequiresRootConfiguration">
<source>NETSDK1070: The application configuration file must have root configuration element.</source>
<target state="new">NETSDK1070: The application configuration file must have root configuration element.</target>
Expand Down
Loading