qwc2 2025.12.17 → 2025.12.18
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/components/AttributeForm.js +8 -8
- package/components/AttributeTableWidget.js +3 -3
- package/components/EditComboField.js +1 -1
- package/components/EditUploadField.js +1 -1
- package/components/IdentifyViewer.js +3 -4
- package/components/LinkFeatureForm.js +21 -4
- package/components/MeasureSwitcher.js +115 -0
- package/components/PluginsContainer.js +3 -2
- package/components/QtDesignerForm.js +2 -2
- package/components/ResizeableWindow.js +1 -1
- package/components/SearchBox.js +7 -7
- package/components/map3d/drawtool/EditTool3D.js +1 -1
- package/components/style/IdentifyViewer.css +1 -1
- package/components/style/LocationRecorder.css +1 -6
- package/components/style/PluginsContainer.css +11 -6
- package/components/timeline/FixedTimeline.js +2 -2
- package/components/timeline/InfiniteTimeline.js +2 -2
- package/components/timeline/TimelineFeaturesSlider.js +1 -1
- package/components/widgets/LayerCatalogWidget.js +1 -1
- package/package.json +1 -1
- package/plugins/Editing.js +20 -5
- package/plugins/FeatureForm.js +1 -1
- package/plugins/FeatureSearch.js +3 -3
- package/plugins/GeometryDigitizer.js +32 -18
- package/plugins/Identify.js +1 -4
- package/plugins/MapExport.js +4 -4
- package/plugins/MapFilter.js +10 -10
- package/plugins/NewsPopup.js +1 -1
- package/plugins/ObliqueView.js +88 -17
- package/plugins/Print.js +7 -7
- package/plugins/Redlining.js +25 -73
- package/plugins/Reports.js +3 -3
- package/plugins/Routing.js +4 -4
- package/plugins/ValueTool.js +1 -1
- package/plugins/View3D.js +2 -2
- package/plugins/ZoomButtons.js +1 -1
- package/plugins/map/EditingSupport.js +50 -20
- package/plugins/map/RedliningSupport.js +2 -2
- package/plugins/map/SnapSupport.js +12 -10
- package/plugins/map/style/SnappingSupport.css +1 -8
- package/plugins/map3d/Draw3D.js +2 -2
- package/plugins/map3d/ExportObjects3D.js +2 -2
- package/plugins/map3d/MapExport3D.js +4 -4
- package/reducers/editing.js +6 -1
- package/static/translations/bg-BG.json +39 -74
- package/static/translations/ca-ES.json +39 -74
- package/static/translations/cs-CZ.json +39 -74
- package/static/translations/de-CH.json +39 -74
- package/static/translations/de-DE.json +39 -74
- package/static/translations/en-US.json +39 -74
- package/static/translations/es-ES.json +39 -74
- package/static/translations/fi-FI.json +39 -74
- package/static/translations/fr-FR.json +39 -74
- package/static/translations/hu-HU.json +39 -74
- package/static/translations/it-IT.json +39 -74
- package/static/translations/ja-JP.json +39 -74
- package/static/translations/nl-NL.json +39 -74
- package/static/translations/no-NO.json +39 -74
- package/static/translations/pl-PL.json +39 -74
- package/static/translations/pt-BR.json +39 -74
- package/static/translations/pt-PT.json +39 -74
- package/static/translations/ro-RO.json +39 -74
- package/static/translations/ru-RU.json +39 -74
- package/static/translations/sv-SE.json +39 -74
- package/static/translations/tr-TR.json +39 -74
- package/static/translations/tsconfig.json +30 -67
- package/static/translations/uk-UA.json +39 -74
- package/utils/FeatureStyles.js +13 -18
- package/utils/IdentifyUtils.js +14 -11
- package/utils/SearchProviders.js +1 -1
|
@@ -67,7 +67,6 @@
|
|
|
67
67
|
"addfeature": "Ajouter un objet",
|
|
68
68
|
"commit": "Enregistrer les modifications",
|
|
69
69
|
"csvexport": "Exporter en CSV",
|
|
70
|
-
"delete": "Supprimer",
|
|
71
70
|
"deletefailed": "Un ou plusieurs objets n'ont pas pu être supprimés",
|
|
72
71
|
"deletefeatures": "Suppression des objets sélectionnés",
|
|
73
72
|
"deleting": "Suppression en cours...",
|
|
@@ -76,12 +75,10 @@
|
|
|
76
75
|
"geomnoadd": "Veuillez utiliser le formulaire d'édition pour ajouter de nouveaux objets à cette couche",
|
|
77
76
|
"limittoextent": "Dans l'étendue de la carte",
|
|
78
77
|
"loadfailed": "Echec du chargement de l'objet",
|
|
79
|
-
"loading": "Chargement en cours...",
|
|
80
78
|
"nodelete": "Ne pas supprimer",
|
|
81
79
|
"nogeomnoform": "Le formulaire d'édition n'est pas disponible pour les couches sans géométrie",
|
|
82
80
|
"pleasereload": "Veuillez cliquer sur 'Actualiser' pour charger la table d'attributs",
|
|
83
81
|
"reload": "Actualiser",
|
|
84
|
-
"selectlayer": "Sélectionner une couche...",
|
|
85
82
|
"title": "Table d'attributs",
|
|
86
83
|
"zoomtoselection": "Zommer sur les objets sélectionnés"
|
|
87
84
|
},
|
|
@@ -110,6 +107,37 @@
|
|
|
110
107
|
"terms_label": "Conditions d'utilisation",
|
|
111
108
|
"viewertitle_label": "Page d'accueil"
|
|
112
109
|
},
|
|
110
|
+
"common": {
|
|
111
|
+
"all": "Tous",
|
|
112
|
+
"cancel": "Annuler",
|
|
113
|
+
"circle": "Cercle",
|
|
114
|
+
"clear": "Réinitialiser",
|
|
115
|
+
"clone": "Copier",
|
|
116
|
+
"close": "Fermer",
|
|
117
|
+
"delete": "Effacer",
|
|
118
|
+
"download": "Télécharger",
|
|
119
|
+
"ellipse": "Ellipse",
|
|
120
|
+
"export": "Exporter",
|
|
121
|
+
"format": "Format",
|
|
122
|
+
"line": "Ligne",
|
|
123
|
+
"loading": "Chargement en cours...",
|
|
124
|
+
"lock2dview": "Déplacer avec vue 2D",
|
|
125
|
+
"noresults": "Pas de résultats",
|
|
126
|
+
"pick": "Choisir",
|
|
127
|
+
"point": "Point",
|
|
128
|
+
"polygon": "Polygone",
|
|
129
|
+
"rectangle": "Rectangle",
|
|
130
|
+
"resolution": "Résolution",
|
|
131
|
+
"save": "Enregistrer",
|
|
132
|
+
"select": "Sélectionner...",
|
|
133
|
+
"selectlayer": "Sélectionner une couche...",
|
|
134
|
+
"square": "Carré",
|
|
135
|
+
"sync2dview": "Synchroniser avec vue 2D",
|
|
136
|
+
"text": "Texte",
|
|
137
|
+
"wait": "Veuillez patienter...",
|
|
138
|
+
"zoomin": "Zoomer",
|
|
139
|
+
"zoomout": "Dézoomer"
|
|
140
|
+
},
|
|
113
141
|
"compare3d": {
|
|
114
142
|
"clipplane": "Plan d'écrêtage",
|
|
115
143
|
"compare_objects": "Comparer objets",
|
|
@@ -136,17 +164,14 @@
|
|
|
136
164
|
"title": "Visualiseur Cyclomedia"
|
|
137
165
|
},
|
|
138
166
|
"draw3d": {
|
|
139
|
-
"clone": "Copier",
|
|
140
167
|
"cone": "Cône",
|
|
141
168
|
"cuboid": "Cuboïde",
|
|
142
169
|
"cylinder": "Cylindre",
|
|
143
|
-
"delete": "Effacer",
|
|
144
170
|
"drawings": "Dessins",
|
|
145
171
|
"intersect": "Croiser",
|
|
146
172
|
"label": "Texte",
|
|
147
173
|
"newgroupprompt": "Ajouter un groupe de dessin",
|
|
148
174
|
"numericinput": "Entrée numérique",
|
|
149
|
-
"pick": "Choisir",
|
|
150
175
|
"position": "Position",
|
|
151
176
|
"pyramid": "Pyramide",
|
|
152
177
|
"rotate": "Tourner",
|
|
@@ -169,7 +194,6 @@
|
|
|
169
194
|
"add": "Ajouter",
|
|
170
195
|
"attrtable": "Table",
|
|
171
196
|
"canceldelete": "Annuler la suppression",
|
|
172
|
-
"clearpicture": "Réinitialiser",
|
|
173
197
|
"clone_all": "Tous",
|
|
174
198
|
"clone_copy": "Copier sélectionnés",
|
|
175
199
|
"clone_defaulted": "(valuer predef.)",
|
|
@@ -182,23 +206,17 @@
|
|
|
182
206
|
"commitfailed": "Échec de l'enregistrement",
|
|
183
207
|
"contraintviolation": "Violation de contrainte",
|
|
184
208
|
"create": "Créer",
|
|
185
|
-
"delete": "Supprimer",
|
|
186
209
|
"discard": "Rejeter",
|
|
187
210
|
"draw": "Dessiner",
|
|
188
211
|
"feature": "Objet",
|
|
189
212
|
"geomnonzeroz": "La géométrie contient des valeurs Z non nulles et ne peut donc pas être modifiée.",
|
|
190
213
|
"geomreadonly": "La géométrie e peut pas être modifiée.",
|
|
191
214
|
"invalidform": "Formulaire non valide",
|
|
192
|
-
"maximize": "Maximiser",
|
|
193
|
-
"minimize": "Minimiser",
|
|
194
215
|
"noeditablelayers": "Il n'y a pas de couche éditable pour ce thème",
|
|
195
216
|
"paint": "Éditer",
|
|
196
|
-
"pick": "Choisir",
|
|
197
217
|
"pickdrawfeature": "Copier la géométrie existante",
|
|
198
218
|
"reallydelete": "Supprimer",
|
|
199
219
|
"relationcommitfailed": "Certaines relations n'ont pas pu être enregistrées. Pour plus de détails consulter le bouton d'informations",
|
|
200
|
-
"select": "Sélectionner",
|
|
201
|
-
"selectlayer": "Sélectionner une couche...",
|
|
202
220
|
"takepicture": "Ajouter une photo",
|
|
203
221
|
"unsavedchanged": "Il y a des modifications non enregistrées. Faut-il quand même quitter la page?"
|
|
204
222
|
},
|
|
@@ -210,14 +228,11 @@
|
|
|
210
228
|
},
|
|
211
229
|
"featureform": {
|
|
212
230
|
"feature": "Objet",
|
|
213
|
-
"noresults": "Pas de résultats",
|
|
214
231
|
"querying": "Identification en cours...",
|
|
215
232
|
"title": "Formulaire d'objet"
|
|
216
233
|
},
|
|
217
234
|
"featuresearch": {
|
|
218
|
-
"noresults": "Pas de résultats",
|
|
219
235
|
"query": "Terme",
|
|
220
|
-
"select": "Sélectionner",
|
|
221
236
|
"title": "Recherche objet"
|
|
222
237
|
},
|
|
223
238
|
"fileselector": {
|
|
@@ -235,8 +250,7 @@
|
|
|
235
250
|
"line_buffer": "Ligne (sera tamponnée)",
|
|
236
251
|
"point_buffer": "Point (sera tamponnée)",
|
|
237
252
|
"selfinter": "Un ou plusieurs polygones contiennent des auto-intersections",
|
|
238
|
-
"send": "Envoyer"
|
|
239
|
-
"wait": "Chargement..."
|
|
253
|
+
"send": "Envoyer"
|
|
240
254
|
},
|
|
241
255
|
"heightprofile": {
|
|
242
256
|
"asl": "s/mer",
|
|
@@ -262,8 +276,6 @@
|
|
|
262
276
|
"clipboard": "Copier dans le presse-papiers",
|
|
263
277
|
"compare": "Comparer les objets sélectionnés",
|
|
264
278
|
"comparing": "Comparison de {0} objets",
|
|
265
|
-
"download": "Télécharger",
|
|
266
|
-
"export": "Exporter",
|
|
267
279
|
"featureReport": "Données de l'objet",
|
|
268
280
|
"featurecount": "{0} élément(s)",
|
|
269
281
|
"layerall": "Toutes les couches",
|
|
@@ -292,7 +304,6 @@
|
|
|
292
304
|
"asgroup": "Ajouter comme groupe",
|
|
293
305
|
"connect": "Connecter",
|
|
294
306
|
"filter": "Filtrer",
|
|
295
|
-
"loading": "Chargement...",
|
|
296
307
|
"localfile": "Fichier local",
|
|
297
308
|
"nofeatures": "Aucune entité ne peut être importée.",
|
|
298
309
|
"noresults": "Pas de résultat ou URL non valide",
|
|
@@ -348,8 +359,6 @@
|
|
|
348
359
|
"zoomtoobject": "Zoomer sur le objet"
|
|
349
360
|
},
|
|
350
361
|
"linkfeatureform": {
|
|
351
|
-
"cancel": "Annuler",
|
|
352
|
-
"close": "Fermer",
|
|
353
362
|
"drawhint": "Dessiner un objet sur la carte...",
|
|
354
363
|
"pickhint": "Sélectionner un objet sur la carte..."
|
|
355
364
|
},
|
|
@@ -374,32 +383,22 @@
|
|
|
374
383
|
"resetrotation": "Réinitialiser la rotation"
|
|
375
384
|
},
|
|
376
385
|
"map3d": {
|
|
377
|
-
"lockview": "Auto-sync des vues 2D/3D",
|
|
378
|
-
"syncview": "Synchroniser avec vue 2D",
|
|
379
386
|
"terrain": "Terrain",
|
|
380
387
|
"title": "Vue 3D"
|
|
381
388
|
},
|
|
382
389
|
"mapexport": {
|
|
383
390
|
"configuration": "Configuration",
|
|
384
|
-
"format": "Format",
|
|
385
391
|
"projection": "Projection",
|
|
386
|
-
"resolution": "Résolution",
|
|
387
392
|
"scale": "Echelle",
|
|
388
393
|
"size": "Dimension",
|
|
389
|
-
"
|
|
390
|
-
"usersize": "Selectionner sur la carte...",
|
|
391
|
-
"wait": "Veuillez patienter..."
|
|
394
|
+
"usersize": "Selectionner sur la carte..."
|
|
392
395
|
},
|
|
393
396
|
"mapfilter": {
|
|
394
397
|
"addcustomfilter": "Ajouter filtre personnalisé",
|
|
395
398
|
"brokenrendering": "Le rendu de la carte peut être interrompu à cause d'une expression filtre invalide",
|
|
396
|
-
"cancel": "Annuler",
|
|
397
399
|
"geomfilter": "Géométrique",
|
|
398
400
|
"hidefiltergeom": "Masquer la géométrie du filtre",
|
|
399
401
|
"invalidfilter": "Expression de filtre non valide",
|
|
400
|
-
"save": "Enregistrer",
|
|
401
|
-
"select": "Sélectionner...",
|
|
402
|
-
"selectlayer": "Sélectionner couche",
|
|
403
402
|
"timefilter": "Temporelle",
|
|
404
403
|
"timefrom": "De",
|
|
405
404
|
"timeto": "A"
|
|
@@ -443,7 +442,8 @@
|
|
|
443
442
|
"imperial": "Impérial",
|
|
444
443
|
"lengthLabel": "Longueur",
|
|
445
444
|
"metric": "Métrique",
|
|
446
|
-
"pointLabel": "Position"
|
|
445
|
+
"pointLabel": "Position",
|
|
446
|
+
"showmeasurements": "Montrer les mesures"
|
|
447
447
|
},
|
|
448
448
|
"misc": {
|
|
449
449
|
"ctrlclickhint": "Ouvrir avec Ctrl+Clic"
|
|
@@ -454,7 +454,6 @@
|
|
|
454
454
|
"prev": "Page précédente"
|
|
455
455
|
},
|
|
456
456
|
"newspopup": {
|
|
457
|
-
"dialogclose": "Fermer",
|
|
458
457
|
"dontshowagain": "Ne plus montrer",
|
|
459
458
|
"title": "Actualités"
|
|
460
459
|
},
|
|
@@ -484,28 +483,21 @@
|
|
|
484
483
|
},
|
|
485
484
|
"print": {
|
|
486
485
|
"atlasfeature": "Objet atlas",
|
|
487
|
-
"download": "Télécharger",
|
|
488
486
|
"download_as_onepdf": "en un seul document PDF",
|
|
489
487
|
"download_as_onezip": "en un seul fichier ZIP",
|
|
490
488
|
"download_as_single": "en fichiers séparés",
|
|
491
|
-
"format": "Format",
|
|
492
489
|
"grid": "Grille",
|
|
493
490
|
"layout": "Mise en page",
|
|
494
491
|
"legend": "Légende",
|
|
495
|
-
"maximize": "Maximiser",
|
|
496
|
-
"minimize": "Minimiser",
|
|
497
492
|
"nolayouts": "Il n'y a pas de mise en page disponible pour le thème choisi.",
|
|
498
493
|
"notheme": "Pas de thème sélectionné",
|
|
499
494
|
"output": "Impression",
|
|
500
495
|
"overlap": "Superposition",
|
|
501
496
|
"pickatlasfeature": "Choisir dans la couche {0}",
|
|
502
|
-
"resolution": "Résolution",
|
|
503
497
|
"rotation": "Rotation",
|
|
504
|
-
"save": "Enregistrer",
|
|
505
498
|
"scale": "Echelle",
|
|
506
499
|
"series": "Impression en série",
|
|
507
|
-
"submit": "Imprimer"
|
|
508
|
-
"wait": "Veuillez patienter..."
|
|
500
|
+
"submit": "Imprimer"
|
|
509
501
|
},
|
|
510
502
|
"qtdesignerform": {
|
|
511
503
|
"loading": "Chargement du formulaire..."
|
|
@@ -518,35 +510,20 @@
|
|
|
518
510
|
"bufferlayer": "Couche cible",
|
|
519
511
|
"bufferlayername": "Sortie",
|
|
520
512
|
"bufferselectfeature": "Choisissez une entité pour le tampon...",
|
|
521
|
-
"circle": "Cercle",
|
|
522
|
-
"clone": "Copier",
|
|
523
513
|
"ctrlhint": "Ctrl pour sélection multiple...",
|
|
524
|
-
"delete": "Effacer",
|
|
525
514
|
"draw": "Dessiner",
|
|
526
515
|
"edit": "Editer",
|
|
527
|
-
"ellipse": "Ellipse",
|
|
528
|
-
"export": "Exporter",
|
|
529
516
|
"freehand": "Dessin à main libre",
|
|
530
517
|
"label": "Texte",
|
|
531
518
|
"layer": "Couche",
|
|
532
519
|
"layertitle": "Dessin",
|
|
533
|
-
"line": "Ligne",
|
|
534
520
|
"markers": "Pointes",
|
|
535
|
-
"measurements": "Montrer les mesures",
|
|
536
521
|
"numericinput": "Entrée numérique",
|
|
537
|
-
"pick": "Choisir",
|
|
538
|
-
"point": "Point",
|
|
539
|
-
"polygon": "Polygone",
|
|
540
|
-
"rectangle": "Rectangle",
|
|
541
522
|
"size": "Taille",
|
|
542
|
-
"
|
|
543
|
-
"text": "Texte",
|
|
523
|
+
"text": "",
|
|
544
524
|
"transform": "Transformer"
|
|
545
525
|
},
|
|
546
526
|
"reports": {
|
|
547
|
-
"all": "Tous",
|
|
548
|
-
"download": "Télécharger",
|
|
549
|
-
"pick": "Selectionner",
|
|
550
527
|
"region": "Selectionner region",
|
|
551
528
|
"selectlayer": "Sélectionner la couche du rapport..."
|
|
552
529
|
},
|
|
@@ -555,11 +532,9 @@
|
|
|
555
532
|
"addlayer": "Exporter en couche",
|
|
556
533
|
"addviapoint": "Par ici",
|
|
557
534
|
"arriveat": "Arriver à",
|
|
558
|
-
"clear": "Réinitialiser",
|
|
559
535
|
"computefailed": "Échec du calcul",
|
|
560
536
|
"computing": "Calculation...",
|
|
561
537
|
"excludepolygons": "Exclure les zones",
|
|
562
|
-
"export": "Exporter",
|
|
563
538
|
"fastest": "Plus rapide",
|
|
564
539
|
"fromhere": "À partir d'ici",
|
|
565
540
|
"importerror": "Impossible d'importer. Le contenu du fichier doit être une GeoJSON FeatureCollection de points",
|
|
@@ -595,9 +570,7 @@
|
|
|
595
570
|
"finish": "Terminer"
|
|
596
571
|
},
|
|
597
572
|
"search": {
|
|
598
|
-
"all": "Tous",
|
|
599
573
|
"circleradius": "Rayon du cercle",
|
|
600
|
-
"clearfilter": "Effacer",
|
|
601
574
|
"coordinates": "Coordonnées",
|
|
602
575
|
"existinglayer": "La couche existe déjà dans la carte",
|
|
603
576
|
"filter": "Affiner la recherche",
|
|
@@ -606,7 +579,6 @@
|
|
|
606
579
|
"more": "{0} autres résultats",
|
|
607
580
|
"nodescription": "Pas de description disponible",
|
|
608
581
|
"none": "Aucune",
|
|
609
|
-
"noresults": "Pas de résultats",
|
|
610
582
|
"placeholder": "Rechercher un lieu ou ajouter une carte...",
|
|
611
583
|
"places": "Lieus",
|
|
612
584
|
"providerselection": "Services de recherche",
|
|
@@ -694,7 +666,6 @@
|
|
|
694
666
|
"group": "Attribut de regroupement",
|
|
695
667
|
"groupnone": "Aucun",
|
|
696
668
|
"home": "Réinitialiser",
|
|
697
|
-
"loading": "Chargement...",
|
|
698
669
|
"loop": "Répéter",
|
|
699
670
|
"markers": "Marqueurs",
|
|
700
671
|
"notemporaldata": "Aucune couche temporelle n'est visible sur la carte.",
|
|
@@ -725,17 +696,13 @@
|
|
|
725
696
|
"months": "mois",
|
|
726
697
|
"seconds": "secondes",
|
|
727
698
|
"years": "années"
|
|
728
|
-
}
|
|
729
|
-
"zoomin": "Zoomer",
|
|
730
|
-
"zoomout": "Dézoomer"
|
|
699
|
+
}
|
|
731
700
|
},
|
|
732
701
|
"tooltip": {
|
|
733
702
|
"background": "Changer de fond",
|
|
734
703
|
"fullscreendisable": "Désactiver le mode plein écran",
|
|
735
704
|
"fullscreenenable": "Activer le mode plein écran",
|
|
736
|
-
"home": "Afficher toute la carte"
|
|
737
|
-
"zoomin": "Zoomer",
|
|
738
|
-
"zoomout": "Dézoomer"
|
|
705
|
+
"home": "Afficher toute la carte"
|
|
739
706
|
},
|
|
740
707
|
"tourguide": {
|
|
741
708
|
"done": "Terminé",
|
|
@@ -743,7 +710,6 @@
|
|
|
743
710
|
"previous": "Précédent"
|
|
744
711
|
},
|
|
745
712
|
"valuetool": {
|
|
746
|
-
"all": "Tous",
|
|
747
713
|
"allbands": "Tous les bandes",
|
|
748
714
|
"alllayers": "Tous les couches",
|
|
749
715
|
"bands": "Bandes",
|
|
@@ -770,7 +736,6 @@
|
|
|
770
736
|
"storingstate": "Enregistrement de la vue 3D..."
|
|
771
737
|
},
|
|
772
738
|
"window": {
|
|
773
|
-
"close": "Fermer",
|
|
774
739
|
"detach": "Détacher",
|
|
775
740
|
"dock": "Attacher",
|
|
776
741
|
"embed": "Incorporer",
|
|
@@ -67,7 +67,6 @@
|
|
|
67
67
|
"addfeature": "",
|
|
68
68
|
"commit": "",
|
|
69
69
|
"csvexport": "",
|
|
70
|
-
"delete": "",
|
|
71
70
|
"deletefailed": "",
|
|
72
71
|
"deletefeatures": "",
|
|
73
72
|
"deleting": "",
|
|
@@ -76,12 +75,10 @@
|
|
|
76
75
|
"geomnoadd": "",
|
|
77
76
|
"limittoextent": "",
|
|
78
77
|
"loadfailed": "",
|
|
79
|
-
"loading": "",
|
|
80
78
|
"nodelete": "",
|
|
81
79
|
"nogeomnoform": "",
|
|
82
80
|
"pleasereload": "",
|
|
83
81
|
"reload": "",
|
|
84
|
-
"selectlayer": "",
|
|
85
82
|
"title": "",
|
|
86
83
|
"zoomtoselection": ""
|
|
87
84
|
},
|
|
@@ -110,6 +107,37 @@
|
|
|
110
107
|
"terms_label": "Használati feltételek",
|
|
111
108
|
"viewertitle_label": ""
|
|
112
109
|
},
|
|
110
|
+
"common": {
|
|
111
|
+
"all": "",
|
|
112
|
+
"cancel": "",
|
|
113
|
+
"circle": "",
|
|
114
|
+
"clear": "",
|
|
115
|
+
"clone": "",
|
|
116
|
+
"close": "",
|
|
117
|
+
"delete": "",
|
|
118
|
+
"download": "",
|
|
119
|
+
"ellipse": "",
|
|
120
|
+
"export": "",
|
|
121
|
+
"format": "Formátum:",
|
|
122
|
+
"line": "Vonaé",
|
|
123
|
+
"loading": "",
|
|
124
|
+
"lock2dview": "",
|
|
125
|
+
"noresults": "",
|
|
126
|
+
"pick": "",
|
|
127
|
+
"point": "Pont",
|
|
128
|
+
"polygon": "Poligon",
|
|
129
|
+
"rectangle": "",
|
|
130
|
+
"resolution": "Felbontás:",
|
|
131
|
+
"save": "",
|
|
132
|
+
"select": "",
|
|
133
|
+
"selectlayer": "",
|
|
134
|
+
"square": "",
|
|
135
|
+
"sync2dview": "",
|
|
136
|
+
"text": "Szöveg",
|
|
137
|
+
"wait": "",
|
|
138
|
+
"zoomin": "",
|
|
139
|
+
"zoomout": ""
|
|
140
|
+
},
|
|
113
141
|
"compare3d": {
|
|
114
142
|
"clipplane": "",
|
|
115
143
|
"compare_objects": "",
|
|
@@ -136,17 +164,14 @@
|
|
|
136
164
|
"title": ""
|
|
137
165
|
},
|
|
138
166
|
"draw3d": {
|
|
139
|
-
"clone": "",
|
|
140
167
|
"cone": "",
|
|
141
168
|
"cuboid": "",
|
|
142
169
|
"cylinder": "",
|
|
143
|
-
"delete": "",
|
|
144
170
|
"drawings": "",
|
|
145
171
|
"intersect": "",
|
|
146
172
|
"label": "",
|
|
147
173
|
"newgroupprompt": "",
|
|
148
174
|
"numericinput": "",
|
|
149
|
-
"pick": "",
|
|
150
175
|
"position": "",
|
|
151
176
|
"pyramid": "",
|
|
152
177
|
"rotate": "",
|
|
@@ -169,7 +194,6 @@
|
|
|
169
194
|
"add": "",
|
|
170
195
|
"attrtable": "",
|
|
171
196
|
"canceldelete": "Ne töröld",
|
|
172
|
-
"clearpicture": "",
|
|
173
197
|
"clone_all": "",
|
|
174
198
|
"clone_copy": "",
|
|
175
199
|
"clone_defaulted": "",
|
|
@@ -182,23 +206,17 @@
|
|
|
182
206
|
"commitfailed": "",
|
|
183
207
|
"contraintviolation": "",
|
|
184
208
|
"create": "",
|
|
185
|
-
"delete": "Törlés",
|
|
186
209
|
"discard": "Elvetés",
|
|
187
210
|
"draw": "Rajzolás",
|
|
188
211
|
"feature": "",
|
|
189
212
|
"geomnonzeroz": "",
|
|
190
213
|
"geomreadonly": "",
|
|
191
214
|
"invalidform": "",
|
|
192
|
-
"maximize": "",
|
|
193
|
-
"minimize": "",
|
|
194
215
|
"noeditablelayers": "Nincs szerkeszthető fólia.",
|
|
195
216
|
"paint": "",
|
|
196
|
-
"pick": "Kiválasztás",
|
|
197
217
|
"pickdrawfeature": "",
|
|
198
218
|
"reallydelete": "Törlés",
|
|
199
219
|
"relationcommitfailed": "",
|
|
200
|
-
"select": "",
|
|
201
|
-
"selectlayer": "",
|
|
202
220
|
"takepicture": "",
|
|
203
221
|
"unsavedchanged": ""
|
|
204
222
|
},
|
|
@@ -210,14 +228,11 @@
|
|
|
210
228
|
},
|
|
211
229
|
"featureform": {
|
|
212
230
|
"feature": "",
|
|
213
|
-
"noresults": "",
|
|
214
231
|
"querying": "",
|
|
215
232
|
"title": ""
|
|
216
233
|
},
|
|
217
234
|
"featuresearch": {
|
|
218
|
-
"noresults": "",
|
|
219
235
|
"query": "",
|
|
220
|
-
"select": "",
|
|
221
236
|
"title": ""
|
|
222
237
|
},
|
|
223
238
|
"fileselector": {
|
|
@@ -235,8 +250,7 @@
|
|
|
235
250
|
"line_buffer": "",
|
|
236
251
|
"point_buffer": "",
|
|
237
252
|
"selfinter": "",
|
|
238
|
-
"send": ""
|
|
239
|
-
"wait": ""
|
|
253
|
+
"send": ""
|
|
240
254
|
},
|
|
241
255
|
"heightprofile": {
|
|
242
256
|
"asl": "a.s.l.",
|
|
@@ -262,8 +276,6 @@
|
|
|
262
276
|
"clipboard": "",
|
|
263
277
|
"compare": "",
|
|
264
278
|
"comparing": "",
|
|
265
|
-
"download": "",
|
|
266
|
-
"export": "Exportálás",
|
|
267
279
|
"featureReport": "Lekérdezés eredménye",
|
|
268
280
|
"featurecount": "",
|
|
269
281
|
"layerall": "",
|
|
@@ -292,7 +304,6 @@
|
|
|
292
304
|
"asgroup": "",
|
|
293
305
|
"connect": "Kapcsolódás",
|
|
294
306
|
"filter": "Szűrés...",
|
|
295
|
-
"loading": "",
|
|
296
307
|
"localfile": "",
|
|
297
308
|
"nofeatures": "Nem sikerült az importálás.",
|
|
298
309
|
"noresults": "",
|
|
@@ -348,8 +359,6 @@
|
|
|
348
359
|
"zoomtoobject": ""
|
|
349
360
|
},
|
|
350
361
|
"linkfeatureform": {
|
|
351
|
-
"cancel": "",
|
|
352
|
-
"close": "",
|
|
353
362
|
"drawhint": "",
|
|
354
363
|
"pickhint": ""
|
|
355
364
|
},
|
|
@@ -374,32 +383,22 @@
|
|
|
374
383
|
"resetrotation": ""
|
|
375
384
|
},
|
|
376
385
|
"map3d": {
|
|
377
|
-
"lockview": "",
|
|
378
|
-
"syncview": "",
|
|
379
386
|
"terrain": "",
|
|
380
387
|
"title": ""
|
|
381
388
|
},
|
|
382
389
|
"mapexport": {
|
|
383
390
|
"configuration": "",
|
|
384
|
-
"format": "Formátum:",
|
|
385
391
|
"projection": "",
|
|
386
|
-
"resolution": "Felbontás:",
|
|
387
392
|
"scale": "",
|
|
388
393
|
"size": "",
|
|
389
|
-
"
|
|
390
|
-
"usersize": "",
|
|
391
|
-
"wait": ""
|
|
394
|
+
"usersize": ""
|
|
392
395
|
},
|
|
393
396
|
"mapfilter": {
|
|
394
397
|
"addcustomfilter": "",
|
|
395
398
|
"brokenrendering": "",
|
|
396
|
-
"cancel": "",
|
|
397
399
|
"geomfilter": "",
|
|
398
400
|
"hidefiltergeom": "",
|
|
399
401
|
"invalidfilter": "",
|
|
400
|
-
"save": "",
|
|
401
|
-
"select": "",
|
|
402
|
-
"selectlayer": "",
|
|
403
402
|
"timefilter": "",
|
|
404
403
|
"timefrom": "",
|
|
405
404
|
"timeto": ""
|
|
@@ -443,7 +442,8 @@
|
|
|
443
442
|
"imperial": "",
|
|
444
443
|
"lengthLabel": "Hossz",
|
|
445
444
|
"metric": "",
|
|
446
|
-
"pointLabel": "Pozíció"
|
|
445
|
+
"pointLabel": "Pozíció",
|
|
446
|
+
"showmeasurements": ""
|
|
447
447
|
},
|
|
448
448
|
"misc": {
|
|
449
449
|
"ctrlclickhint": ""
|
|
@@ -454,7 +454,6 @@
|
|
|
454
454
|
"prev": ""
|
|
455
455
|
},
|
|
456
456
|
"newspopup": {
|
|
457
|
-
"dialogclose": "",
|
|
458
457
|
"dontshowagain": "",
|
|
459
458
|
"title": ""
|
|
460
459
|
},
|
|
@@ -484,28 +483,21 @@
|
|
|
484
483
|
},
|
|
485
484
|
"print": {
|
|
486
485
|
"atlasfeature": "",
|
|
487
|
-
"download": "",
|
|
488
486
|
"download_as_onepdf": "",
|
|
489
487
|
"download_as_onezip": "",
|
|
490
488
|
"download_as_single": "",
|
|
491
|
-
"format": "Formátum",
|
|
492
489
|
"grid": "Rács",
|
|
493
490
|
"layout": "Elrendezés",
|
|
494
491
|
"legend": "",
|
|
495
|
-
"maximize": "",
|
|
496
|
-
"minimize": "",
|
|
497
492
|
"nolayouts": "A kiválasztott térkép nem támogatja a nyomtatást",
|
|
498
493
|
"notheme": "Nincs térkép kiválasztva",
|
|
499
494
|
"output": "",
|
|
500
495
|
"overlap": "",
|
|
501
496
|
"pickatlasfeature": "",
|
|
502
|
-
"resolution": "Felbontás",
|
|
503
497
|
"rotation": "Forgatás",
|
|
504
|
-
"save": "",
|
|
505
498
|
"scale": "Méretarány",
|
|
506
499
|
"series": "",
|
|
507
|
-
"submit": "Nyomtatás"
|
|
508
|
-
"wait": ""
|
|
500
|
+
"submit": "Nyomtatás"
|
|
509
501
|
},
|
|
510
502
|
"qtdesignerform": {
|
|
511
503
|
"loading": ""
|
|
@@ -518,35 +510,20 @@
|
|
|
518
510
|
"bufferlayer": "",
|
|
519
511
|
"bufferlayername": "",
|
|
520
512
|
"bufferselectfeature": "",
|
|
521
|
-
"circle": "",
|
|
522
|
-
"clone": "",
|
|
523
513
|
"ctrlhint": "",
|
|
524
|
-
"delete": "",
|
|
525
514
|
"draw": "",
|
|
526
515
|
"edit": "",
|
|
527
|
-
"ellipse": "",
|
|
528
|
-
"export": "",
|
|
529
516
|
"freehand": "",
|
|
530
517
|
"label": "Címke",
|
|
531
518
|
"layer": "",
|
|
532
519
|
"layertitle": "",
|
|
533
|
-
"line": "Vonaé",
|
|
534
520
|
"markers": "",
|
|
535
|
-
"measurements": "",
|
|
536
521
|
"numericinput": "",
|
|
537
|
-
"pick": "Kiválaszás",
|
|
538
|
-
"point": "Pont",
|
|
539
|
-
"polygon": "Poligon",
|
|
540
|
-
"rectangle": "",
|
|
541
522
|
"size": "Méret",
|
|
542
|
-
"
|
|
543
|
-
"text": "Szöveg",
|
|
523
|
+
"text": "",
|
|
544
524
|
"transform": ""
|
|
545
525
|
},
|
|
546
526
|
"reports": {
|
|
547
|
-
"all": "",
|
|
548
|
-
"download": "",
|
|
549
|
-
"pick": "",
|
|
550
527
|
"region": "",
|
|
551
528
|
"selectlayer": ""
|
|
552
529
|
},
|
|
@@ -555,11 +532,9 @@
|
|
|
555
532
|
"addlayer": "",
|
|
556
533
|
"addviapoint": "",
|
|
557
534
|
"arriveat": "",
|
|
558
|
-
"clear": "",
|
|
559
535
|
"computefailed": "",
|
|
560
536
|
"computing": "",
|
|
561
537
|
"excludepolygons": "",
|
|
562
|
-
"export": "",
|
|
563
538
|
"fastest": "",
|
|
564
539
|
"fromhere": "",
|
|
565
540
|
"importerror": "",
|
|
@@ -595,9 +570,7 @@
|
|
|
595
570
|
"finish": ""
|
|
596
571
|
},
|
|
597
572
|
"search": {
|
|
598
|
-
"all": "Minden",
|
|
599
573
|
"circleradius": "",
|
|
600
|
-
"clearfilter": "",
|
|
601
574
|
"coordinates": "",
|
|
602
575
|
"existinglayer": "",
|
|
603
576
|
"filter": "",
|
|
@@ -606,7 +579,6 @@
|
|
|
606
579
|
"more": "",
|
|
607
580
|
"nodescription": "",
|
|
608
581
|
"none": "",
|
|
609
|
-
"noresults": "",
|
|
610
582
|
"placeholder": "",
|
|
611
583
|
"places": "",
|
|
612
584
|
"providerselection": "",
|
|
@@ -694,7 +666,6 @@
|
|
|
694
666
|
"group": "",
|
|
695
667
|
"groupnone": "",
|
|
696
668
|
"home": "",
|
|
697
|
-
"loading": "",
|
|
698
669
|
"loop": "",
|
|
699
670
|
"markers": "",
|
|
700
671
|
"notemporaldata": "",
|
|
@@ -725,17 +696,13 @@
|
|
|
725
696
|
"months": "",
|
|
726
697
|
"seconds": "",
|
|
727
698
|
"years": ""
|
|
728
|
-
}
|
|
729
|
-
"zoomin": "",
|
|
730
|
-
"zoomout": ""
|
|
699
|
+
}
|
|
731
700
|
},
|
|
732
701
|
"tooltip": {
|
|
733
702
|
"background": "",
|
|
734
703
|
"fullscreendisable": "",
|
|
735
704
|
"fullscreenenable": "",
|
|
736
|
-
"home": ""
|
|
737
|
-
"zoomin": "",
|
|
738
|
-
"zoomout": ""
|
|
705
|
+
"home": ""
|
|
739
706
|
},
|
|
740
707
|
"tourguide": {
|
|
741
708
|
"done": "",
|
|
@@ -743,7 +710,6 @@
|
|
|
743
710
|
"previous": ""
|
|
744
711
|
},
|
|
745
712
|
"valuetool": {
|
|
746
|
-
"all": "",
|
|
747
713
|
"allbands": "",
|
|
748
714
|
"alllayers": "",
|
|
749
715
|
"bands": "",
|
|
@@ -770,7 +736,6 @@
|
|
|
770
736
|
"storingstate": ""
|
|
771
737
|
},
|
|
772
738
|
"window": {
|
|
773
|
-
"close": "",
|
|
774
739
|
"detach": "",
|
|
775
740
|
"dock": "",
|
|
776
741
|
"embed": "",
|