|
| 1 | +{ |
| 2 | + "app": { |
| 3 | + "title": "Vue.js / OpenLayers WebGIS", |
| 4 | + "browserTitle": "Application de Démonstration Wegue", |
| 5 | + "footerTextLeft": "Powered by <a href='https://meggsimum.de/wegue/' target='_blank'>Wegue WebGIS</a>", |
| 6 | + "footerTextRight": "meggsimum", |
| 7 | + "logo": "Logo de l'Application" |
| 8 | + }, |
| 9 | + |
| 10 | + "mapLayers": { |
| 11 | + "wgu-geolocator-layer": { |
| 12 | + "name": "Position Actuelle" |
| 13 | + }, |
| 14 | + "wgu-measure-layer": { |
| 15 | + "name": "Résultats des Mesures" |
| 16 | + }, |
| 17 | + "wgu-drag-drop-layer" : { |
| 18 | + "name": "Données Glissées" |
| 19 | + } |
| 20 | + }, |
| 21 | + |
| 22 | + "wgu-toolbar-menu": { |
| 23 | + "title": "Ouvrir le menu de la barre d'outils" |
| 24 | + }, |
| 25 | + |
| 26 | + "wgu-attributetable": { |
| 27 | + "title": "Table d'Attributs", |
| 28 | + "selectorLabel": "Choisissez une couche", |
| 29 | + "loadingText": "Chargement... Veuillez déplacer la vue vers une zone où la couche est visible" |
| 30 | + }, |
| 31 | + |
| 32 | + "wgu-bglayerswitcher": { |
| 33 | + "title": "Changer la couche de fond" |
| 34 | + }, |
| 35 | + |
| 36 | + "wgu-overviewmap": { |
| 37 | + "title": "Montrer le plan d'ensemble" |
| 38 | + }, |
| 39 | + |
| 40 | + "wgu-geocoder": { |
| 41 | + "title": "Chercher une adresse", |
| 42 | + "placeHolder": "Chercher après une adresse" |
| 43 | + }, |
| 44 | + |
| 45 | + "wgu-geolocator": { |
| 46 | + "title": "Géolocalisation" |
| 47 | + }, |
| 48 | + |
| 49 | + "wgu-helpwin": { |
| 50 | + "title": "À Propos de", |
| 51 | + "textTitle": "À Propos de Wegue", |
| 52 | + "htmlContent": "<b>WebGIS basé sur OpenLayers et Vue.js</b><br>Modèle et composants réutilisables pour applications de cartographie avec OpenLayers et Vue.js", |
| 53 | + "infoLinkUrl": "http://wegue.org/", |
| 54 | + "infoLinkText": "Plus d'informations" |
| 55 | + }, |
| 56 | + |
| 57 | + "wgu-infoclick": { |
| 58 | + "title": "Informations sur la zone cliquée", |
| 59 | + "mapClick": "Cliquez sur la carte pour obtenir de l'information sur la zone cliquée.", |
| 60 | + "mediaClick": "Cliquez sur une entité de la carte pour afficher les informations multimédia associées.", |
| 61 | + "mediaInfoLinkText": null |
| 62 | + }, |
| 63 | + |
| 64 | + "wgu-layerlist": { |
| 65 | + "title": "Couches" |
| 66 | + }, |
| 67 | + |
| 68 | + "wgu-maprecorder": { |
| 69 | + "title": "Capture vidéo", |
| 70 | + "options": "Options", |
| 71 | + "videoFormat": "Format vidéo", |
| 72 | + "frameRate": "Cadence d'image (images/s)", |
| 73 | + "bitRate": "Débit binaire (MBits/s)", |
| 74 | + "fileName": "Nom du fichier", |
| 75 | + "start": "Démarrage", |
| 76 | + "stop": "Arrêt", |
| 77 | + "error": "Erreur lors du démarrage de l'enregistrement." |
| 78 | + }, |
| 79 | + |
| 80 | + "wgu-zoomtomaxextent": { |
| 81 | + "title": "Réinitialiser l'étendue de la carte" |
| 82 | + }, |
| 83 | + |
| 84 | + "wgu-measuretool": { |
| 85 | + "title": "Mesure", |
| 86 | + "distance": "Distance", |
| 87 | + "length": "Longueur", |
| 88 | + "area": "Surface", |
| 89 | + "angle": "Angle", |
| 90 | + "lengthKm": "{0} km", |
| 91 | + "lengthMeter": "{0} m", |
| 92 | + "areaSquareKm": "{0} km²", |
| 93 | + "areaSquareMeter": "{0} m²" |
| 94 | + }, |
| 95 | + |
| 96 | + "wgu-localeswitcher": { |
| 97 | + "title": "Paramètres de Langue" |
| 98 | + }, |
| 99 | + |
| 100 | + "wgu-themeswitcher": { |
| 101 | + "title": "Mode sombre" |
| 102 | + } |
| 103 | +} |
0 commit comments