Files
marechai/Marechai/Resources/Services/SoftwareCompilationsService.fr.resx
Natalia Portillo 4232de3546 Add software compilation merge to Blazor and Uno admin apps
Lets admins merge duplicate SoftwareCompilation entries: a new
POST /software-compilations/{id}/merge endpoint re-parents releases,
covers, junction rows (with dedup/self-loop guards), and predecessor
references onto the target before deleting the sources. Wired into
both the Blazor MudBlazor admin page and the Uno admin page, each
with a search-based target/source picker, plus full localization.
2026-06-29 12:37:02 +01:00

96 lines
4.9 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<root xmlns:ns1="urn:schemas-microsoft-com:xml-msdata" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:schema id="root">
<xs:import namespace="http://www.w3.org/XML/1998/namespace" />
<xs:element name="root" ns1:IsDataSet="true">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="metadata">
<xs:complexType>
<xs:sequence>
<xs:element name="value" type="xsd:string" minOccurs="0" />
</xs:sequence>
<xs:attribute name="name" use="required" type="xsd:string" />
<xs:attribute name="type" type="xsd:string" />
<xs:attribute name="mimetype" type="xsd:string" />
<xs:attribute ref="xml:space" />
</xs:complexType>
</xs:element>
<xs:element name="assembly">
<xs:complexType>
<xs:attribute name="alias" type="xsd:string" />
<xs:attribute name="name" type="xsd:string" />
</xs:complexType>
</xs:element>
<xs:element name="data">
<xs:complexType>
<xs:sequence>
<xs:element name="value" type="xsd:string" minOccurs="0" ns1:Ordinal="1" />
<xs:element name="comment" type="xsd:string" minOccurs="0" ns1:Ordinal="2" />
</xs:sequence>
<xs:attribute name="name" type="xsd:string" use="required" ns1:Ordinal="1" />
<xs:attribute name="type" type="xsd:string" ns1:Ordinal="3" />
<xs:attribute name="mimetype" type="xsd:string" ns1:Ordinal="4" />
<xs:attribute ref="xml:space" />
</xs:complexType>
</xs:element>
<xs:element name="resheader">
<xs:complexType>
<xs:sequence>
<xs:element name="value" type="xsd:string" minOccurs="0" ns1:Ordinal="1" />
</xs:sequence>
<xs:attribute name="name" type="xsd:string" use="required" />
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089
</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089
</value>
</resheader>
<data name="Merge Compilations" xml:space="preserve">
<value>Fusionner les compilations</value>
</data>
<data name="Compilations merged successfully." xml:space="preserve">
<value>Compilations fusionnées avec succès.</value>
</data>
<data name="Target Compilation" xml:space="preserve">
<value>Compilation cible</value>
</data>
<data name="Select target compilation" xml:space="preserve">
<value>Sélectionner la compilation cible</value>
</data>
<data name="Compilations to Merge" xml:space="preserve">
<value>Compilations à fusionner</value>
</data>
<data name="Search and add one or more compilations to merge into the target. The selected compilations will be deleted after merging their data." xml:space="preserve">
<value>Recherchez et ajoutez une ou plusieurs compilations à fusionner dans la cible. Les compilations sélectionnées seront supprimées après la fusion de leurs données.</value>
</data>
<data name="Will merge" xml:space="preserve">
<value>Fusionnera</value>
</data>
<data name="compilation(s) into" xml:space="preserve">
<value>compilation(s) dans</value>
</data>
<data name="Select a target compilation and the compilations to merge into it. The target compilation will keep its name and ID, and all references will be updated." xml:space="preserve">
<value>Sélectionnez une compilation cible et les compilations à y fusionner. La compilation cible conservera son nom et son ID, et toutes les références seront mises à jour.</value>
</data>
<data name="Search compilation to add" xml:space="preserve">
<value>Rechercher une compilation à ajouter</value>
</data>
</root>