Fix some typos in translations, add missing translation
This commit is contained in:
@@ -130,7 +130,7 @@
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="tx_epevents.label.ask_our_expert">
|
<trans-unit id="tx_epevents.label.ask_our_expert">
|
||||||
<source>Fragen Sie unseren Experten</source>
|
<source>Fragen Sie unseren Experten</source>
|
||||||
<target>Ask our extpert</target>
|
<target>Ask our expert</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="tx_epevents.label.your_experts">
|
<trans-unit id="tx_epevents.label.your_experts">
|
||||||
<source><![CDATA[<span>Ihre</span><br>Experten]]></source>
|
<source><![CDATA[<span>Ihre</span><br>Experten]]></source>
|
||||||
@@ -210,7 +210,7 @@
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="tx_epevents.label.configurator_programme">
|
<trans-unit id="tx_epevents.label.configurator_programme">
|
||||||
<source>Programm</source>
|
<source>Programm</source>
|
||||||
<target>Program</target>
|
<target>Programme</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="tx_epevents.label.configurator_period">
|
<trans-unit id="tx_epevents.label.configurator_period">
|
||||||
<source>Reisezeitraum</source>
|
<source>Reisezeitraum</source>
|
||||||
@@ -360,6 +360,10 @@
|
|||||||
<source>AGB</source>
|
<source>AGB</source>
|
||||||
<target>Terms and conditions</target>
|
<target>Terms and conditions</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="tx_epevents.label.date">
|
||||||
|
<source>Datum</source>
|
||||||
|
<target>Date</target>
|
||||||
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
</xliff>
|
</xliff>
|
||||||
|
|||||||
@@ -271,6 +271,9 @@
|
|||||||
<trans-unit id="tx_epevents.label.terms">
|
<trans-unit id="tx_epevents.label.terms">
|
||||||
<source>AGB</source>
|
<source>AGB</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="tx_epevents.label.date">
|
||||||
|
<source>Datum</source>
|
||||||
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
</xliff>
|
</xliff>
|
||||||
|
|||||||
@@ -256,7 +256,7 @@
|
|||||||
:class="{ checked: isIncludedInput('dateFrom') || isIncludedInput('dateTo') }"></span>
|
:class="{ checked: isIncludedInput('dateFrom') || isIncludedInput('dateTo') }"></span>
|
||||||
<div class="config-selected__items">
|
<div class="config-selected__items">
|
||||||
<span class="config-selected__placeholder"
|
<span class="config-selected__placeholder"
|
||||||
v-if="!isIncludedInput('dateFrom') && !isIncludedInput('dateTo')">Datum</span>
|
v-if="!isIncludedInput('dateFrom') && !isIncludedInput('dateTo')">{f:translate(key: 'tx_epevents.label.date', extensionName: 'EpEvents')</span>
|
||||||
{{ dateRangeFormatted }}
|
{{ dateRangeFormatted }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user