events/Resources/Private/Language/de.locallang_csh_location.xlf
Daniel Siepmann 39dfc0b42a
Add grouping of locations. (#64)
It is now possible to group locations.
Each location can have arbitrary children.

That can be used for editorial structuring.
Filtering for a location will always find all dates where the location
or one of the child locations is assigned.

One use case can be to group imported locations and provide a grouped
location for filtering in frontend.

Relates: #11233
2024-07-24 10:44:34 +02:00

72 lines
3.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="de" datatype="plaintext" original="messages" date="2022-08-02T11:44:34Z" product-name="Events Locations TCA">
<header/>
<body>
<trans-unit id="tx_events_domain_model_location" xml:space="preserve">
<source>Location</source>
<target>Veranstaltungsort</target>
</trans-unit>
<trans-unit id="tabs.grouping" xml:space="preserve">
<source>Grouping</source>
<target>Gruppierung</target>
</trans-unit>
<trans-unit id="tabs.tech" xml:space="preserve">
<source>Tech</source>
<target>Technik</target>
</trans-unit>
<trans-unit id="tabs.access" xml:space="preserve">
<source>Access</source>
<target>Zugriff</target>
</trans-unit>
<trans-unit id="tx_events_domain_model_location.global_id" xml:space="preserve">
<source>Global UID</source>
<target>Globale UID</target>
</trans-unit>
<trans-unit id="tx_events_domain_model_location.global_id.description" xml:space="preserve">
<source>Auto generated from the values.</source>
<target>Wird automatisch aus den Werten generiert.</target>
</trans-unit>
<trans-unit id="tx_events_domain_model_location.children" xml:space="preserve">
<source>Children</source>
<target>Kinder</target>
</trans-unit>
<trans-unit id="tx_events_domain_model_location.name" xml:space="preserve">
<source>Name</source>
<target>Name</target>
</trans-unit>
<trans-unit id="tx_events_domain_model_location.street" xml:space="preserve">
<source>Street</source>
<target>Straße</target>
</trans-unit>
<trans-unit id="tx_events_domain_model_location.district" xml:space="preserve">
<source>District</source>
<target>Bundesland</target>
</trans-unit>
<trans-unit id="tx_events_domain_model_location.city" xml:space="preserve">
<source>City</source>
<target>Stadt</target>
</trans-unit>
<trans-unit id="tx_events_domain_model_location.zip" xml:space="preserve">
<source>Zip</source>
<target>Postleitzahl</target>
</trans-unit>
<trans-unit id="tx_events_domain_model_location.country" xml:space="preserve">
<source>Country</source>
<target>Land</target>
</trans-unit>
<trans-unit id="tx_events_domain_model_location.phone" xml:space="preserve">
<source>Phone</source>
<target>Telefon</target>
</trans-unit>
<trans-unit id="tx_events_domain_model_location.latitude" xml:space="preserve">
<source>Latitude</source>
<target>Breitengrad</target>
</trans-unit>
<trans-unit id="tx_events_domain_model_location.longitude" xml:space="preserve">
<source>Longitude</source>
<target>Längengrad</target>
</trans-unit>
</body>
</file>
</xliff>