Wie können wir Topics mit einem bestimmten Status von den Lokalisierungs-Kits ausschließen?

Sie können eine Konfigurationsänderung vornehmen, um die Topics auszuschließen.

Beschreibung

Bei der Erstellung von Lokalisierungs-Kits werden Topics mit dem Status „Lokalisierung:Überprüfung“ in das Kit aufgenommen. Wir möchten, dass nur Topics mit dem Status „Lokalisierung:Zu übersetzen“ oder „Lokalisierung:Wird übersetzt“ in unsere Lokalisierungs-Kits aufgenommen werden.

Lösung

  1. Sperren Sie in der Perspektive TEXTML-Verwaltung die Datei accessrights.xml.
  2. Entfernen Sie in der Methode prepareLocalizationPackage_api den Status, den Sie ausschließen möchten. Entfernen Sie zum Beispiel den Status „Lokalisierung:Überprüfung“, der fett hervorgehoben ist:
    <method name="prepareLocalizationPackage_api" type="api">
            <notify enabled="false"/>
            <conditionset operator="any">
                <condition>
                    <current>
                        <type name="map">
                            <statuses>
                                <status>Localization:tb translated</status>
                                <status>Localization:in translation</status>
                                <status>Localization:review</status>
    
                            </statuses>
                        </type>
                        <type name="topic">
                            <statuses>
                                <status>Localization:tb translated</status>
                                <status>Localization:in translation</status>
                                <status>Localization:review</status>
    
                            </statuses>
                        </type>
                        <type name="image">
                            <statuses>
                                <status>Localization:tb translated</status>
                                <status>Localization:in translation</status>
                                <status>Localization:review</status>
    
                            </statuses>
                        </type>
                        <type name="resource">
                            <statuses>
                                <status>Localization:tb translated</status>
                                <status>Localization:in translation</status>
                                <status>Localization:review</status>
    
                            </statuses>
                        </type>
                    </current>
                    <users>
                        <user name="Everyone"/>
                    </users>
                </condition>
            </conditionset>
        </method>
  3. Geben Sie die Datei accessrights.xml frei.
  4. Starten Sie IXIA CCMS Desktop neu.