qwc2 2025.7.1 → 2025.7.3

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.
Files changed (61) hide show
  1. package/actions/map.js +1 -1
  2. package/components/IdentifyViewer.js +4 -4
  3. package/components/QtDesignerForm.js +1 -1
  4. package/components/SearchBox.js +1 -1
  5. package/components/map3d/Compare3D.js +2 -2
  6. package/components/map3d/EditDataset3D.js +8 -0
  7. package/components/map3d/ExportObjects3D.js +2 -1
  8. package/components/map3d/ImportObjects3D.js +1 -1
  9. package/components/map3d/LayerTree3D.js +1 -1
  10. package/components/map3d/Map3D.js +12 -10
  11. package/components/map3d/Map3DLight.js +3 -3
  12. package/components/map3d/MapControls3D.js +3 -2
  13. package/components/map3d/SearchField3D.js +5 -5
  14. package/components/map3d/drawtool/EditTool3D.js +1 -1
  15. package/components/map3d/drawtool/NumericInput3D.js +3 -2
  16. package/components/map3d/drawtool/style/NumericInput3D.css +12 -0
  17. package/components/map3d/style/Map3D.css +10 -0
  18. package/components/map3d/utils/FirstPersonControls3D.js +3 -3
  19. package/components/map3d/utils/MiscUtils3D.js +7 -6
  20. package/components/map3d/utils/OrbitControls3D.js +1 -1
  21. package/components/style/SideBar.css +2 -0
  22. package/components/widgets/SearchWidget.js +1 -1
  23. package/icons/above.svg +81 -0
  24. package/icons/below.svg +81 -0
  25. package/icons/middle_h.svg +83 -0
  26. package/icons/middle_v.svg +83 -0
  27. package/package.json +1 -1
  28. package/plugins/API.js +49 -13
  29. package/plugins/LayerTree.js +1 -1
  30. package/plugins/MapLegend.js +1 -1
  31. package/plugins/NewsPopup.js +2 -2
  32. package/plugins/TopBar.js +1 -1
  33. package/plugins/View3D.js +7 -6
  34. package/plugins/style/MapLegend.css +4 -2
  35. package/reducers/map.js +3 -3
  36. package/reducers/windows.js +1 -1
  37. package/static/translations/bg-BG.json +0 -1
  38. package/static/translations/ca-ES.json +265 -266
  39. package/static/translations/cs-CZ.json +0 -1
  40. package/static/translations/de-CH.json +1 -2
  41. package/static/translations/de-DE.json +1 -2
  42. package/static/translations/en-US.json +1 -2
  43. package/static/translations/es-ES.json +264 -265
  44. package/static/translations/fi-FI.json +0 -1
  45. package/static/translations/fr-FR.json +1 -2
  46. package/static/translations/hu-HU.json +0 -1
  47. package/static/translations/it-IT.json +1 -2
  48. package/static/translations/ja-JP.json +26 -27
  49. package/static/translations/nl-NL.json +0 -1
  50. package/static/translations/no-NO.json +0 -1
  51. package/static/translations/pl-PL.json +0 -1
  52. package/static/translations/pt-BR.json +0 -1
  53. package/static/translations/pt-PT.json +0 -1
  54. package/static/translations/ro-RO.json +0 -1
  55. package/static/translations/ru-RU.json +0 -1
  56. package/static/translations/sv-SE.json +0 -1
  57. package/static/translations/tr-TR.json +0 -1
  58. package/static/translations/tsconfig.json +0 -1
  59. package/utils/ConfigUtils.js +2 -2
  60. package/utils/MapUtils.js +3 -3
  61. package/utils/img/person.png +0 -0
@@ -2,40 +2,40 @@
2
2
  "locale": "ca-ES",
3
3
  "messages": {
4
4
  "app": {
5
- "missingbg": "",
6
- "missinglayers": "",
7
- "missingpermalink": "",
8
- "missingprojection": "",
9
- "missingtheme": ""
5
+ "missingbg": "No s'ha pogut trobar el fons \"{0}\", es mostra el fons per defecte.",
6
+ "missinglayers": "No s'han pogut trobar les següents capes: {0}.",
7
+ "missingpermalink": "L'enllaç permanent o marcador especificat no és vàlid o ha caducat.",
8
+ "missingprojection": "No s'ha pogut carregar el tema \"{0}\": la projecció {1} no està definida.",
9
+ "missingtheme": "No s'ha pogut trobar el tema \"{0}\", es carrega el tema per defecte."
10
10
  },
11
11
  "appmenu": {
12
12
  "filter": "Menú de filtres...",
13
13
  "items": {
14
14
  "Bookmark": "Marcador",
15
- "Compare3D": "",
15
+ "Compare3D": "Comparar",
16
16
  "Editing": "Edició",
17
- "ExportObjects3D": "",
17
+ "ExportObjects3D": "Exportar objectes",
18
18
  "Help": "Ajuda",
19
- "HideObjects3D": "",
19
+ "HideObjects3D": "Ocultar objectes",
20
20
  "LayerTree": "Capes i Llegenda",
21
- "LayerTree3D": "",
21
+ "LayerTree3D": "Capes",
22
22
  "MapExport": "Exportar mapa",
23
- "MapExport3D": "",
24
- "MapFilter": "",
25
- "MapLight3D": "",
23
+ "MapExport3D": "Exportar mapa",
24
+ "MapFilter": "Filtre de mapa",
25
+ "MapLight3D": "Llum i ombres",
26
26
  "Print": "Imprimir",
27
- "Reports": "",
27
+ "Reports": "Informes",
28
28
  "Settings": "Opcions",
29
29
  "Share": "Compartir link",
30
30
  "ThemeSwitcher": "Tema",
31
31
  "AttributeTable": "Taula d'atributs",
32
32
  "AuthenticationLogin": "Inicio de sessió",
33
33
  "AuthenticationLogout": "Tancament de sessió",
34
- "Cyclomedia": "",
35
- "Draw3D": "",
34
+ "Cyclomedia": "Visor Cyclomedia",
35
+ "Draw3D": "Dibuixar",
36
36
  "FeatureForm": "Formulari d'element",
37
- "FeatureSearch": "",
38
- "GeometryDigitizer": "",
37
+ "FeatureSearch": "Cerca d'element",
38
+ "GeometryDigitizer": "Digitalitzador de geometria",
39
39
  "IdentifyPoint": "Identificar punt",
40
40
  "IdentifyRegion": "Identificar zona",
41
41
  "LayerCatalog": "Capes",
@@ -43,26 +43,26 @@
43
43
  "Logout": "Tancament de sessió",
44
44
  "MapLegend": "Llegenda",
45
45
  "Measure": "Mesurar",
46
- "Measure3D": "",
46
+ "Measure3D": "Mesura 3D",
47
47
  "MeasureLineString": "Mesurar una línia",
48
48
  "MeasurePolygon": "Mesurar un polígon",
49
- "NewsPopup": "",
50
- "Panoramax": "",
51
- "Portal": "",
52
- "PrintScreen3D": "",
49
+ "NewsPopup": "Notícies",
50
+ "Panoramax": "Panoramax",
51
+ "Portal": "Portal",
52
+ "PrintScreen3D": "Exportar ràster",
53
53
  "Redlining": "Línia de demarcació",
54
54
  "Routing": "Routing",
55
55
  "Tools": "Eines de Mapa",
56
- "TourGuide": "",
56
+ "TourGuide": "Guia turística",
57
57
  "TimeManager": "Gestor de Temps",
58
- "View3D": ""
58
+ "View3D": "Vista 3D"
59
59
  },
60
60
  "menulabel": "Mapa & Eines"
61
61
  },
62
62
  "attribtable": {
63
63
  "addfeature": "Afegir element",
64
64
  "commit": "Commit",
65
- "csvexport": "",
65
+ "csvexport": "Exportar CSV",
66
66
  "delete": "Eliminar",
67
67
  "deletefailed": "Un o més elements no han pogut eliminar-se",
68
68
  "deletefeatures": "Eliminar elements seleccionats",
@@ -70,7 +70,7 @@
70
70
  "discard": "Descartar",
71
71
  "formeditmode": "Obrir formulari d'edició de l'element seleccionat",
72
72
  "geomnoadd": "Si us plau, feu servir el formulari d'edició per afegir elements a aquesta capa",
73
- "limittoextent": "",
73
+ "limittoextent": "Limitar a l'extensió del mapa",
74
74
  "loadfailed": "La càrrega ha fallat",
75
75
  "loading": "Carregant",
76
76
  "nodelete": "No eliminar",
@@ -79,7 +79,7 @@
79
79
  "reload": "Carregar",
80
80
  "selectlayer": "Escollir capa",
81
81
  "title": "Títol",
82
- "zoomtoselection": "Zoom a la selecció"
82
+ "zoomtoselection": "Fer zoom als elements seleccionats"
83
83
  },
84
84
  "bgswitcher": {
85
85
  "nobg": "Sense fons"
@@ -90,7 +90,7 @@
90
90
  "description": "Descripció",
91
91
  "lastUpdate": "Darrer canvi",
92
92
  "manage": "Gestionar",
93
- "nobookmarks": "",
93
+ "nobookmarks": "Cap marcador",
94
94
  "notloggedin": "No logat",
95
95
  "open": "Obrir",
96
96
  "openTab": "Obrir en una pestanya",
@@ -98,64 +98,63 @@
98
98
  "removefailed": "Error al eliminar",
99
99
  "savefailed": "Error al modificar",
100
100
  "update": "Updatejar",
101
- "zoomToExtent": ""
101
+ "zoomToExtent": "Fer zoom a l'extensió"
102
102
  },
103
103
  "bottombar": {
104
104
  "mousepos_label": "Coordenades",
105
105
  "scale_label": "Escala",
106
106
  "terms_label": "Condicions del servei",
107
- "viewertitle_label": ""
107
+ "viewertitle_label": "Pàgina d'inici"
108
108
  },
109
109
  "compare3d": {
110
- "clipplane": "",
111
- "compare_objects": "",
112
- "toggleall": ""
110
+ "clipplane": "Pla de retall",
111
+ "compare_objects": "Comparar objectes",
112
+ "toggleall": "Alternar tot"
113
113
  },
114
114
  "cookiepopup": {
115
- "accept": "",
116
- "message": ""
115
+ "accept": "Acceptar",
116
+ "message": "Aquest lloc web utilitza galetes."
117
117
  },
118
118
  "copybtn": {
119
119
  "click_to_copy": "Click per copiar",
120
120
  "copied": "Copiat",
121
- "copyfailed": ""
121
+ "copyfailed": "Error en copiar"
122
122
  },
123
123
  "cyclomedia": {
124
- "clickonmap": "",
125
- "initializing": "",
126
- "loaderror": "",
127
- "loading": "",
128
- "login": "",
129
- "scalehint": "",
130
- "title": ""
124
+ "clickonmap": "Fes clic en un enregistrament al mapa",
125
+ "initializing": "Inicialitzant Cyclomedia...",
126
+ "loaderror": "No s'ha pogut inicialitzar Cyclomedia",
127
+ "loading": "Carregant vista...",
128
+ "login": "Iniciar sessió",
129
+ "scalehint": "Els enregistraments només són visibles al mapa per sota de l'escala 1:{0}.",
130
+ "title": "Visor Cyclomedia"
131
131
  },
132
132
  "draw3d": {
133
- "clone": "",
134
- "cone": "",
135
- "ctrlhint": "",
136
- "cuboid": "",
137
- "cylinder": "",
138
- "delete": "",
139
- "drawings": "",
140
- "intersect": "",
141
- "label": "",
142
- "newgroupprompt": "",
143
- "numericinput": "",
144
- "pick": "",
145
- "position": "",
146
- "pyramid": "",
147
- "rotate": "",
148
- "rotation": "",
149
- "scale": "",
150
- "sizeunavailable": "",
151
- "sphere": "",
152
- "subtract": "",
153
- "thescale": "",
154
- "thesize": "",
155
- "translate": "",
156
- "undoBool": "",
157
- "union": "",
158
- "wedge": ""
133
+ "clone": "Clonar",
134
+ "cone": "Con",
135
+ "ctrlhint": "Utilitza Ctrl per a selecció múltiple...",
136
+ "cuboid": "Cuboid",
137
+ "cylinder": "Cilindre",
138
+ "delete": "Eliminar",
139
+ "drawings": "Dibuixos",
140
+ "intersect": "Intersecar",
141
+ "label": "Etiqueta",
142
+ "newgroupprompt": "Nou grup de dibuix",
143
+ "numericinput": "Entrada numèrica",
144
+ "pick": "Escollir",
145
+ "position": "Posició",
146
+ "pyramid": "Piràmide",
147
+ "rotate": "Rotar",
148
+ "rotation": "Rotació",
149
+ "scale": "Escalar",
150
+ "sphere": "Esfera",
151
+ "subtract": "Restar",
152
+ "thescale": "Escala",
153
+ "thesize": "Mida",
154
+ "translate": "Traslladar",
155
+ "undoBool": "Desfer operació",
156
+ "union": "Unir",
157
+ "wedge": "Cunya"
159
158
  },
160
159
  "editing": {
161
160
  "add": "Afegir",
@@ -164,14 +163,14 @@
164
163
  "clearpicture": "Netejar imatge",
165
164
  "commit": "Confirmar",
166
165
  "commitfailed": "Ha fallat el commit",
167
- "contraintviolation": "",
166
+ "contraintviolation": "Violació de restricció",
168
167
  "create": "Crear",
169
168
  "delete": "Esborrar",
170
169
  "discard": "Descartar",
171
170
  "draw": "Traçar",
172
171
  "feature": "Element",
173
172
  "geomnonzeroz": "La geometria conté valors Z diferents de zero, per tant és de només lectura",
174
- "geomreadonly": "",
173
+ "geomreadonly": "La geometria és només de lectura.",
175
174
  "invalidform": "Formulari invàlid",
176
175
  "maximize": "Maximitzar",
177
176
  "minimize": "Minimitzar",
@@ -192,61 +191,61 @@
192
191
  "title": "Formulari d'element"
193
192
  },
194
193
  "featuresearch": {
195
- "noresults": "",
196
- "query": "",
197
- "select": "",
198
- "title": ""
194
+ "noresults": "Sense resultats",
195
+ "query": "Consulta",
196
+ "select": "Seleccionar...",
197
+ "title": "Cerca d'element"
199
198
  },
200
199
  "fileselector": {
201
200
  "files": "fitxers",
202
201
  "placeholder": "Selecciona arxiu..."
203
202
  },
204
203
  "geomdigitizer": {
205
- "applink": "",
206
- "bufferlayername": "",
207
- "chooselink": "",
208
- "clear": "",
209
- "identifypick": "",
210
- "identifypickregion": "",
211
- "layername": "",
212
- "line_buffer": "",
213
- "point_buffer": "",
214
- "selfinter": "",
215
- "send": "",
216
- "wait": ""
204
+ "applink": "Aplicació",
205
+ "bufferlayername": "Capa de digitalització",
206
+ "chooselink": "Escollir...",
207
+ "clear": "Netejar capa",
208
+ "identifypick": "Escollir element",
209
+ "identifypickregion": "Escollir elements a la regió",
210
+ "layername": "Digitalització",
211
+ "line_buffer": "Línia (a buffer)",
212
+ "point_buffer": "Punt (a buffer)",
213
+ "selfinter": "Un o més polígons contenen auto-interseccions",
214
+ "send": "Enviar",
215
+ "wait": "Carregant..."
217
216
  },
218
217
  "heightprofile": {
219
218
  "asl": "a.s.l.",
220
219
  "distance": "Distància",
221
- "drawnodes": "",
222
- "error": "",
220
+ "drawnodes": "Dibuixar nodes",
221
+ "error": "No s'ha pogut calcular el perfil d'alçada",
223
222
  "export": "Exportar",
224
223
  "height": "Alçada",
225
224
  "loading": "Càlculant el perfil...",
226
- "loadingimage": "",
227
- "print": "",
228
- "title": ""
225
+ "loadingimage": "Carregant imatge del mapa...",
226
+ "print": "Imprimir perfil d'alçada",
227
+ "title": "Perfil d'alçada"
229
228
  },
230
229
  "hideobjects3d": {
231
- "clickonmap": "",
232
- "object": "",
233
- "restore": "",
234
- "restoreall": ""
230
+ "clickonmap": "Fes clic als objectes per ocultar-los...",
231
+ "object": "Objecte",
232
+ "restore": "Restaurar objecte",
233
+ "restoreall": "Restaurar tot"
235
234
  },
236
235
  "identify": {
237
- "aggregatedreport": "",
236
+ "aggregatedreport": "Informe agregat",
238
237
  "clipboard": "Copiar al porta-retalls",
239
- "download": "",
238
+ "download": "Descarregar",
240
239
  "export": "Exportar",
241
240
  "featureReport": "Informe d'element",
242
- "featurecount": "",
243
- "layerall": "",
241
+ "featurecount": "Nombre d'elements",
242
+ "layerall": "Totes les capes",
244
243
  "link": "Link",
245
244
  "noattributes": "Sense atributs",
246
245
  "noresults": "Sense informació disponible sobre el punt seleccionat",
247
246
  "querying": "Consultant...",
248
- "reportfail": "",
249
- "selectreport": "",
247
+ "reportfail": "No s'ha pogut generar l'informe",
248
+ "selectreport": "Seleccionar informe...",
250
249
  "title": "Informació del element"
251
250
  },
252
251
  "imageeditor": {
@@ -254,23 +253,23 @@
254
253
  "title": "Editor d'imatges"
255
254
  },
256
255
  "import3d": {
257
- "importing": "",
258
- "noprocessesserver": ""
256
+ "importing": "Important {0}...",
257
+ "noprocessesserver": "No hi ha servei d'importació configurat"
259
258
  },
260
259
  "importlayer": {
261
260
  "addfailed": "Error a l'afegir capa",
262
261
  "addlayer": "Afegir capa",
263
- "asgroup": "",
262
+ "asgroup": "Afegir com a grup",
264
263
  "connect": "Connectar",
265
264
  "filter": "Filtrant...",
266
265
  "loading": "Carregant...",
267
266
  "localfile": "Arxiu local",
268
267
  "nofeatures": "No s'han pogut importar els elements.",
269
268
  "noresults": "Sense resultats o l'adreça URL no és vàlida",
270
- "notgeopdf": "",
271
- "shpreprojectionerror": "",
272
- "supportedformats": "",
273
- "unknownproj": "",
269
+ "notgeopdf": "El fitxer seleccionat no sembla ser un GeoPDF.",
270
+ "shpreprojectionerror": "La geometria del Shapefile no s'ha pogut reproyectar i pot estar desplaçada.",
271
+ "supportedformats": "Formats suportats: KML, GeoJSON, GeoPDF, SHP (en zip)",
272
+ "unknownproj": "El GeoPDF seleccionat utilitza una projecció desconeguda: {0}.",
274
273
  "url": "URL",
275
274
  "urlplaceholder": "Adreça URL o WMS, WMTS, WFS..."
276
275
  },
@@ -297,7 +296,7 @@
297
296
  "layertree": {
298
297
  "compare": "Comparar amb la capa superior",
299
298
  "deletealllayers": "Eliminar todas las capas",
300
- "hidealllayers": "",
299
+ "hidealllayers": "Ocultar totes les capes",
301
300
  "importlayer": "Importar capa",
302
301
  "maptip": "Mostrar suggerències de capes en el mapa",
303
302
  "printlegend": "Imprimir llegenda",
@@ -308,13 +307,13 @@
308
307
  "zoomtolayer": "Zoom a la capa"
309
308
  },
310
309
  "layertree3d": {
311
- "customheight": "",
312
- "import": "",
313
- "importobjects": "",
314
- "layers": "",
315
- "objects": "",
316
- "supportedformats": "",
317
- "zoomtoobject": ""
310
+ "customheight": "Valor",
311
+ "import": "Importar",
312
+ "importobjects": "Importar objectes",
313
+ "layers": "Capes",
314
+ "objects": "Objectes",
315
+ "supportedformats": "Formats suportats: GLTF",
316
+ "zoomtoobject": "Zoom a l'objecte"
318
317
  },
319
318
  "linkfeatureform": {
320
319
  "cancel": "Cancel·lar",
@@ -339,114 +338,114 @@
339
338
  "resetrotation": "Reiniciar rotació"
340
339
  },
341
340
  "map3d": {
342
- "lockview": "",
343
- "syncview": "",
344
- "terrain": "",
345
- "title": ""
341
+ "lockview": "Moure amb la vista 2D",
342
+ "syncview": "Sincronitzar amb la vista 2D",
343
+ "terrain": "Terreny",
344
+ "title": "Vista 3D"
346
345
  },
347
346
  "mapexport": {
348
- "configuration": "",
347
+ "configuration": "Configuració",
349
348
  "format": "Format:",
350
- "projection": "",
349
+ "projection": "Projecció",
351
350
  "resolution": "Resolució:",
352
- "scale": "",
353
- "size": "",
354
- "submit": "",
355
- "usersize": "",
356
- "wait": ""
351
+ "scale": "Escala",
352
+ "size": "Mida",
353
+ "submit": "Exportar",
354
+ "usersize": "Seleccionar al mapa...",
355
+ "wait": "Espereu si us plau..."
357
356
  },
358
357
  "mapfilter": {
359
- "addcustomfilter": "",
360
- "brokenrendering": "",
361
- "cancel": "",
362
- "geomfilter": "",
363
- "hidefiltergeom": "",
364
- "invalidfilter": "",
365
- "save": "",
366
- "select": "",
367
- "selectlayer": "",
368
- "timefilter": "",
369
- "timefrom": "",
370
- "timeto": ""
358
+ "addcustomfilter": "Afegir filtre personalitzat",
359
+ "brokenrendering": "El renderitzat del mapa pot estar trencat a causa d'una expressió de filtre invàlida",
360
+ "cancel": "Cancel·lar",
361
+ "geomfilter": "Geometria",
362
+ "hidefiltergeom": "Ocultar geometria del filtre",
363
+ "invalidfilter": "Expressió de filtre invàlida",
364
+ "save": "Guardar",
365
+ "select": "Seleccionar...",
366
+ "selectlayer": "Seleccionar capa",
367
+ "timefilter": "Temps",
368
+ "timefrom": "Des de",
369
+ "timeto": "Fins a"
371
370
  },
372
371
  "mapinfotooltip": {
373
372
  "elevation": "Elevació",
374
373
  "title": "Posició"
375
374
  },
376
375
  "maplegend": {
377
- "bboxdependent": "",
376
+ "bboxdependent": "Llegenda dependent de l'extensió del mapa",
378
377
  "onlyvisible": "Només capes visibles",
379
- "scaledependent": "",
378
+ "scaledependent": "Llegenda dependent de l'escala del mapa",
380
379
  "windowtitle": "Llegenda"
381
380
  },
382
381
  "maplight3d": {
383
- "animationstep": "",
384
- "date": "",
385
- "dayspersec": "",
386
- "helpersVisible": "",
387
- "minspersec": "",
388
- "moonLightIntensity": "",
389
- "normalBias": "",
390
- "shadowBias": "",
391
- "shadowMapSize": "",
392
- "shadowType": "",
393
- "shadowVolumeFar": "",
394
- "shadowVolumeNear": "",
395
- "shadowintensity": "",
396
- "shadows": "",
397
- "showadvanced": "",
398
- "sunLightIntensity": "",
399
- "time": "",
400
- "zFactor": ""
382
+ "animationstep": "Pas d'animació",
383
+ "date": "Data",
384
+ "dayspersec": "dies / segon",
385
+ "helpersVisible": "Mostrar ajudes",
386
+ "minspersec": "minuts / segon",
387
+ "moonLightIntensity": "Intensitat de la llum de la lluna",
388
+ "normalBias": "Desviació normal",
389
+ "shadowBias": "Desviació d'ombra",
390
+ "shadowMapSize": "Mida del mapa d'ombres",
391
+ "shadowType": "Tipus d'ombra",
392
+ "shadowVolumeFar": "Volum d'ombra llunyà",
393
+ "shadowVolumeNear": "Volum d'ombra proper",
394
+ "shadowintensity": "Intensitat d'ombra",
395
+ "shadows": "Habilitar ombres",
396
+ "showadvanced": "Mostrar avançat",
397
+ "sunLightIntensity": "Intensitat de la llum solar",
398
+ "time": "Hora",
399
+ "zFactor": "Factor Z"
401
400
  },
402
401
  "measureComponent": {
403
- "absolute": "",
402
+ "absolute": "m s.n.m.",
404
403
  "areaLabel": "Àrea",
405
404
  "bearingLabel": "Direcció",
406
- "ground": "",
407
- "heightDiffLabel": "",
408
- "imperial": "",
405
+ "ground": "m s.n.t.",
406
+ "heightDiffLabel": "Diferència d'alçada",
407
+ "imperial": "Imperial",
409
408
  "lengthLabel": "Longitud",
410
- "metric": "",
409
+ "metric": "Mètric",
411
410
  "pointLabel": "Posició"
412
411
  },
413
412
  "misc": {
414
- "ctrlclickhint": ""
413
+ "ctrlclickhint": "Obrir amb Ctrl+Click"
415
414
  },
416
415
  "navbar": {
417
416
  "perpage": "per pàgina"
418
417
  },
419
418
  "newspopup": {
420
- "dialogclose": "",
421
- "dontshowagain": "",
422
- "title": ""
419
+ "dialogclose": "Tancar",
420
+ "dontshowagain": "No mostrar de nou",
421
+ "title": "Notícies"
423
422
  },
424
423
  "numericinput": {
425
- "angle": "",
426
- "featureunsupported": "",
427
- "height": "",
428
- "nofeature": "",
429
- "side": "",
430
- "width": "",
431
- "windowtitle": ""
424
+ "angle": "Angle",
425
+ "featureunsupported": "Entrada numèrica no disponible per a aquesta geometria",
426
+ "height": "Alçada",
427
+ "nofeature": "Sense element actiu",
428
+ "side": "Costat",
429
+ "width": "Amplada",
430
+ "windowtitle": "Entrada numèrica"
432
431
  },
433
432
  "panoramax": {
434
- "notfound": "",
435
- "title": ""
433
+ "notfound": "No hi ha imatge disponible per a aquesta ubicació.",
434
+ "title": "Visor Panoramax"
436
435
  },
437
436
  "pickfeature": {
438
- "querying": ""
437
+ "querying": "Consultant..."
439
438
  },
440
439
  "portal": {
441
- "filter": "",
442
- "menulabel": ""
440
+ "filter": "Filtrar temes...",
441
+ "menulabel": "Menú"
443
442
  },
444
443
  "print": {
445
- "atlasfeature": "",
446
- "download": "",
447
- "download_as_onepdf": "",
448
- "download_as_onezip": "",
449
- "download_as_single": "",
444
+ "atlasfeature": "Element de l'atles",
445
+ "download": "Descarregar",
446
+ "download_as_onepdf": "com un document PDF",
447
+ "download_as_onezip": "com un fitxer ZIP",
448
+ "download_as_single": "com a fitxers individuals",
450
449
  "format": "Format",
451
450
  "grid": "Graella",
452
451
  "layout": "Diseny",
@@ -456,13 +455,13 @@
456
455
  "nolayouts": "El tema seleccionat no admet la impresió",
457
456
  "notheme": "No hi ha tema seleccionat",
458
457
  "output": "Sortida d'impressió",
459
- "overlap": "",
460
- "pickatlasfeature": "",
458
+ "overlap": "Superposició",
459
+ "pickatlasfeature": "Seleccionar a la capa {0}...",
461
460
  "resolution": "Resolució",
462
461
  "rotation": "Rotació",
463
- "save": "",
462
+ "save": "Guardar",
464
463
  "scale": "Escala",
465
- "series": "",
464
+ "series": "Sèrie d'impressió",
466
465
  "submit": "Imprimir",
467
466
  "wait": "Esperi si us plau..."
468
467
  },
@@ -482,15 +481,15 @@
482
481
  "draw": "Dibuixar",
483
482
  "edit": "Editar",
484
483
  "ellipse": "El·lipse",
485
- "export": "",
484
+ "export": "Exportar",
486
485
  "freehand": "Dibuix a ma alçada",
487
486
  "label": "Etiqueta",
488
487
  "layer": "Capa",
489
- "layertitle": "",
488
+ "layertitle": "Línia de demarcació",
490
489
  "line": "Línia",
491
- "markers": "",
492
- "measurements": "",
493
- "numericinput": "",
490
+ "markers": "Marcadors",
491
+ "measurements": "Mostrar mesuraments",
492
+ "numericinput": "Entrada numèrica",
494
493
  "pick": "Escollir",
495
494
  "point": "Punt",
496
495
  "polygon": "Polígon",
@@ -502,11 +501,11 @@
502
501
  "width": "Amplada"
503
502
  },
504
503
  "reports": {
505
- "all": "",
506
- "download": "",
507
- "pick": "",
508
- "region": "",
509
- "selectlayer": ""
504
+ "all": "Tot",
505
+ "download": "Descarregar",
506
+ "pick": "Seleccionar",
507
+ "region": "Seleccionar regió",
508
+ "selectlayer": "Seleccionar capa d'informe..."
510
509
  },
511
510
  "routing": {
512
511
  "add": "Afegir punt",
@@ -553,25 +552,25 @@
553
552
  },
554
553
  "search": {
555
554
  "all": "Tot",
556
- "circleradius": "",
557
- "clearfilter": "",
558
- "coordinates": "",
555
+ "circleradius": "Radi del cercle",
556
+ "clearfilter": "Netejar filtre",
557
+ "coordinates": "Coordenades",
559
558
  "existinglayer": "La capa ja existeix en el mapa",
560
559
  "filter": "Refinar búsqueda",
561
- "layers": "",
562
- "limittoarea": "",
560
+ "layers": "Capes",
561
+ "limittoarea": "Limitar a l'àrea",
563
562
  "more": "{0} més resultats",
564
563
  "nodescription": "No hi ha descripció disponible",
565
- "none": "",
564
+ "none": "Cap",
566
565
  "noresults": "Cap resultat",
567
566
  "placeholder": "Cerqui un lloc o afegueixi mapa",
568
- "places": "",
567
+ "places": "Llocs",
569
568
  "providerselection": "Proveidor",
570
569
  "recent": "Cerques recents",
571
570
  "search": "Buscar",
572
- "themelayers": "",
571
+ "themelayers": "Capes del tema",
573
572
  "themes": "Temes",
574
- "unknownmore": ""
573
+ "unknownmore": "Més resultats"
575
574
  },
576
575
  "serviceinfo": {
577
576
  "abstract": "Resum",
@@ -585,43 +584,43 @@
585
584
  "title": "Informació del tema"
586
585
  },
587
586
  "settings": {
588
- "bookmarks": "",
587
+ "bookmarks": "Marcadors",
589
588
  "colorscheme": "Tema",
590
589
  "confirmlang": "L'aplicació es reiniciarà per canviar l'idioma. Vol continuar?",
591
- "default": "",
592
- "defaulttheme": "",
593
- "defaultthemefailed": "",
590
+ "default": "Per defecte",
591
+ "defaulttheme": "Tema per defecte",
592
+ "defaultthemefailed": "No s'ha pogut establir el tema per defecte: {0}",
594
593
  "language": "Idioma",
595
594
  "systemlang": "Idioma del sistema",
596
- "themes": ""
595
+ "themes": "Temes"
597
596
  },
598
597
  "share": {
599
598
  "QRCodeLinkTitle": "Codi QR",
600
599
  "directLinkTitle": "Via link",
601
- "expires": "",
602
- "norestriction": "",
600
+ "expires": "Aquest enllaç permanent és vàlid fins a {0}.",
601
+ "norestriction": "Sense restricció",
603
602
  "refresh": "Generar l'enllaç permanent",
604
- "restricttogroup": "",
603
+ "restricttogroup": "Restringir al grup",
605
604
  "shareTitle": "QWC2",
606
605
  "showpin": "Mostrar el pin",
607
606
  "socialIntro": "En la teva xarxa social preferida"
608
607
  },
609
608
  "snapping": {
610
- "edge": "",
609
+ "edge": "Ajustar a les vores",
611
610
  "loading": "Carregant geometries de snapping",
612
611
  "snappingenabled": "Snapping",
613
- "vertex": ""
612
+ "vertex": "Ajustar als vèrtexs"
614
613
  },
615
614
  "themelayerslist": {
616
615
  "addlayer": "Afegir capa",
617
616
  "addlayerstotheme": "Afegir capa al mapa actual",
618
617
  "addselectedlayers": "Afegir capa(s) seleccionada(s)",
619
- "existinglayers": ""
618
+ "existinglayers": "Les següents capes ja existeixen al mapa"
620
619
  },
621
620
  "themeswitcher": {
622
621
  "addlayerstotheme": "Afegir capes al mapa actual",
623
622
  "addtotheme": "Afegir al actual tema",
624
- "changedefaulttheme": "",
623
+ "changedefaulttheme": "Seleccionar aquest tema com a tema per defecte",
625
624
  "confirmswitch": "Confirmar canvi",
626
625
  "filter": "Filtrant...",
627
626
  "match": {
@@ -634,18 +633,18 @@
634
633
  },
635
634
  "timemanager": {
636
635
  "animationinterval": "Interval d'animació",
637
- "classify": "",
638
- "classifynone": "",
639
- "displayfeatures": "",
640
- "displaylayers": "",
641
- "displayminimal": "",
642
- "edit": "",
636
+ "classify": "Atribut de classificació",
637
+ "classifynone": "Cap",
638
+ "displayfeatures": "Línia temporal amb elements",
639
+ "displaylayers": "Línia temporal amb capes",
640
+ "displayminimal": "Només línia temporal",
641
+ "edit": "Editar",
643
642
  "endtime": "Final",
644
- "filterwarning": "",
643
+ "filterwarning": "Hi ha filtres de mapa actius",
645
644
  "future": "Futur",
646
- "group": "",
647
- "groupnone": "",
648
- "home": "",
645
+ "group": "Atribut d'agrupació",
646
+ "groupnone": "Cap",
647
+ "home": "Restablir línia temporal",
649
648
  "loading": "Carregant...",
650
649
  "loop": "Bucle",
651
650
  "markers": "Marcadors",
@@ -661,10 +660,10 @@
661
660
  "stepsize": "Mida del salt",
662
661
  "stop": "Parar",
663
662
  "timeline": "Línia temporal",
664
- "timeline_fixed": "",
665
- "timeline_infinite": "",
666
- "timelinedisplay": "",
667
- "timelinescale": "",
663
+ "timeline_fixed": "Fixat",
664
+ "timeline_infinite": "Infinit",
665
+ "timelinedisplay": "Visualització",
666
+ "timelinescale": "Escala temporal (no lineal)",
668
667
  "title": "Gestor de temps",
669
668
  "toggle": "Navegació temporal",
670
669
  "unit": {
@@ -678,8 +677,8 @@
678
677
  "seconds": "segons",
679
678
  "years": "anys"
680
679
  },
681
- "zoomin": "",
682
- "zoomout": ""
680
+ "zoomin": "Apropar",
681
+ "zoomout": "Allunyar"
683
682
  },
684
683
  "tooltip": {
685
684
  "background": "Canvi de fons",
@@ -690,52 +689,52 @@
690
689
  "zoomout": "Allunyar"
691
690
  },
692
691
  "tourguide": {
693
- "done": "",
694
- "next": "",
695
- "previous": ""
692
+ "done": "Fet",
693
+ "next": "Següent",
694
+ "previous": "Anterior"
696
695
  },
697
696
  "valuetool": {
698
- "all": "",
699
- "allbands": "",
700
- "alllayers": "",
701
- "bands": "",
702
- "graph": "",
703
- "layer": "",
704
- "nodata": "",
705
- "options": "",
706
- "selectedbands": "",
707
- "selectedlayers": "",
708
- "selectlayersbands": "",
709
- "showbands": "",
710
- "showlayers": "",
711
- "table": "",
712
- "title": "",
713
- "visiblelayers": "",
714
- "ymax": "",
715
- "ymin": ""
697
+ "all": "Tot",
698
+ "allbands": "Totes les bandes",
699
+ "alllayers": "Totes les capes",
700
+ "bands": "Bandes",
701
+ "graph": "Gràfic",
702
+ "layer": "Capa",
703
+ "nodata": "Sense dades",
704
+ "options": "Opcions",
705
+ "selectedbands": "Bandes seleccionades",
706
+ "selectedlayers": "Capes seleccionades",
707
+ "selectlayersbands": "Seleccionar capes / bandes",
708
+ "showbands": "Mostrar bandes",
709
+ "showlayers": "Mostrar capes",
710
+ "table": "Taula",
711
+ "title": "Eina de valors",
712
+ "visiblelayers": "Visibles",
713
+ "ymax": "Y màx",
714
+ "ymin": "Y mín"
716
715
  },
717
716
  "vectorlayerpicker": {
718
- "none": "",
717
+ "none": "Cap",
719
718
  "prompt": "Nom de la capa"
720
719
  },
721
720
  "view3d": {
722
- "storingstate": ""
721
+ "storingstate": "Desant l'estat 3D..."
723
722
  },
724
723
  "window": {
725
724
  "close": "Tancar",
726
- "detach": "",
725
+ "detach": "Desacoblar",
727
726
  "dock": "Acoblar",
728
- "embed": "",
727
+ "embed": "Incrustar",
729
728
  "maximize": "Maximitzar",
730
729
  "minimize": "Minimitzar",
731
730
  "undock": "Desacoblar",
732
- "unmaximize": "Minimitzar",
731
+ "unmaximize": "Restaurar",
733
732
  "unminimize": "Desminimitzar"
734
733
  },
735
734
  "colorschemes": {
736
- "default": "",
737
- "dark": "",
738
- "highcontrast": ""
735
+ "default": "Per defecte",
736
+ "dark": "Fosc",
737
+ "highcontrast": "Alt contrast"
739
738
  }
740
739
  }
741
740
  }