@igo2/core 1.15.4 → 1.15.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/__ivy_ngcc__/locale/en.auth.json +29 -29
- package/__ivy_ngcc__/locale/en.common.json +43 -43
- package/__ivy_ngcc__/locale/en.context.json +199 -199
- package/__ivy_ngcc__/locale/en.core.json +29 -29
- package/__ivy_ngcc__/locale/en.geo.json +805 -805
- package/__ivy_ngcc__/locale/en.integration.json +123 -123
- package/__ivy_ngcc__/locale/fr.auth.json +32 -32
- package/__ivy_ngcc__/locale/fr.common.json +43 -43
- package/__ivy_ngcc__/locale/fr.context.json +199 -199
- package/__ivy_ngcc__/locale/fr.core.json +29 -29
- package/__ivy_ngcc__/locale/fr.geo.json +805 -805
- package/__ivy_ngcc__/locale/fr.integration.json +125 -125
- package/esm2020/igo2-core.mjs +4 -4
- package/esm2020/lib/activity/activity.interceptor.mjs +30 -30
- package/esm2020/lib/activity/activity.module.mjs +30 -30
- package/esm2020/lib/activity/activity.service.mjs +33 -33
- package/esm2020/lib/activity/index.mjs +3 -3
- package/esm2020/lib/analytics/index.mjs +2 -2
- package/esm2020/lib/analytics/shared/analytics.interface.mjs +2 -2
- package/esm2020/lib/analytics/shared/analytics.service.mjs +81 -81
- package/esm2020/lib/analytics/shared/index.mjs +3 -3
- package/esm2020/lib/compression/compressedData.interface.mjs +2 -2
- package/esm2020/lib/compression/compression.service.mjs +140 -140
- package/esm2020/lib/compression/index.mjs +3 -3
- package/esm2020/lib/config/config.interface.mjs +2 -2
- package/esm2020/lib/config/config.module.mjs +23 -23
- package/esm2020/lib/config/config.provider.mjs +21 -21
- package/esm2020/lib/config/config.service.mjs +52 -52
- package/esm2020/lib/config/index.mjs +4 -4
- package/esm2020/lib/config/version.mjs +5 -5
- package/esm2020/lib/core.module.mjs +92 -92
- package/esm2020/lib/gesture/gesture.module.mjs +30 -30
- package/esm2020/lib/gesture/gesture.provider.mjs +16 -16
- package/esm2020/lib/language/index.mjs +2 -2
- package/esm2020/lib/language/language.module.mjs +39 -39
- package/esm2020/lib/language/shared/index.mjs +5 -5
- package/esm2020/lib/language/shared/language.interface.mjs +2 -2
- package/esm2020/lib/language/shared/language.loader.mjs +26 -26
- package/esm2020/lib/language/shared/language.provider.mjs +22 -22
- package/esm2020/lib/language/shared/language.service.mjs +32 -32
- package/esm2020/lib/language/shared/missing-translation.guard.mjs +16 -16
- package/esm2020/lib/media/index.mjs +3 -3
- package/esm2020/lib/media/media.enum.mjs +12 -12
- package/esm2020/lib/media/media.service.mjs +76 -76
- package/esm2020/lib/message/index.mjs +2 -2
- package/esm2020/lib/message/message.module.mjs +56 -56
- package/esm2020/lib/message/shared/index.mjs +4 -4
- package/esm2020/lib/message/shared/message.enum.mjs +10 -10
- package/esm2020/lib/message/shared/message.interface.mjs +2 -2
- package/esm2020/lib/message/shared/message.service.mjs +201 -201
- package/esm2020/lib/network/index.mjs +3 -3
- package/esm2020/lib/network/network.interfaces.mjs +2 -2
- package/esm2020/lib/network/network.service.mjs +60 -60
- package/esm2020/lib/regex/index.mjs +3 -3
- package/esm2020/lib/regex/regex.interface.mjs +2 -2
- package/esm2020/lib/regex/regex.service.mjs +27 -27
- package/esm2020/lib/request/error.interceptor.mjs +66 -66
- package/esm2020/lib/request/error.module.mjs +39 -39
- package/esm2020/lib/request/index.mjs +3 -3
- package/esm2020/lib/request/logging.interceptor.mjs +29 -29
- package/esm2020/lib/request/logging.module.mjs +30 -30
- package/esm2020/lib/route/route.interface.mjs +2 -2
- package/esm2020/lib/route/route.service.mjs +71 -71
- package/esm2020/lib/storage/index.mjs +3 -3
- package/esm2020/lib/storage/storage.interface.mjs +13 -13
- package/esm2020/lib/storage/storage.service.mjs +79 -79
- package/esm2020/public_api.mjs +28 -28
- package/fesm2015/igo2-core.mjs +1330 -1330
- package/fesm2015/igo2-core.mjs.map +1 -1
- package/fesm2020/igo2-core.mjs +1275 -1275
- package/fesm2020/igo2-core.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/lib/activity/activity.interceptor.d.ts +11 -11
- package/lib/activity/activity.module.d.ts +8 -8
- package/lib/activity/activity.service.d.ts +11 -11
- package/lib/activity/index.d.ts +2 -2
- package/lib/analytics/index.d.ts +1 -1
- package/lib/analytics/shared/analytics.interface.d.ts +6 -6
- package/lib/analytics/shared/analytics.service.d.ts +23 -23
- package/lib/analytics/shared/index.d.ts +2 -2
- package/lib/compression/compressedData.interface.d.ts +5 -5
- package/lib/compression/compression.service.d.ts +15 -15
- package/lib/compression/index.d.ts +2 -2
- package/lib/config/config.interface.d.ts +6 -6
- package/lib/config/config.module.d.ts +8 -8
- package/lib/config/config.provider.d.ts +15 -15
- package/lib/config/config.service.d.ts +18 -18
- package/lib/config/index.d.ts +3 -3
- package/lib/config/version.d.ts +5 -5
- package/lib/core.module.d.ts +19 -19
- package/lib/gesture/gesture.module.d.ts +9 -9
- package/lib/gesture/gesture.provider.d.ts +7 -7
- package/lib/language/index.d.ts +1 -1
- package/lib/language/language.module.d.ts +9 -9
- package/lib/language/shared/index.d.ts +4 -4
- package/lib/language/shared/language.interface.d.ts +3 -3
- package/lib/language/shared/language.loader.d.ts +11 -11
- package/lib/language/shared/language.provider.d.ts +15 -15
- package/lib/language/shared/language.service.d.ts +13 -13
- package/lib/language/shared/missing-translation.guard.d.ts +4 -4
- package/lib/media/index.d.ts +2 -2
- package/lib/media/media.enum.d.ts +9 -9
- package/lib/media/media.service.d.ts +16 -16
- package/lib/message/index.d.ts +1 -1
- package/lib/message/message.module.d.ts +10 -10
- package/lib/message/shared/index.d.ts +4 -4
- package/lib/message/shared/message.enum.d.ts +8 -8
- package/lib/message/shared/message.interface.d.ts +21 -21
- package/lib/message/shared/message.service.d.ts +31 -31
- package/lib/network/index.d.ts +2 -2
- package/lib/network/network.interfaces.d.ts +3 -3
- package/lib/network/network.service.d.ts +21 -21
- package/lib/regex/index.d.ts +2 -2
- package/lib/regex/regex.interface.d.ts +3 -3
- package/lib/regex/regex.service.d.ts +12 -12
- package/lib/request/error.interceptor.d.ts +14 -14
- package/lib/request/error.module.d.ts +9 -9
- package/lib/request/index.d.ts +2 -2
- package/lib/request/logging.interceptor.d.ts +8 -8
- package/lib/request/logging.module.d.ts +8 -8
- package/lib/route/route.interface.d.ts +23 -23
- package/lib/route/route.service.d.ts +19 -19
- package/lib/storage/index.d.ts +2 -2
- package/lib/storage/storage.interface.d.ts +20 -20
- package/lib/storage/storage.service.d.ts +19 -19
- package/locale/en.auth.json +29 -29
- package/locale/en.common.json +43 -43
- package/locale/en.context.json +199 -199
- package/locale/en.core.json +29 -29
- package/locale/en.geo.json +805 -805
- package/locale/en.integration.json +123 -123
- package/locale/fr.auth.json +32 -32
- package/locale/fr.common.json +43 -43
- package/locale/fr.context.json +199 -199
- package/locale/fr.core.json +29 -29
- package/locale/fr.geo.json +805 -805
- package/locale/fr.integration.json +125 -125
- package/package.json +2 -2
- package/public_api.d.ts +24 -24
- package/style/all.theming.scss +5 -5
- package/style/core.theming.scss +9 -9
- package/style/foreground.scss +20 -20
- package/style/index.theming.scss +780 -780
- package/style/material.font.scss +9 -9
- package/style/partial/core.variables.scss +4 -4
- package/style/partial/media.scss +80 -80
- package/style/setup.scss +2 -2
- package/style/themes/blue.theme.scss +19 -19
- package/style/themes/bluedark.theme.scss +51 -51
- package/style/themes/bluedq.theme.scss +52 -52
- package/style/themes/bluegrey.theme.scss +16 -16
- package/style/themes/dark.theme.scss +16 -16
- package/style/themes/deeppurple.theme.scss +16 -16
- package/style/themes/indigo.theme.scss +16 -16
- package/style/themes/orange.theme.scss +16 -16
- package/style/themes/teal.theme.scss +16 -16
- package/style/theming.scss +5 -5
- package/style/typography.scss +17 -17
|
@@ -1,805 +1,805 @@
|
|
|
1
|
-
{
|
|
2
|
-
"igo": {
|
|
3
|
-
"geo": {
|
|
4
|
-
"catalog": {
|
|
5
|
-
"layer.addToMap": "Add to map",
|
|
6
|
-
"layer.addToMapOutRange": "Add to map. The layer is not visible at the current scale. Please zoom in/out",
|
|
7
|
-
"layer.removeFromMap": "Remove from map",
|
|
8
|
-
"layer.removeFromMapOutRange": "Remove from map. The layer is not visible at the current scale. Please zoom in/out",
|
|
9
|
-
"layer.removeFromMapNotVisible": "Remove from map. The layer is visible at the current scale but is not active. Toggle the map tool to adjust layer visibility.",
|
|
10
|
-
"group.addToMap": "Add all layers from this group to map",
|
|
11
|
-
"group.removeFromMap": "Remove all layers from this group to map",
|
|
12
|
-
"baseLayers": "Baselayers",
|
|
13
|
-
"unavailableTitle": "Catalog unavailable",
|
|
14
|
-
"unavailable": "The catalog '{{value}}' is unavailable at the moment or you don't have the required permissions.",
|
|
15
|
-
"someUnavailable": "Some of the layers from the current catalog are unavailable at the moment or you don't have the required permissions.",
|
|
16
|
-
"externalProvider": {
|
|
17
|
-
"catalog": "This catalog comes from an external organization.",
|
|
18
|
-
"group": "This layers comes from an external organization.",
|
|
19
|
-
"layer": "This layer comes from an external organization.",
|
|
20
|
-
"unavailableWithEmail": "The catalog '{{value}}' is unavailable at the moment. To add an external service to the predefined list, please contact us at {{emailAddress}}. Delays can apply if problems occurs with the provider."
|
|
21
|
-
},
|
|
22
|
-
"library.add": "Add this catalog to the list",
|
|
23
|
-
"library.cancel": "Cancel",
|
|
24
|
-
"library.remove": "Remove this catalog from the list",
|
|
25
|
-
"library.inlist": {
|
|
26
|
-
"title": "Catalog already contained",
|
|
27
|
-
"message": "The catalog is already contained in the list."
|
|
28
|
-
},
|
|
29
|
-
"library.addTitle": "Adding a catalog",
|
|
30
|
-
"library.addBtn": "Add a catalog"
|
|
31
|
-
},
|
|
32
|
-
"clickOnMap": {
|
|
33
|
-
"clickedFeature": "Clicked Feature"
|
|
34
|
-
},
|
|
35
|
-
"baselayersSwitcher": {
|
|
36
|
-
"title": "Basemaps"
|
|
37
|
-
},
|
|
38
|
-
"dataSource": {
|
|
39
|
-
"unavailableTitle": "Layer unavailable",
|
|
40
|
-
"optionsApiUnavailable": "Layer information could not be retrieved. Some layers may not present the correct information.",
|
|
41
|
-
"unavailable": "The layer '{{value}}' is unavailable at the moment or you don't have the required permissions."
|
|
42
|
-
},
|
|
43
|
-
"dropGeoFile": {
|
|
44
|
-
"invalid": {
|
|
45
|
-
"text": "The file '{{value}}' is invalid ({{mimeType}})",
|
|
46
|
-
"title": "Invalid file"
|
|
47
|
-
},
|
|
48
|
-
"empty": {
|
|
49
|
-
"text": "The file '{{value}}' contained nothing that could be imported.",
|
|
50
|
-
"title": "Nothing to import"
|
|
51
|
-
},
|
|
52
|
-
"success": {
|
|
53
|
-
"text": "The layer '{{value}}' was added to the map",
|
|
54
|
-
"title": "Imported file"
|
|
55
|
-
},
|
|
56
|
-
"unreadable": {
|
|
57
|
-
"text": "The file '{{value}}' is unreadable",
|
|
58
|
-
"title": "Unreadable file"
|
|
59
|
-
},
|
|
60
|
-
"tooLarge": {
|
|
61
|
-
"text": "The file '{{value}}' is too large (Max: {{size}} MB)",
|
|
62
|
-
"title": "File too large"
|
|
63
|
-
},
|
|
64
|
-
"invalidSRS": {
|
|
65
|
-
"text": "The projection is valid. It must start with EPSG:",
|
|
66
|
-
"title": "Invalid projection"
|
|
67
|
-
},
|
|
68
|
-
"ogreServer": {
|
|
69
|
-
"title": "Ogre server error 500",
|
|
70
|
-
"text": "Error in convert to geojson. Maybe file is too big, try to import that file in geojson format"
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
"export": {
|
|
74
|
-
"customList": {
|
|
75
|
-
"text": "Some of the selected layers ( {{value}} ) limit the format's list",
|
|
76
|
-
"title": "Restricted list of formats"
|
|
77
|
-
},
|
|
78
|
-
"nothing": {
|
|
79
|
-
"text": "No feature could be exported.",
|
|
80
|
-
"title": "Nothing to export"
|
|
81
|
-
},
|
|
82
|
-
"noFormat": {
|
|
83
|
-
"text": "No export format valid for all selected layers. Please export the layers one at a time.",
|
|
84
|
-
"title": "No valid format"
|
|
85
|
-
},
|
|
86
|
-
"failed": {
|
|
87
|
-
"text": "Failed to export",
|
|
88
|
-
"title": "Failed to export features"
|
|
89
|
-
},
|
|
90
|
-
"popupBlocked": {
|
|
91
|
-
"text": "</br>Enable the popup in your browser. </br>For Chrome and Edge, on the right into the Address Bar.</br>{{extraMessage}}",
|
|
92
|
-
"selectAgain": "Fix it and re-select an output format.",
|
|
93
|
-
"retry": "Please retry to export",
|
|
94
|
-
"title": "Popup blocked by your browser"
|
|
95
|
-
},
|
|
96
|
-
"success": {
|
|
97
|
-
"text": "Features have been exported.",
|
|
98
|
-
"title": "Features export success"
|
|
99
|
-
},
|
|
100
|
-
"format": {
|
|
101
|
-
"GeoJSON": "GeoJSON",
|
|
102
|
-
"GML": "GML",
|
|
103
|
-
"GPX": "GPX",
|
|
104
|
-
"KML": "KML",
|
|
105
|
-
"Shapefile": "Shapefile",
|
|
106
|
-
"CSVcomma": "CSV (comma delimited)",
|
|
107
|
-
"CSVsemicolon": "CSV (Excel compatible)",
|
|
108
|
-
"URL": "External link"
|
|
109
|
-
},
|
|
110
|
-
"gpx.error.poly": {
|
|
111
|
-
"title": "GPX error",
|
|
112
|
-
"text": "GPX format do now allow polygon features"
|
|
113
|
-
},
|
|
114
|
-
"encoding": {
|
|
115
|
-
"LATIN1": "LATIN-1",
|
|
116
|
-
"UTF8": "UTF-8"
|
|
117
|
-
},
|
|
118
|
-
"combinedLayers": "combinedLayers"
|
|
119
|
-
},
|
|
120
|
-
"import": {
|
|
121
|
-
"promptStoreToIdb": "Do you want to save this layer to be used later in another session?"
|
|
122
|
-
},
|
|
123
|
-
"importExportForm": {
|
|
124
|
-
"exportButton": "Export",
|
|
125
|
-
"exportButtonLink": "Open the link",
|
|
126
|
-
"exportButtonLinks": "Open the links",
|
|
127
|
-
"exportCombineResults": "Combine layers into one file",
|
|
128
|
-
"exportFormatPlaceholder": "Format",
|
|
129
|
-
"exportLayerPlaceholder": "Layer",
|
|
130
|
-
"exportFileNamePlaceholder": "Filename",
|
|
131
|
-
"exportSeparator": "Insert separator (empty row) between layers",
|
|
132
|
-
"encodingPlaceholder": "Encoding",
|
|
133
|
-
"exportTabTitle": "Export",
|
|
134
|
-
"exportFeatureInExtent": "Export only features in map extent",
|
|
135
|
-
"exportNoLayersExportable": "There is no exportable layer in your map",
|
|
136
|
-
"exportSelectedFeature": "Export only selected features",
|
|
137
|
-
"importButton": "Import",
|
|
138
|
-
"importProjPlaceholder": "Coordinate system of the file to import",
|
|
139
|
-
"importTabTitle": "Import",
|
|
140
|
-
"importClarifications": "Clarifications",
|
|
141
|
-
"importSizeMax": "The file size limit is {{size}} Mb",
|
|
142
|
-
"importFormatAuthorized": "Formats authorized: geojson, kml, gpx, gml, shapefile",
|
|
143
|
-
"importShpZip": "Shapefiles must be zipped AND geometries stored in Latitude Longitude coordinate (EPSG:4326/WGS:84)",
|
|
144
|
-
"importHtmlClarifications": "",
|
|
145
|
-
"exportHtmlClarifications": "",
|
|
146
|
-
"other": "other",
|
|
147
|
-
"others": "others",
|
|
148
|
-
"projections": {
|
|
149
|
-
"mtm": "MTM zone {{zone}} ({{code}})",
|
|
150
|
-
"utm": "UTM zone {{zone}} ({{code}})",
|
|
151
|
-
"webMercator": "Web Mercator ({{code}})",
|
|
152
|
-
"nad83": "Lat-Long NAD83 ({{code}})",
|
|
153
|
-
"wgs84": "Lat-Long WGS84 ({{code}})",
|
|
154
|
-
"choose": "You must choose a projection for your input file."
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
},
|
|
158
|
-
"operators": {
|
|
159
|
-
"caseSensitive": "Case sensitive",
|
|
160
|
-
"And": "And",
|
|
161
|
-
"Or": "Or",
|
|
162
|
-
"PropertyIsEqualTo": "=",
|
|
163
|
-
"PropertyIsNotEqualTo": "!=",
|
|
164
|
-
"PropertyIsLike": "≈",
|
|
165
|
-
"PropertyIsGreaterThan": ">",
|
|
166
|
-
"PropertyIsGreaterThanOrEqualTo": ">=",
|
|
167
|
-
"PropertyIsLessThan": "<",
|
|
168
|
-
"PropertyIsLessThanOrEqualTo": "<=",
|
|
169
|
-
"PropertyIsBetween": "between",
|
|
170
|
-
"During": "during (temporal)",
|
|
171
|
-
"PropertyIsNull": "is null",
|
|
172
|
-
"Intersects": "intersects (spatial)",
|
|
173
|
-
"Within": "within (spatial)",
|
|
174
|
-
"Contains": "contains (spatial)",
|
|
175
|
-
"tooltip": {
|
|
176
|
-
"And": "Logical operator between filters where both conditions must be true",
|
|
177
|
-
"Or": "Logical operator between filters where at least one (1) condition must be true",
|
|
178
|
-
"PropertyIsEqualTo": "Identical (case sensitive)",
|
|
179
|
-
"PropertyIsNotEqualTo": "Different(case sensitive)",
|
|
180
|
-
"PropertyIsLike": "Like Example: *road* Finds any values that have 'road' in any position. road* Finds any values that begin by 'road'. wildCard ='*', singleChar = '.' escapeChar = '!' (case sensitive)",
|
|
181
|
-
"PropertyIsGreaterThan": "Greater than",
|
|
182
|
-
"PropertyIsGreaterThanOrEqualTo": "Greater than or equal to ",
|
|
183
|
-
"PropertyIsLessThan": "Lesser than",
|
|
184
|
-
"PropertyIsLessThanOrEqualTo": "Lesser than or equal to",
|
|
185
|
-
"PropertyIsBetween": "Apply a range check between the lower and upper boundary (values are included)",
|
|
186
|
-
"During": "Apply a range check for time attributes",
|
|
187
|
-
"PropertyIsNull": "Return features where the attribute is null",
|
|
188
|
-
"Intersects": "Return features in geometric intersection with the provided geometry",
|
|
189
|
-
"Within": "Return feature which are completely contained by the provided geometry",
|
|
190
|
-
"Contains": "Return feature completely containing by the provided geometry"
|
|
191
|
-
}
|
|
192
|
-
},
|
|
193
|
-
"sourceFields": {
|
|
194
|
-
"selectField": "Choose a field"
|
|
195
|
-
},
|
|
196
|
-
"filter": {
|
|
197
|
-
"resetFilters": "Reset default values",
|
|
198
|
-
"addFilter": "Add an empty filter to the current list",
|
|
199
|
-
"removeFilter": "Remove the current filter from the filters's list",
|
|
200
|
-
"toggleFilterState": "Enable/disable the current filter",
|
|
201
|
-
"refreshFilters": "Update this datasource with the active filter(s). To enable this button, the layer must be visible (or in the defined scale ranges) or you must modify the current filter.",
|
|
202
|
-
"layerFiltered": "This layer is currently filtered",
|
|
203
|
-
"layerFilterable": "This layer is filterable",
|
|
204
|
-
"filterBy": "Filter by",
|
|
205
|
-
"advancedOgcFilters": "Advanced filters",
|
|
206
|
-
"displayMoreResults": "Display more (+)",
|
|
207
|
-
"displayLessResults": "Display less (-)",
|
|
208
|
-
"placeholder": "Enter a value",
|
|
209
|
-
"placeholderSnrc": "Ex: 21L14",
|
|
210
|
-
"selectOperator": "Select an operator",
|
|
211
|
-
"sliderModeTitle": "Time slider",
|
|
212
|
-
"reportingDate": "Reporting date",
|
|
213
|
-
"noFilterableLayer": "No layer can be filtered in the current map"
|
|
214
|
-
},
|
|
215
|
-
"spatialSelector": {
|
|
216
|
-
"fixedExtent": "Fixed extent",
|
|
217
|
-
"btnSetExtent": "Define the extent of the spatial filter to the current view",
|
|
218
|
-
"snrc": "SNRC",
|
|
219
|
-
"selectFeature": "",
|
|
220
|
-
"drawFeature": ""
|
|
221
|
-
},
|
|
222
|
-
"layer": {
|
|
223
|
-
"hideLayer": "Hide Layer",
|
|
224
|
-
"lowerLayer": "Bring layer backward",
|
|
225
|
-
"hideSelectedLayers": "Hide selected layers",
|
|
226
|
-
"notInResolution": "Layer isn't visible at the active scale. Zoom in or out to display.",
|
|
227
|
-
"filterLowerLayer": "The backward movement is always done according to the order of the map!",
|
|
228
|
-
"filterPlaceholder": "Filter the layers list",
|
|
229
|
-
"activateSelectionMode": "Activate multiple selection mode",
|
|
230
|
-
"deactivateSelectionMode": "Deactivate multiple selection mode",
|
|
231
|
-
"tools": "Tools",
|
|
232
|
-
"selectAll": "Select all layers",
|
|
233
|
-
"deselectAll": "Deselect all layers",
|
|
234
|
-
"zoomLayer": "Zoom To Layer Extents",
|
|
235
|
-
"zoomLayers": "Zoom To Selected Layers Extents",
|
|
236
|
-
"opacity": "Opacity",
|
|
237
|
-
"raiseLayer": "Bring layer forward",
|
|
238
|
-
"filterRaiseLayer": "The forward movement is always done according to the order of the map!",
|
|
239
|
-
"moreOptions": "Layer's tools",
|
|
240
|
-
"removeLayer": "Remove this layer from the map",
|
|
241
|
-
"removeSelectedLayers": "Remove selected layers from the map",
|
|
242
|
-
"removeSelectedLayersRestriction": "Some selected layers cannot be removed",
|
|
243
|
-
"showFeaturesList": "Show features list",
|
|
244
|
-
"showLayer": "Show Layer",
|
|
245
|
-
"showSelectedLayers": "Show selected layers",
|
|
246
|
-
"subsetLayersListKeyword": "Subset the layers's list by title or type (wms, wfs,...)",
|
|
247
|
-
"deleteKeyword": "Delete the keyword",
|
|
248
|
-
"subsetLayersListOnlyVisible": "Subset the layers's list by visibility",
|
|
249
|
-
"subsetLayersListOnlyInRange": "Subset the layers's list by resolution range",
|
|
250
|
-
"sortAlphabetically": "Sort the layers's list alphabetically",
|
|
251
|
-
"sortMapOrder": "Sort the layers's list based on layer's order on the map",
|
|
252
|
-
"resetLayersList": "Remove the current applied filter to layers's list",
|
|
253
|
-
"trackFeature": "Track the feature",
|
|
254
|
-
"legend": {
|
|
255
|
-
"default": "Default",
|
|
256
|
-
"loadingLegendText": "Loading legend",
|
|
257
|
-
"noLegendText": "No legend available for this layer",
|
|
258
|
-
"noLegendScale": "No legend available for this scale",
|
|
259
|
-
"selectStyle": "Select the style of the legend",
|
|
260
|
-
"showAll": "Show all legends (non visible and out of range)",
|
|
261
|
-
"noLayersVisibleWithShowAllButton": "No layer currently visible. Activate the button above to see all the legends.",
|
|
262
|
-
"noLayersVisibleWithShowAllButtonButZoom": "No layer currently visible. If you zoom in the map, some layers will appear OR activate the button above to see all the legends.",
|
|
263
|
-
"noLayersVisible": "No layers currently visible.",
|
|
264
|
-
"noLayersVisibleButZoom": "No layers currently visible. However, if you zoom in the map, some layers will appear."
|
|
265
|
-
},
|
|
266
|
-
"style": {
|
|
267
|
-
"styleModal": "Edit style",
|
|
268
|
-
"styleModalTooltip": "Edit the style of the selected entities "
|
|
269
|
-
},
|
|
270
|
-
"saveBtn": "Save",
|
|
271
|
-
"cancelBtn": "Cancel",
|
|
272
|
-
"saveFeatureInLayer": "Save selection in layer",
|
|
273
|
-
"chooseOrSet": "Choose a layer or set a new layer name"
|
|
274
|
-
},
|
|
275
|
-
"style": {
|
|
276
|
-
"styleModal": "Edit style",
|
|
277
|
-
"styleModalTooltipLayer": "Edit the style of the layer.",
|
|
278
|
-
"styleModalTooltipSelected": "Edit the style of the selected entities",
|
|
279
|
-
"colorPicker": "Click to open the color selector",
|
|
280
|
-
"cancel": "Cancel",
|
|
281
|
-
"fill": "Fill",
|
|
282
|
-
"stroke": "Stroke",
|
|
283
|
-
"fontSize": "Font size",
|
|
284
|
-
"fontStyle": "Font style",
|
|
285
|
-
"offsetX": "Horizontal offset",
|
|
286
|
-
"offsetY": "Vertical offset"
|
|
287
|
-
},
|
|
288
|
-
"download": {
|
|
289
|
-
"action": "Download data",
|
|
290
|
-
"title": "Downloading file",
|
|
291
|
-
"start": "Started. Check the download progression in your browser",
|
|
292
|
-
"end": "Completed"
|
|
293
|
-
},
|
|
294
|
-
"mapButtons": {
|
|
295
|
-
"baselayerSwitcher": "Change base layer",
|
|
296
|
-
"geolocate": "Show geolocation",
|
|
297
|
-
"geolocateInactive": "Hide geolocation",
|
|
298
|
-
"home-extent": "Go to the home map extent",
|
|
299
|
-
"offline": "Offline mode",
|
|
300
|
-
"online": "Online mode",
|
|
301
|
-
"zoomIn": "Zoom in ({{zoom}})",
|
|
302
|
-
"zoomOut": "Zoom out ({{zoom}})",
|
|
303
|
-
"resetRotation": "Azimuth: {{azimuth}}°N. Rotation: {{rotation}}°. Set map to north",
|
|
304
|
-
"tipRotation": "Hold Alt and SHIFT while dragging on map to rotate the map.",
|
|
305
|
-
"preventScreenLock": "Prevent the screen to enter in lock mode.",
|
|
306
|
-
"letScreenLock": "Allow the screen to enter in lock mode."
|
|
307
|
-
},
|
|
308
|
-
"metadata": {
|
|
309
|
-
"show": "Show metadata"
|
|
310
|
-
},
|
|
311
|
-
"printForm": {
|
|
312
|
-
"corsErrorMessageBody": "Unable to print due to non-owned access rights",
|
|
313
|
-
"corsErrorMessageHeader": "Print",
|
|
314
|
-
"comment": "Comment",
|
|
315
|
-
"doZipFile": "Zip file",
|
|
316
|
-
"outputFormat": "Output format",
|
|
317
|
-
"paperFormat": "Paper format",
|
|
318
|
-
"paperFormats": {
|
|
319
|
-
"A0": "33.1 X 46.8\" (A0)",
|
|
320
|
-
"A1": "23.4 X 33.1\" (A1)",
|
|
321
|
-
"A2": "16.5 X 23.5\" (A2)",
|
|
322
|
-
"A3": "11.7 X 16.5\" (A3)",
|
|
323
|
-
"A4": "8.3 X 11.7\" (A4)",
|
|
324
|
-
"A5": "5.8 X 8.3\" (A5)",
|
|
325
|
-
"Letter": "Letter",
|
|
326
|
-
"Legal": "Legal"
|
|
327
|
-
},
|
|
328
|
-
"imageFormat": "Image format",
|
|
329
|
-
"orientation": "Orientation",
|
|
330
|
-
"landscape": "Landscape",
|
|
331
|
-
"portrait": "Portrait",
|
|
332
|
-
"projection": "Projection",
|
|
333
|
-
"resolution": "Resolution",
|
|
334
|
-
"saveBtn": "Save",
|
|
335
|
-
"scale": "Scale",
|
|
336
|
-
"showProjection": "Show projection",
|
|
337
|
-
"showScale": "Show scale",
|
|
338
|
-
"title": "Title",
|
|
339
|
-
"subtitle": "Subtitle",
|
|
340
|
-
"legendPosition": "Legend Position",
|
|
341
|
-
"legendPositions": {
|
|
342
|
-
"none": "No legend",
|
|
343
|
-
"topleft": "Top left corner of the map",
|
|
344
|
-
"topright": "Top right corner of the map",
|
|
345
|
-
"bottomleft": "Bottom left corner of the map",
|
|
346
|
-
"bottomright": "Bottom right corner of the map",
|
|
347
|
-
"newpage": "On a new page",
|
|
348
|
-
"newimage": "On a new image"
|
|
349
|
-
}
|
|
350
|
-
},
|
|
351
|
-
"directionsForm": {
|
|
352
|
-
"stopLayer": "Directions - stops",
|
|
353
|
-
"routeLayer": "Directions - route",
|
|
354
|
-
"start": "Start",
|
|
355
|
-
"intermediate": "Intermediate",
|
|
356
|
-
"end": "End",
|
|
357
|
-
"directionsBtn": "Get route",
|
|
358
|
-
"resetDirectionsBtn": "Reset",
|
|
359
|
-
"zoomRoute": "Zoom on route",
|
|
360
|
-
"null": "",
|
|
361
|
-
"directions": "Directions",
|
|
362
|
-
"raiseStop": "Raise stop's priority",
|
|
363
|
-
"lowerStop": "Lower stop's priority",
|
|
364
|
-
"addStop": "Add a stop",
|
|
365
|
-
"clearStop": "Clear this stop",
|
|
366
|
-
"moveStop": "Move this stop",
|
|
367
|
-
"removeStop": "Remove this stop",
|
|
368
|
-
"drivingOptions": "Options",
|
|
369
|
-
"summary": "Direction's summary",
|
|
370
|
-
"stopsList": "Stops's list",
|
|
371
|
-
"instructions": "Instructions",
|
|
372
|
-
"copy": "Copy directions",
|
|
373
|
-
"geolocate": "Use current localisation as stop",
|
|
374
|
-
"link": "Link",
|
|
375
|
-
"dialog": {
|
|
376
|
-
"copyMsg": "Directions copied to clipboard",
|
|
377
|
-
"copyMsgLink": "Link for directions copied to clipboard",
|
|
378
|
-
"copyTitle": "Directions"
|
|
379
|
-
}
|
|
380
|
-
},
|
|
381
|
-
"directions": {
|
|
382
|
-
"uturn": "u-turn",
|
|
383
|
-
"sharp right": "sharp right",
|
|
384
|
-
"right": "right",
|
|
385
|
-
"slight right": "slightly on right",
|
|
386
|
-
"sharp left": "sharp left",
|
|
387
|
-
"left": "left",
|
|
388
|
-
"slight left": "slightly on left",
|
|
389
|
-
"straight": "forward",
|
|
390
|
-
"turn": {
|
|
391
|
-
"straight": "Continue on {{route}}",
|
|
392
|
-
"uturn": "Make u-turn on {{route}}",
|
|
393
|
-
"else": "Turn {{translatedModifier}} onto {{route}}"
|
|
394
|
-
},
|
|
395
|
-
"new name": "Head {{translatedDirection}} on {{route}}",
|
|
396
|
-
"depart": "Head {{translatedDirection}} on {{route}}",
|
|
397
|
-
"arrive": {
|
|
398
|
-
"lastStep" : "You have reached your destination {{coma}} {{aggregatedDirection}}",
|
|
399
|
-
"intermediate" : "You have reached the intermediate stop onto {{route}}"
|
|
400
|
-
},
|
|
401
|
-
"merge": "Continue on {{route}}",
|
|
402
|
-
"on ramp": "Take the ramp {{aggregatedDirection}}",
|
|
403
|
-
"off ramp": "Take exit {{aggregatedDirection}}",
|
|
404
|
-
"fork": {
|
|
405
|
-
"left" : "Merge left onto {{route}}",
|
|
406
|
-
"right" : "Merge right onto {{route}}",
|
|
407
|
-
"else" : "Continue on {{route}}"
|
|
408
|
-
},
|
|
409
|
-
"end of road": "At the end of the road, turn {{translatedModifier}} onto {{route}}",
|
|
410
|
-
"use lane": "Take the lane ...",
|
|
411
|
-
"continue": {
|
|
412
|
-
"notUturn": "Continue on {{route}}"
|
|
413
|
-
},
|
|
414
|
-
"roundabout": "At the roundabout, take the {{exit}}{{cntSuffix}} exit towards {{route}}",
|
|
415
|
-
"rotary": "Roundabout rotary ...",
|
|
416
|
-
"roundabout turn": "Roundabout, take the ...",
|
|
417
|
-
"exit roundabout": "Continue to {{route}}",
|
|
418
|
-
"notification": "notification ...",
|
|
419
|
-
"uturnText": "Make u-turn and head {{translatedDirection}} on {{route}}",
|
|
420
|
-
"unknown": "???",
|
|
421
|
-
|
|
422
|
-
"cntSuffix": {
|
|
423
|
-
"first": "st",
|
|
424
|
-
"secondAndMore": "rd"
|
|
425
|
-
},
|
|
426
|
-
"modifier": {
|
|
427
|
-
"prefix": "on the "
|
|
428
|
-
}
|
|
429
|
-
},
|
|
430
|
-
"cardinalPoints": {
|
|
431
|
-
"n": "north",
|
|
432
|
-
"ne": "northeast",
|
|
433
|
-
"e": "east",
|
|
434
|
-
"se": "southeast",
|
|
435
|
-
"s": "south",
|
|
436
|
-
"sw": "southwest",
|
|
437
|
-
"w": "west",
|
|
438
|
-
"nw": "northwest"
|
|
439
|
-
},
|
|
440
|
-
"search": {
|
|
441
|
-
"placeholder": "Search for a localisation or a layer",
|
|
442
|
-
"emptyType.placeholder": "Please choose a search type",
|
|
443
|
-
"feature.title": "Localisation",
|
|
444
|
-
"feature.placeholder": "Search for a place localisation",
|
|
445
|
-
"layer.title": "Layer",
|
|
446
|
-
"layer.placeholder": "Search for a layer",
|
|
447
|
-
"ichercheReverse.name": "Search by coordinates",
|
|
448
|
-
"clearSearch": "Clear search",
|
|
449
|
-
"addToLayer": "Add to layer",
|
|
450
|
-
"ilayer": {
|
|
451
|
-
"name": "Layers",
|
|
452
|
-
"properties": {
|
|
453
|
-
"abstract": "Abstract",
|
|
454
|
-
"groupTitle": "Group",
|
|
455
|
-
"title": "Title",
|
|
456
|
-
"type": "Type",
|
|
457
|
-
"url": "URL",
|
|
458
|
-
"metadataUrl": "Metadata",
|
|
459
|
-
"name": "Layer name",
|
|
460
|
-
"urlInfo": "URL - WMS/WFS",
|
|
461
|
-
"downloadUrl": "Data download"
|
|
462
|
-
},
|
|
463
|
-
"type": {
|
|
464
|
-
"layer": "Layer",
|
|
465
|
-
"groupLayer": "Group of layers"
|
|
466
|
-
}
|
|
467
|
-
},
|
|
468
|
-
"nominatim": {
|
|
469
|
-
"type": {
|
|
470
|
-
"food": "Food",
|
|
471
|
-
"health": "Health",
|
|
472
|
-
"entertainment": "Entertainment",
|
|
473
|
-
"finance": "Finance"
|
|
474
|
-
},
|
|
475
|
-
"country": {
|
|
476
|
-
"all": "The world",
|
|
477
|
-
"canada": "Canada"
|
|
478
|
-
}
|
|
479
|
-
},
|
|
480
|
-
"workspace": {
|
|
481
|
-
"name": "Imported data (vector)",
|
|
482
|
-
"restrictExtent": {
|
|
483
|
-
"map": "Map extent",
|
|
484
|
-
"whole": "Whole dataset"
|
|
485
|
-
}
|
|
486
|
-
},
|
|
487
|
-
"icherche": {
|
|
488
|
-
"name": "iCherche",
|
|
489
|
-
"type": {
|
|
490
|
-
"address": "Address",
|
|
491
|
-
"oldAddress": "Old address",
|
|
492
|
-
"district": "District",
|
|
493
|
-
"postalCode": "Postal Code",
|
|
494
|
-
"city": "City",
|
|
495
|
-
"oldCity": "Old city",
|
|
496
|
-
"mrc": "MRC",
|
|
497
|
-
"regadmin": "Administrative Region",
|
|
498
|
-
"road": "Road",
|
|
499
|
-
"intersection": "Intersection",
|
|
500
|
-
"place": "Place",
|
|
501
|
-
"exit": "Highway exit",
|
|
502
|
-
"cn": "CN mark",
|
|
503
|
-
"gcc": "Coast Guard mark (CCG)",
|
|
504
|
-
"sumi": "SUMI mark",
|
|
505
|
-
"km": "Mileage mark",
|
|
506
|
-
"hq": "Hydro-Quebec",
|
|
507
|
-
"entreprise": "Entreprise",
|
|
508
|
-
"cadastre": "Cadastre",
|
|
509
|
-
"restArea": "Rest area",
|
|
510
|
-
"cycleStop": "Cycle stop"
|
|
511
|
-
},
|
|
512
|
-
"restrictExtent": {
|
|
513
|
-
"map": "Map extent",
|
|
514
|
-
"quebec": "Whole Quebec"
|
|
515
|
-
}
|
|
516
|
-
},
|
|
517
|
-
"coordinates": {
|
|
518
|
-
"name": "Coordinates",
|
|
519
|
-
"coord": "Geographic (longitude, latitude)",
|
|
520
|
-
"reversedCoord": "Geographic (latitude, longitude)",
|
|
521
|
-
"coordDMS": "Geographic (longitude, latitude) (DMS)",
|
|
522
|
-
"reversedCoordDMS": "Geographic (latitude, longitude) (DMS)",
|
|
523
|
-
"radius": "Radius",
|
|
524
|
-
"conf": "Confidence"
|
|
525
|
-
},
|
|
526
|
-
"menu.tooltip": "Search Options",
|
|
527
|
-
"settings": {
|
|
528
|
-
"title": "Settings"
|
|
529
|
-
},
|
|
530
|
-
"pointerSearchSummary": {
|
|
531
|
-
"title": "Pointer position",
|
|
532
|
-
"tooltip": "Based on every search source, show the summary of the pointer location. Use F2 to activate/deactivate."
|
|
533
|
-
},
|
|
534
|
-
"searchResultsGeometry": {
|
|
535
|
-
"title": "Show results geometries",
|
|
536
|
-
"tooltip": "Hide/ show the results geometries "
|
|
537
|
-
},
|
|
538
|
-
"reverseCoordFormat": {
|
|
539
|
-
"title": "Display data in latitude/longitude",
|
|
540
|
-
"tooltipLonLat": "Display data in latitude/longitude",
|
|
541
|
-
"tooltipLatLon": "Display data in longitude/latitude"
|
|
542
|
-
},
|
|
543
|
-
"searchSources": {
|
|
544
|
-
"selectAll": "Select All",
|
|
545
|
-
"unselectAll": "Unselect All",
|
|
546
|
-
"settings": {
|
|
547
|
-
"datasets": "Datasets",
|
|
548
|
-
"results type": "Results type",
|
|
549
|
-
"ecmax": "Maximum deviation",
|
|
550
|
-
"radius": "Search radius",
|
|
551
|
-
"results limit": "Number of results",
|
|
552
|
-
"multiple object": "Multiple object",
|
|
553
|
-
"restrictExtent": "Restrict the extent",
|
|
554
|
-
"selectAll": "Select All",
|
|
555
|
-
"unselectAll": "Unselect All",
|
|
556
|
-
"true": "Yes",
|
|
557
|
-
"false": "No"
|
|
558
|
-
}
|
|
559
|
-
},
|
|
560
|
-
"displayMoreResults": "Display more results"
|
|
561
|
-
},
|
|
562
|
-
"geometry": {
|
|
563
|
-
"geometry": "Geometry",
|
|
564
|
-
"point": "Point",
|
|
565
|
-
"line": "Line",
|
|
566
|
-
"polygon": "Polygon"
|
|
567
|
-
},
|
|
568
|
-
"targetHtmlUrl": "Open the external link",
|
|
569
|
-
"targetHtmlUrlUnauthorizedTitle": "Unauthorized",
|
|
570
|
-
"targetHtmlUrlUnauthorized": "You do not have the credentials to open this external link.",
|
|
571
|
-
"searchByCoord": "Search by coordinates",
|
|
572
|
-
"searchByName": "Search by name",
|
|
573
|
-
"seeRouting": "See routing",
|
|
574
|
-
"timeFilter": {
|
|
575
|
-
"date": "Date",
|
|
576
|
-
"endDate": "End Date",
|
|
577
|
-
"startDate": "Start Date",
|
|
578
|
-
"hour": "Hour",
|
|
579
|
-
"minute": "Minute",
|
|
580
|
-
"endYear": "End Year",
|
|
581
|
-
"startYear": "Start Year"
|
|
582
|
-
},
|
|
583
|
-
"spatialFilter": {
|
|
584
|
-
"spatialFilter": "Spatial filter",
|
|
585
|
-
"predefined": "Predefined Zone",
|
|
586
|
-
"draw": "Draw",
|
|
587
|
-
"polygon": "Polygon",
|
|
588
|
-
"point": "Circle",
|
|
589
|
-
"drawPolygon": "Draw a polygon",
|
|
590
|
-
"drawCircle": "Draw a circle",
|
|
591
|
-
"searchLabel": "Search by",
|
|
592
|
-
"buffer": "Buffer",
|
|
593
|
-
"search": "Search",
|
|
594
|
-
"drawControl": "Activate draw control",
|
|
595
|
-
"listLabel": "Zone",
|
|
596
|
-
"layer": "Layer",
|
|
597
|
-
"goSearch": "Launch research",
|
|
598
|
-
"removeLayer": "Remove results",
|
|
599
|
-
"exportLayer": "Export results",
|
|
600
|
-
"clearForm": "Remove draw",
|
|
601
|
-
"clearSearch": "Reset field",
|
|
602
|
-
"Address": "Addresses",
|
|
603
|
-
"Thematics": "Thematics",
|
|
604
|
-
"searchResults": "Search Results",
|
|
605
|
-
"showSearchResults": "Show search results",
|
|
606
|
-
"hideSearchResults": "Hide search results",
|
|
607
|
-
"type": "Type",
|
|
608
|
-
"radius": "Radius",
|
|
609
|
-
"radiusAlert": "Radius must be between 0 and 100 kilometers (or 100 000 meters)",
|
|
610
|
-
"bufferAlert": "Buffer must be between 0 and 100 kilometers (or 100 000 meters)",
|
|
611
|
-
"maxSizeAlert": "Search results number exceeds 10000. Some may be missing.",
|
|
612
|
-
"zeroResults": "There are no results for this search.",
|
|
613
|
-
"warning": "Warning",
|
|
614
|
-
"freehandControl": "Freehand",
|
|
615
|
-
"group": {
|
|
616
|
-
"toponyme": "Toponym",
|
|
617
|
-
"culturel": "Cultural",
|
|
618
|
-
"education": "Education",
|
|
619
|
-
"sante": "Health",
|
|
620
|
-
"securite": "Security",
|
|
621
|
-
"sepaq": "SEPAQ",
|
|
622
|
-
"transport": "Transportation"
|
|
623
|
-
}
|
|
624
|
-
},
|
|
625
|
-
"terrapi": {
|
|
626
|
-
"AdmRegion": "Administratives region",
|
|
627
|
-
"Mun": "Municipalities",
|
|
628
|
-
"Arrond": "Boroughs",
|
|
629
|
-
"CircFed": "Federals districts",
|
|
630
|
-
"CircProv": "Provincials districts",
|
|
631
|
-
"DirReg": "Regionals directorates",
|
|
632
|
-
"MRC": "RCM",
|
|
633
|
-
"RegTour": "Touristics regions",
|
|
634
|
-
"limites": "Administrative boundaries",
|
|
635
|
-
"bornes": "Landmarks",
|
|
636
|
-
"hydro": "Hydrography",
|
|
637
|
-
"routes": "Roads",
|
|
638
|
-
"bati": "Buildings",
|
|
639
|
-
"batiment": "Buildings",
|
|
640
|
-
"camping": "Camping",
|
|
641
|
-
"equipement": "Equipment",
|
|
642
|
-
"commun": "Public",
|
|
643
|
-
"geographie": "Natural sites",
|
|
644
|
-
"parc": "Parks",
|
|
645
|
-
"secteur": "Sector",
|
|
646
|
-
"immeubles": "Tenement",
|
|
647
|
-
"sites": "Cultural sites",
|
|
648
|
-
"service-garde": "Child care",
|
|
649
|
-
"public": "Public schools",
|
|
650
|
-
"prive": "Private school",
|
|
651
|
-
"gouvernemental": "Government schools",
|
|
652
|
-
"colleges": "Colleges",
|
|
653
|
-
"universites": "University",
|
|
654
|
-
"aine": "Residences for seniors",
|
|
655
|
-
"ambulance": "Ambulance zones",
|
|
656
|
-
"clinique": "Clinics",
|
|
657
|
-
"etabl": "Health institutions",
|
|
658
|
-
"gmf": "Family doctors group",
|
|
659
|
-
"naissance": "Birth house",
|
|
660
|
-
"pharmacie": "Pharmacy",
|
|
661
|
-
"casernes": "Fire stations",
|
|
662
|
-
"correctionnel": "Correctional centres",
|
|
663
|
-
"organisme": "Security organization",
|
|
664
|
-
"palais-justice": "Courthouses",
|
|
665
|
-
"penitencier-fed": "Federal penitentiaries",
|
|
666
|
-
"penitencier-prov": "Provincial penitentiaries",
|
|
667
|
-
"polices": "Police station"
|
|
668
|
-
},
|
|
669
|
-
"measure": {
|
|
670
|
-
"dialog": {
|
|
671
|
-
"title": "Sum of the selection",
|
|
672
|
-
"length.title": "Length",
|
|
673
|
-
"area.title": "Area",
|
|
674
|
-
"lengthInMeters": "m",
|
|
675
|
-
"lengthInKilometers": "km",
|
|
676
|
-
"lengthInMiles": "mi",
|
|
677
|
-
"lengthInFeet": "ft",
|
|
678
|
-
"areaInSquareMeters": "m²",
|
|
679
|
-
"areaInSquareKilometers": "km²",
|
|
680
|
-
"areaInSquareMiles": "mi²",
|
|
681
|
-
"areaInHectares": "ha",
|
|
682
|
-
"areaInAcres": "ac",
|
|
683
|
-
"perimeterInMeters": "Perimeter in meters"
|
|
684
|
-
},
|
|
685
|
-
"layerTitle": "Measure on map",
|
|
686
|
-
"area": "Area",
|
|
687
|
-
"areaHeader": "Area",
|
|
688
|
-
"length": "Length",
|
|
689
|
-
"lengthHeader": "Length / Perimeter",
|
|
690
|
-
"perimeter": "Perimeter",
|
|
691
|
-
"meters": "m",
|
|
692
|
-
"m": "m",
|
|
693
|
-
"kilometers": "km",
|
|
694
|
-
"km": "km",
|
|
695
|
-
"miles": "mi",
|
|
696
|
-
"mi": "mi",
|
|
697
|
-
"feet": "ft",
|
|
698
|
-
"ft": "ft",
|
|
699
|
-
"squareMeters": "m²",
|
|
700
|
-
"m²": "m²",
|
|
701
|
-
"squareKilometers": "km²",
|
|
702
|
-
"km²": "km²",
|
|
703
|
-
"squareMiles": "mi²",
|
|
704
|
-
"mi²": "mi²",
|
|
705
|
-
"squareFeet": "ft²",
|
|
706
|
-
"ft²": "ft²",
|
|
707
|
-
"hectares": "ha",
|
|
708
|
-
"ha": "ha",
|
|
709
|
-
"acres": "ac",
|
|
710
|
-
"ac": "ac",
|
|
711
|
-
"toggleActive": "Activate measures",
|
|
712
|
-
"toggleDisplayLines": "Display distances of lines",
|
|
713
|
-
"toggleDisplayDistance": "Display distances of areas",
|
|
714
|
-
"toggleDisplayAreas": "Display areas",
|
|
715
|
-
"toggleAutoUnits": "Auto Units",
|
|
716
|
-
"actionbar": {
|
|
717
|
-
"calculate.tooltip": "Totals & Conversions",
|
|
718
|
-
"delete.tooltip": "Delete",
|
|
719
|
-
"modify.tooltip": "Modify"
|
|
720
|
-
}
|
|
721
|
-
},
|
|
722
|
-
"draw": {
|
|
723
|
-
"abort": "Abort current drawing",
|
|
724
|
-
"cancel": "Cancel",
|
|
725
|
-
"Circle": "Circle",
|
|
726
|
-
"dialogInstruction": "Enter your drawing's label",
|
|
727
|
-
"dialogTitle": "Label",
|
|
728
|
-
"delete": "Remove Drawings from map",
|
|
729
|
-
"drawing": "Drawings",
|
|
730
|
-
"finish": "Finish current drawing",
|
|
731
|
-
"freehandMode": "Freehand drawing",
|
|
732
|
-
"icon": "Icons",
|
|
733
|
-
"InsertvalueRadius": "Use a predefined radius",
|
|
734
|
-
"labels": "Labels",
|
|
735
|
-
"LineString": "Line",
|
|
736
|
-
"move": "Center view on cursor",
|
|
737
|
-
"noIcon": "No icon",
|
|
738
|
-
"noLabel": "No label",
|
|
739
|
-
"Point": "Point",
|
|
740
|
-
"Polygon": "Polygon",
|
|
741
|
-
"radius": "Radius",
|
|
742
|
-
"shortcuts": "Keyboard shortcuts",
|
|
743
|
-
"styleSelect": "Select style",
|
|
744
|
-
"toggleMapTooltips": "Show map tooltips",
|
|
745
|
-
"undo": "Remove last vertex",
|
|
746
|
-
"layer": {
|
|
747
|
-
"title": "Title",
|
|
748
|
-
"createNewLayer": "Create new drawing layer",
|
|
749
|
-
"layerDialogInstruction": "Enter your drawing layer's title"
|
|
750
|
-
},
|
|
751
|
-
"builtInInstructions": "Select an option",
|
|
752
|
-
"labelType": {
|
|
753
|
-
"Coordinates": "Coordinates",
|
|
754
|
-
"Length": "Length",
|
|
755
|
-
"Area": "Area",
|
|
756
|
-
"predefined": "Predefined",
|
|
757
|
-
"custom": "Customized",
|
|
758
|
-
"A": "A: "
|
|
759
|
-
},
|
|
760
|
-
"popupTitle": "Drawing label"
|
|
761
|
-
},
|
|
762
|
-
"network": {
|
|
763
|
-
"online": {
|
|
764
|
-
"message": "Online",
|
|
765
|
-
"title": "Status:"
|
|
766
|
-
},
|
|
767
|
-
"offline": {
|
|
768
|
-
"message": "Offline",
|
|
769
|
-
"title": "Status:"
|
|
770
|
-
}
|
|
771
|
-
},
|
|
772
|
-
"workspace": {
|
|
773
|
-
"deleteConfirmation": "Do you really want to delete this entity?",
|
|
774
|
-
"addConfirmation": "Do you really wish to add an entity?",
|
|
775
|
-
"modifyConfirmation": "Do you really wish to modify this entity?",
|
|
776
|
-
"deleteSuccess": "Entity has been deleted.",
|
|
777
|
-
"addSuccess": "Entity has been added.",
|
|
778
|
-
"modifySuccess": "Entity has been modified.",
|
|
779
|
-
"deleteError": "An error has occured. Entity could not be deleted.",
|
|
780
|
-
"addError": "An error has occured. Entity could not be added.",
|
|
781
|
-
"modifyError": "An error has occured. Entity could not be modified.",
|
|
782
|
-
"cancel": "Cancel",
|
|
783
|
-
"inMapExtent.active.tooltip": "Ne montrer que les entités contenues dans la carte",
|
|
784
|
-
"inMapExtent.inactive.tooltip": "Montrer tous les entités"
|
|
785
|
-
},
|
|
786
|
-
"formValidation": {
|
|
787
|
-
"mandatory": "{{column}} is mandatory",
|
|
788
|
-
"minValue": "{{column}} is smaller than {{value}}",
|
|
789
|
-
"maxValue": "{{column}} is bigger than {{value}}",
|
|
790
|
-
"minLength": "{{column}} is shorter than {{value}} characters",
|
|
791
|
-
"maxLength": "{{column}} is longer than {{value}} characters"
|
|
792
|
-
},
|
|
793
|
-
"query": {
|
|
794
|
-
"featureCountMax": "You may have more feature queryable on {{value}}. Zoom in to ensure you have access to all features.",
|
|
795
|
-
"link": {
|
|
796
|
-
"message": "Hyperlink copied to clipboard"
|
|
797
|
-
}
|
|
798
|
-
},
|
|
799
|
-
"indexedDb": {
|
|
800
|
-
"data-download-start": "Downloading data. Please don't leave the current app.",
|
|
801
|
-
"data-download-completed": "Data download completed"
|
|
802
|
-
}
|
|
803
|
-
}
|
|
804
|
-
}
|
|
805
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"igo": {
|
|
3
|
+
"geo": {
|
|
4
|
+
"catalog": {
|
|
5
|
+
"layer.addToMap": "Add to map",
|
|
6
|
+
"layer.addToMapOutRange": "Add to map. The layer is not visible at the current scale. Please zoom in/out",
|
|
7
|
+
"layer.removeFromMap": "Remove from map",
|
|
8
|
+
"layer.removeFromMapOutRange": "Remove from map. The layer is not visible at the current scale. Please zoom in/out",
|
|
9
|
+
"layer.removeFromMapNotVisible": "Remove from map. The layer is visible at the current scale but is not active. Toggle the map tool to adjust layer visibility.",
|
|
10
|
+
"group.addToMap": "Add all layers from this group to map",
|
|
11
|
+
"group.removeFromMap": "Remove all layers from this group to map",
|
|
12
|
+
"baseLayers": "Baselayers",
|
|
13
|
+
"unavailableTitle": "Catalog unavailable",
|
|
14
|
+
"unavailable": "The catalog '{{value}}' is unavailable at the moment or you don't have the required permissions.",
|
|
15
|
+
"someUnavailable": "Some of the layers from the current catalog are unavailable at the moment or you don't have the required permissions.",
|
|
16
|
+
"externalProvider": {
|
|
17
|
+
"catalog": "This catalog comes from an external organization.",
|
|
18
|
+
"group": "This layers comes from an external organization.",
|
|
19
|
+
"layer": "This layer comes from an external organization.",
|
|
20
|
+
"unavailableWithEmail": "The catalog '{{value}}' is unavailable at the moment. To add an external service to the predefined list, please contact us at {{emailAddress}}. Delays can apply if problems occurs with the provider."
|
|
21
|
+
},
|
|
22
|
+
"library.add": "Add this catalog to the list",
|
|
23
|
+
"library.cancel": "Cancel",
|
|
24
|
+
"library.remove": "Remove this catalog from the list",
|
|
25
|
+
"library.inlist": {
|
|
26
|
+
"title": "Catalog already contained",
|
|
27
|
+
"message": "The catalog is already contained in the list."
|
|
28
|
+
},
|
|
29
|
+
"library.addTitle": "Adding a catalog",
|
|
30
|
+
"library.addBtn": "Add a catalog"
|
|
31
|
+
},
|
|
32
|
+
"clickOnMap": {
|
|
33
|
+
"clickedFeature": "Clicked Feature"
|
|
34
|
+
},
|
|
35
|
+
"baselayersSwitcher": {
|
|
36
|
+
"title": "Basemaps"
|
|
37
|
+
},
|
|
38
|
+
"dataSource": {
|
|
39
|
+
"unavailableTitle": "Layer unavailable",
|
|
40
|
+
"optionsApiUnavailable": "Layer information could not be retrieved. Some layers may not present the correct information.",
|
|
41
|
+
"unavailable": "The layer '{{value}}' is unavailable at the moment or you don't have the required permissions."
|
|
42
|
+
},
|
|
43
|
+
"dropGeoFile": {
|
|
44
|
+
"invalid": {
|
|
45
|
+
"text": "The file '{{value}}' is invalid ({{mimeType}})",
|
|
46
|
+
"title": "Invalid file"
|
|
47
|
+
},
|
|
48
|
+
"empty": {
|
|
49
|
+
"text": "The file '{{value}}' contained nothing that could be imported.",
|
|
50
|
+
"title": "Nothing to import"
|
|
51
|
+
},
|
|
52
|
+
"success": {
|
|
53
|
+
"text": "The layer '{{value}}' was added to the map",
|
|
54
|
+
"title": "Imported file"
|
|
55
|
+
},
|
|
56
|
+
"unreadable": {
|
|
57
|
+
"text": "The file '{{value}}' is unreadable",
|
|
58
|
+
"title": "Unreadable file"
|
|
59
|
+
},
|
|
60
|
+
"tooLarge": {
|
|
61
|
+
"text": "The file '{{value}}' is too large (Max: {{size}} MB)",
|
|
62
|
+
"title": "File too large"
|
|
63
|
+
},
|
|
64
|
+
"invalidSRS": {
|
|
65
|
+
"text": "The projection is valid. It must start with EPSG:",
|
|
66
|
+
"title": "Invalid projection"
|
|
67
|
+
},
|
|
68
|
+
"ogreServer": {
|
|
69
|
+
"title": "Ogre server error 500",
|
|
70
|
+
"text": "Error in convert to geojson. Maybe file is too big, try to import that file in geojson format"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"export": {
|
|
74
|
+
"customList": {
|
|
75
|
+
"text": "Some of the selected layers ( {{value}} ) limit the format's list",
|
|
76
|
+
"title": "Restricted list of formats"
|
|
77
|
+
},
|
|
78
|
+
"nothing": {
|
|
79
|
+
"text": "No feature could be exported.",
|
|
80
|
+
"title": "Nothing to export"
|
|
81
|
+
},
|
|
82
|
+
"noFormat": {
|
|
83
|
+
"text": "No export format valid for all selected layers. Please export the layers one at a time.",
|
|
84
|
+
"title": "No valid format"
|
|
85
|
+
},
|
|
86
|
+
"failed": {
|
|
87
|
+
"text": "Failed to export",
|
|
88
|
+
"title": "Failed to export features"
|
|
89
|
+
},
|
|
90
|
+
"popupBlocked": {
|
|
91
|
+
"text": "</br>Enable the popup in your browser. </br>For Chrome and Edge, on the right into the Address Bar.</br>{{extraMessage}}",
|
|
92
|
+
"selectAgain": "Fix it and re-select an output format.",
|
|
93
|
+
"retry": "Please retry to export",
|
|
94
|
+
"title": "Popup blocked by your browser"
|
|
95
|
+
},
|
|
96
|
+
"success": {
|
|
97
|
+
"text": "Features have been exported.",
|
|
98
|
+
"title": "Features export success"
|
|
99
|
+
},
|
|
100
|
+
"format": {
|
|
101
|
+
"GeoJSON": "GeoJSON",
|
|
102
|
+
"GML": "GML",
|
|
103
|
+
"GPX": "GPX",
|
|
104
|
+
"KML": "KML",
|
|
105
|
+
"Shapefile": "Shapefile",
|
|
106
|
+
"CSVcomma": "CSV (comma delimited)",
|
|
107
|
+
"CSVsemicolon": "CSV (Excel compatible)",
|
|
108
|
+
"URL": "External link"
|
|
109
|
+
},
|
|
110
|
+
"gpx.error.poly": {
|
|
111
|
+
"title": "GPX error",
|
|
112
|
+
"text": "GPX format do now allow polygon features"
|
|
113
|
+
},
|
|
114
|
+
"encoding": {
|
|
115
|
+
"LATIN1": "LATIN-1",
|
|
116
|
+
"UTF8": "UTF-8"
|
|
117
|
+
},
|
|
118
|
+
"combinedLayers": "combinedLayers"
|
|
119
|
+
},
|
|
120
|
+
"import": {
|
|
121
|
+
"promptStoreToIdb": "Do you want to save this layer to be used later in another session?"
|
|
122
|
+
},
|
|
123
|
+
"importExportForm": {
|
|
124
|
+
"exportButton": "Export",
|
|
125
|
+
"exportButtonLink": "Open the link",
|
|
126
|
+
"exportButtonLinks": "Open the links",
|
|
127
|
+
"exportCombineResults": "Combine layers into one file",
|
|
128
|
+
"exportFormatPlaceholder": "Format",
|
|
129
|
+
"exportLayerPlaceholder": "Layer",
|
|
130
|
+
"exportFileNamePlaceholder": "Filename",
|
|
131
|
+
"exportSeparator": "Insert separator (empty row) between layers",
|
|
132
|
+
"encodingPlaceholder": "Encoding",
|
|
133
|
+
"exportTabTitle": "Export",
|
|
134
|
+
"exportFeatureInExtent": "Export only features in map extent",
|
|
135
|
+
"exportNoLayersExportable": "There is no exportable layer in your map",
|
|
136
|
+
"exportSelectedFeature": "Export only selected features",
|
|
137
|
+
"importButton": "Import",
|
|
138
|
+
"importProjPlaceholder": "Coordinate system of the file to import",
|
|
139
|
+
"importTabTitle": "Import",
|
|
140
|
+
"importClarifications": "Clarifications",
|
|
141
|
+
"importSizeMax": "The file size limit is {{size}} Mb",
|
|
142
|
+
"importFormatAuthorized": "Formats authorized: geojson, kml, gpx, gml, shapefile",
|
|
143
|
+
"importShpZip": "Shapefiles must be zipped AND geometries stored in Latitude Longitude coordinate (EPSG:4326/WGS:84)",
|
|
144
|
+
"importHtmlClarifications": "",
|
|
145
|
+
"exportHtmlClarifications": "",
|
|
146
|
+
"other": "other",
|
|
147
|
+
"others": "others",
|
|
148
|
+
"projections": {
|
|
149
|
+
"mtm": "MTM zone {{zone}} ({{code}})",
|
|
150
|
+
"utm": "UTM zone {{zone}} ({{code}})",
|
|
151
|
+
"webMercator": "Web Mercator ({{code}})",
|
|
152
|
+
"nad83": "Lat-Long NAD83 ({{code}})",
|
|
153
|
+
"wgs84": "Lat-Long WGS84 ({{code}})",
|
|
154
|
+
"choose": "You must choose a projection for your input file."
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
},
|
|
158
|
+
"operators": {
|
|
159
|
+
"caseSensitive": "Case sensitive",
|
|
160
|
+
"And": "And",
|
|
161
|
+
"Or": "Or",
|
|
162
|
+
"PropertyIsEqualTo": "=",
|
|
163
|
+
"PropertyIsNotEqualTo": "!=",
|
|
164
|
+
"PropertyIsLike": "≈",
|
|
165
|
+
"PropertyIsGreaterThan": ">",
|
|
166
|
+
"PropertyIsGreaterThanOrEqualTo": ">=",
|
|
167
|
+
"PropertyIsLessThan": "<",
|
|
168
|
+
"PropertyIsLessThanOrEqualTo": "<=",
|
|
169
|
+
"PropertyIsBetween": "between",
|
|
170
|
+
"During": "during (temporal)",
|
|
171
|
+
"PropertyIsNull": "is null",
|
|
172
|
+
"Intersects": "intersects (spatial)",
|
|
173
|
+
"Within": "within (spatial)",
|
|
174
|
+
"Contains": "contains (spatial)",
|
|
175
|
+
"tooltip": {
|
|
176
|
+
"And": "Logical operator between filters where both conditions must be true",
|
|
177
|
+
"Or": "Logical operator between filters where at least one (1) condition must be true",
|
|
178
|
+
"PropertyIsEqualTo": "Identical (case sensitive)",
|
|
179
|
+
"PropertyIsNotEqualTo": "Different(case sensitive)",
|
|
180
|
+
"PropertyIsLike": "Like Example: *road* Finds any values that have 'road' in any position. road* Finds any values that begin by 'road'. wildCard ='*', singleChar = '.' escapeChar = '!' (case sensitive)",
|
|
181
|
+
"PropertyIsGreaterThan": "Greater than",
|
|
182
|
+
"PropertyIsGreaterThanOrEqualTo": "Greater than or equal to ",
|
|
183
|
+
"PropertyIsLessThan": "Lesser than",
|
|
184
|
+
"PropertyIsLessThanOrEqualTo": "Lesser than or equal to",
|
|
185
|
+
"PropertyIsBetween": "Apply a range check between the lower and upper boundary (values are included)",
|
|
186
|
+
"During": "Apply a range check for time attributes",
|
|
187
|
+
"PropertyIsNull": "Return features where the attribute is null",
|
|
188
|
+
"Intersects": "Return features in geometric intersection with the provided geometry",
|
|
189
|
+
"Within": "Return feature which are completely contained by the provided geometry",
|
|
190
|
+
"Contains": "Return feature completely containing by the provided geometry"
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"sourceFields": {
|
|
194
|
+
"selectField": "Choose a field"
|
|
195
|
+
},
|
|
196
|
+
"filter": {
|
|
197
|
+
"resetFilters": "Reset default values",
|
|
198
|
+
"addFilter": "Add an empty filter to the current list",
|
|
199
|
+
"removeFilter": "Remove the current filter from the filters's list",
|
|
200
|
+
"toggleFilterState": "Enable/disable the current filter",
|
|
201
|
+
"refreshFilters": "Update this datasource with the active filter(s). To enable this button, the layer must be visible (or in the defined scale ranges) or you must modify the current filter.",
|
|
202
|
+
"layerFiltered": "This layer is currently filtered",
|
|
203
|
+
"layerFilterable": "This layer is filterable",
|
|
204
|
+
"filterBy": "Filter by",
|
|
205
|
+
"advancedOgcFilters": "Advanced filters",
|
|
206
|
+
"displayMoreResults": "Display more (+)",
|
|
207
|
+
"displayLessResults": "Display less (-)",
|
|
208
|
+
"placeholder": "Enter a value",
|
|
209
|
+
"placeholderSnrc": "Ex: 21L14",
|
|
210
|
+
"selectOperator": "Select an operator",
|
|
211
|
+
"sliderModeTitle": "Time slider",
|
|
212
|
+
"reportingDate": "Reporting date",
|
|
213
|
+
"noFilterableLayer": "No layer can be filtered in the current map"
|
|
214
|
+
},
|
|
215
|
+
"spatialSelector": {
|
|
216
|
+
"fixedExtent": "Fixed extent",
|
|
217
|
+
"btnSetExtent": "Define the extent of the spatial filter to the current view",
|
|
218
|
+
"snrc": "SNRC",
|
|
219
|
+
"selectFeature": "",
|
|
220
|
+
"drawFeature": ""
|
|
221
|
+
},
|
|
222
|
+
"layer": {
|
|
223
|
+
"hideLayer": "Hide Layer",
|
|
224
|
+
"lowerLayer": "Bring layer backward",
|
|
225
|
+
"hideSelectedLayers": "Hide selected layers",
|
|
226
|
+
"notInResolution": "Layer isn't visible at the active scale. Zoom in or out to display.",
|
|
227
|
+
"filterLowerLayer": "The backward movement is always done according to the order of the map!",
|
|
228
|
+
"filterPlaceholder": "Filter the layers list",
|
|
229
|
+
"activateSelectionMode": "Activate multiple selection mode",
|
|
230
|
+
"deactivateSelectionMode": "Deactivate multiple selection mode",
|
|
231
|
+
"tools": "Tools",
|
|
232
|
+
"selectAll": "Select all layers",
|
|
233
|
+
"deselectAll": "Deselect all layers",
|
|
234
|
+
"zoomLayer": "Zoom To Layer Extents",
|
|
235
|
+
"zoomLayers": "Zoom To Selected Layers Extents",
|
|
236
|
+
"opacity": "Opacity",
|
|
237
|
+
"raiseLayer": "Bring layer forward",
|
|
238
|
+
"filterRaiseLayer": "The forward movement is always done according to the order of the map!",
|
|
239
|
+
"moreOptions": "Layer's tools",
|
|
240
|
+
"removeLayer": "Remove this layer from the map",
|
|
241
|
+
"removeSelectedLayers": "Remove selected layers from the map",
|
|
242
|
+
"removeSelectedLayersRestriction": "Some selected layers cannot be removed",
|
|
243
|
+
"showFeaturesList": "Show features list",
|
|
244
|
+
"showLayer": "Show Layer",
|
|
245
|
+
"showSelectedLayers": "Show selected layers",
|
|
246
|
+
"subsetLayersListKeyword": "Subset the layers's list by title or type (wms, wfs,...)",
|
|
247
|
+
"deleteKeyword": "Delete the keyword",
|
|
248
|
+
"subsetLayersListOnlyVisible": "Subset the layers's list by visibility",
|
|
249
|
+
"subsetLayersListOnlyInRange": "Subset the layers's list by resolution range",
|
|
250
|
+
"sortAlphabetically": "Sort the layers's list alphabetically",
|
|
251
|
+
"sortMapOrder": "Sort the layers's list based on layer's order on the map",
|
|
252
|
+
"resetLayersList": "Remove the current applied filter to layers's list",
|
|
253
|
+
"trackFeature": "Track the feature",
|
|
254
|
+
"legend": {
|
|
255
|
+
"default": "Default",
|
|
256
|
+
"loadingLegendText": "Loading legend",
|
|
257
|
+
"noLegendText": "No legend available for this layer",
|
|
258
|
+
"noLegendScale": "No legend available for this scale",
|
|
259
|
+
"selectStyle": "Select the style of the legend",
|
|
260
|
+
"showAll": "Show all legends (non visible and out of range)",
|
|
261
|
+
"noLayersVisibleWithShowAllButton": "No layer currently visible. Activate the button above to see all the legends.",
|
|
262
|
+
"noLayersVisibleWithShowAllButtonButZoom": "No layer currently visible. If you zoom in the map, some layers will appear OR activate the button above to see all the legends.",
|
|
263
|
+
"noLayersVisible": "No layers currently visible.",
|
|
264
|
+
"noLayersVisibleButZoom": "No layers currently visible. However, if you zoom in the map, some layers will appear."
|
|
265
|
+
},
|
|
266
|
+
"style": {
|
|
267
|
+
"styleModal": "Edit style",
|
|
268
|
+
"styleModalTooltip": "Edit the style of the selected entities "
|
|
269
|
+
},
|
|
270
|
+
"saveBtn": "Save",
|
|
271
|
+
"cancelBtn": "Cancel",
|
|
272
|
+
"saveFeatureInLayer": "Save selection in layer",
|
|
273
|
+
"chooseOrSet": "Choose a layer or set a new layer name"
|
|
274
|
+
},
|
|
275
|
+
"style": {
|
|
276
|
+
"styleModal": "Edit style",
|
|
277
|
+
"styleModalTooltipLayer": "Edit the style of the layer.",
|
|
278
|
+
"styleModalTooltipSelected": "Edit the style of the selected entities",
|
|
279
|
+
"colorPicker": "Click to open the color selector",
|
|
280
|
+
"cancel": "Cancel",
|
|
281
|
+
"fill": "Fill",
|
|
282
|
+
"stroke": "Stroke",
|
|
283
|
+
"fontSize": "Font size",
|
|
284
|
+
"fontStyle": "Font style",
|
|
285
|
+
"offsetX": "Horizontal offset",
|
|
286
|
+
"offsetY": "Vertical offset"
|
|
287
|
+
},
|
|
288
|
+
"download": {
|
|
289
|
+
"action": "Download data",
|
|
290
|
+
"title": "Downloading file",
|
|
291
|
+
"start": "Started. Check the download progression in your browser",
|
|
292
|
+
"end": "Completed"
|
|
293
|
+
},
|
|
294
|
+
"mapButtons": {
|
|
295
|
+
"baselayerSwitcher": "Change base layer",
|
|
296
|
+
"geolocate": "Show geolocation",
|
|
297
|
+
"geolocateInactive": "Hide geolocation",
|
|
298
|
+
"home-extent": "Go to the home map extent",
|
|
299
|
+
"offline": "Offline mode",
|
|
300
|
+
"online": "Online mode",
|
|
301
|
+
"zoomIn": "Zoom in ({{zoom}})",
|
|
302
|
+
"zoomOut": "Zoom out ({{zoom}})",
|
|
303
|
+
"resetRotation": "Azimuth: {{azimuth}}°N. Rotation: {{rotation}}°. Set map to north",
|
|
304
|
+
"tipRotation": "Hold Alt and SHIFT while dragging on map to rotate the map.",
|
|
305
|
+
"preventScreenLock": "Prevent the screen to enter in lock mode.",
|
|
306
|
+
"letScreenLock": "Allow the screen to enter in lock mode."
|
|
307
|
+
},
|
|
308
|
+
"metadata": {
|
|
309
|
+
"show": "Show metadata"
|
|
310
|
+
},
|
|
311
|
+
"printForm": {
|
|
312
|
+
"corsErrorMessageBody": "Unable to print due to non-owned access rights",
|
|
313
|
+
"corsErrorMessageHeader": "Print",
|
|
314
|
+
"comment": "Comment",
|
|
315
|
+
"doZipFile": "Zip file",
|
|
316
|
+
"outputFormat": "Output format",
|
|
317
|
+
"paperFormat": "Paper format",
|
|
318
|
+
"paperFormats": {
|
|
319
|
+
"A0": "33.1 X 46.8\" (A0)",
|
|
320
|
+
"A1": "23.4 X 33.1\" (A1)",
|
|
321
|
+
"A2": "16.5 X 23.5\" (A2)",
|
|
322
|
+
"A3": "11.7 X 16.5\" (A3)",
|
|
323
|
+
"A4": "8.3 X 11.7\" (A4)",
|
|
324
|
+
"A5": "5.8 X 8.3\" (A5)",
|
|
325
|
+
"Letter": "Letter",
|
|
326
|
+
"Legal": "Legal"
|
|
327
|
+
},
|
|
328
|
+
"imageFormat": "Image format",
|
|
329
|
+
"orientation": "Orientation",
|
|
330
|
+
"landscape": "Landscape",
|
|
331
|
+
"portrait": "Portrait",
|
|
332
|
+
"projection": "Projection",
|
|
333
|
+
"resolution": "Resolution",
|
|
334
|
+
"saveBtn": "Save",
|
|
335
|
+
"scale": "Scale",
|
|
336
|
+
"showProjection": "Show projection",
|
|
337
|
+
"showScale": "Show scale",
|
|
338
|
+
"title": "Title",
|
|
339
|
+
"subtitle": "Subtitle",
|
|
340
|
+
"legendPosition": "Legend Position",
|
|
341
|
+
"legendPositions": {
|
|
342
|
+
"none": "No legend",
|
|
343
|
+
"topleft": "Top left corner of the map",
|
|
344
|
+
"topright": "Top right corner of the map",
|
|
345
|
+
"bottomleft": "Bottom left corner of the map",
|
|
346
|
+
"bottomright": "Bottom right corner of the map",
|
|
347
|
+
"newpage": "On a new page",
|
|
348
|
+
"newimage": "On a new image"
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
"directionsForm": {
|
|
352
|
+
"stopLayer": "Directions - stops",
|
|
353
|
+
"routeLayer": "Directions - route",
|
|
354
|
+
"start": "Start",
|
|
355
|
+
"intermediate": "Intermediate",
|
|
356
|
+
"end": "End",
|
|
357
|
+
"directionsBtn": "Get route",
|
|
358
|
+
"resetDirectionsBtn": "Reset",
|
|
359
|
+
"zoomRoute": "Zoom on route",
|
|
360
|
+
"null": "",
|
|
361
|
+
"directions": "Directions",
|
|
362
|
+
"raiseStop": "Raise stop's priority",
|
|
363
|
+
"lowerStop": "Lower stop's priority",
|
|
364
|
+
"addStop": "Add a stop",
|
|
365
|
+
"clearStop": "Clear this stop",
|
|
366
|
+
"moveStop": "Move this stop",
|
|
367
|
+
"removeStop": "Remove this stop",
|
|
368
|
+
"drivingOptions": "Options",
|
|
369
|
+
"summary": "Direction's summary",
|
|
370
|
+
"stopsList": "Stops's list",
|
|
371
|
+
"instructions": "Instructions",
|
|
372
|
+
"copy": "Copy directions",
|
|
373
|
+
"geolocate": "Use current localisation as stop",
|
|
374
|
+
"link": "Link",
|
|
375
|
+
"dialog": {
|
|
376
|
+
"copyMsg": "Directions copied to clipboard",
|
|
377
|
+
"copyMsgLink": "Link for directions copied to clipboard",
|
|
378
|
+
"copyTitle": "Directions"
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
"directions": {
|
|
382
|
+
"uturn": "u-turn",
|
|
383
|
+
"sharp right": "sharp right",
|
|
384
|
+
"right": "right",
|
|
385
|
+
"slight right": "slightly on right",
|
|
386
|
+
"sharp left": "sharp left",
|
|
387
|
+
"left": "left",
|
|
388
|
+
"slight left": "slightly on left",
|
|
389
|
+
"straight": "forward",
|
|
390
|
+
"turn": {
|
|
391
|
+
"straight": "Continue on {{route}}",
|
|
392
|
+
"uturn": "Make u-turn on {{route}}",
|
|
393
|
+
"else": "Turn {{translatedModifier}} onto {{route}}"
|
|
394
|
+
},
|
|
395
|
+
"new name": "Head {{translatedDirection}} on {{route}}",
|
|
396
|
+
"depart": "Head {{translatedDirection}} on {{route}}",
|
|
397
|
+
"arrive": {
|
|
398
|
+
"lastStep" : "You have reached your destination {{coma}} {{aggregatedDirection}}",
|
|
399
|
+
"intermediate" : "You have reached the intermediate stop onto {{route}}"
|
|
400
|
+
},
|
|
401
|
+
"merge": "Continue on {{route}}",
|
|
402
|
+
"on ramp": "Take the ramp {{aggregatedDirection}}",
|
|
403
|
+
"off ramp": "Take exit {{aggregatedDirection}}",
|
|
404
|
+
"fork": {
|
|
405
|
+
"left" : "Merge left onto {{route}}",
|
|
406
|
+
"right" : "Merge right onto {{route}}",
|
|
407
|
+
"else" : "Continue on {{route}}"
|
|
408
|
+
},
|
|
409
|
+
"end of road": "At the end of the road, turn {{translatedModifier}} onto {{route}}",
|
|
410
|
+
"use lane": "Take the lane ...",
|
|
411
|
+
"continue": {
|
|
412
|
+
"notUturn": "Continue on {{route}}"
|
|
413
|
+
},
|
|
414
|
+
"roundabout": "At the roundabout, take the {{exit}}{{cntSuffix}} exit towards {{route}}",
|
|
415
|
+
"rotary": "Roundabout rotary ...",
|
|
416
|
+
"roundabout turn": "Roundabout, take the ...",
|
|
417
|
+
"exit roundabout": "Continue to {{route}}",
|
|
418
|
+
"notification": "notification ...",
|
|
419
|
+
"uturnText": "Make u-turn and head {{translatedDirection}} on {{route}}",
|
|
420
|
+
"unknown": "???",
|
|
421
|
+
|
|
422
|
+
"cntSuffix": {
|
|
423
|
+
"first": "st",
|
|
424
|
+
"secondAndMore": "rd"
|
|
425
|
+
},
|
|
426
|
+
"modifier": {
|
|
427
|
+
"prefix": "on the "
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
"cardinalPoints": {
|
|
431
|
+
"n": "north",
|
|
432
|
+
"ne": "northeast",
|
|
433
|
+
"e": "east",
|
|
434
|
+
"se": "southeast",
|
|
435
|
+
"s": "south",
|
|
436
|
+
"sw": "southwest",
|
|
437
|
+
"w": "west",
|
|
438
|
+
"nw": "northwest"
|
|
439
|
+
},
|
|
440
|
+
"search": {
|
|
441
|
+
"placeholder": "Search for a localisation or a layer",
|
|
442
|
+
"emptyType.placeholder": "Please choose a search type",
|
|
443
|
+
"feature.title": "Localisation",
|
|
444
|
+
"feature.placeholder": "Search for a place localisation",
|
|
445
|
+
"layer.title": "Layer",
|
|
446
|
+
"layer.placeholder": "Search for a layer",
|
|
447
|
+
"ichercheReverse.name": "Search by coordinates",
|
|
448
|
+
"clearSearch": "Clear search",
|
|
449
|
+
"addToLayer": "Add to layer",
|
|
450
|
+
"ilayer": {
|
|
451
|
+
"name": "Layers",
|
|
452
|
+
"properties": {
|
|
453
|
+
"abstract": "Abstract",
|
|
454
|
+
"groupTitle": "Group",
|
|
455
|
+
"title": "Title",
|
|
456
|
+
"type": "Type",
|
|
457
|
+
"url": "URL",
|
|
458
|
+
"metadataUrl": "Metadata",
|
|
459
|
+
"name": "Layer name",
|
|
460
|
+
"urlInfo": "URL - WMS/WFS",
|
|
461
|
+
"downloadUrl": "Data download"
|
|
462
|
+
},
|
|
463
|
+
"type": {
|
|
464
|
+
"layer": "Layer",
|
|
465
|
+
"groupLayer": "Group of layers"
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
"nominatim": {
|
|
469
|
+
"type": {
|
|
470
|
+
"food": "Food",
|
|
471
|
+
"health": "Health",
|
|
472
|
+
"entertainment": "Entertainment",
|
|
473
|
+
"finance": "Finance"
|
|
474
|
+
},
|
|
475
|
+
"country": {
|
|
476
|
+
"all": "The world",
|
|
477
|
+
"canada": "Canada"
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
"workspace": {
|
|
481
|
+
"name": "Imported data (vector)",
|
|
482
|
+
"restrictExtent": {
|
|
483
|
+
"map": "Map extent",
|
|
484
|
+
"whole": "Whole dataset"
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
"icherche": {
|
|
488
|
+
"name": "iCherche",
|
|
489
|
+
"type": {
|
|
490
|
+
"address": "Address",
|
|
491
|
+
"oldAddress": "Old address",
|
|
492
|
+
"district": "District",
|
|
493
|
+
"postalCode": "Postal Code",
|
|
494
|
+
"city": "City",
|
|
495
|
+
"oldCity": "Old city",
|
|
496
|
+
"mrc": "MRC",
|
|
497
|
+
"regadmin": "Administrative Region",
|
|
498
|
+
"road": "Road",
|
|
499
|
+
"intersection": "Intersection",
|
|
500
|
+
"place": "Place",
|
|
501
|
+
"exit": "Highway exit",
|
|
502
|
+
"cn": "CN mark",
|
|
503
|
+
"gcc": "Coast Guard mark (CCG)",
|
|
504
|
+
"sumi": "SUMI mark",
|
|
505
|
+
"km": "Mileage mark",
|
|
506
|
+
"hq": "Hydro-Quebec",
|
|
507
|
+
"entreprise": "Entreprise",
|
|
508
|
+
"cadastre": "Cadastre",
|
|
509
|
+
"restArea": "Rest area",
|
|
510
|
+
"cycleStop": "Cycle stop"
|
|
511
|
+
},
|
|
512
|
+
"restrictExtent": {
|
|
513
|
+
"map": "Map extent",
|
|
514
|
+
"quebec": "Whole Quebec"
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
"coordinates": {
|
|
518
|
+
"name": "Coordinates",
|
|
519
|
+
"coord": "Geographic (longitude, latitude)",
|
|
520
|
+
"reversedCoord": "Geographic (latitude, longitude)",
|
|
521
|
+
"coordDMS": "Geographic (longitude, latitude) (DMS)",
|
|
522
|
+
"reversedCoordDMS": "Geographic (latitude, longitude) (DMS)",
|
|
523
|
+
"radius": "Radius",
|
|
524
|
+
"conf": "Confidence"
|
|
525
|
+
},
|
|
526
|
+
"menu.tooltip": "Search Options",
|
|
527
|
+
"settings": {
|
|
528
|
+
"title": "Settings"
|
|
529
|
+
},
|
|
530
|
+
"pointerSearchSummary": {
|
|
531
|
+
"title": "Pointer position",
|
|
532
|
+
"tooltip": "Based on every search source, show the summary of the pointer location. Use F2 to activate/deactivate."
|
|
533
|
+
},
|
|
534
|
+
"searchResultsGeometry": {
|
|
535
|
+
"title": "Show results geometries",
|
|
536
|
+
"tooltip": "Hide/ show the results geometries "
|
|
537
|
+
},
|
|
538
|
+
"reverseCoordFormat": {
|
|
539
|
+
"title": "Display data in latitude/longitude",
|
|
540
|
+
"tooltipLonLat": "Display data in latitude/longitude",
|
|
541
|
+
"tooltipLatLon": "Display data in longitude/latitude"
|
|
542
|
+
},
|
|
543
|
+
"searchSources": {
|
|
544
|
+
"selectAll": "Select All",
|
|
545
|
+
"unselectAll": "Unselect All",
|
|
546
|
+
"settings": {
|
|
547
|
+
"datasets": "Datasets",
|
|
548
|
+
"results type": "Results type",
|
|
549
|
+
"ecmax": "Maximum deviation",
|
|
550
|
+
"radius": "Search radius",
|
|
551
|
+
"results limit": "Number of results",
|
|
552
|
+
"multiple object": "Multiple object",
|
|
553
|
+
"restrictExtent": "Restrict the extent",
|
|
554
|
+
"selectAll": "Select All",
|
|
555
|
+
"unselectAll": "Unselect All",
|
|
556
|
+
"true": "Yes",
|
|
557
|
+
"false": "No"
|
|
558
|
+
}
|
|
559
|
+
},
|
|
560
|
+
"displayMoreResults": "Display more results"
|
|
561
|
+
},
|
|
562
|
+
"geometry": {
|
|
563
|
+
"geometry": "Geometry",
|
|
564
|
+
"point": "Point",
|
|
565
|
+
"line": "Line",
|
|
566
|
+
"polygon": "Polygon"
|
|
567
|
+
},
|
|
568
|
+
"targetHtmlUrl": "Open the external link",
|
|
569
|
+
"targetHtmlUrlUnauthorizedTitle": "Unauthorized",
|
|
570
|
+
"targetHtmlUrlUnauthorized": "You do not have the credentials to open this external link.",
|
|
571
|
+
"searchByCoord": "Search by coordinates",
|
|
572
|
+
"searchByName": "Search by name",
|
|
573
|
+
"seeRouting": "See routing",
|
|
574
|
+
"timeFilter": {
|
|
575
|
+
"date": "Date",
|
|
576
|
+
"endDate": "End Date",
|
|
577
|
+
"startDate": "Start Date",
|
|
578
|
+
"hour": "Hour",
|
|
579
|
+
"minute": "Minute",
|
|
580
|
+
"endYear": "End Year",
|
|
581
|
+
"startYear": "Start Year"
|
|
582
|
+
},
|
|
583
|
+
"spatialFilter": {
|
|
584
|
+
"spatialFilter": "Spatial filter",
|
|
585
|
+
"predefined": "Predefined Zone",
|
|
586
|
+
"draw": "Draw",
|
|
587
|
+
"polygon": "Polygon",
|
|
588
|
+
"point": "Circle",
|
|
589
|
+
"drawPolygon": "Draw a polygon",
|
|
590
|
+
"drawCircle": "Draw a circle",
|
|
591
|
+
"searchLabel": "Search by",
|
|
592
|
+
"buffer": "Buffer",
|
|
593
|
+
"search": "Search",
|
|
594
|
+
"drawControl": "Activate draw control",
|
|
595
|
+
"listLabel": "Zone",
|
|
596
|
+
"layer": "Layer",
|
|
597
|
+
"goSearch": "Launch research",
|
|
598
|
+
"removeLayer": "Remove results",
|
|
599
|
+
"exportLayer": "Export results",
|
|
600
|
+
"clearForm": "Remove draw",
|
|
601
|
+
"clearSearch": "Reset field",
|
|
602
|
+
"Address": "Addresses",
|
|
603
|
+
"Thematics": "Thematics",
|
|
604
|
+
"searchResults": "Search Results",
|
|
605
|
+
"showSearchResults": "Show search results",
|
|
606
|
+
"hideSearchResults": "Hide search results",
|
|
607
|
+
"type": "Type",
|
|
608
|
+
"radius": "Radius",
|
|
609
|
+
"radiusAlert": "Radius must be between 0 and 100 kilometers (or 100 000 meters)",
|
|
610
|
+
"bufferAlert": "Buffer must be between 0 and 100 kilometers (or 100 000 meters)",
|
|
611
|
+
"maxSizeAlert": "Search results number exceeds 10000. Some may be missing.",
|
|
612
|
+
"zeroResults": "There are no results for this search.",
|
|
613
|
+
"warning": "Warning",
|
|
614
|
+
"freehandControl": "Freehand",
|
|
615
|
+
"group": {
|
|
616
|
+
"toponyme": "Toponym",
|
|
617
|
+
"culturel": "Cultural",
|
|
618
|
+
"education": "Education",
|
|
619
|
+
"sante": "Health",
|
|
620
|
+
"securite": "Security",
|
|
621
|
+
"sepaq": "SEPAQ",
|
|
622
|
+
"transport": "Transportation"
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
"terrapi": {
|
|
626
|
+
"AdmRegion": "Administratives region",
|
|
627
|
+
"Mun": "Municipalities",
|
|
628
|
+
"Arrond": "Boroughs",
|
|
629
|
+
"CircFed": "Federals districts",
|
|
630
|
+
"CircProv": "Provincials districts",
|
|
631
|
+
"DirReg": "Regionals directorates",
|
|
632
|
+
"MRC": "RCM",
|
|
633
|
+
"RegTour": "Touristics regions",
|
|
634
|
+
"limites": "Administrative boundaries",
|
|
635
|
+
"bornes": "Landmarks",
|
|
636
|
+
"hydro": "Hydrography",
|
|
637
|
+
"routes": "Roads",
|
|
638
|
+
"bati": "Buildings",
|
|
639
|
+
"batiment": "Buildings",
|
|
640
|
+
"camping": "Camping",
|
|
641
|
+
"equipement": "Equipment",
|
|
642
|
+
"commun": "Public",
|
|
643
|
+
"geographie": "Natural sites",
|
|
644
|
+
"parc": "Parks",
|
|
645
|
+
"secteur": "Sector",
|
|
646
|
+
"immeubles": "Tenement",
|
|
647
|
+
"sites": "Cultural sites",
|
|
648
|
+
"service-garde": "Child care",
|
|
649
|
+
"public": "Public schools",
|
|
650
|
+
"prive": "Private school",
|
|
651
|
+
"gouvernemental": "Government schools",
|
|
652
|
+
"colleges": "Colleges",
|
|
653
|
+
"universites": "University",
|
|
654
|
+
"aine": "Residences for seniors",
|
|
655
|
+
"ambulance": "Ambulance zones",
|
|
656
|
+
"clinique": "Clinics",
|
|
657
|
+
"etabl": "Health institutions",
|
|
658
|
+
"gmf": "Family doctors group",
|
|
659
|
+
"naissance": "Birth house",
|
|
660
|
+
"pharmacie": "Pharmacy",
|
|
661
|
+
"casernes": "Fire stations",
|
|
662
|
+
"correctionnel": "Correctional centres",
|
|
663
|
+
"organisme": "Security organization",
|
|
664
|
+
"palais-justice": "Courthouses",
|
|
665
|
+
"penitencier-fed": "Federal penitentiaries",
|
|
666
|
+
"penitencier-prov": "Provincial penitentiaries",
|
|
667
|
+
"polices": "Police station"
|
|
668
|
+
},
|
|
669
|
+
"measure": {
|
|
670
|
+
"dialog": {
|
|
671
|
+
"title": "Sum of the selection",
|
|
672
|
+
"length.title": "Length",
|
|
673
|
+
"area.title": "Area",
|
|
674
|
+
"lengthInMeters": "m",
|
|
675
|
+
"lengthInKilometers": "km",
|
|
676
|
+
"lengthInMiles": "mi",
|
|
677
|
+
"lengthInFeet": "ft",
|
|
678
|
+
"areaInSquareMeters": "m²",
|
|
679
|
+
"areaInSquareKilometers": "km²",
|
|
680
|
+
"areaInSquareMiles": "mi²",
|
|
681
|
+
"areaInHectares": "ha",
|
|
682
|
+
"areaInAcres": "ac",
|
|
683
|
+
"perimeterInMeters": "Perimeter in meters"
|
|
684
|
+
},
|
|
685
|
+
"layerTitle": "Measure on map",
|
|
686
|
+
"area": "Area",
|
|
687
|
+
"areaHeader": "Area",
|
|
688
|
+
"length": "Length",
|
|
689
|
+
"lengthHeader": "Length / Perimeter",
|
|
690
|
+
"perimeter": "Perimeter",
|
|
691
|
+
"meters": "m",
|
|
692
|
+
"m": "m",
|
|
693
|
+
"kilometers": "km",
|
|
694
|
+
"km": "km",
|
|
695
|
+
"miles": "mi",
|
|
696
|
+
"mi": "mi",
|
|
697
|
+
"feet": "ft",
|
|
698
|
+
"ft": "ft",
|
|
699
|
+
"squareMeters": "m²",
|
|
700
|
+
"m²": "m²",
|
|
701
|
+
"squareKilometers": "km²",
|
|
702
|
+
"km²": "km²",
|
|
703
|
+
"squareMiles": "mi²",
|
|
704
|
+
"mi²": "mi²",
|
|
705
|
+
"squareFeet": "ft²",
|
|
706
|
+
"ft²": "ft²",
|
|
707
|
+
"hectares": "ha",
|
|
708
|
+
"ha": "ha",
|
|
709
|
+
"acres": "ac",
|
|
710
|
+
"ac": "ac",
|
|
711
|
+
"toggleActive": "Activate measures",
|
|
712
|
+
"toggleDisplayLines": "Display distances of lines",
|
|
713
|
+
"toggleDisplayDistance": "Display distances of areas",
|
|
714
|
+
"toggleDisplayAreas": "Display areas",
|
|
715
|
+
"toggleAutoUnits": "Auto Units",
|
|
716
|
+
"actionbar": {
|
|
717
|
+
"calculate.tooltip": "Totals & Conversions",
|
|
718
|
+
"delete.tooltip": "Delete",
|
|
719
|
+
"modify.tooltip": "Modify"
|
|
720
|
+
}
|
|
721
|
+
},
|
|
722
|
+
"draw": {
|
|
723
|
+
"abort": "Abort current drawing",
|
|
724
|
+
"cancel": "Cancel",
|
|
725
|
+
"Circle": "Circle",
|
|
726
|
+
"dialogInstruction": "Enter your drawing's label",
|
|
727
|
+
"dialogTitle": "Label",
|
|
728
|
+
"delete": "Remove Drawings from map",
|
|
729
|
+
"drawing": "Drawings",
|
|
730
|
+
"finish": "Finish current drawing",
|
|
731
|
+
"freehandMode": "Freehand drawing",
|
|
732
|
+
"icon": "Icons",
|
|
733
|
+
"InsertvalueRadius": "Use a predefined radius",
|
|
734
|
+
"labels": "Labels",
|
|
735
|
+
"LineString": "Line",
|
|
736
|
+
"move": "Center view on cursor",
|
|
737
|
+
"noIcon": "No icon",
|
|
738
|
+
"noLabel": "No label",
|
|
739
|
+
"Point": "Point",
|
|
740
|
+
"Polygon": "Polygon",
|
|
741
|
+
"radius": "Radius",
|
|
742
|
+
"shortcuts": "Keyboard shortcuts",
|
|
743
|
+
"styleSelect": "Select style",
|
|
744
|
+
"toggleMapTooltips": "Show map tooltips",
|
|
745
|
+
"undo": "Remove last vertex",
|
|
746
|
+
"layer": {
|
|
747
|
+
"title": "Title",
|
|
748
|
+
"createNewLayer": "Create new drawing layer",
|
|
749
|
+
"layerDialogInstruction": "Enter your drawing layer's title"
|
|
750
|
+
},
|
|
751
|
+
"builtInInstructions": "Select an option",
|
|
752
|
+
"labelType": {
|
|
753
|
+
"Coordinates": "Coordinates",
|
|
754
|
+
"Length": "Length",
|
|
755
|
+
"Area": "Area",
|
|
756
|
+
"predefined": "Predefined",
|
|
757
|
+
"custom": "Customized",
|
|
758
|
+
"A": "A: "
|
|
759
|
+
},
|
|
760
|
+
"popupTitle": "Drawing label"
|
|
761
|
+
},
|
|
762
|
+
"network": {
|
|
763
|
+
"online": {
|
|
764
|
+
"message": "Online",
|
|
765
|
+
"title": "Status:"
|
|
766
|
+
},
|
|
767
|
+
"offline": {
|
|
768
|
+
"message": "Offline",
|
|
769
|
+
"title": "Status:"
|
|
770
|
+
}
|
|
771
|
+
},
|
|
772
|
+
"workspace": {
|
|
773
|
+
"deleteConfirmation": "Do you really want to delete this entity?",
|
|
774
|
+
"addConfirmation": "Do you really wish to add an entity?",
|
|
775
|
+
"modifyConfirmation": "Do you really wish to modify this entity?",
|
|
776
|
+
"deleteSuccess": "Entity has been deleted.",
|
|
777
|
+
"addSuccess": "Entity has been added.",
|
|
778
|
+
"modifySuccess": "Entity has been modified.",
|
|
779
|
+
"deleteError": "An error has occured. Entity could not be deleted.",
|
|
780
|
+
"addError": "An error has occured. Entity could not be added.",
|
|
781
|
+
"modifyError": "An error has occured. Entity could not be modified.",
|
|
782
|
+
"cancel": "Cancel",
|
|
783
|
+
"inMapExtent.active.tooltip": "Ne montrer que les entités contenues dans la carte",
|
|
784
|
+
"inMapExtent.inactive.tooltip": "Montrer tous les entités"
|
|
785
|
+
},
|
|
786
|
+
"formValidation": {
|
|
787
|
+
"mandatory": "{{column}} is mandatory",
|
|
788
|
+
"minValue": "{{column}} is smaller than {{value}}",
|
|
789
|
+
"maxValue": "{{column}} is bigger than {{value}}",
|
|
790
|
+
"minLength": "{{column}} is shorter than {{value}} characters",
|
|
791
|
+
"maxLength": "{{column}} is longer than {{value}} characters"
|
|
792
|
+
},
|
|
793
|
+
"query": {
|
|
794
|
+
"featureCountMax": "You may have more feature queryable on {{value}}. Zoom in to ensure you have access to all features.",
|
|
795
|
+
"link": {
|
|
796
|
+
"message": "Hyperlink copied to clipboard"
|
|
797
|
+
}
|
|
798
|
+
},
|
|
799
|
+
"indexedDb": {
|
|
800
|
+
"data-download-start": "Downloading data. Please don't leave the current app.",
|
|
801
|
+
"data-download-completed": "Data download completed"
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
}
|
|
805
|
+
}
|