mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 03:16:10 +01:00
Daniel Siepmann
39dfc0b42a
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
56 lines
2.7 KiB
XML
56 lines
2.7 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" datatype="plaintext" original="messages" date="2022-08-02T11:40:42Z" product-name="Events Locations TCA">
|
|
<header/>
|
|
<body>
|
|
<trans-unit id="tx_events_domain_model_location" xml:space="preserve">
|
|
<source>Location</source>
|
|
</trans-unit>
|
|
<trans-unit id="tabs.grouping" xml:space="preserve">
|
|
<source>Grouping</source>
|
|
</trans-unit>
|
|
<trans-unit id="tabs.tech" xml:space="preserve">
|
|
<source>Tech</source>
|
|
</trans-unit>
|
|
<trans-unit id="tabs.access" xml:space="preserve">
|
|
<source>Access</source>
|
|
</trans-unit>
|
|
<trans-unit id="tx_events_domain_model_location.global_id" xml:space="preserve">
|
|
<source>Global UID</source>
|
|
</trans-unit>
|
|
<trans-unit id="tx_events_domain_model_location.global_id.description" xml:space="preserve">
|
|
<source>Auto generated from the values.</source>
|
|
</trans-unit>
|
|
<trans-unit id="tx_events_domain_model_location.children" xml:space="preserve">
|
|
<source>Children</source>
|
|
</trans-unit>
|
|
<trans-unit id="tx_events_domain_model_location.name" xml:space="preserve">
|
|
<source>Name</source>
|
|
</trans-unit>
|
|
<trans-unit id="tx_events_domain_model_location.street" xml:space="preserve">
|
|
<source>Street</source>
|
|
</trans-unit>
|
|
<trans-unit id="tx_events_domain_model_location.district" xml:space="preserve">
|
|
<source>District</source>
|
|
</trans-unit>
|
|
<trans-unit id="tx_events_domain_model_location.city" xml:space="preserve">
|
|
<source>City</source>
|
|
</trans-unit>
|
|
<trans-unit id="tx_events_domain_model_location.zip" xml:space="preserve">
|
|
<source>Zip</source>
|
|
</trans-unit>
|
|
<trans-unit id="tx_events_domain_model_location.country" xml:space="preserve">
|
|
<source>Country</source>
|
|
</trans-unit>
|
|
<trans-unit id="tx_events_domain_model_location.phone" xml:space="preserve">
|
|
<source>Phone</source>
|
|
</trans-unit>
|
|
<trans-unit id="tx_events_domain_model_location.latitude" xml:space="preserve">
|
|
<source>Latitude</source>
|
|
</trans-unit>
|
|
<trans-unit id="tx_events_domain_model_location.longitude" xml:space="preserve">
|
|
<source>Longitude</source>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff>
|