@geogirafe/lib-geoportal 1.1.0-dev.2533353529 → 1.1.0-dev.2533501910
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/assets/i18n/de.json +36 -0
- package/assets/i18n/en.json +37 -0
- package/assets/i18n/fr.json +36 -0
- package/assets/i18n/it.json +37 -1
- package/assets/icons/advanced-filter.svg +1 -0
- package/components/advancedfilter/component.d.ts +54 -0
- package/components/advancedfilter/component.js +213 -0
- package/components/advancedfilter/layerfilterelement.d.ts +66 -0
- package/components/advancedfilter/layerfilterelement.js +182 -0
- package/components/main.d.ts +1 -0
- package/components/main.js +1 -0
- package/components/map/component.js +6 -7
- package/components/querybuilder/component.d.ts +4 -7
- package/components/querybuilder/component.js +25 -60
- package/components/treeview/tools/treeviewelement.js +14 -1
- package/components/treeview/treeviewitem/component.js +1 -1
- package/models/filter.d.ts +19 -0
- package/models/filter.js +57 -0
- package/models/main.d.ts +3 -1
- package/models/main.js +2 -1
- package/models/selectionparam.d.ts +2 -2
- package/models/xmlTypes.d.ts +2 -0
- package/models/xmlTypes.js +14 -1
- package/package.json +1 -1
- package/templates/index.html +8 -0
- package/templates/public/about.json +1 -1
- package/tools/app/geogirafeapp.js +2 -0
- package/tools/filter/basefilter.d.ts +35 -0
- package/tools/filter/basefilter.js +58 -0
- package/tools/main.d.ts +6 -3
- package/tools/main.js +4 -1
- package/tools/share/serializers/layerconfigserializer.js +5 -5
- package/tools/share/serializers/selectionserializer.d.ts +1 -1
- package/tools/share/serializers/selectionserializer.js +3 -3
- package/tools/share/serializers/sharedtypes.d.ts +8 -3
- package/tools/share/serializers/wfsfilterserializer.d.ts +4 -0
- package/tools/share/serializers/wfsfilterserializer.js +22 -0
- package/tools/state/graphicalInterface.d.ts +1 -0
- package/tools/state/graphicalInterface.js +1 -0
- package/tools/state/objectselection.d.ts +1 -1
- package/tools/themes/themeshelper.js +6 -2
- package/tools/wfs/wfsclient.js +1 -1
- package/tools/wfs/wfsfilter.d.ts +19 -27
- package/tools/wfs/wfsfilter.js +63 -180
- package/tools/wfs/wfsfiltercondition.d.ts +48 -0
- package/tools/wfs/wfsfiltercondition.js +211 -0
- package/tools/wfs/wfsmanager.d.ts +7 -1
- package/tools/wfs/wfsmanager.js +22 -1
- package/tools/wms/wmsclient.d.ts +1 -1
- package/tools/wms/wmsmanager.d.ts +1 -1
package/assets/i18n/de.json
CHANGED
|
@@ -9,18 +9,23 @@
|
|
|
9
9
|
"Activate batch creation mode to draw multiple features without needing to reselect the tool": "Aktiviere den Batch-Modus um mehrere Formen zu zeichnen ohne das Werkzeug neu auszuwählen",
|
|
10
10
|
"add": "Hinzufügen",
|
|
11
11
|
"Add bookmark": "Lesezeichen hinzufügen",
|
|
12
|
+
"Add condition": "Bedingung hinzufügen",
|
|
12
13
|
"Add selected": "Auswahl hinzufügen",
|
|
13
14
|
"Add your first items": "Fügen Sie Inhalte hinzu:",
|
|
14
15
|
"add_bookmark": "Lesezeichen hinzufügen",
|
|
15
16
|
"add_group": "Karte hinzufügen",
|
|
16
17
|
"add_layer": "Kartenebene hinzufügen",
|
|
17
18
|
"add_theme": "Thema hinzufügen",
|
|
19
|
+
"Advanced filter": "Erweiterter Filter",
|
|
20
|
+
"advanced-filter-panel": "Erweiterter Filter",
|
|
18
21
|
"after": "nach",
|
|
19
22
|
"Altitude": "Höhe",
|
|
20
23
|
"An error occurred while loading the themes. This has nothing to do with GeoGirafe and is very probably a backend-configuration error (wrong content in themes.json, or CORS error). Please check the backend configuration.": "Ein Fehler ist beim Laden der Themen aufgetreten. Dies hat nichts mit GeoGirafe zu tun und ist höchstwahrscheinlich ein Backend-Konfigurationsfehler (falscher Inhalt in themes.json oder CORS-Fehler). Bitte überprüfen Sie die Backend-Konfiguration.",
|
|
24
|
+
"Apply": "Anwenden",
|
|
21
25
|
"Apply filter": "Filter anwenden",
|
|
22
26
|
"Arrows style": "Pfeilstil",
|
|
23
27
|
"Ask a question": "Eine Frage stellen",
|
|
28
|
+
"Attribute": "Attribut",
|
|
24
29
|
"auto_WMTS": "WMS/WMTS",
|
|
25
30
|
"Backend error": "Backend-Fehler",
|
|
26
31
|
"basemap": "Hintergrundkarte",
|
|
@@ -29,8 +34,10 @@
|
|
|
29
34
|
"Batch creation mode": "Batch-Modus",
|
|
30
35
|
"before": "vor",
|
|
31
36
|
"between": "zwischen",
|
|
37
|
+
"boolean": "boolescher Wert",
|
|
32
38
|
"Build": "Build",
|
|
33
39
|
"by selecting a theme": "wählen Sie ein Thema",
|
|
40
|
+
"byte": "Byte",
|
|
34
41
|
"Cancel": "Abbrechen",
|
|
35
42
|
"Cancel editing": "Editieren abbrechen",
|
|
36
43
|
"Cannot send message": "Nachricht konnte nicht gesendet werden",
|
|
@@ -66,8 +73,11 @@
|
|
|
66
73
|
"darkFrontendMode": "Anzeigemodus",
|
|
67
74
|
"darkMapMode": "Dunkle Karte",
|
|
68
75
|
"Date": "Datum",
|
|
76
|
+
"date": "Datum",
|
|
77
|
+
"dateTime": "Datum und Uhrzeit",
|
|
69
78
|
"de": "Deutsch",
|
|
70
79
|
"debug": "Debug",
|
|
80
|
+
"decimal": "Dezimalzahl",
|
|
71
81
|
"Define time restriction on group": "Zeitliche Begrenzung für Gruppe definieren",
|
|
72
82
|
"Define time restriction on layer": "Zeitliche Begrenzung für Layer definieren",
|
|
73
83
|
"delete": "Löschen",
|
|
@@ -92,6 +102,7 @@
|
|
|
92
102
|
"Documentation": "Dokumentation",
|
|
93
103
|
"does not contain": "enthält nicht",
|
|
94
104
|
"does not equal": "ungleich",
|
|
105
|
+
"double": "Gleitkommazahl",
|
|
95
106
|
"download": "Herunterladen",
|
|
96
107
|
"download_help": "Herunterladen",
|
|
97
108
|
"download_video": "Video herunterladen",
|
|
@@ -143,6 +154,7 @@
|
|
|
143
154
|
"File from": "Datei vom",
|
|
144
155
|
"Files _fileNames_ are not supported": "Dateien '_fileNames_' werden nicht unterstützt",
|
|
145
156
|
"Fill color": "Füllfarbe",
|
|
157
|
+
"Filter": "Filter",
|
|
146
158
|
"Filter external layers...": "Ebenen filtern...",
|
|
147
159
|
"Filter layer": "Layer filtern",
|
|
148
160
|
"Filter layer tree...": "Layerliste filtern...",
|
|
@@ -191,6 +203,8 @@
|
|
|
191
203
|
"Hide Swiper": "Swiper ausblenden",
|
|
192
204
|
"info": "Information",
|
|
193
205
|
"Information without public faith": "Informationen ohne öffentliche Glaubwürdigkeit",
|
|
206
|
+
"int": "Ganzzahl",
|
|
207
|
+
"integer": "Ganzzahl",
|
|
194
208
|
"Intensity": "Intensität",
|
|
195
209
|
"Invert selection": "Auswahl umkehren",
|
|
196
210
|
"is blank": "ist leer",
|
|
@@ -202,6 +216,8 @@
|
|
|
202
216
|
"Label": "Beschriftung",
|
|
203
217
|
"language": "Sprache",
|
|
204
218
|
"Large": "Gross",
|
|
219
|
+
"Layer": "Layer",
|
|
220
|
+
"Layer selection": "Layerauswahl",
|
|
205
221
|
"Layers": "Layer",
|
|
206
222
|
"Layers (from Capabilities)": "Layer (aus Capabilities)",
|
|
207
223
|
"layers selected": "ausgewählte Ebene(n)",
|
|
@@ -223,9 +239,11 @@
|
|
|
223
239
|
"local": "Lokal",
|
|
224
240
|
"local file": "Local File",
|
|
225
241
|
"Local Files": "Lokale Dateien",
|
|
242
|
+
"Logic": "Logik",
|
|
226
243
|
"Login": "Anmelden",
|
|
227
244
|
"logLevel": "Log Level",
|
|
228
245
|
"Logout": "Abmelden",
|
|
246
|
+
"long": "lange Ganzzahl",
|
|
229
247
|
"Longpress disable geolocation": "Drücke den Button und halte ihn gedrückt, um die Geolokalisierung zu deaktivieren.",
|
|
230
248
|
"Manual entry": "Manuelle Eingabe",
|
|
231
249
|
"map": "Karte",
|
|
@@ -241,6 +259,8 @@
|
|
|
241
259
|
"My selection": "Meine Auswahl",
|
|
242
260
|
"Name": "Name",
|
|
243
261
|
"Navigate to Selection": "Zur Auswahl navigieren",
|
|
262
|
+
"negativeInteger": "negative Ganzzahl",
|
|
263
|
+
"New Filter": "Neuer Filter",
|
|
244
264
|
"news": "Nachrichten",
|
|
245
265
|
"No": "Nein",
|
|
246
266
|
"No bookmark": "Kein Lesezeichen",
|
|
@@ -248,8 +268,12 @@
|
|
|
248
268
|
"No features where found in your file that could be displayed within the maximal extent configured in your application.": "In Ihrer Datei wurden keine Objekte gefunden, die im maximalen Ausschnitt angezeigt werden können, der in Ihrer Anwendung konfiguriert ist.",
|
|
249
269
|
"No features within map extent": "Keine Objekte im Kartenausschnitt",
|
|
250
270
|
"No graph to export in PNG!": "Kein Diagramm zum Exportieren als PNG!",
|
|
271
|
+
"No layer available": "Kein Layer verfügbar",
|
|
251
272
|
"No match found": "Keine Ergebnisse gefunden",
|
|
273
|
+
"nonNegativeInteger": "positive Ganzzahl",
|
|
274
|
+
"nonPositiveInteger": "negative Ganzzahl",
|
|
252
275
|
"Nothing here yet!": "Hier ist noch nichts!",
|
|
276
|
+
"number": "Zahl",
|
|
253
277
|
"Offline data": "Offline-Daten",
|
|
254
278
|
"Offline mode": "Offline-Modus",
|
|
255
279
|
"Ok": "Ok",
|
|
@@ -264,7 +288,9 @@
|
|
|
264
288
|
"onboarding-treeview-filter-selection-description": "Sie können die in der Baumansicht vorhandenen Layer filtern",
|
|
265
289
|
"onboarding-treeview-filter-selection-title": "Layer filtern",
|
|
266
290
|
"Only WMTS layers are saved": "Nur WMTS-Layer werden gespeichert",
|
|
291
|
+
"Open advanced filter tool": "Erweiterte Filter öffnen",
|
|
267
292
|
"OpenStreetMap": "OpenStreetMap",
|
|
293
|
+
"Operator": "Operator",
|
|
268
294
|
"or": "oder",
|
|
269
295
|
"palette_option_blues": "Blautöne",
|
|
270
296
|
"palette_option_greys": "Graustufen",
|
|
@@ -277,6 +303,7 @@
|
|
|
277
303
|
"PNG export": "PNG-Export",
|
|
278
304
|
"Point": "Punkt",
|
|
279
305
|
"Polygon": "Polygon",
|
|
306
|
+
"positiveInteger": "positive Ganzzahl",
|
|
280
307
|
"predefined": "Vordefiniert",
|
|
281
308
|
"Predefined servers": "Vordefinierte Server",
|
|
282
309
|
"Press 'Enter' to apply": "Drücken Sie 'Enter' um anzuwenden",
|
|
@@ -371,8 +398,11 @@
|
|
|
371
398
|
"search_tooltip": "Suchen Sie nach einem Ort, einer Adresse, einer Karte oder geografischen Daten",
|
|
372
399
|
"searchFillColor": "Suchresultat Füllfarbe",
|
|
373
400
|
"searchStrokeColor": "Suchresultat Strichfarbe",
|
|
401
|
+
"Select a layer": "Layer auswählen",
|
|
374
402
|
"Select all": "Alles auswählen",
|
|
375
403
|
"Select all filtered layers": "Alle Layers im Filter auswählen",
|
|
404
|
+
"Select an attribute": "Attribut auswählen",
|
|
405
|
+
"Select an operator": "Operator auswählen",
|
|
376
406
|
"Select attribute...": "Attribut auswählen...",
|
|
377
407
|
"Select basemap": "Hintergrundkarte auswählen",
|
|
378
408
|
"Select File": "Datei auswählen",
|
|
@@ -394,6 +424,7 @@
|
|
|
394
424
|
"Shadows": "Schatten",
|
|
395
425
|
"Share this map": "Diese Karte teilen",
|
|
396
426
|
"share-panel": "Karte teilen oder einbetten",
|
|
427
|
+
"short": "kurze Ganzzahl",
|
|
397
428
|
"Show metadata": "Metadaten anzeigen",
|
|
398
429
|
"Show or hide measure information": "Massinformationen anzeigen oder ausblenden",
|
|
399
430
|
"Show or hide shape name": "Formname anzeigen oder ausblenden",
|
|
@@ -416,6 +447,7 @@
|
|
|
416
447
|
"Source Type": "Typ der Quelle",
|
|
417
448
|
"Square": "Quadrat",
|
|
418
449
|
"stop_video": "Video stoppen",
|
|
450
|
+
"string": "Text",
|
|
419
451
|
"Stroke color": "Strichfarbe",
|
|
420
452
|
"Suggestions": "Vorschläge",
|
|
421
453
|
"SVG": "SVG",
|
|
@@ -444,6 +476,10 @@
|
|
|
444
476
|
"Tools": "Werkzeuge",
|
|
445
477
|
"unfreeze-column": "Spaltenfixierung aufheben",
|
|
446
478
|
"Unselect all filtered layers": "Alle Layers im Filter abwählen",
|
|
479
|
+
"unsignedByte": "vorzeichenloses Byte",
|
|
480
|
+
"unsignedInt": "vorzeichenlose Ganzzahl",
|
|
481
|
+
"unsignedLong": "vorzeichenlose lange Ganzzahl",
|
|
482
|
+
"unsignedShort": "vorzeichenlose kurze Ganzzahl",
|
|
447
483
|
"Unsupported file format": "Nicht unterstütztes Dateiformat",
|
|
448
484
|
"URL (auto_WMTS)": "URL",
|
|
449
485
|
"URL (WMS)": "URL",
|
package/assets/i18n/en.json
CHANGED
|
@@ -9,18 +9,24 @@
|
|
|
9
9
|
"Activate batch creation mode to draw multiple features without needing to reselect the tool": "Activate batch creation mode to draw multiple features without the needing to reselect the tool",
|
|
10
10
|
"add": "Add",
|
|
11
11
|
"Add bookmark": "Add bookmark",
|
|
12
|
+
"Add condition": "Add condition",
|
|
12
13
|
"Add selected": "Add selected",
|
|
13
14
|
"Add your first items": "Add your first items",
|
|
14
15
|
"add_bookmark": "Add bookmark",
|
|
15
16
|
"add_group": "Add a layergroup",
|
|
16
17
|
"add_layer": "Add a layer",
|
|
17
18
|
"add_theme": "Add a theme",
|
|
19
|
+
|
|
20
|
+
"Advanced filter": "Advanced filter",
|
|
21
|
+
"advanced-filter-panel": "Advanced Filter",
|
|
18
22
|
"after": "after",
|
|
19
23
|
"Altitude": "Altitude",
|
|
20
24
|
"An error occurred while loading the themes. This has nothing to do with GeoGirafe and is very probably a backend-configuration error (wrong content in themes.json, or CORS error). Please check the backend configuration.": "An error occurred while loading the themes. This has nothing to do with GeoGirafe and is very probably a backend-configuration error (wrong content in themes.json, or CORS error). Please check the backend configuration.",
|
|
25
|
+
"Apply": "Apply",
|
|
21
26
|
"Apply filter": "Apply filter",
|
|
22
27
|
"Arrows style": "Arrows style",
|
|
23
28
|
"Ask a question": "Ask a question",
|
|
29
|
+
"Attribute": "Attribute",
|
|
24
30
|
"auto_WMTS": "WMS/WMTS",
|
|
25
31
|
"Backend error": "Backend error",
|
|
26
32
|
"basemap": "Basemap",
|
|
@@ -29,8 +35,10 @@
|
|
|
29
35
|
"Batch creation mode": "Batch creation mode",
|
|
30
36
|
"before": "before",
|
|
31
37
|
"between": "between",
|
|
38
|
+
"boolean": "boolean",
|
|
32
39
|
"Build": "Build",
|
|
33
40
|
"by selecting a theme": "by selecting a theme",
|
|
41
|
+
"byte": "byte",
|
|
34
42
|
"Cancel": "Cancel",
|
|
35
43
|
"Cancel editing": "Cancel editing",
|
|
36
44
|
"Cannot send message": "Cannot send message",
|
|
@@ -66,8 +74,11 @@
|
|
|
66
74
|
"darkFrontendMode": "Display mode",
|
|
67
75
|
"darkMapMode": "Dark map",
|
|
68
76
|
"Date": "Date",
|
|
77
|
+
"date": "date",
|
|
78
|
+
"dateTime": "date time",
|
|
69
79
|
"de": "German",
|
|
70
80
|
"debug": "Debug",
|
|
81
|
+
"decimal": "decimal",
|
|
71
82
|
"Define time restriction on group": "Define time restriction on group",
|
|
72
83
|
"Define time restriction on layer": "Define time restriction on layer",
|
|
73
84
|
"delete": "Delete",
|
|
@@ -92,6 +103,7 @@
|
|
|
92
103
|
"Documentation": "Documentation",
|
|
93
104
|
"does not contain": "does not contain",
|
|
94
105
|
"does not equal": "does not equal",
|
|
106
|
+
"double": "double",
|
|
95
107
|
"download": "Download",
|
|
96
108
|
"download_help": "Download",
|
|
97
109
|
"download_video": "Download video",
|
|
@@ -144,6 +156,7 @@
|
|
|
144
156
|
"File from": "File from",
|
|
145
157
|
"Files _fileNames_ are not supported": "Files _fileNames_ are not supported",
|
|
146
158
|
"Fill color": "Fill color",
|
|
159
|
+
"Filter": "Filter",
|
|
147
160
|
"Filter external layers...": "Filter layers...",
|
|
148
161
|
"Filter layer": "Filter layer",
|
|
149
162
|
"Filter layer tree...": "Filter layer tree...",
|
|
@@ -192,6 +205,8 @@
|
|
|
192
205
|
"Hide Swiper": "Hide Swiper",
|
|
193
206
|
"info": "Info",
|
|
194
207
|
"Information without public faith": "Information without public faith",
|
|
208
|
+
"int": "integer",
|
|
209
|
+
"integer": "integer",
|
|
195
210
|
"Intensity": "Intensity",
|
|
196
211
|
"Invert selection": "Invert selection",
|
|
197
212
|
"is blank": "is blank",
|
|
@@ -203,6 +218,8 @@
|
|
|
203
218
|
"Label": "Label",
|
|
204
219
|
"language": "Language",
|
|
205
220
|
"Large": "Large",
|
|
221
|
+
"Layer": "Layer",
|
|
222
|
+
"Layer selection": "Layer selection",
|
|
206
223
|
"Layers": "Layers",
|
|
207
224
|
"Layers (from Capabilities)": "Layers (from Capabilities)",
|
|
208
225
|
"layers selected": "layer(s) selected",
|
|
@@ -224,9 +241,11 @@
|
|
|
224
241
|
"local": "Local",
|
|
225
242
|
"local file": "Local File",
|
|
226
243
|
"Local Files": "Local Files",
|
|
244
|
+
"Logic": "Logic",
|
|
227
245
|
"Login": "Login",
|
|
228
246
|
"logLevel": "Log level",
|
|
229
247
|
"Logout": "Logout",
|
|
248
|
+
"long": "long",
|
|
230
249
|
"Longpress disable geolocation": "Press and hold the button to disable geolocation.",
|
|
231
250
|
"Manual entry": "Manual entry",
|
|
232
251
|
"map": "Map",
|
|
@@ -242,6 +261,8 @@
|
|
|
242
261
|
"My selection": "My selection",
|
|
243
262
|
"Name": "Name",
|
|
244
263
|
"Navigate to Selection": "Navigate to Selection",
|
|
264
|
+
"negativeInteger": "negative integer",
|
|
265
|
+
"New Filter": "New Filter",
|
|
245
266
|
"news": "News",
|
|
246
267
|
"No": "No",
|
|
247
268
|
"No bookmark": "No bookmark",
|
|
@@ -249,8 +270,12 @@
|
|
|
249
270
|
"No features where found in your file that could be displayed within the maximal extent configured in your application.": "No features where found in your file that could be displayed within the maximal extent configured in your application.",
|
|
250
271
|
"No features within map extent": "No features within map extent",
|
|
251
272
|
"No graph to export in PNG!": "No graph to export in PNG!",
|
|
273
|
+
"No layer available": "No layer available",
|
|
252
274
|
"No match found": "No match found",
|
|
275
|
+
"nonNegativeInteger": "non-negative integer",
|
|
276
|
+
"nonPositiveInteger": "non-positive integer",
|
|
253
277
|
"Nothing here yet!": "Nothing here yet!",
|
|
278
|
+
"number": "number",
|
|
254
279
|
"Offline data": "Offline data",
|
|
255
280
|
"Offline mode": "Offline mode",
|
|
256
281
|
"Ok": "Ok",
|
|
@@ -265,7 +290,9 @@
|
|
|
265
290
|
"onboarding-treeview-filter-selection-description": "You have the possibility to filter the layers present in the treeview",
|
|
266
291
|
"onboarding-treeview-filter-selection-title": "Filter layer",
|
|
267
292
|
"Only WMTS layers are saved": "Only WMTS layers are saved",
|
|
293
|
+
"Open advanced filter tool": "Open advanced filter tool",
|
|
268
294
|
"OpenStreetMap": "OpenStreetMap",
|
|
295
|
+
"Operator": "Operator",
|
|
269
296
|
"or": "or",
|
|
270
297
|
"palette_option_blues": "Blues",
|
|
271
298
|
"palette_option_greys": "Greys",
|
|
@@ -278,6 +305,7 @@
|
|
|
278
305
|
"PNG export": "PNG export",
|
|
279
306
|
"Point": "Point",
|
|
280
307
|
"Polygon": "Polygon",
|
|
308
|
+
"positiveInteger": "positive integer",
|
|
281
309
|
"predefined": "Predefined",
|
|
282
310
|
"Predefined servers": "Predefined servers",
|
|
283
311
|
"Press 'Enter' to apply": "Press 'Enter' to apply",
|
|
@@ -372,8 +400,11 @@
|
|
|
372
400
|
"search_tooltip": "Search for a place, address, map, or geographic data",
|
|
373
401
|
"searchFillColor": "Search result fill color",
|
|
374
402
|
"searchStrokeColor": "Search result stroke color",
|
|
403
|
+
"Select a layer": "Select a layer",
|
|
375
404
|
"Select all": "Select all",
|
|
376
405
|
"Select all filtered layers": "Select all filtered layers",
|
|
406
|
+
"Select an attribute": "Select an attribute",
|
|
407
|
+
"Select an operator": "Select an operator",
|
|
377
408
|
"Select attribute...": "Select attribute...",
|
|
378
409
|
"Select basemap": "Select basemap",
|
|
379
410
|
"Select File": "Select File",
|
|
@@ -395,6 +426,7 @@
|
|
|
395
426
|
"Shadows": "Shadows",
|
|
396
427
|
"Share this map": "Share this map",
|
|
397
428
|
"share-panel": "Share or embed map",
|
|
429
|
+
"short": "short",
|
|
398
430
|
"Show metadata": "Show metadata",
|
|
399
431
|
"Show or hide measure information": "Show or hide measure information",
|
|
400
432
|
"Show or hide shape name": "Show or hide shape name",
|
|
@@ -418,6 +450,7 @@
|
|
|
418
450
|
"Source Type": "Source Type",
|
|
419
451
|
"Square": "Square",
|
|
420
452
|
"stop_video": "Stop video",
|
|
453
|
+
"string": "string",
|
|
421
454
|
"Stroke color": "Stroke color",
|
|
422
455
|
"Suggestions": "Suggestions",
|
|
423
456
|
"SVG": "SVG",
|
|
@@ -446,6 +479,10 @@
|
|
|
446
479
|
"Tools": "Tools",
|
|
447
480
|
"unfreeze-column": "Unfreeze column",
|
|
448
481
|
"Unselect all filtered layers": "Unselect all filtered layers",
|
|
482
|
+
"unsignedByte": "unsigned byte",
|
|
483
|
+
"unsignedInt": "unsigned integer",
|
|
484
|
+
"unsignedLong": "unsigned long",
|
|
485
|
+
"unsignedShort": "unsigned short",
|
|
449
486
|
"Unsupported file format": "Unsupported file format",
|
|
450
487
|
"URL (auto_WMTS)": "URL",
|
|
451
488
|
"URL (WMS)": "URL",
|
package/assets/i18n/fr.json
CHANGED
|
@@ -9,18 +9,23 @@
|
|
|
9
9
|
"Activate batch creation mode to draw multiple features without needing to reselect the tool": "Activez le mode batch pour dessiner plusieurs entités sans avoir besoin de resélectionner l'outil",
|
|
10
10
|
"add": "Ajouter",
|
|
11
11
|
"Add bookmark": "Ajouter un favori",
|
|
12
|
+
"Add condition": "Ajouter une condition",
|
|
12
13
|
"Add selected": "Ajouter la sélection",
|
|
13
14
|
"Add your first items": "Ajoutez vos premiers éléments",
|
|
14
15
|
"add_bookmark": "Ajouter un favori",
|
|
15
16
|
"add_group": "Ajouter un groupe de couches",
|
|
16
17
|
"add_layer": "Ajouter une couche",
|
|
17
18
|
"add_theme": "Ajouter un thème",
|
|
19
|
+
"Advanced filter": "Filter avancé",
|
|
20
|
+
"advanced-filter-panel": "Filter avancé",
|
|
18
21
|
"after": "après",
|
|
19
22
|
"Altitude": "Altitude",
|
|
20
23
|
"An error occurred while loading the themes. This has nothing to do with GeoGirafe and is very probably a backend-configuration error (wrong content in themes.json, or CORS error). Please check the backend configuration.": "Une erreur s'est produite lors du chargement des thèmes. Cela n'a rien à voir avec GeoGirafe et est très probablement une erreur de configuration du backend (contenu incorrect dans themes.json ou erreur CORS). Veuillez vérifier la configuration du backend.",
|
|
24
|
+
"Apply": "Appliquer",
|
|
21
25
|
"Apply filter": "Appliquer le filtre",
|
|
22
26
|
"Arrows style": "Style de flèches",
|
|
23
27
|
"Ask a question": "Poser une question",
|
|
28
|
+
"Attribute": "Attribut",
|
|
24
29
|
"auto_WMTS": "WMS/WMTS",
|
|
25
30
|
"Backend error": "Erreur de backend",
|
|
26
31
|
"basemap": "Fonds de carte",
|
|
@@ -29,8 +34,10 @@
|
|
|
29
34
|
"Batch creation mode": "mode batch",
|
|
30
35
|
"before": "avant",
|
|
31
36
|
"between": "entre",
|
|
37
|
+
"boolean": "booléen",
|
|
32
38
|
"Build": "Build",
|
|
33
39
|
"by selecting a theme": "en sélectionnant un thème",
|
|
40
|
+
"byte": "octet",
|
|
34
41
|
"Cancel": "Annuler",
|
|
35
42
|
"Cancel editing": "Annuler l'édition",
|
|
36
43
|
"Cannot send message": "Impossible d'envoyer le message",
|
|
@@ -66,8 +73,11 @@
|
|
|
66
73
|
"darkFrontendMode": "Mode d'affichage",
|
|
67
74
|
"darkMapMode": "Carte sombre",
|
|
68
75
|
"Date": "Date",
|
|
76
|
+
"date": "date",
|
|
77
|
+
"dateTime": "date et heure",
|
|
69
78
|
"de": "Allemand",
|
|
70
79
|
"debug": "Debug",
|
|
80
|
+
"decimal": "décimal",
|
|
71
81
|
"Define time restriction on group": "Définir la restriction temporelle pour le groupe",
|
|
72
82
|
"Define time restriction on layer": "Définir la restriction temporelle sur la couche",
|
|
73
83
|
"delete": "Supprimer",
|
|
@@ -92,6 +102,7 @@
|
|
|
92
102
|
"Documentation": "Documentation",
|
|
93
103
|
"does not contain": "ne contient pas",
|
|
94
104
|
"does not equal": "n'est pas égal à",
|
|
105
|
+
"double": "double",
|
|
95
106
|
"download": "Télécharger",
|
|
96
107
|
"download_help": "Télécharger",
|
|
97
108
|
"download_video": "Télécharger la vidéo",
|
|
@@ -143,6 +154,7 @@
|
|
|
143
154
|
"File from": "Fichier de",
|
|
144
155
|
"Files _fileNames_ are not supported": "Les fichiers _fileNames_ ne sont pas supportés",
|
|
145
156
|
"Fill color": "Couleur de remplissage",
|
|
157
|
+
"Filter": "Filtrer",
|
|
146
158
|
"Filter external layers...": "Filtrer les couches...",
|
|
147
159
|
"Filter layer": "Filtrer la couche",
|
|
148
160
|
"Filter layer tree...": "Filtrer les couches...",
|
|
@@ -191,6 +203,8 @@
|
|
|
191
203
|
"Hide Swiper": "Masquer le swiper",
|
|
192
204
|
"info": "Information",
|
|
193
205
|
"Information without public faith": "Informations dépourvues de foi publique",
|
|
206
|
+
"int": "entier",
|
|
207
|
+
"integer": "entier",
|
|
194
208
|
"Intensity": "Intensité",
|
|
195
209
|
"Invert selection": "Inverser la sélection",
|
|
196
210
|
"is blank": "est vide",
|
|
@@ -202,6 +216,8 @@
|
|
|
202
216
|
"Label": "Étiquette",
|
|
203
217
|
"language": "Langue",
|
|
204
218
|
"Large": "Grande",
|
|
219
|
+
"Layer": "Couche",
|
|
220
|
+
"Layer selection": "Sélection de couches",
|
|
205
221
|
"Layers": "Couches",
|
|
206
222
|
"Layers (from Capabilities)": "Couches (depuis Capabilities)",
|
|
207
223
|
"layers selected": "couche(s) sélectionnée(s)",
|
|
@@ -223,9 +239,11 @@
|
|
|
223
239
|
"local": "Locale",
|
|
224
240
|
"local file": "Fichier local",
|
|
225
241
|
"Local Files": "Fichiers locaux",
|
|
242
|
+
"Logic": "Logique",
|
|
226
243
|
"Login": "Connexion",
|
|
227
244
|
"logLevel": "Niveau de log",
|
|
228
245
|
"Logout": "Déconnexion",
|
|
246
|
+
"long": "entier long",
|
|
229
247
|
"Longpress disable geolocation": "Maintenez le bouton pour désactiver la géolocalisation.",
|
|
230
248
|
"Manual entry": "Entrée manuelle",
|
|
231
249
|
"map": "Carte",
|
|
@@ -241,6 +259,8 @@
|
|
|
241
259
|
"My selection": "Ma sélection",
|
|
242
260
|
"Name": "Nom",
|
|
243
261
|
"Navigate to Selection": "Naviguer vers la sélection",
|
|
262
|
+
"negativeInteger": "entier négatif",
|
|
263
|
+
"New Filter": "Nouveau filtre",
|
|
244
264
|
"news": "Actualités",
|
|
245
265
|
"No": "Non",
|
|
246
266
|
"No bookmark": "Aucun favori",
|
|
@@ -248,8 +268,12 @@
|
|
|
248
268
|
"No features where found in your file that could be displayed within the maximal extent configured in your application.": "Aucune entité n’a été trouvée dans votre fichier pouvant être affichée dans l’étendue maximale configurée dans votre application.",
|
|
249
269
|
"No features within map extent": "Aucune entité dans l'étendue de la carte",
|
|
250
270
|
"No graph to export in PNG!": "Aucun graphique à exporter en PNG !",
|
|
271
|
+
"No layer available": "Aucune couche disponible",
|
|
251
272
|
"No match found": "Aucun résultat correspondant",
|
|
273
|
+
"nonNegativeInteger": "entier non négatif",
|
|
274
|
+
"nonPositiveInteger": "entier non positif",
|
|
252
275
|
"Nothing here yet!": "Rien ici pour le moment !",
|
|
276
|
+
"number": "chiffre",
|
|
253
277
|
"Offline data": "Données hors-ligne",
|
|
254
278
|
"Offline mode": "Mode hors-ligne",
|
|
255
279
|
"Ok": "Ok",
|
|
@@ -264,7 +288,9 @@
|
|
|
264
288
|
"onboarding-treeview-filter-selection-description": "Vous pouvez filtrer les couches présentes dans l'arborescence",
|
|
265
289
|
"onboarding-treeview-filter-selection-title": "Filtrer les couches",
|
|
266
290
|
"Only WMTS layers are saved": "Seules les couches WMTS sont sauvegardées",
|
|
291
|
+
"Open advanced filter tool": "Ouvrir l'outil de filtre avancé",
|
|
267
292
|
"OpenStreetMap": "OpenStreetMap",
|
|
293
|
+
"Operator": "Opérateur",
|
|
268
294
|
"or": "ou",
|
|
269
295
|
"palette_option_blues": "Bleus",
|
|
270
296
|
"palette_option_greys": "Gris",
|
|
@@ -277,6 +303,7 @@
|
|
|
277
303
|
"PNG export": "Export PNG",
|
|
278
304
|
"Point": "Point",
|
|
279
305
|
"Polygon": "Polygone",
|
|
306
|
+
"positiveInteger": "entier positif",
|
|
280
307
|
"predefined": "Prédéfini",
|
|
281
308
|
"Predefined servers": "Serveurs prédéfinis",
|
|
282
309
|
"Press 'Enter' to apply": "Appuyez sur 'Entrée' pour appliquer",
|
|
@@ -371,8 +398,11 @@
|
|
|
371
398
|
"search_tooltip": "Rechercher un lieu, une adresse, une carte ou une donnée géographique",
|
|
372
399
|
"searchFillColor": "Couleur de remplissage des résultats de recherche",
|
|
373
400
|
"searchStrokeColor": "Couleur du trait des résultats de recherche",
|
|
401
|
+
"Select a layer": "Sélectionner une couche",
|
|
374
402
|
"Select all": "Tout sélectionner",
|
|
375
403
|
"Select all filtered layers": "Sélectionner toutes les couches filtrées",
|
|
404
|
+
"Select an attribute": "Sélectionner un attribut",
|
|
405
|
+
"Select an operator": "Sélectionner un opérateur",
|
|
376
406
|
"Select attribute...": "Sélectionner un attribut...",
|
|
377
407
|
"Select basemap": "Sélectionner la carte de base",
|
|
378
408
|
"Select File": "Choisir un fichier",
|
|
@@ -394,6 +424,7 @@
|
|
|
394
424
|
"Shadows": "Ombres",
|
|
395
425
|
"Share this map": "Partager cette carte",
|
|
396
426
|
"share-panel": "Partager ou intégrer la carte",
|
|
427
|
+
"short": "entier court",
|
|
397
428
|
"Show metadata": "Afficher les métadonnées",
|
|
398
429
|
"Show or hide measure information": "Afficher ou masquer les informations de mesure",
|
|
399
430
|
"Show or hide shape name": "Afficher ou masquer le nom de la forme",
|
|
@@ -416,6 +447,7 @@
|
|
|
416
447
|
"Source Type": "Type de la source",
|
|
417
448
|
"Square": "Carré",
|
|
418
449
|
"stop_video": "Arrêter la vidéo",
|
|
450
|
+
"string": "chaîne",
|
|
419
451
|
"Stroke color": "Couleur du trait",
|
|
420
452
|
"Suggestions": "Suggestions",
|
|
421
453
|
"SVG": "SVG",
|
|
@@ -444,6 +476,10 @@
|
|
|
444
476
|
"Tools": "Outis",
|
|
445
477
|
"unfreeze-column": "Libérer la colonne",
|
|
446
478
|
"Unselect all filtered layers": "Déselectionner toutes les couches filtrées",
|
|
479
|
+
"unsignedByte": "octet non signé",
|
|
480
|
+
"unsignedInt": "entier non signé",
|
|
481
|
+
"unsignedLong": "entier long non signé",
|
|
482
|
+
"unsignedShort": "entier court non signé",
|
|
447
483
|
"Unsupported file format": "Format de fichier non supporté",
|
|
448
484
|
"URL (auto_WMTS)": "URL",
|
|
449
485
|
"URL (WMS)": "URL",
|