Skip to content

Commit 06a0d58

Browse files
committed
deploy: 4e7f66f
1 parent ea78dd2 commit 06a0d58

File tree

97 files changed

+15372
-10365
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+15372
-10365
lines changed

docs/afm/client-afm.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ <h3 id="programmatic-integration" tabindex="-1">Programmatic integration</h3>
8181
<h2>Child documents</h2><nav><ul>
8282
<li><a href="core.html" target="_blank">core.html</a></li><li><a href="plugin-address-search.html" target="_blank">plugin-address-search.html</a></li><li><a href="plugin-attributions.html" target="_blank">plugin-attributions.html</a></li><li><a href="plugin-draw.html" target="_blank">plugin-draw.html</a></li><li><a href="plugin-export.html" target="_blank">plugin-export.html</a></li><li><a href="plugin-gfi.html" target="_blank">plugin-gfi.html</a></li><li><a href="plugin-icon-menu.html" target="_blank">plugin-icon-menu.html</a></li><li><a href="plugin-layer-chooser.html" target="_blank">plugin-layer-chooser.html</a></li><li><a href="plugin-legend.html" target="_blank">plugin-legend.html</a></li><li><a href="plugin-loading-indicator.html" target="_blank">plugin-loading-indicator.html</a></li><li><a href="plugin-pins.html" target="_blank">plugin-pins.html</a></li><li><a href="plugin-scale.html" target="_blank">plugin-scale.html</a></li><li><a href="plugin-toast.html" target="_blank">plugin-toast.html</a></li><li><a href="plugin-zoom.html" target="_blank">plugin-zoom.html</a></li>
8383
</ul></nav>
84+
8485
</article>
8586
<hr>
8687
<a href="https://github.com/Dataport/polar/blob/main/LEGALNOTICE.md" style="font-family: sans-serif;">Legal Notice (Impressum)</a>

docs/afm/core.html

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ <h5 id="mapconfiguration.languageoption" tabindex="-1">mapConfiguration.Language
205205
},
206206
]
207207
</code></pre>
208-
<p>To figure out the name of the locales to override, inspect the matching plugin in GitHub's file browser. In <code>packages/plugins</code>, open the plugin you desire to override. Each plugin's <code>src</code> folder contains a <code>language.ts</code> listing all used locale keys with appropriate nesting.</p>
208+
<p>To figure out the name of overridable locales, inspect the documentation of your client; <a href="https://dataport.github.io/polar/docs/snowbox/client-snowbox.html">for example, this is the documentation page of the snowbox</a>. All child documents with locales feature a table of default translations at the end, and some clients bring their own locales and pre-existing overrides.</p>
209+
<p>When reading the locale tables, please mind that the dot notation (<code>a.b.c | value</code>) has to be written as separate keys in nested objects as seen in the example above (<code>{a: {b: {c: &quot;value&quot;}}}</code>).</p>
209210
<h5 id="mapconfiguration.extendedmasterportalapimarkers" tabindex="-1">mapConfiguration.extendedMasterportalapiMarkers</h5>
210211
<table>
211212
<thead>
@@ -731,6 +732,50 @@ <h3 id="getters" tabindex="-1">Getters</h3>
731732
</table>
732733

733734

735+
<h2>Locales</h2>
736+
<table>
737+
<thead>
738+
<tr>
739+
<th scope="col">Locale Key</th>
740+
<th scope="col">German default</th>
741+
<th scope="col">English default</th>
742+
</tr>
743+
</thead>
744+
<tbody>
745+
746+
<tr>
747+
<td>common.canvas.label</td>
748+
<td>Kartenanwendung</td>
749+
<td>Map application</td>
750+
</tr>
751+
752+
<tr>
753+
<td>common.error.serviceUnavailable</td>
754+
<td>Der Kartendienst "{{serviceName}}" (ID: {{serviceId}}) ist derzeit nicht verfügbar. Dies kann die Funktionalität der Karte einschränken.</td>
755+
<td>Service "{{serviceName}}" (ID: {{serviceId}}) is unavailable. This may limit the map's functionality.</td>
756+
</tr>
757+
758+
<tr>
759+
<td>common.overlay.noControlOnZoom</td>
760+
<td>Verwenden Sie Strg+Scrollen zum Zoomen der Karte</td>
761+
<td>Use Ctrl+Mousewheel to zoom into the map</td>
762+
</tr>
763+
764+
<tr>
765+
<td>common.overlay.noCommandOnZoom</td>
766+
<td>Verwenden Sie Command ⌘ + Scrollen zum Zoomen der Karte</td>
767+
<td>Use Command ⌘ + Mousewheel to zoom into the map</td>
768+
</tr>
769+
770+
<tr>
771+
<td>common.overlay.oneFingerPan</td>
772+
<td>Verwenden Sie mindestens zwei Finger zum Verschieben der Karte</td>
773+
<td>Use at least two fingers to pan the map</td>
774+
</tr>
775+
776+
</tbody>
777+
</table>
778+
734779
</article>
735780
<hr>
736781
<a href="https://github.com/Dataport/polar/blob/main/LEGALNOTICE.md" style="font-family: sans-serif;">Legal Notice (Impressum)</a>

docs/afm/plugin-address-search.html

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,80 @@ <h3 id="state" tabindex="-1">State</h3>
554554
<p>Address object <em>as returned by search service</em>. The result and its fields differ depending on the used backend. The callback is used whenever the user clicks on a search result or started a one-result search, which results in an auto-select of the singular result.</p>
555555

556556

557+
<h2>Locales</h2>
558+
<table>
559+
<thead>
560+
<tr>
561+
<th scope="col">Locale Key</th>
562+
<th scope="col">German default</th>
563+
<th scope="col">English default</th>
564+
</tr>
565+
</thead>
566+
<tbody>
567+
568+
<tr>
569+
<td>plugins.addressSearch.hint.error</td>
570+
<td>Etwas ist bei der Suche schiefgegangen.</td>
571+
<td>Something went wrong.</td>
572+
</tr>
573+
574+
<tr>
575+
<td>plugins.addressSearch.hint.noResults</td>
576+
<td>Keine Ergebnisse gefunden.</td>
577+
<td>No results for the current query.</td>
578+
</tr>
579+
580+
<tr>
581+
<td>plugins.addressSearch.hint.loading</td>
582+
<td>Suche ...</td>
583+
<td>Searching ...</td>
584+
</tr>
585+
586+
<tr>
587+
<td>plugins.addressSearch.hint.tooShort</td>
588+
<td>Für die Suche bitte mindestens {{minLength}} Zeichen eingeben.</td>
589+
<td>Please enter at least {{minLength}} characters.</td>
590+
</tr>
591+
592+
<tr>
593+
<td>plugins.addressSearch.defaultGroup</td>
594+
<td>Adresssuche</td>
595+
<td>Address Search</td>
596+
</tr>
597+
598+
<tr>
599+
<td>plugins.addressSearch.groupSelector</td>
600+
<td>Suchthema auswählen</td>
601+
<td>Select search topic</td>
602+
</tr>
603+
604+
<tr>
605+
<td>plugins.addressSearch.resultCount</td>
606+
<td>({{count}} Ergebnisse)</td>
607+
<td>({{count}} results)</td>
608+
</tr>
609+
610+
<tr>
611+
<td>plugins.addressSearch.resultList.extend</td>
612+
<td>Alle Ergebnisse anzeigen</td>
613+
<td>Show all results</td>
614+
</tr>
615+
616+
<tr>
617+
<td>plugins.addressSearch.resultList.extendMax</td>
618+
<td>Alle Ergebnisse (max. {{queryParameters.maxFeatures}}) anzeigen</td>
619+
<td>Show all results (max. {{queryParameters.maxFeatures}})</td>
620+
</tr>
621+
622+
<tr>
623+
<td>plugins.addressSearch.resultList.reduce</td>
624+
<td>Ergebnisliste reduzieren</td>
625+
<td>Reduce result list</td>
626+
</tr>
627+
628+
</tbody>
629+
</table>
630+
557631
</article>
558632
<hr>
559633
<a href="https://github.com/Dataport/polar/blob/main/LEGALNOTICE.md" style="font-family: sans-serif;">Legal Notice (Impressum)</a>

docs/afm/plugin-attributions.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,44 @@ <h4 id="attributions.layerattribution" tabindex="-1">attributions.layerAttributi
130130
</code></pre>
131131

132132

133+
<h2>Locales</h2>
134+
<table>
135+
<thead>
136+
<tr>
137+
<th scope="col">Locale Key</th>
138+
<th scope="col">German default</th>
139+
<th scope="col">English default</th>
140+
</tr>
141+
</thead>
142+
<tbody>
143+
144+
<tr>
145+
<td>plugins.attributions.button.closeTitle</td>
146+
<td>Quellennachweis ausblenden</td>
147+
<td>Hide Attributions</td>
148+
</tr>
149+
150+
<tr>
151+
<td>plugins.attributions.button.openTitle</td>
152+
<td>Quellennachweis einblenden</td>
153+
<td>Show Attributions</td>
154+
</tr>
155+
156+
<tr>
157+
<td>plugins.attributions.sourceCode</td>
158+
<td><span><a href="https://github.com/Dataport/polar" target="_blank">Quellcode</a> lizenziert unter <a href="https://github.com/Dataport/polar/blob/main/LICENSE" target="_blank">EUPL v1.2</a></span></td>
159+
<td><span><a href="https://github.com/Dataport/polar" target="_blank">Source code</a> licensed under <a href="https://github.com/Dataport/polar/blob/main/LICENSE" target="_blank">EUPL v1.2</a></span></td>
160+
</tr>
161+
162+
<tr>
163+
<td>plugins.attributions.title</td>
164+
<td>Quellennachweis</td>
165+
<td>Attributions</td>
166+
</tr>
167+
168+
</tbody>
169+
</table>
170+
133171
</article>
134172
<hr>
135173
<a href="https://github.com/Dataport/polar/blob/main/LEGALNOTICE.md" style="font-family: sans-serif;">Legal Notice (Impressum)</a>

docs/afm/plugin-draw.html

Lines changed: 158 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,164 @@ <h3 id="actions" tabindex="-1">Actions</h3>
265265
<p>Calling the action <code>zoomToFeature</code> zooms to all drawn features, fits them in the map view with a padding of size <code>margin</code> in every direction of the features.</p>
266266

267267

268+
<h2>Locales</h2>
269+
<table>
270+
<thead>
271+
<tr>
272+
<th scope="col">Locale Key</th>
273+
<th scope="col">German default</th>
274+
<th scope="col">English default</th>
275+
</tr>
276+
</thead>
277+
<tbody>
278+
279+
<tr>
280+
<td>plugins.draw.mode.none</td>
281+
<td>Keine Interaktion</td>
282+
<td>No interaction</td>
283+
</tr>
284+
285+
<tr>
286+
<td>plugins.draw.mode.draw</td>
287+
<td>Zeichnen</td>
288+
<td>Draw</td>
289+
</tr>
290+
291+
<tr>
292+
<td>plugins.draw.mode.measure</td>
293+
<td>Zeichnen und Messen</td>
294+
<td>Draw and measure</td>
295+
</tr>
296+
297+
<tr>
298+
<td>plugins.draw.mode.write</td>
299+
<td>Zeichnen und Schreiben</td>
300+
<td>Draw and write</td>
301+
</tr>
302+
303+
<tr>
304+
<td>plugins.draw.mode.writeAndMeasure</td>
305+
<td>Zeichnen, Schreiben und Messen</td>
306+
<td>Draw, write and measure</td>
307+
</tr>
308+
309+
<tr>
310+
<td>plugins.draw.mode.edit</td>
311+
<td>Bearbeiten</td>
312+
<td>Edit</td>
313+
</tr>
314+
315+
<tr>
316+
<td>plugins.draw.mode.delete</td>
317+
<td>Löschen</td>
318+
<td>Delete</td>
319+
</tr>
320+
321+
<tr>
322+
<td>plugins.draw.drawMode.circle</td>
323+
<td>Kreis</td>
324+
<td>Circle</td>
325+
</tr>
326+
327+
<tr>
328+
<td>plugins.draw.drawMode.lineString</td>
329+
<td>Linie</td>
330+
<td>Line</td>
331+
</tr>
332+
333+
<tr>
334+
<td>plugins.draw.drawMode.point</td>
335+
<td>Punkt</td>
336+
<td>Point</td>
337+
</tr>
338+
339+
<tr>
340+
<td>plugins.draw.drawMode.polygon</td>
341+
<td>Polygon</td>
342+
<td>Polygon</td>
343+
</tr>
344+
345+
<tr>
346+
<td>plugins.draw.drawMode.text</td>
347+
<td>Text</td>
348+
<td>Text</td>
349+
</tr>
350+
351+
<tr>
352+
<td>plugins.draw.measureMode.none</td>
353+
<td>Keine Messung</td>
354+
<td>No measure</td>
355+
</tr>
356+
357+
<tr>
358+
<td>plugins.draw.measureMode.metres</td>
359+
<td>m / m²</td>
360+
<td>m</td>
361+
</tr>
362+
363+
<tr>
364+
<td>plugins.draw.measureMode.kilometres</td>
365+
<td>km / km²</td>
366+
<td>km</td>
367+
</tr>
368+
369+
<tr>
370+
<td>plugins.draw.measureMode.hectares</td>
371+
<td>km / ha</td>
372+
<td>km / ha</td>
373+
</tr>
374+
375+
<tr>
376+
<td>plugins.draw.options.stroke</td>
377+
<td>Linienfarbe</td>
378+
<td>Stroke color</td>
379+
</tr>
380+
381+
<tr>
382+
<td>plugins.draw.title.drawMode</td>
383+
<td>Zeichenmodus</td>
384+
<td>Drawing mode</td>
385+
</tr>
386+
387+
<tr>
388+
<td>plugins.draw.title.mode</td>
389+
<td>Modus</td>
390+
<td>Mode</td>
391+
</tr>
392+
393+
<tr>
394+
<td>plugins.draw.title.measureMode</td>
395+
<td>Messmodus</td>
396+
<td>Measure mode</td>
397+
</tr>
398+
399+
<tr>
400+
<td>plugins.draw.title.options</td>
401+
<td>Zeichenoptionen</td>
402+
<td>Draw options</td>
403+
</tr>
404+
405+
<tr>
406+
<td>plugins.draw.label.textSize</td>
407+
<td>Textgröße (px) wählen:</td>
408+
<td>Choose text size (px):</td>
409+
</tr>
410+
411+
<tr>
412+
<td>plugins.draw.measureMode.metresArea</td>
413+
<td></td>
414+
<td>m / m²</td>
415+
</tr>
416+
417+
<tr>
418+
<td>plugins.draw.measureMode.kilometresArea</td>
419+
<td></td>
420+
<td>km / km²</td>
421+
</tr>
422+
423+
</tbody>
424+
</table>
425+
268426
</article>
269427
<hr>
270428
<a href="https://github.com/Dataport/polar/blob/main/LEGALNOTICE.md" style="font-family: sans-serif;">Legal Notice (Impressum)</a>

0 commit comments

Comments
 (0)