mirror of
https://github.com/maputnik/editor.git
synced 2026-08-04 12:17:25 +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>
200 lines
10 KiB
JSON
200 lines
10 KiB
JSON
{
|
|
"Input value": "Valeur d'entrée",
|
|
"Data value": "Valeur des données",
|
|
"Output value": "Valeur de sortie",
|
|
"Function": "Fonction",
|
|
"Select a type of data scale (default is 'categorical').": "Sélectionnez un type d'échelle de données (par défaut 'categorical').",
|
|
"Base": "Base",
|
|
"Input a data property to base styles off of.": "Entrez une propriété de données pour baser les styles.",
|
|
"Default": "Par défaut",
|
|
"Stops": "Arrêts",
|
|
"Zoom": "Zoom",
|
|
"Add stop": "Ajouter un arrêt",
|
|
"Convert to expression": "Convertir en expression",
|
|
"Remove zoom level from stop": "Supprimer le niveau de zoom de l'arrêt",
|
|
"Revert from expression": "Annuler l'expression",
|
|
"Delete expression": "Supprimer l'expression",
|
|
"Convert property into a zoom function": "Convertir la propriété en fonction de zoom",
|
|
"Convert property to data function": "Convertir la propriété en fonction de données",
|
|
"Layer <1>{formatLayerId(layerId)}</1>: {parsed.data.message}": "Calque <1>{formatLayerId(layerId)}</1> : {parsed.data.message}",
|
|
"switch to layer": "changer de calque",
|
|
"Map": "Carte",
|
|
"Inspect": "Inspecter",
|
|
"Deuteranopia filter": "Filtre Deutéranopie",
|
|
"Protanopia filter": "Filtre Protanopie",
|
|
"Tritanopia filter": "Filtre Tritanopie",
|
|
"Achromatopsia filter": "Filtre Achromatopsie",
|
|
"Layers list": "Liste des calques",
|
|
"Layer editor": "Éditeur de calque",
|
|
"Map view": "Vue de la carte",
|
|
"Maputnik on GitHub": "Maputnik sur GitHub",
|
|
"Open": "Ouvrir",
|
|
"Save": "Enregistrer",
|
|
"Data Sources": "Sources de données",
|
|
"Style Settings": "Paramètres du style",
|
|
"View": "Vue",
|
|
"Color accessibility": "Accessibilité des couleurs",
|
|
"Help": "Aide",
|
|
"Comments for the current layer. This is non-standard and not in the spec.": "Commentaires pour le calque actuel. Ceci n'est pas standard et n'est pas dans la spécification.",
|
|
"Comments": "Commentaires",
|
|
"Comment...": "Votre commentaire...",
|
|
"Max Zoom": "Zoom max",
|
|
"Min Zoom": "Zoom min",
|
|
"Source": "Source",
|
|
"Source Layer": "Calque Source",
|
|
"Type": "Type",
|
|
"Nested filters are not supported.": "Les filtres imbriqués ne sont pas pris en charge.",
|
|
"Upgrade to expression": "Mettre à niveau vers une expression",
|
|
"Filter": "Filtre",
|
|
"every filter matches": "tous les filtres correspondent",
|
|
"no filter matches": "aucun filtre ne correspond",
|
|
"any filter matches": "l'un des filtres correspond",
|
|
"Add filter": "Ajouter un filtre",
|
|
"You've entered an old style filter.": "Vous avez entré un ancien style de filtre.",
|
|
"Switch to filter editor.": "Passer à l'éditeur de filtre.",
|
|
"Delete filter block": "Supprimer le bloc de filtre",
|
|
"Add value": "Ajouter une valeur",
|
|
"Remove array item": "Supprimer l'élément de tableau",
|
|
"Press <1>ESC</1> to lose focus": "Appuyez sur <1>Échap</1> pour perdre le focus",
|
|
"Must provide protocol: <1>https://</1>": "Protocole requis : <1>https://</1>",
|
|
"Must provide protocol: <1>http://</1> or <3>https://</3>": "Protocole requis : <1>http://</1> ou <3>https://</3>",
|
|
"CORS policy won't allow fetching resources served over http from https, use a <1>https://</1> domain": "La politique CORS ne permet pas de récupérer des ressources servies sur http depuis https, utilisez un protocole <1>https://</1>",
|
|
"General layout properties": "Propriétés générales de mise en page",
|
|
"Text layout properties": "Propriétés de mise en page du texte",
|
|
"Icon layout properties": "Propriétés de mise en page de l'icône",
|
|
"Text paint properties": "Propriétés de peinture du texte",
|
|
"Icon paint properties": "Propriétés de peinture de l'icône",
|
|
"Paint properties": "Propriétés de peinture",
|
|
"Layout properties": "Propriétés de mise en page",
|
|
"Layer": "Calque",
|
|
"JSON Editor": "Éditeur JSON",
|
|
"Delete": "Supprimer",
|
|
"Duplicate": "Dupliquer",
|
|
"Show": "Afficher",
|
|
"Hide": "Cacher",
|
|
"Move layer up": "Monter le calque",
|
|
"Move layer down": "Descendre le calque",
|
|
"Layer: {{layerId}}": "Calque : {{layerId}}",
|
|
"Layers": "Calques",
|
|
"Collapse": "Réduire",
|
|
"Expand": "Développer",
|
|
"Add Layer": "Ajouter un calque",
|
|
"Search": "Recherche",
|
|
"Zoom:": "Zoom :",
|
|
"Close popup": "Fermer la fenêtre",
|
|
"cursor:": "curseur :",
|
|
"center:": "centre :",
|
|
"rotation:": "rotation :",
|
|
"Close modal": "Fermer la fenêtre modale",
|
|
"Layer ID already exists": "L'identifiant du calque existe déjà",
|
|
"Debug": "Déboguer",
|
|
"Options": "Options",
|
|
"Save Style": "Enregistrer le style",
|
|
"Save the JSON style to your computer.": "Enregistrer le style JSON sur votre ordinateur.",
|
|
"Save as": "Enregistrer sous",
|
|
"Create HTML": "Créer le HTML",
|
|
"Cancel": "Annuler",
|
|
"Open Style": "Ouvrir le style",
|
|
"Open local Style": "Ouvrir un style local",
|
|
"Open a local JSON style from your computer.": "Ouvrir un style JSON local depuis votre ordinateur.",
|
|
"Load from URL": "Charger depuis une URL",
|
|
"Load from a URL. Note that the URL must have <1>CORS enabled</1>.": "Charger depuis une URL. Notez que l'URL doit avoir les <1>CORS activés</1>.",
|
|
"Style URL": "URL du style",
|
|
"Enter URL...": "Entrez l'URL...",
|
|
"Gallery Styles": "Styles de la galerie",
|
|
"Open one of the publicly available styles to start from.": "Ouvrez l'un des styles publics disponibles pour commencer.",
|
|
"Loading style": "Chargement du style",
|
|
"Loading: {{requestUrl}}": "Chargement : {{requestUrl}}",
|
|
"Name": "Nom",
|
|
"Owner": "Propriétaire",
|
|
"Owner ID of the style. Used by Mapbox or future style APIs.": "ID du propriétaire du style. Utilisé par Mapbox ou les futures API de style.",
|
|
"Sprite URL": "URL du sprite",
|
|
"Glyphs URL": "URL des glyphes",
|
|
"Center": "Centre",
|
|
"Bearing": "Orientation",
|
|
"Pitch": "Inclinaison",
|
|
"Light anchor": "Ancrage de la lumière",
|
|
"Light color": "Couleur de la lumière",
|
|
"Light intensity": "Intensité de la lumière",
|
|
"Light position": "Position de la lumière",
|
|
"Terrain source": "Source du terrain",
|
|
"Terrain exaggeration": "Exagération du terrain",
|
|
"Transition delay": "Délai de transition",
|
|
"Transition duration": "Durée de transition",
|
|
"Open Layers (experimental)": "Open Layers (expérimental)",
|
|
"Shortcuts menu": "Menu des raccourcis",
|
|
"Open modal": "Ouvrir (modale)",
|
|
"Export modal": "Exporter (modale)",
|
|
"Data Sources modal": "Sources de données (modale)",
|
|
"Style Settings modal": "Paramètres de style (modale)",
|
|
"Toggle inspect": "Activer/désactiver l'inspection",
|
|
"Focus map": "Focus sur la carte",
|
|
"Debug modal": "Déboguer (modale)",
|
|
"Increase the zoom level by 1.": "Augmenter le niveau de zoom de 1.",
|
|
"Increase the zoom level by 2.": "Augmenter le niveau de zoom de 2.",
|
|
"Decrease the zoom level by 1.": "Diminuer le niveau de zoom de 1.",
|
|
"Decrease the zoom level by 2.": "Diminuer le niveau de zoom de 2.",
|
|
"Pan up by 100 pixels.": "Déplacer vers le haut de 100 pixels.",
|
|
"Pan down by 100 pixels.": "Déplacer vers le bas de 100 pixels.",
|
|
"Pan left by 100 pixels.": "Déplacer vers la gauche de 100 pixels.",
|
|
"Pan right by 100 pixels.": "Déplacer vers la droite de 100 pixels.",
|
|
"Increase the rotation by 15 degrees.": "Augmenter l'angle de rotation de 15 degrés.",
|
|
"Decrease the rotation by 15 degrees.": "Diminuer l'angle de rotation de 15 degrés.",
|
|
"Increase the pitch by 10 degrees.": "Augmenter l'inclinaison de 10 degrés.",
|
|
"Decrease the pitch by 10 degrees.": "Diminuer l'inclinaison de 10 degrés.",
|
|
"Shortcuts": "Raccourcis",
|
|
"Press <1>ESC</1> to lose focus of any active elements, then press one of:": "Appuyez sur <1>Échap</1> pour perdre le focus des éléments actifs, puis appuyez sur l'un des éléments suivants :",
|
|
"If the Map is in focused you can use the following shortcuts": "Si la carte a le focus, vous pouvez utiliser les raccourcis suivants",
|
|
"Remove '{{sourceId}}' source": "Supprimer la source '{{sourceId}}'",
|
|
"Source ID": "ID de la source",
|
|
"Unique ID that identifies the source and is used in the layer to reference the source.": "ID unique qui identifie la source et est utilisé dans le calque pour référencer la source.",
|
|
"Source Type": "Type de source",
|
|
"GeoJSON (JSON)": "GeoJSON (JSON)",
|
|
"GeoJSON (URL)": "GeoJSON (URL)",
|
|
"Vector (TileJSON URL)": "Vecteur (URL TileJSON)",
|
|
"Vector (Tile URLs)": "Vecteur (URLs Tile)",
|
|
"Raster (TileJSON URL)": "Raster (URL TileJSON)",
|
|
"Raster (Tile URLs)": "Raster (URLs Tile)",
|
|
"Raster DEM (TileJSON URL)": "Raster DEM (URL TileJSON)",
|
|
"Raster DEM (XYZ URLs)": "Raster DEM (URLs XYZ)",
|
|
"Vector (PMTiles)": "Vecteur (PMTiles)",
|
|
"Image": "Image",
|
|
"Video": "Vidéo",
|
|
"Add Source": "Ajouter une source",
|
|
"Sources": "Sources",
|
|
"Active Sources": "Sources actives",
|
|
"Choose Public Source": "Choisir une source publique",
|
|
"Add one of the publicly available sources to your style.": "Ajoutez l'une des sources publiques disponibles à votre style.",
|
|
"Add New Source": "Ajouter une nouvelle source",
|
|
"Add a new source to your style. You can only choose the source type and id at creation time!": "Ajoutez une nouvelle source à votre style. Vous ne pouvez choisir le type et l'ID de la source qu'au moment de la création !",
|
|
"TileJSON URL": "URL TileJSON",
|
|
"Tile URL": "URL de la tuile",
|
|
"Scheme Type": "Type de schéma",
|
|
"Coord top left": "Coordonnée en haut à gauche",
|
|
"Coord top right": "Coordonnée en haut à droite",
|
|
"Coord bottom right": "Coordonnée en bas à droite",
|
|
"Coord bottom left": "Coordonnée en bas à gauche",
|
|
"Image URL": "URL de l'image",
|
|
"Video URL": "URL de la vidéo",
|
|
"GeoJSON URL": "URL GeoJSON",
|
|
"GeoJSON": "GeoJSON",
|
|
"Cluster": "Cluster",
|
|
"PMTiles URL": "URL PMTiles",
|
|
"Tile Size": "Dimension d'une tuile",
|
|
"Encoding": "Encodage",
|
|
"Error:": "Erreur :",
|
|
"MapTiler Access Token": "Jeton d'accès MapTiler",
|
|
"Public access token for MapTiler Cloud.": "Jeton d'accès public pour MapTiler Cloud.",
|
|
"Learn More": "En savoir plus",
|
|
"Thunderforest Access Token": "Jeton d'accès Thunderforest",
|
|
"Public access token for Thunderforest services.": "Jeton d'accès public pour les services Thunderforest.",
|
|
"Stadia Maps API Key": "Clé d'API Stadia Maps",
|
|
"API key for Stadia Maps.": "Clé d'API pour Stadia Maps.",
|
|
"LocationIQ Access Token": "Jeton d'accès LocationIQ",
|
|
"Public access token for LocationIQ services.": "Jeton d'accès public pour les services LocationIQ.",
|
|
"Style Renderer": "Moteur de rendu pour le style",
|
|
"Choose the default Maputnik renderer for this style.": "Choisissez le moteur de rendu Maputnik par défaut pour ce style.",
|
|
"Language": "Langue",
|
|
"Layer options": "Options du calque"
|
|
}
|