Skip to content

Commit 7a82be5

Browse files
committed
wip: Reorganize sticky map-based components #1085
1 parent 4ffe2fa commit 7a82be5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

map/client/i18n/map_en.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"SHOW_POSITION": "Show geographical coordinates",
1818
"HIDE_POSITION": "Hide geographical coordinates",
1919
"SHOW_NORTH_ARROW": "Show north arrow",
20-
"HIDE_NORTH_ARROW": "Hide north arrow"
20+
"HIDE_NORTH_ARROW": "Hide north arrow",
21+
"SHOW_TIME_SERIES": "Show time series",
22+
"HIDE_TIME_SERIES": "Show time series"
2123
},
2224
"errors": {
2325
"GEOLOCATION_NOT_SUPPORTED": "Geolocation does not seem to be supported on your device or browser.",
@@ -752,6 +754,7 @@
752754
},
753755
"KPosition": {
754756
"COPY": "Copy the coordinates",
757+
"CLOSE": "Close",
755758
"POSITION_COPIED":"Position copied to clipboard",
756759
"CANNOT_COPY_POSITION": "Unable to copy the position to clipboard. Your browser does not support this functionality",
757760
"OUTSIDE_MAP": "Undefined position"

map/client/i18n/map_fr.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"SHOW_POSITION": "Afficher les coordonnées géographiques",
1818
"HIDE_POSITION": "Masquer les coordonnées géographiques",
1919
"SHOW_NORTH_ARROW": "Afficher la flèche d’orientation vers le nord",
20-
"HIDE_NORTH_ARROW": "Masquer la flèche d’orientation vers le nord"
20+
"HIDE_NORTH_ARROW": "Masquer la flèche d’orientation vers le nord",
21+
"SHOW_TIME_SERIES": "Afficher les graphiques temporels",
22+
"HIDE_TIME_SERIES": "Masquer les graphiques temporels"
2123
},
2224
"errors": {
2325
"GEOLOCATION_NOT_SUPPORTED": "La géolocalisation ne semble pas disponible sur votre appareil ou navigateur.",
@@ -756,6 +758,7 @@
756758
},
757759
"KPosition": {
758760
"COPY": "Copier les coordonnées",
761+
"CLOSE": "Fermer",
759762
"POSITION_COPIED":"Coordonnées copiées en mémoire",
760763
"CANNOT_COPY_POSITION": "Impossible de copier les coordonnées en mémoire. Votre navigateur ne supporte pas cette fonctionnalité",
761764
"OUTSIDE_MAP": "Position indéterminée"

0 commit comments

Comments
 (0)