Browse code

Finish up con4gis map integration

Benjamin Roth authored on01/10/2024 15:54:29
Showing3 changed files
... ...
@@ -106,7 +106,7 @@ $GLOBALS['TL_DCA']['tl_vr_real_estate_assets'] = array
106 106
     'subpalettes' => array
107 107
     (
108 108
         'availability_from' => 'availableFrom',
109
-        'managedPropertyId_0' => 'address,postal,city'
109
+        'managedPropertyId_0' => 'address,postal,city;{map_legend},geox,geoy'
110 110
     ),
111 111
 
112 112
     // Fields
... ...
@@ -74,6 +74,22 @@
74 74
                 <source>Until when the object should be visible. Leave empty for permanent publication.</source>
75 75
                 <target>Bis wann das Objekt sichtbar sein soll. Leer lassen für dauerhafte Veröffentlichung.</target>
76 76
             </trans-unit>
77
+            <trans-unit id="tl_vr_re_managedProperties.geox.0">
78
+                <source>Geo X coordinate</source>
79
+                <target>Geo X-Koordinate</target>
80
+            </trans-unit>
81
+            <trans-unit id="tl_vr_re_managedProperties.geox.1">
82
+                <source>Enter the X-coordinate (latitude, WGS-84) of the location here.</source>
83
+                <target>Geben Sie hier die X-Koordinate (Breitengrad, WGS-84) des Standorts ein.</target>
84
+            </trans-unit>
85
+            <trans-unit id="tl_vr_re_managedProperties.geoy.0">
86
+                <source>Geo Y coordinate</source>
87
+                <target>Geo Y-Koordinate</target>
88
+            </trans-unit>
89
+            <trans-unit id="tl_vr_re_managedProperties.geoy.1">
90
+                <source>Enter the Y-coordinate (longitude, WGS-84) of the location here.</source>
91
+                <target>Geben Sie hier die Y-Koordinate (Längengrad, WGS-84) des Standorts ein.</target>
92
+            </trans-unit>
77 93
 
78 94
             <trans-unit id="tl_vr_re_managedProperties.data_legend">
79 95
                 <source>Basic data</source>
... ...
@@ -93,4 +109,4 @@
93 109
             </trans-unit>
94 110
         </body>
95 111
     </file>
96
-</xliff>
97 112
\ No newline at end of file
113
+</xliff>
... ...
@@ -8,6 +8,12 @@
8 8
             <trans-unit id="tl_vr_real_estate_assets.title.1">
9 9
                 <source>Bezeichnung des Objekts. (z.B. 3 Zimmer-Wohnung)</source>
10 10
             </trans-unit>
11
+            <trans-unit id="tl_vr_real_estate_assets.alias.0">
12
+                <source>Seitenalias</source>
13
+            </trans-unit>
14
+            <trans-unit id="tl_vr_real_estate_assets.alias.1">
15
+                <source>Der Seitenalias ist eine eindeutige Referenz, die anstelle der numerischen Seiten-ID aufgerufen werden kann.</source>
16
+            </trans-unit>
11 17
             <trans-unit id="tl_vr_real_estate_assets.postal.0">
12 18
                 <source>Postleitzahl</source>
13 19
             </trans-unit>
... ...
@@ -191,6 +197,22 @@
191 197
             <trans-unit id="tl_vr_real_estate_assets.total">
192 198
                 <source>Gesamtmiete</source>
193 199
             </trans-unit>
200
+            <trans-unit id="tl_vr_real_estate_assets.geox.0">
201
+                <source>Geo X coordinate</source>
202
+                <target>Geo X-Koordinate</target>
203
+            </trans-unit>
204
+            <trans-unit id="tl_vr_real_estate_assets.geox.1">
205
+                <source>Enter the X-coordinate (latitude, WGS-84) of the location here.</source>
206
+                <target>Geben Sie hier die X-Koordinate (Breitengrad, WGS-84) des Standorts ein.</target>
207
+            </trans-unit>
208
+            <trans-unit id="tl_vr_real_estate_assets.geoy.0">
209
+                <source>Geo Y coordinate</source>
210
+                <target>Geo Y-Koordinate</target>
211
+            </trans-unit>
212
+            <trans-unit id="tl_vr_real_estate_assets.geoy.1">
213
+                <source>Enter the Y-coordinate (longitude, WGS-84) of the location here.</source>
214
+                <target>Geben Sie hier die Y-Koordinate (Längengrad, WGS-84) des Standorts ein.</target>
215
+            </trans-unit>
194 216
 
195 217
 
196 218
             <trans-unit id="tl_vr_real_estate_assets.title_legend">
... ...
@@ -214,6 +236,10 @@
214 236
             <trans-unit id="tl_vr_real_estate_assets.publish_legend">
215 237
                 <source>Veröffentlichungseinstellungen</source>
216 238
             </trans-unit>
239
+            <trans-unit id="tl_vr_real_estate_assets.map_legend">
240
+                <source>Map</source>
241
+                <target>Karte</target>
242
+            </trans-unit>
217 243
 
218 244
             <trans-unit id="tl_vr_real_estate_assets.edit.0">
219 245
                 <source>Objekt bearbeiten</source>