qwc2 2025.6.13 → 2025.7.1
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/actions/display.js +1 -1
- package/components/AttributeTableWidget.js +2 -2
- package/components/CoordinateDisplayer.js +1 -1
- package/components/Icon.js +1 -1
- package/components/PluginsContainer.js +2 -2
- package/{plugins → components}/ProcessNotifications.js +1 -5
- package/components/QtDesignerForm.js +1 -1
- package/components/ResizeableWindow.js +2 -2
- package/components/SearchBox.js +1 -1
- package/components/SideBar.js +3 -3
- package/components/TaskBar.js +1 -1
- package/components/map/OlMap.js +3 -3
- package/components/map3d/Compare3D.js +1 -1
- package/components/map3d/Draw3D.js +1 -1
- package/components/map3d/ExportObjects3D.js +4 -3
- package/components/map3d/HideObjects3D.js +3 -3
- package/components/map3d/Identify3D.js +3 -3
- package/components/map3d/ImportObjects3D.js +7 -0
- package/components/map3d/LayerTree3D.js +2 -3
- package/components/map3d/Map3D.js +21 -15
- package/components/map3d/Map3DLight.js +5 -4
- package/components/map3d/MapControls3D.js +5 -17
- package/components/map3d/MapExport3D.js +8 -4
- package/components/map3d/Measure3D.js +4 -5
- package/components/map3d/OverviewMap3D.js +2 -2
- package/components/map3d/SearchField3D.js +2 -2
- package/components/map3d/TopBar3D.js +1 -1
- package/components/map3d/View3DSwitcher.js +1 -1
- package/components/map3d/drawtool/CreateTool3D.js +2 -2
- package/components/map3d/drawtool/EditTool3D.js +6 -3
- package/components/map3d/drawtool/NumericInput3D.js +2 -1
- package/components/map3d/drawtool/TransformControls.js +259 -0
- package/components/map3d/{style/Draw3D.css → drawtool/style/NumericInput3D.css} +4 -0
- package/components/map3d/layers/WMSLayer3D.js +1 -1
- package/components/map3d/style/ImportObjects3D.css +21 -0
- package/components/map3d/style/LayerTree3D.css +27 -9
- package/components/map3d/style/Map3D.css +4 -8
- package/components/map3d/style/Map3DLight.css +1 -0
- package/components/map3d/style/MapControls3D.css +43 -11
- package/components/map3d/utils/FirstPersonControls3D.js +18 -0
- package/components/map3d/utils/MiscUtils3D.js +11 -0
- package/components/map3d/utils/OrbitControls3D.js +9 -0
- package/components/map3d/utils/Tiles3DStyle.js +8 -4
- package/components/style/AttributeTableWidget.css +2 -0
- package/components/style/Icon.css +1 -0
- package/components/style/PluginsContainer.css +9 -4
- package/{plugins → components}/style/ProcessNotifications.css +8 -9
- package/components/style/QtDesignerForm.css +1 -0
- package/components/style/SideBar.css +2 -0
- package/components/style/TaskBar.css +0 -1
- package/components/timeline/FixedTimeline.js +2 -2
- package/components/timeline/InfiniteTimeline.js +2 -2
- package/components/timeline/TimelineFeaturesSlider.js +2 -2
- package/components/timeline/style/FixedTimeline.css +1 -0
- package/components/timeline/style/InfiniteTimeline.css +1 -0
- package/components/timeline/style/TimelineFeaturesSlider.css +1 -0
- package/components/widgets/NumberInput.js +2 -2
- package/components/widgets/TextInput.js +1 -1
- package/components/widgets/style/TextInput.css +1 -0
- package/package.json +3 -2
- package/plugins/Authentication.js +2 -2
- package/plugins/BottomBar.js +4 -4
- package/plugins/LayerTree.js +1 -1
- package/plugins/Map.js +2 -2
- package/plugins/MapCompare.js +2 -2
- package/plugins/MapCopyright.js +2 -2
- package/plugins/MapExport.js +6 -5
- package/plugins/MapInfoTooltip.js +2 -2
- package/plugins/MapTip.js +3 -3
- package/plugins/{map/OverviewSupport.js → OverviewMap.js} +2 -2
- package/plugins/Redlining.js +1 -1
- package/plugins/Routing.js +4 -4
- package/plugins/TopBar.js +1 -1
- package/plugins/ValueTool.js +1 -1
- package/plugins/View3D.js +39 -14
- package/plugins/ZoomButtons.js +1 -1
- package/plugins/map/RedliningSupport.js +4 -9
- package/plugins/map/SnapSupport.js +1 -1
- package/plugins/style/Authentication.css +3 -3
- package/plugins/style/BottomBar.css +11 -0
- package/plugins/style/LayerTree.css +1 -0
- package/plugins/style/Map.css +6 -2
- package/plugins/style/MapCompare.css +6 -5
- package/plugins/style/MapCopyright.css +3 -0
- package/plugins/style/MapExport.css +1 -0
- package/plugins/{map/style/OverviewSupport.css → style/OverviewMap.css} +2 -6
- package/plugins/style/Print.css +1 -0
- package/plugins/style/View3D.css +22 -0
- package/reducers/windows.js +1 -1
- package/scripts/themesConfig.js +1 -1
- package/scripts/themesConfig.py +1 -1
- package/static/translations/bg-BG.json +12 -2
- package/static/translations/ca-ES.json +12 -2
- package/static/translations/cs-CZ.json +12 -2
- package/static/translations/de-CH.json +16 -6
- package/static/translations/de-DE.json +16 -6
- package/static/translations/en-US.json +12 -2
- package/static/translations/es-ES.json +12 -2
- package/static/translations/fi-FI.json +12 -2
- package/static/translations/fr-FR.json +12 -2
- package/static/translations/hu-HU.json +12 -2
- package/static/translations/it-IT.json +16 -6
- package/static/translations/ja-JP.json +12 -2
- package/static/translations/nl-NL.json +12 -2
- package/static/translations/no-NO.json +12 -2
- package/static/translations/pl-PL.json +12 -2
- package/static/translations/pt-BR.json +12 -2
- package/static/translations/pt-PT.json +12 -2
- package/static/translations/ro-RO.json +12 -2
- package/static/translations/ru-RU.json +12 -2
- package/static/translations/sv-SE.json +12 -2
- package/static/translations/tr-TR.json +12 -2
- package/static/translations/tsconfig.json +8 -2
- package/utils/IdentifyUtils.js +1 -1
- package/utils/MapUtils.js +1 -1
- package/utils/PermaLinkUtils.js +1 -1
- package/plugins/map/ScaleBarSupport.js +0 -10
- package/plugins/map/style/ScaleBarSupport.css +0 -18
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"Redlining": "Zeichnen",
|
|
54
54
|
"Routing": "Routing",
|
|
55
55
|
"Tools": "Werkzeuge",
|
|
56
|
-
"TourGuide": "",
|
|
56
|
+
"TourGuide": "Einführung",
|
|
57
57
|
"TimeManager": "Zeitleiste",
|
|
58
58
|
"View3D": "3D Ansicht"
|
|
59
59
|
},
|
|
@@ -147,9 +147,11 @@
|
|
|
147
147
|
"rotate": "Rotieren",
|
|
148
148
|
"rotation": "Rotation",
|
|
149
149
|
"scale": "Skalieren",
|
|
150
|
+
"sizeunavailable": "Dimensionen nicht verfügbar für rotiertes Objekt",
|
|
150
151
|
"sphere": "Kugel",
|
|
151
152
|
"subtract": "Differenz",
|
|
152
153
|
"thescale": "Skalierung",
|
|
154
|
+
"thesize": "Dimensionen",
|
|
153
155
|
"translate": "Verschieben",
|
|
154
156
|
"undoBool": "Operation rückgängig machen",
|
|
155
157
|
"union": "Vereinigung",
|
|
@@ -251,6 +253,10 @@
|
|
|
251
253
|
"confirmclose": "Schließen, ohne zu speichern?",
|
|
252
254
|
"title": "Bildbearbeitung"
|
|
253
255
|
},
|
|
256
|
+
"import3d": {
|
|
257
|
+
"importing": "Wird importiert: {0}...",
|
|
258
|
+
"noprocessesserver": "Kein Importservice konfiguriert"
|
|
259
|
+
},
|
|
254
260
|
"importlayer": {
|
|
255
261
|
"addfailed": "Die Ebene konnte nicht hinzugefügt werden",
|
|
256
262
|
"addlayer": "Ebene hinzufügen",
|
|
@@ -341,6 +347,7 @@
|
|
|
341
347
|
"mapexport": {
|
|
342
348
|
"configuration": "Konfiguration",
|
|
343
349
|
"format": "Format",
|
|
350
|
+
"projection": "Projektion",
|
|
344
351
|
"resolution": "Auflösung",
|
|
345
352
|
"scale": "Maßstab",
|
|
346
353
|
"size": "Dimensionen",
|
|
@@ -373,13 +380,12 @@
|
|
|
373
380
|
"windowtitle": "Legende"
|
|
374
381
|
},
|
|
375
382
|
"maplight3d": {
|
|
376
|
-
"ambientLightIntensity": "Intensität Umgebungslichts",
|
|
377
383
|
"animationstep": "Animationsschritt",
|
|
378
384
|
"date": "Datum",
|
|
379
385
|
"dayspersec": "Tage / Sek",
|
|
380
|
-
"directionalLightIntensity": "Intensität gerichtetes Licht",
|
|
381
386
|
"helpersVisible": "Hilfen anzeigen",
|
|
382
387
|
"minspersec": "Min / Sek",
|
|
388
|
+
"moonLightIntensity": "Mondlichtintensität",
|
|
383
389
|
"normalBias": "Normal-Verzerrung",
|
|
384
390
|
"shadowBias": "Schatten-Verzerrung",
|
|
385
391
|
"shadowMapSize": "Größe der Schattentextur",
|
|
@@ -389,6 +395,7 @@
|
|
|
389
395
|
"shadowintensity": "Schattenintensität",
|
|
390
396
|
"shadows": "Schatten aktivieren",
|
|
391
397
|
"showadvanced": "Erweitert anzeigen",
|
|
398
|
+
"sunLightIntensity": "Sonnenlichtintensität",
|
|
392
399
|
"time": "Zeit",
|
|
393
400
|
"zFactor": "Z-Faktor"
|
|
394
401
|
},
|
|
@@ -683,9 +690,9 @@
|
|
|
683
690
|
"zoomout": "Hinauszoomen"
|
|
684
691
|
},
|
|
685
692
|
"tourguide": {
|
|
686
|
-
"done": "",
|
|
687
|
-
"next": "",
|
|
688
|
-
"previous": ""
|
|
693
|
+
"done": "Fertig",
|
|
694
|
+
"next": "Weiter",
|
|
695
|
+
"previous": "Zurück"
|
|
689
696
|
},
|
|
690
697
|
"valuetool": {
|
|
691
698
|
"all": "Alle",
|
|
@@ -711,6 +718,9 @@
|
|
|
711
718
|
"none": "Keine",
|
|
712
719
|
"prompt": "Ebenenname eingeben"
|
|
713
720
|
},
|
|
721
|
+
"view3d": {
|
|
722
|
+
"storingstate": "3D Ansicht wird gespeichert..."
|
|
723
|
+
},
|
|
714
724
|
"window": {
|
|
715
725
|
"close": "Schließen",
|
|
716
726
|
"detach": "Abkoppeln",
|
|
@@ -147,9 +147,11 @@
|
|
|
147
147
|
"rotate": "Rotate",
|
|
148
148
|
"rotation": "Rotation",
|
|
149
149
|
"scale": "Scale",
|
|
150
|
+
"sizeunavailable": "Size unavailable for rotated object",
|
|
150
151
|
"sphere": "Sphere",
|
|
151
152
|
"subtract": "Subtract",
|
|
152
153
|
"thescale": "Scale",
|
|
154
|
+
"thesize": "Size",
|
|
153
155
|
"translate": "Translate",
|
|
154
156
|
"undoBool": "Undo operation",
|
|
155
157
|
"union": "Union",
|
|
@@ -251,6 +253,10 @@
|
|
|
251
253
|
"confirmclose": "Close without saving?",
|
|
252
254
|
"title": "Image editor"
|
|
253
255
|
},
|
|
256
|
+
"import3d": {
|
|
257
|
+
"importing": "Importing {0}...",
|
|
258
|
+
"noprocessesserver": "No import service configured"
|
|
259
|
+
},
|
|
254
260
|
"importlayer": {
|
|
255
261
|
"addfailed": "Failed to add layer.",
|
|
256
262
|
"addlayer": "Add layer",
|
|
@@ -341,6 +347,7 @@
|
|
|
341
347
|
"mapexport": {
|
|
342
348
|
"configuration": "Configuration",
|
|
343
349
|
"format": "Format",
|
|
350
|
+
"projection": "Projection",
|
|
344
351
|
"resolution": "Resolution",
|
|
345
352
|
"scale": "Scale",
|
|
346
353
|
"size": "Size",
|
|
@@ -373,13 +380,12 @@
|
|
|
373
380
|
"windowtitle": "Legend"
|
|
374
381
|
},
|
|
375
382
|
"maplight3d": {
|
|
376
|
-
"ambientLightIntensity": "Ambient light intensity",
|
|
377
383
|
"animationstep": "Animation step",
|
|
378
384
|
"date": "Date",
|
|
379
385
|
"dayspersec": "days / second",
|
|
380
|
-
"directionalLightIntensity": "Directional light intensity",
|
|
381
386
|
"helpersVisible": "Show helpers",
|
|
382
387
|
"minspersec": "mins / second",
|
|
388
|
+
"moonLightIntensity": "Moonlight intensity",
|
|
383
389
|
"normalBias": "Normal bias",
|
|
384
390
|
"shadowBias": "Shadow bias",
|
|
385
391
|
"shadowMapSize": "Shadowmap size",
|
|
@@ -389,6 +395,7 @@
|
|
|
389
395
|
"shadowintensity": "Shadow intensity",
|
|
390
396
|
"shadows": "Enable shadows",
|
|
391
397
|
"showadvanced": "Show advanced",
|
|
398
|
+
"sunLightIntensity": "Sunlight intensity",
|
|
392
399
|
"time": "Time",
|
|
393
400
|
"zFactor": "Z-factor"
|
|
394
401
|
},
|
|
@@ -711,6 +718,9 @@
|
|
|
711
718
|
"none": "None",
|
|
712
719
|
"prompt": "Enter layer name"
|
|
713
720
|
},
|
|
721
|
+
"view3d": {
|
|
722
|
+
"storingstate": "Storing 3D state..."
|
|
723
|
+
},
|
|
714
724
|
"window": {
|
|
715
725
|
"close": "Close",
|
|
716
726
|
"detach": "Detach",
|
|
@@ -147,9 +147,11 @@
|
|
|
147
147
|
"rotate": "",
|
|
148
148
|
"rotation": "",
|
|
149
149
|
"scale": "",
|
|
150
|
+
"sizeunavailable": "",
|
|
150
151
|
"sphere": "",
|
|
151
152
|
"subtract": "",
|
|
152
153
|
"thescale": "",
|
|
154
|
+
"thesize": "",
|
|
153
155
|
"translate": "",
|
|
154
156
|
"undoBool": "",
|
|
155
157
|
"union": "",
|
|
@@ -251,6 +253,10 @@
|
|
|
251
253
|
"confirmclose": "Cerrar sin guardar?",
|
|
252
254
|
"title": "Editor de imágenes"
|
|
253
255
|
},
|
|
256
|
+
"import3d": {
|
|
257
|
+
"importing": "",
|
|
258
|
+
"noprocessesserver": ""
|
|
259
|
+
},
|
|
254
260
|
"importlayer": {
|
|
255
261
|
"addfailed": "Error al añadir capa",
|
|
256
262
|
"addlayer": "Agregar capa",
|
|
@@ -341,6 +347,7 @@
|
|
|
341
347
|
"mapexport": {
|
|
342
348
|
"configuration": "",
|
|
343
349
|
"format": "Formato:",
|
|
350
|
+
"projection": "",
|
|
344
351
|
"resolution": "Resolución:",
|
|
345
352
|
"scale": "",
|
|
346
353
|
"size": "",
|
|
@@ -373,13 +380,12 @@
|
|
|
373
380
|
"windowtitle": "Leyenda"
|
|
374
381
|
},
|
|
375
382
|
"maplight3d": {
|
|
376
|
-
"ambientLightIntensity": "",
|
|
377
383
|
"animationstep": "",
|
|
378
384
|
"date": "",
|
|
379
385
|
"dayspersec": "",
|
|
380
|
-
"directionalLightIntensity": "",
|
|
381
386
|
"helpersVisible": "",
|
|
382
387
|
"minspersec": "",
|
|
388
|
+
"moonLightIntensity": "",
|
|
383
389
|
"normalBias": "",
|
|
384
390
|
"shadowBias": "",
|
|
385
391
|
"shadowMapSize": "",
|
|
@@ -389,6 +395,7 @@
|
|
|
389
395
|
"shadowintensity": "",
|
|
390
396
|
"shadows": "",
|
|
391
397
|
"showadvanced": "",
|
|
398
|
+
"sunLightIntensity": "",
|
|
392
399
|
"time": "",
|
|
393
400
|
"zFactor": ""
|
|
394
401
|
},
|
|
@@ -711,6 +718,9 @@
|
|
|
711
718
|
"none": "",
|
|
712
719
|
"prompt": "Ingrese nombre de la capa"
|
|
713
720
|
},
|
|
721
|
+
"view3d": {
|
|
722
|
+
"storingstate": ""
|
|
723
|
+
},
|
|
714
724
|
"window": {
|
|
715
725
|
"close": "Cerrar",
|
|
716
726
|
"detach": "",
|
|
@@ -147,9 +147,11 @@
|
|
|
147
147
|
"rotate": "",
|
|
148
148
|
"rotation": "",
|
|
149
149
|
"scale": "",
|
|
150
|
+
"sizeunavailable": "",
|
|
150
151
|
"sphere": "",
|
|
151
152
|
"subtract": "",
|
|
152
153
|
"thescale": "",
|
|
154
|
+
"thesize": "",
|
|
153
155
|
"translate": "",
|
|
154
156
|
"undoBool": "",
|
|
155
157
|
"union": "",
|
|
@@ -251,6 +253,10 @@
|
|
|
251
253
|
"confirmclose": "",
|
|
252
254
|
"title": ""
|
|
253
255
|
},
|
|
256
|
+
"import3d": {
|
|
257
|
+
"importing": "",
|
|
258
|
+
"noprocessesserver": ""
|
|
259
|
+
},
|
|
254
260
|
"importlayer": {
|
|
255
261
|
"addfailed": "",
|
|
256
262
|
"addlayer": "Lisää karttataso",
|
|
@@ -341,6 +347,7 @@
|
|
|
341
347
|
"mapexport": {
|
|
342
348
|
"configuration": "",
|
|
343
349
|
"format": "Formaatti:",
|
|
350
|
+
"projection": "",
|
|
344
351
|
"resolution": "Resoluutio:",
|
|
345
352
|
"scale": "",
|
|
346
353
|
"size": "",
|
|
@@ -373,13 +380,12 @@
|
|
|
373
380
|
"windowtitle": ""
|
|
374
381
|
},
|
|
375
382
|
"maplight3d": {
|
|
376
|
-
"ambientLightIntensity": "",
|
|
377
383
|
"animationstep": "",
|
|
378
384
|
"date": "",
|
|
379
385
|
"dayspersec": "",
|
|
380
|
-
"directionalLightIntensity": "",
|
|
381
386
|
"helpersVisible": "",
|
|
382
387
|
"minspersec": "",
|
|
388
|
+
"moonLightIntensity": "",
|
|
383
389
|
"normalBias": "",
|
|
384
390
|
"shadowBias": "",
|
|
385
391
|
"shadowMapSize": "",
|
|
@@ -389,6 +395,7 @@
|
|
|
389
395
|
"shadowintensity": "",
|
|
390
396
|
"shadows": "",
|
|
391
397
|
"showadvanced": "",
|
|
398
|
+
"sunLightIntensity": "",
|
|
392
399
|
"time": "",
|
|
393
400
|
"zFactor": ""
|
|
394
401
|
},
|
|
@@ -711,6 +718,9 @@
|
|
|
711
718
|
"none": "",
|
|
712
719
|
"prompt": "Syötä tason nimi"
|
|
713
720
|
},
|
|
721
|
+
"view3d": {
|
|
722
|
+
"storingstate": ""
|
|
723
|
+
},
|
|
714
724
|
"window": {
|
|
715
725
|
"close": "Sulje",
|
|
716
726
|
"detach": "",
|
|
@@ -147,9 +147,11 @@
|
|
|
147
147
|
"rotate": "Tourner",
|
|
148
148
|
"rotation": "Rotation",
|
|
149
149
|
"scale": "Redimensionner",
|
|
150
|
+
"sizeunavailable": "Dimensions pas disponibles pour l'objet pivoté",
|
|
150
151
|
"sphere": "Sphère",
|
|
151
152
|
"subtract": "Soustraire",
|
|
152
153
|
"thescale": "Echelle",
|
|
154
|
+
"thesize": "Dimensions",
|
|
153
155
|
"translate": "Déplacer",
|
|
154
156
|
"undoBool": "Annuler l'opération",
|
|
155
157
|
"union": "Unir",
|
|
@@ -251,6 +253,10 @@
|
|
|
251
253
|
"confirmclose": "Fermer sans enregistrer?",
|
|
252
254
|
"title": "Traitement des images"
|
|
253
255
|
},
|
|
256
|
+
"import3d": {
|
|
257
|
+
"importing": "Importation de {0}...",
|
|
258
|
+
"noprocessesserver": "Aucun service d'importation configuré"
|
|
259
|
+
},
|
|
254
260
|
"importlayer": {
|
|
255
261
|
"addfailed": "La couche n'a pas pu être ajoutée",
|
|
256
262
|
"addlayer": "Ajouter une couche",
|
|
@@ -341,6 +347,7 @@
|
|
|
341
347
|
"mapexport": {
|
|
342
348
|
"configuration": "Configuration",
|
|
343
349
|
"format": "Format",
|
|
350
|
+
"projection": "Projection",
|
|
344
351
|
"resolution": "Résolution",
|
|
345
352
|
"scale": "Echelle",
|
|
346
353
|
"size": "Dimension",
|
|
@@ -373,13 +380,12 @@
|
|
|
373
380
|
"windowtitle": "Légende"
|
|
374
381
|
},
|
|
375
382
|
"maplight3d": {
|
|
376
|
-
"ambientLightIntensity": "Intensité lumineuse ambiante",
|
|
377
383
|
"animationstep": "Pas d'animation",
|
|
378
384
|
"date": "Date",
|
|
379
385
|
"dayspersec": "jours / sec",
|
|
380
|
-
"directionalLightIntensity": "Intensité lumineuse directionnelle",
|
|
381
386
|
"helpersVisible": "Montrer les aides",
|
|
382
387
|
"minspersec": "minutes / sec",
|
|
388
|
+
"moonLightIntensity": "Intensité lune",
|
|
383
389
|
"normalBias": "Bias normal",
|
|
384
390
|
"shadowBias": "Bias de l'ombre",
|
|
385
391
|
"shadowMapSize": "Taille texture d'ombre",
|
|
@@ -389,6 +395,7 @@
|
|
|
389
395
|
"shadowintensity": "Intensité de l'ombre",
|
|
390
396
|
"shadows": "Activer les ombres",
|
|
391
397
|
"showadvanced": "Paramètres avancés",
|
|
398
|
+
"sunLightIntensity": "Intensité soleil",
|
|
392
399
|
"time": "Heure",
|
|
393
400
|
"zFactor": "Facteur z"
|
|
394
401
|
},
|
|
@@ -711,6 +718,9 @@
|
|
|
711
718
|
"none": "Aucune",
|
|
712
719
|
"prompt": "Entrez le nom de la couche"
|
|
713
720
|
},
|
|
721
|
+
"view3d": {
|
|
722
|
+
"storingstate": "Enregistrement de la vue 3D..."
|
|
723
|
+
},
|
|
714
724
|
"window": {
|
|
715
725
|
"close": "Fermer",
|
|
716
726
|
"detach": "Détacher",
|
|
@@ -147,9 +147,11 @@
|
|
|
147
147
|
"rotate": "",
|
|
148
148
|
"rotation": "",
|
|
149
149
|
"scale": "",
|
|
150
|
+
"sizeunavailable": "",
|
|
150
151
|
"sphere": "",
|
|
151
152
|
"subtract": "",
|
|
152
153
|
"thescale": "",
|
|
154
|
+
"thesize": "",
|
|
153
155
|
"translate": "",
|
|
154
156
|
"undoBool": "",
|
|
155
157
|
"union": "",
|
|
@@ -251,6 +253,10 @@
|
|
|
251
253
|
"confirmclose": "",
|
|
252
254
|
"title": ""
|
|
253
255
|
},
|
|
256
|
+
"import3d": {
|
|
257
|
+
"importing": "",
|
|
258
|
+
"noprocessesserver": ""
|
|
259
|
+
},
|
|
254
260
|
"importlayer": {
|
|
255
261
|
"addfailed": "",
|
|
256
262
|
"addlayer": "Fólia hozzáadása",
|
|
@@ -341,6 +347,7 @@
|
|
|
341
347
|
"mapexport": {
|
|
342
348
|
"configuration": "",
|
|
343
349
|
"format": "Formátum:",
|
|
350
|
+
"projection": "",
|
|
344
351
|
"resolution": "Felbontás:",
|
|
345
352
|
"scale": "",
|
|
346
353
|
"size": "",
|
|
@@ -373,13 +380,12 @@
|
|
|
373
380
|
"windowtitle": ""
|
|
374
381
|
},
|
|
375
382
|
"maplight3d": {
|
|
376
|
-
"ambientLightIntensity": "",
|
|
377
383
|
"animationstep": "",
|
|
378
384
|
"date": "",
|
|
379
385
|
"dayspersec": "",
|
|
380
|
-
"directionalLightIntensity": "",
|
|
381
386
|
"helpersVisible": "",
|
|
382
387
|
"minspersec": "",
|
|
388
|
+
"moonLightIntensity": "",
|
|
383
389
|
"normalBias": "",
|
|
384
390
|
"shadowBias": "",
|
|
385
391
|
"shadowMapSize": "",
|
|
@@ -389,6 +395,7 @@
|
|
|
389
395
|
"shadowintensity": "",
|
|
390
396
|
"shadows": "",
|
|
391
397
|
"showadvanced": "",
|
|
398
|
+
"sunLightIntensity": "",
|
|
392
399
|
"time": "",
|
|
393
400
|
"zFactor": ""
|
|
394
401
|
},
|
|
@@ -711,6 +718,9 @@
|
|
|
711
718
|
"none": "",
|
|
712
719
|
"prompt": ""
|
|
713
720
|
},
|
|
721
|
+
"view3d": {
|
|
722
|
+
"storingstate": ""
|
|
723
|
+
},
|
|
714
724
|
"window": {
|
|
715
725
|
"close": "",
|
|
716
726
|
"detach": "",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"Redlining": "Strumenti di disegno",
|
|
54
54
|
"Routing": "Routing",
|
|
55
55
|
"Tools": "Strumenti",
|
|
56
|
-
"TourGuide": "",
|
|
56
|
+
"TourGuide": "Guida introduttiva",
|
|
57
57
|
"TimeManager": "Linea temporale",
|
|
58
58
|
"View3D": "Vista 3D"
|
|
59
59
|
},
|
|
@@ -147,9 +147,11 @@
|
|
|
147
147
|
"rotate": "Ruota",
|
|
148
148
|
"rotation": "Rotazione",
|
|
149
149
|
"scale": "Scala",
|
|
150
|
+
"sizeunavailable": "Dimensioni non disponibili per oggetto ruotato",
|
|
150
151
|
"sphere": "Sfera",
|
|
151
152
|
"subtract": "Differenza",
|
|
152
153
|
"thescale": "Scala",
|
|
154
|
+
"thesize": "Dimensioni",
|
|
153
155
|
"translate": "Trasla",
|
|
154
156
|
"undoBool": "Annulla l'operazione",
|
|
155
157
|
"union": "Unione",
|
|
@@ -251,6 +253,10 @@
|
|
|
251
253
|
"confirmclose": "Chiudere senza salvare?",
|
|
252
254
|
"title": "Editor immagine"
|
|
253
255
|
},
|
|
256
|
+
"import3d": {
|
|
257
|
+
"importing": "Importando {0}...",
|
|
258
|
+
"noprocessesserver": "Servizio di importazione non configurato"
|
|
259
|
+
},
|
|
254
260
|
"importlayer": {
|
|
255
261
|
"addfailed": "Impossibile aggiungere il livello",
|
|
256
262
|
"addlayer": "Aggiungi livello",
|
|
@@ -341,6 +347,7 @@
|
|
|
341
347
|
"mapexport": {
|
|
342
348
|
"configuration": "Configurazione",
|
|
343
349
|
"format": "Formato",
|
|
350
|
+
"projection": "Proiezione",
|
|
344
351
|
"resolution": "Risoluzione",
|
|
345
352
|
"scale": "Scala",
|
|
346
353
|
"size": "Dimensione",
|
|
@@ -373,13 +380,12 @@
|
|
|
373
380
|
"windowtitle": "Legenda"
|
|
374
381
|
},
|
|
375
382
|
"maplight3d": {
|
|
376
|
-
"ambientLightIntensity": "Intensità luce ambientale",
|
|
377
383
|
"animationstep": "Passo animazione",
|
|
378
384
|
"date": "Data",
|
|
379
385
|
"dayspersec": "giorni / sec",
|
|
380
|
-
"directionalLightIntensity": "Intensità luce direzionale",
|
|
381
386
|
"helpersVisible": "Mostra aiuti",
|
|
382
387
|
"minspersec": "minuti / sec",
|
|
388
|
+
"moonLightIntensity": "Intensità luna",
|
|
383
389
|
"normalBias": "Bias normale",
|
|
384
390
|
"shadowBias": "Bias ombra",
|
|
385
391
|
"shadowMapSize": "Dimensione texture ombra",
|
|
@@ -389,6 +395,7 @@
|
|
|
389
395
|
"shadowintensity": "Intensità ombra",
|
|
390
396
|
"shadows": "Abilita ombre",
|
|
391
397
|
"showadvanced": "Mostra avanzato",
|
|
398
|
+
"sunLightIntensity": "Intensità sole",
|
|
392
399
|
"time": "Ora",
|
|
393
400
|
"zFactor": "Fattore Z"
|
|
394
401
|
},
|
|
@@ -683,9 +690,9 @@
|
|
|
683
690
|
"zoomout": "Rimpicciolisci"
|
|
684
691
|
},
|
|
685
692
|
"tourguide": {
|
|
686
|
-
"done": "",
|
|
687
|
-
"next": "",
|
|
688
|
-
"previous": ""
|
|
693
|
+
"done": "Finito",
|
|
694
|
+
"next": "Avanti",
|
|
695
|
+
"previous": "Indietro"
|
|
689
696
|
},
|
|
690
697
|
"valuetool": {
|
|
691
698
|
"all": "Tutte",
|
|
@@ -711,6 +718,9 @@
|
|
|
711
718
|
"none": "Nessuno",
|
|
712
719
|
"prompt": "Nome del layer"
|
|
713
720
|
},
|
|
721
|
+
"view3d": {
|
|
722
|
+
"storingstate": "Salvando vista 3D..."
|
|
723
|
+
},
|
|
714
724
|
"window": {
|
|
715
725
|
"close": "Chiudi",
|
|
716
726
|
"detach": "Staccare",
|
|
@@ -147,9 +147,11 @@
|
|
|
147
147
|
"rotate": "回転",
|
|
148
148
|
"rotation": "回転角",
|
|
149
149
|
"scale": "スケール",
|
|
150
|
+
"sizeunavailable": "",
|
|
150
151
|
"sphere": "球体",
|
|
151
152
|
"subtract": "差分",
|
|
152
153
|
"thescale": "スケール",
|
|
154
|
+
"thesize": "",
|
|
153
155
|
"translate": "移動",
|
|
154
156
|
"undoBool": "ブーリアン操作を取り消し",
|
|
155
157
|
"union": "合成(和)",
|
|
@@ -251,6 +253,10 @@
|
|
|
251
253
|
"confirmclose": "保存せずに閉じますか?",
|
|
252
254
|
"title": "イメージ・エディタ"
|
|
253
255
|
},
|
|
256
|
+
"import3d": {
|
|
257
|
+
"importing": "",
|
|
258
|
+
"noprocessesserver": ""
|
|
259
|
+
},
|
|
254
260
|
"importlayer": {
|
|
255
261
|
"addfailed": "レイヤを追加できませんでした。",
|
|
256
262
|
"addlayer": "レイヤを追加",
|
|
@@ -341,6 +347,7 @@
|
|
|
341
347
|
"mapexport": {
|
|
342
348
|
"configuration": "構成",
|
|
343
349
|
"format": "形式",
|
|
350
|
+
"projection": "",
|
|
344
351
|
"resolution": "解像度",
|
|
345
352
|
"scale": "縮尺",
|
|
346
353
|
"size": "サイズ",
|
|
@@ -373,13 +380,12 @@
|
|
|
373
380
|
"windowtitle": "凡例"
|
|
374
381
|
},
|
|
375
382
|
"maplight3d": {
|
|
376
|
-
"ambientLightIntensity": "環境光強度",
|
|
377
383
|
"animationstep": "アニメーション・ステップ",
|
|
378
384
|
"date": "日付",
|
|
379
385
|
"dayspersec": "日数 / 秒",
|
|
380
|
-
"directionalLightIntensity": "平行光源強度",
|
|
381
386
|
"helpersVisible": "補助オブジェクト表示",
|
|
382
387
|
"minspersec": "分 / 秒",
|
|
388
|
+
"moonLightIntensity": "",
|
|
383
389
|
"normalBias": "ノーマル・バイアス",
|
|
384
390
|
"shadowBias": "シャドウ・バイアス",
|
|
385
391
|
"shadowMapSize": "シャドウ・マップ・サイズ",
|
|
@@ -389,6 +395,7 @@
|
|
|
389
395
|
"shadowintensity": "影の強度",
|
|
390
396
|
"shadows": "シャドウを有効化",
|
|
391
397
|
"showadvanced": "詳細設定を表示",
|
|
398
|
+
"sunLightIntensity": "",
|
|
392
399
|
"time": "時刻",
|
|
393
400
|
"zFactor": "Zファクター"
|
|
394
401
|
},
|
|
@@ -711,6 +718,9 @@
|
|
|
711
718
|
"none": "無し",
|
|
712
719
|
"prompt": "レイヤ名を入力"
|
|
713
720
|
},
|
|
721
|
+
"view3d": {
|
|
722
|
+
"storingstate": ""
|
|
723
|
+
},
|
|
714
724
|
"window": {
|
|
715
725
|
"close": "閉じる",
|
|
716
726
|
"detach": "切り離す",
|
|
@@ -147,9 +147,11 @@
|
|
|
147
147
|
"rotate": "",
|
|
148
148
|
"rotation": "",
|
|
149
149
|
"scale": "",
|
|
150
|
+
"sizeunavailable": "",
|
|
150
151
|
"sphere": "",
|
|
151
152
|
"subtract": "",
|
|
152
153
|
"thescale": "",
|
|
154
|
+
"thesize": "",
|
|
153
155
|
"translate": "",
|
|
154
156
|
"undoBool": "",
|
|
155
157
|
"union": "",
|
|
@@ -251,6 +253,10 @@
|
|
|
251
253
|
"confirmclose": "Sluiten zonder op te slaan?",
|
|
252
254
|
"title": "Image editor"
|
|
253
255
|
},
|
|
256
|
+
"import3d": {
|
|
257
|
+
"importing": "",
|
|
258
|
+
"noprocessesserver": ""
|
|
259
|
+
},
|
|
254
260
|
"importlayer": {
|
|
255
261
|
"addfailed": "Toevoegen van laag mislukt",
|
|
256
262
|
"addlayer": "Laag toevoegen",
|
|
@@ -341,6 +347,7 @@
|
|
|
341
347
|
"mapexport": {
|
|
342
348
|
"configuration": "Configuratie",
|
|
343
349
|
"format": "Format",
|
|
350
|
+
"projection": "",
|
|
344
351
|
"resolution": "Resolutie",
|
|
345
352
|
"scale": "Schaal",
|
|
346
353
|
"size": "Afmeting",
|
|
@@ -373,13 +380,12 @@
|
|
|
373
380
|
"windowtitle": "Legenda"
|
|
374
381
|
},
|
|
375
382
|
"maplight3d": {
|
|
376
|
-
"ambientLightIntensity": "",
|
|
377
383
|
"animationstep": "",
|
|
378
384
|
"date": "",
|
|
379
385
|
"dayspersec": "",
|
|
380
|
-
"directionalLightIntensity": "",
|
|
381
386
|
"helpersVisible": "",
|
|
382
387
|
"minspersec": "",
|
|
388
|
+
"moonLightIntensity": "",
|
|
383
389
|
"normalBias": "",
|
|
384
390
|
"shadowBias": "",
|
|
385
391
|
"shadowMapSize": "",
|
|
@@ -389,6 +395,7 @@
|
|
|
389
395
|
"shadowintensity": "",
|
|
390
396
|
"shadows": "",
|
|
391
397
|
"showadvanced": "",
|
|
398
|
+
"sunLightIntensity": "",
|
|
392
399
|
"time": "",
|
|
393
400
|
"zFactor": ""
|
|
394
401
|
},
|
|
@@ -711,6 +718,9 @@
|
|
|
711
718
|
"none": "Geen",
|
|
712
719
|
"prompt": "Voer de naam van de laag in"
|
|
713
720
|
},
|
|
721
|
+
"view3d": {
|
|
722
|
+
"storingstate": ""
|
|
723
|
+
},
|
|
714
724
|
"window": {
|
|
715
725
|
"close": "Sluiten",
|
|
716
726
|
"detach": "",
|
|
@@ -147,9 +147,11 @@
|
|
|
147
147
|
"rotate": "",
|
|
148
148
|
"rotation": "",
|
|
149
149
|
"scale": "",
|
|
150
|
+
"sizeunavailable": "",
|
|
150
151
|
"sphere": "",
|
|
151
152
|
"subtract": "",
|
|
152
153
|
"thescale": "",
|
|
154
|
+
"thesize": "",
|
|
153
155
|
"translate": "",
|
|
154
156
|
"undoBool": "",
|
|
155
157
|
"union": "",
|
|
@@ -251,6 +253,10 @@
|
|
|
251
253
|
"confirmclose": "",
|
|
252
254
|
"title": ""
|
|
253
255
|
},
|
|
256
|
+
"import3d": {
|
|
257
|
+
"importing": "",
|
|
258
|
+
"noprocessesserver": ""
|
|
259
|
+
},
|
|
254
260
|
"importlayer": {
|
|
255
261
|
"addfailed": "",
|
|
256
262
|
"addlayer": "Legg til lag",
|
|
@@ -341,6 +347,7 @@
|
|
|
341
347
|
"mapexport": {
|
|
342
348
|
"configuration": "",
|
|
343
349
|
"format": "Format:",
|
|
350
|
+
"projection": "",
|
|
344
351
|
"resolution": "Oppløsning:",
|
|
345
352
|
"scale": "",
|
|
346
353
|
"size": "",
|
|
@@ -373,13 +380,12 @@
|
|
|
373
380
|
"windowtitle": ""
|
|
374
381
|
},
|
|
375
382
|
"maplight3d": {
|
|
376
|
-
"ambientLightIntensity": "",
|
|
377
383
|
"animationstep": "",
|
|
378
384
|
"date": "",
|
|
379
385
|
"dayspersec": "",
|
|
380
|
-
"directionalLightIntensity": "",
|
|
381
386
|
"helpersVisible": "",
|
|
382
387
|
"minspersec": "",
|
|
388
|
+
"moonLightIntensity": "",
|
|
383
389
|
"normalBias": "",
|
|
384
390
|
"shadowBias": "",
|
|
385
391
|
"shadowMapSize": "",
|
|
@@ -389,6 +395,7 @@
|
|
|
389
395
|
"shadowintensity": "",
|
|
390
396
|
"shadows": "",
|
|
391
397
|
"showadvanced": "",
|
|
398
|
+
"sunLightIntensity": "",
|
|
392
399
|
"time": "",
|
|
393
400
|
"zFactor": ""
|
|
394
401
|
},
|
|
@@ -711,6 +718,9 @@
|
|
|
711
718
|
"none": "",
|
|
712
719
|
"prompt": ""
|
|
713
720
|
},
|
|
721
|
+
"view3d": {
|
|
722
|
+
"storingstate": ""
|
|
723
|
+
},
|
|
714
724
|
"window": {
|
|
715
725
|
"close": "Lukk",
|
|
716
726
|
"detach": "",
|