mirror of
https://github.com/maputnik/editor.git
synced 2026-09-02 02:17:26 +00:00
7289e26563
Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 5.5.0 to 5.6.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/maplibre/maplibre-gl-js/releases">maplibre-gl's releases</a>.</em></p> <blockquote> <h2>v5.6.2</h2> <p><a href="https://github.com/maplibre/maplibre-gl-js">https://github.com/maplibre/maplibre-gl-js</a> <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.6.1...v5.6.2">Changes</a> since <a href="https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.6.1">MapLibre GL JS v5.6.1</a>:</p> <h3>🐞 Bug fixes</h3> <ul> <li>Fix white artifacts when using non-zero elevation (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6032">#6032</a>)</li> <li>Fix geolocate control lock loss on window resize and zoom (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/3504">#3504</a>)</li> <li>Fix a memory leak in <code>GeoJSONSource</code> when rapidly updating data (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6163">#6163</a>)</li> <li>Fix <code>Map.setTransformRequest</code> parameter type to include <code>null</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6179">#6179</a>)</li> <li>Fix typo <code>_rotatePitchHandler</code> in the <code>navigation_control.ts</code> file (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6207">#6207</a>)</li> </ul> <h2>v5.6.1</h2> <p><a href="https://github.com/maplibre/maplibre-gl-js">https://github.com/maplibre/maplibre-gl-js</a> <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.6.0...v5.6.1">Changes</a> since <a href="https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.6.0">MapLibre GL JS v5.6.0</a>:</p> <h3>🐞 Bug fixes</h3> <ul> <li>Fix use of <code>textureSize</code> call in color relief shader (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5980">#5980</a>)</li> <li>Fix Y axis transformation in projectFromLabelPlaneToClipSpace (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6021">#6021</a>)</li> <li>Alpha-sort all examples (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6049">#6049</a>)</li> <li>Ensure opacity is reset for popups when <code>locationOccludedOpacity</code> no longer applicable (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6088">#6088</a>)</li> </ul> <h2>v5.6.0</h2> <p><a href="https://github.com/maplibre/maplibre-gl-js">https://github.com/maplibre/maplibre-gl-js</a> <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.5.0...v5.6.0">Changes</a> since <a href="https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.5.0">MapLibre GL JS v5.5.0</a>:</p> <h3>✨ Features and improvements</h3> <ul> <li>Add <code>setGlobalStateProperty()</code> and <code>getGlobalState()</code> to the map public API (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5613">#5613</a>)</li> <li>Improve tile frustum culling for globe, leading to better performance and faster loading times. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5865">#5865</a>)</li> <li>Add new <code>color-relief</code> layer type to render hypsometric tint from terrain-RGB tiles. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5742">#5742</a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Fix <code>queryRenderedFeatures</code> bounding box crossing antimeridian in globe view. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5856">#5856</a>)</li> <li>Fix handling invalid glyph placement results along lines (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5118">#5118</a>)</li> <li>Fix <code>refreshTiles()</code> for vector tiles (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5875">#5875</a>)</li> <li>Revert changes to polygon intersection detection (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5590">#5590</a> caused issue <a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5864">5864</a>)</li> <li>Fix breaking clusters when non-integer value provided for <code>clusterMaxZoom</code> (warning is shown) (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5929">#5929</a>) + clarify API docs</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md">maplibre-gl's changelog</a>.</em></p> <blockquote> <h2>5.6.2</h2> <h3>🐞 Bug fixes</h3> <ul> <li>Fix white artifacts when using non-zero elevation (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6032">#6032</a>)</li> <li>Fix geolocate control lock loss on window resize and zoom (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/3504">#3504</a>)</li> <li>Fix a memory leak in <code>GeoJSONSource</code> when rapidly updating data (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6163">#6163</a>)</li> <li>Fix <code>Map.setTransformRequest</code> parameter type to include <code>null</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6179">#6179</a>)</li> <li>Fix typo <code>_rotatePitchHandler</code> in the <code>navigation_control.ts</code> file (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6207">#6207</a>)</li> </ul> <h2>5.6.1</h2> <h3>🐞 Bug fixes</h3> <ul> <li>Fix use of <code>textureSize</code> call in color relief shader (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5980">#5980</a>)</li> <li>Fix Y axis transformation in projectFromLabelPlaneToClipSpace (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6021">#6021</a>)</li> <li>Alpha-sort all examples (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6049">#6049</a>)</li> <li>Ensure opacity is reset for popups when <code>locationOccludedOpacity</code> no longer applicable (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6088">#6088</a>)</li> </ul> <h2>5.6.0</h2> <h3>✨ Features and improvements</h3> <ul> <li>Add <code>setGlobalStateProperty()</code> and <code>getGlobalState()</code> to the map public API (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5613">#5613</a>)</li> <li>Improve tile frustum culling for globe, leading to better performance and faster loading times. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5865">#5865</a>)</li> <li>Add new <code>color-relief</code> layer type to render hypsometric tint from terrain-RGB tiles. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5742">#5742</a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Fix <code>queryRenderedFeatures</code> bounding box crossing antimeridian in globe view. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5856">#5856</a>)</li> <li>Fix handling invalid glyph placement results along lines (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5118">#5118</a>)</li> <li>Fix <code>refreshTiles()</code> for vector tiles (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5875">#5875</a>)</li> <li>Revert changes to polygon intersection detection (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5590">#5590</a> caused issue <a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5864">5864</a>)</li> <li>Fix breaking clusters when non-integer value provided for <code>clusterMaxZoom</code> (warning is shown) (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5929">#5929</a>) + clarify API docs</li> <li>Fix use of reserved GLSL <code>switch</code> statement in hillshade shader (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5972">#5972</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/7887f2c899dcc7f7bfa8a05f5a98c92bf1a5bf5a"><code>7887f2c</code></a> Bump version to 5.6.2 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6225">#6225</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/f3bf5d392ede4d8928028f3275f8d8548ab70565"><code>f3bf5d3</code></a> msft tier update (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6212">#6212</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/6a66c1193637f608ec2f4f6e43203ccdbe6c83db"><code>6a66c11</code></a> Fix: issue <a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/3504">#3504</a> geolocate lock loss zoom (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6219">#6219</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/627ddaf4ad1517b253fb645ec073df73511a8004"><code>627ddaf</code></a> chore(deps): bump <code>@mapbox/tiny-sdf</code> from 2.0.6 to 2.0.7 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6224">#6224</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/5bbdd804aba154264321bd091d1854921e0f35c4"><code>5bbdd80</code></a> chore(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6221">#6221</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/cb873a583369402f267d08b6ba7ef7f4b9ce69b8"><code>cb873a5</code></a> chore(deps-dev): bump <code>@types/node</code> from 24.1.0 to 24.2.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6222">#6222</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/b20ddb10491a67b78ddb9f3cd171c8b116e5c2dc"><code>b20ddb1</code></a> chore(deps-dev): bump <code>@typescript-eslint/parser</code> from 8.38.0 to 8.39.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6220">#6220</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/34b050ca74a905745e23015307e1196e8fa5d83a"><code>34b050c</code></a> chore(deps-dev): bump devtools-protocol from 0.0.1493946 to 0.0.1495869 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6218">#6218</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/cc4dfc25d57d6cec656673dbb3c9d276d5144d26"><code>cc4dfc2</code></a> Fix _rotatePitchHandler typo (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6208">#6208</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/b1a2d8971000af94b7d0c5e6b8df28bf3c1acd53"><code>b1a2d89</code></a> chore(deps-dev): bump stylelint-config-standard from 38.0.0 to 39.0.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6203">#6203</a>)</li> <li>Additional commits viewable in <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.5.0...v5.6.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Birk Skyum <74932975+birkskyum@users.noreply.github.com> Co-authored-by: Harel M <harel.mazor@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
208 lines
10 KiB
JSON
208 lines
10 KiB
JSON
{
|
|
"Input value": "Eingabewert",
|
|
"Data value": "Datenwert",
|
|
"Output value": "Ausgabewert",
|
|
"Function": "Funktion",
|
|
"Select a type of data scale (default is 'categorical').": "Wähle eine Art Datenskala (Standard ist 'kategorisch').",
|
|
"Base": "Basis",
|
|
"Input a data property to base styles off of.": "Gib eine Dateneigenschaft ein, um Stile darauf zu basieren.",
|
|
"Default": "Standard",
|
|
"Stops": "Stopps",
|
|
"Zoom": "Zoom",
|
|
"Add stop": "Stopp hinzufügen",
|
|
"Convert to expression": "In Ausdruck umwandeln",
|
|
"Remove zoom level from stop": "Zoom-Stufe vom Stopp entfernen",
|
|
"Revert from expression": "Vom Ausdruck zurücksetzen",
|
|
"Delete expression": "Ausdruck löschen",
|
|
"Convert property into a zoom function": "Eigenschaft in eine Zoom-Funktion umwandeln",
|
|
"Convert property to data function": "Eigenschaft in eine Datenfunktion umwandeln",
|
|
"Layer <1>{formatLayerId(layerId)}</1>: {parsed.data.message}": "Ebene <1>{formatLayerId(layerId)}</1>: {parsed.data.message}",
|
|
"switch to layer": "zur Ebene wechseln",
|
|
"Map": "Karte",
|
|
"Inspect": "Untersuchen",
|
|
"Deuteranopia filter": "Deuteranopie-Filter",
|
|
"Protanopia filter": "Protanopie-Filter",
|
|
"Tritanopia filter": "Tritanopie-Filter",
|
|
"Achromatopsia filter": "Achromatopsie-Filter",
|
|
"Layers list": "Ebenenliste",
|
|
"Layer editor": "Ebenen-Editor",
|
|
"Map view": "Kartenansicht",
|
|
"Maputnik on GitHub": "Maputnik auf GitHub",
|
|
"Open": "Öffnen",
|
|
"Save": "Speichern",
|
|
"Data Sources": "Datenquellen",
|
|
"Style Settings": "Stileinstellungen",
|
|
"View": "Ansicht",
|
|
"Color accessibility": "Farbzugänglichkeit",
|
|
"Help": "Hilfe",
|
|
"Comments for the current layer. This is non-standard and not in the spec.": "Kommentare zur aktuellen Ebene. Das ist nicht standardmäßig und nicht in der Spezifikation.",
|
|
"Comments": "Kommentare",
|
|
"Comment...": "Dein Kommentar...",
|
|
"Max Zoom": "Max-Zoom",
|
|
"Min Zoom": "Min-Zoom",
|
|
"Source": "Quelle",
|
|
"Source Layer": "Quellenebene",
|
|
"Type": "Typ",
|
|
"Nested filters are not supported.": "Verschachtelte Filter werden nicht unterstützt.",
|
|
"Upgrade to expression": "Aufrüsten zu Ausdruck",
|
|
"Filter": "Filter",
|
|
"every filter matches": "alle Filter passen",
|
|
"no filter matches": "kein Filter passt",
|
|
"any filter matches": "irgendein Filter passt",
|
|
"Add filter": "Filter hinzufügen",
|
|
"You've entered an old style filter.": "Du hast einen alten Filter-Stil eingegeben.",
|
|
"Switch to filter editor.": "Zum Filter-Editor wechseln.",
|
|
"Delete filter block": "Filterblock löschen",
|
|
"Add value": "Wert hinzufügen",
|
|
"Remove array item": "Element aus Array entfernen",
|
|
"Press <1>ESC</1> to lose focus": "Drück <1>ESC</1>, um den Fokus zu verlieren",
|
|
"Must provide protocol: <1>https://</1>": "Protokoll erforderlich: <1>https://</1>",
|
|
"Must provide protocol: <1>http://</1> or <3>https://</3>": "Protokoll erforderlich: <1>http://</1> oder <3>https://</3>",
|
|
"CORS policy won't allow fetching resources served over http from https, use a <1>https://</1> domain": "Die CORS-Politik erlaubt es nicht, Ressourcen über http von https zu laden, benutze eine <1>https://</1>-Domain",
|
|
"General layout properties": "Allgemeine Layouteigenschaften",
|
|
"Text layout properties": "Text-Layouteigenschaften",
|
|
"Icon layout properties": "Icon-Layouteigenschaften",
|
|
"Text paint properties": "Text-Darstellungseigenschaften",
|
|
"Icon paint properties": "Icon-Darstellungseigenschaften",
|
|
"Paint properties": "Darstellungseigenschaften",
|
|
"Layout properties": "Layouteigenschaften",
|
|
"Layer": "Ebene",
|
|
"JSON Editor": "JSON-Editor",
|
|
"Delete": "Löschen",
|
|
"Duplicate": "Duplizieren",
|
|
"Show": "Anzeigen",
|
|
"Hide": "Verstecken",
|
|
"Move layer up": "Ebene nach oben verschieben",
|
|
"Move layer down": "Ebene nach unten verschieben",
|
|
"Layer: {{layerId}}": "Ebene: {{layerId}}",
|
|
"Layers": "Ebenen",
|
|
"Collapse": "Einklappen",
|
|
"Expand": "Ausklappen",
|
|
"Add Layer": "Ebene hinzufügen",
|
|
"Search": "Suche",
|
|
"Zoom:": "Zoom:",
|
|
"Close popup": "Popup schließen",
|
|
"cursor:": "Mauszeiger:",
|
|
"center:": "Zentrum:",
|
|
"rotation:": "Rotation:",
|
|
"Close modal": "Modale Fenster schließen",
|
|
"Layer ID already exists": "Layer-ID existiert bereits",
|
|
"Debug": "Debug",
|
|
"Options": "Optionen",
|
|
"Save Style": "Stil Speichern",
|
|
"Save the JSON style to your computer.": "Speichere den JSON Stil auf deinem Computer.",
|
|
"Save as": "Speichern unter",
|
|
"Create HTML": "HTML erstellen",
|
|
"Cancel": "Abbrechen",
|
|
"Open Style": "Stil öffnen",
|
|
"Open local Style": "Lokalen Stil öffnen",
|
|
"Open a local JSON style from your computer.": "Öffne einen lokalen JSON Stil von deinem Computer.",
|
|
"Load from URL": "Von URL laden",
|
|
"Load from a URL. Note that the URL must have <1>CORS enabled</1>.": "Von einer URL laden. Beachte, dass die URL <1>CORS aktiviert</1> haben muss.",
|
|
"Style URL": "Stil-URL",
|
|
"Enter URL...": "URL eingeben...",
|
|
"Gallery Styles": "Galerie-Stile",
|
|
"Open one of the publicly available styles to start from.": "Öffne einen der öffentlich verfügbaren Stile, um zu starten.",
|
|
"Loading style": "Stil wird geladen",
|
|
"Loading: {{requestUrl}}": "Lädt: {{requestUrl}}",
|
|
"Name": "Name",
|
|
"Owner": "Besitzer",
|
|
"Owner ID of the style. Used by Mapbox or future style APIs.": "Besitzer-ID des Stils. Wird von Mapbox oder zukünftigen Style-APIs verwendet.",
|
|
"Sprite URL": "Sprite-URL",
|
|
"Glyphs URL": "Glyphen-URL",
|
|
"Center": "Mittelpunkt",
|
|
"Bearing": "Ausrichtung",
|
|
"Pitch": "Neigung",
|
|
"Light anchor": "Lichtanker",
|
|
"Light color": "Lichtfarbe",
|
|
"Light intensity": "Lichtintensität",
|
|
"Light position": "Lichtposition",
|
|
"Terrain source": "Geländequelle",
|
|
"Terrain exaggeration": "Gelände-Übertreibung",
|
|
"Transition delay": "Übergangsverzögerung",
|
|
"Transition duration": "Übergangsdauer",
|
|
"Open Layers (experimental)": "Ebenen öffnen (experimentell)",
|
|
"Shortcuts menu": "Shortcuts-Menü",
|
|
"Open modal": "Modale Fenster öffnen",
|
|
"Export modal": "Modale Fenster exportieren",
|
|
"Data Sources modal": "Modale Datenquellen",
|
|
"Style Settings modal": "Modale Stileinstellungen",
|
|
"Toggle inspect": "Inspektion umschalten",
|
|
"Focus map": "Karte fokussieren",
|
|
"Debug modal": "Debug (modale Fenster)",
|
|
"Increase the zoom level by 1.": "Zoom-Stufe um 1 erhöhen.",
|
|
"Increase the zoom level by 2.": "Zoom-Stufe um 2 erhöhen.",
|
|
"Decrease the zoom level by 1.": "Zoom-Stufe um 1 verringern.",
|
|
"Decrease the zoom level by 2.": "Zoom-Stufe um 2 verringern.",
|
|
"Pan up by 100 pixels.": "Um 100 Pixel nach oben schwenken.",
|
|
"Pan down by 100 pixels.": "Um 100 Pixel nach unten schwenken.",
|
|
"Pan left by 100 pixels.": "Um 100 Pixel nach links schwenken.",
|
|
"Pan right by 100 pixels.": "Um 100 Pixel nach rechts schwenken.",
|
|
"Increase the rotation by 15 degrees.": "Rotation um 15 Grad erhöhen.",
|
|
"Decrease the rotation by 15 degrees.": "Rotation um 15 Grad verringern.",
|
|
"Increase the pitch by 10 degrees.": "Neigung um 10 Grad erhöhen.",
|
|
"Decrease the pitch by 10 degrees.": "Neigung um 10 Grad verringern.",
|
|
"Shortcuts": "Shortcuts",
|
|
"Press <1>ESC</1> to lose focus of any active elements, then press one of:": "Drück <1>ESC</1>, um den Fokus von aktiven Elementen zu verlieren, und dann drück eine der folgenden Tasten:",
|
|
"If the Map is in focused you can use the following shortcuts": "Wenn die Karte fokussiert ist, kannst du die folgenden Shortcuts benutzen",
|
|
"Remove '{{sourceId}}' source": "Quelle '{{sourceId}}' entfernen",
|
|
"Source ID": "Quellen-ID",
|
|
"Unique ID that identifies the source and is used in the layer to reference the source.": "Eindeutige ID, die die Quelle identifiziert und in der Ebene verwendet wird, um auf die Quelle zu verweisen.",
|
|
"Source Type": "Quellentyp",
|
|
"GeoJSON (JSON)": "GeoJSON (JSON)",
|
|
"GeoJSON (URL)": "GeoJSON (URL)",
|
|
"Vector (TileJSON URL)": "Vektor (TileJSON URL)",
|
|
"Vector (Tile URLs)": "Vektor (Tile URLs)",
|
|
"Raster (TileJSON URL)": "Raster (TileJSON URL)",
|
|
"Raster (Tile URLs)": "Raster (Tile URLs)",
|
|
"Raster DEM (TileJSON URL)": "Raster DEM (TileJSON URL)",
|
|
"Raster DEM (XYZ URLs)": "Raster DEM (XYZ URLs)",
|
|
"Vector (PMTiles)": "Vektor (PMTiles)",
|
|
"Image": "Bild",
|
|
"Video": "Video",
|
|
"Add Source": "Quelle hinzufügen",
|
|
"Sources": "Quellen",
|
|
"Active Sources": "Aktive Quellen",
|
|
"Choose Public Source": "Öffentliche Quelle auswählen",
|
|
"Add one of the publicly available sources to your style.": "Füge eine der öffentlich verfügbaren Quellen zu deinem Stil hinzu.",
|
|
"Add New Source": "Neue Quelle hinzufügen",
|
|
"Add a new source to your style. You can only choose the source type and id at creation time!": "Füge eine neue Quelle zu deinem Stil hinzu. Du kannst den Quellentyp und die ID nur bei der Erstellung auswählen!",
|
|
"TileJSON URL": "TileJSON URL",
|
|
"Tile URL": "Kachel-URL",
|
|
"Scheme Type": "Schema-Typ",
|
|
"Coord top left": "Koordinate oben links",
|
|
"Coord top right": "Koordinate oben rechts",
|
|
"Coord bottom right": "Koordinate unten rechts",
|
|
"Coord bottom left": "Koordinate unten links",
|
|
"Image URL": "Bild-URL",
|
|
"Video URL": "Video-URL",
|
|
"GeoJSON URL": "GeoJSON URL",
|
|
"GeoJSON": "GeoJSON",
|
|
"Cluster": "Cluster",
|
|
"PMTiles URL": "PMTiles URL",
|
|
"Tile Size": "Kachelgröße",
|
|
"Encoding": "Kodierung",
|
|
"Error:": "Fehler:",
|
|
"MapTiler Access Token": "MapTiler Zugriffstoken",
|
|
"Public access token for MapTiler Cloud.": "Öffentlicher Zugriffstoken für MapTiler Cloud.",
|
|
"Learn More": "Mehr erfahren",
|
|
"Thunderforest Access Token": "Thunderforest Zugriffstoken",
|
|
"Public access token for Thunderforest services.": "Öffentlicher Zugriffstoken für Thunderforest-Dienste.",
|
|
"Stadia Maps API Key": "Stadia Maps API-Schlüssel",
|
|
"API key for Stadia Maps.": "API-Schlüssel für Stadia Maps.",
|
|
"LocationIQ Access Token": "LocationIQ Zugriffstoken",
|
|
"Public access token for LocationIQ services.": "Öffentlicher Zugriffstoken für LocationIQ-Dienste.",
|
|
"Style Renderer": "Stil-Renderer",
|
|
"Choose the default Maputnik renderer for this style.": "Wähle den Standard-Renderer für diesen Stil aus.",
|
|
"Opacity": "Deckkraft",
|
|
"Radius": "Radius",
|
|
"Color": "Farbe",
|
|
"Outline color": "Umrissfarbe",
|
|
"Language": "Sprache",
|
|
"Width": "Breite",
|
|
"Height": "Höhe",
|
|
"Field": "Feld",
|
|
"Size": "Größe",
|
|
"Press <1>ESC</1> to lose focus of any input box": "Drück <1>ESC</1>, um den Fokus von jedem Eingabefeld zu verlieren"
|
|
}
|