Skip to content

Commit

Permalink
Update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jan 7, 2025
1 parent 6172ff3 commit d945d2e
Show file tree
Hide file tree
Showing 16 changed files with 100 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "QWC2App",
"version": "2025.01.06-master",
"version": "2025.01.07-master",
"description": "QGIS Web Client 2 application",
"author": "Sourcepole",
"license": "BSD-2-Clause",
Expand Down
7 changes: 7 additions & 0 deletions static/translations/cs-CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"items": {
"ExternalLink": "",
"Bookmark": "Záložky",
"Compare3D": "",
"DateTime3D": "",
"Editing": "Úpravy",
"Help": "Nápověda",
Expand Down Expand Up @@ -122,6 +123,11 @@
"terms_label": "Podmínky použití",
"viewertitle_label": ""
},
"compare3d": {
"clipplane": "",
"compare_objects": "",
"toggleall": ""
},
"cookiepopup": {
"accept": "",
"message": ""
Expand Down Expand Up @@ -304,6 +310,7 @@
},
"map3d": {
"syncview": "",
"terrain": "",
"title": ""
},
"mapexport": {
Expand Down
7 changes: 7 additions & 0 deletions static/translations/de-CH.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"items": {
"ExternalLink": "",
"Bookmark": "Lesezeichen",
"Compare3D": "Vergleichen",
"DateTime3D": "Datum und Zeit",
"Editing": "Editieren",
"Help": "Hilfe",
Expand Down Expand Up @@ -122,6 +123,11 @@
"terms_label": "Nutzungsbedingungen",
"viewertitle_label": ""
},
"compare3d": {
"clipplane": "Schnittebene",
"compare_objects": "Objekte vergleichen",
"toggleall": "Alle"
},
"cookiepopup": {
"accept": "Akzeptieren",
"message": "Diese Seite verwendet Cookies."
Expand Down Expand Up @@ -304,6 +310,7 @@
},
"map3d": {
"syncview": "Ansicht synchronisieren",
"terrain": "Gelände",
"title": "3D Ansicht"
},
"mapexport": {
Expand Down
7 changes: 7 additions & 0 deletions static/translations/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"items": {
"ExternalLink": "Externer Link",
"Bookmark": "Lesezeichen",
"Compare3D": "Vergleichen",
"DateTime3D": "Datum und Zeit",
"Editing": "Editieren",
"Help": "Hilfe",
Expand Down Expand Up @@ -122,6 +123,11 @@
"terms_label": "Nutzungsbedingungen",
"viewertitle_label": "QWC2 Demo"
},
"compare3d": {
"clipplane": "Schnittebene",
"compare_objects": "Objekte vergleichen",
"toggleall": "Alle"
},
"cookiepopup": {
"accept": "Akzeptieren",
"message": "Diese Seite verwendet Cookies."
Expand Down Expand Up @@ -304,6 +310,7 @@
},
"map3d": {
"syncview": "Ansicht synchronisieren",
"terrain": "Gelände",
"title": "3D Ansicht"
},
"mapexport": {
Expand Down
7 changes: 7 additions & 0 deletions static/translations/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"items": {
"ExternalLink": "External Link",
"Bookmark": "Bookmarks",
"Compare3D": "Compare",
"DateTime3D": "Date and Time",
"Editing": "Editing",
"Help": "Help",
Expand Down Expand Up @@ -122,6 +123,11 @@
"terms_label": "Terms of use",
"viewertitle_label": "QWC2 Demo"
},
"compare3d": {
"clipplane": "Clipping plane",
"compare_objects": "Compare objects",
"toggleall": "Toggle all"
},
"cookiepopup": {
"accept": "Accept",
"message": "This website uses cookies."
Expand Down Expand Up @@ -304,6 +310,7 @@
},
"map3d": {
"syncview": "Synchronize view",
"terrain": "Terrain",
"title": "3D View"
},
"mapexport": {
Expand Down
7 changes: 7 additions & 0 deletions static/translations/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"items": {
"ExternalLink": "",
"Bookmark": "Marcadores",
"Compare3D": "",
"DateTime3D": "",
"Editing": "Edición",
"Help": "Ayuda",
Expand Down Expand Up @@ -122,6 +123,11 @@
"terms_label": "Términos de uso",
"viewertitle_label": ""
},
"compare3d": {
"clipplane": "",
"compare_objects": "",
"toggleall": ""
},
"cookiepopup": {
"accept": "",
"message": ""
Expand Down Expand Up @@ -304,6 +310,7 @@
},
"map3d": {
"syncview": "",
"terrain": "",
"title": ""
},
"mapexport": {
Expand Down
7 changes: 7 additions & 0 deletions static/translations/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"items": {
"ExternalLink": "",
"Bookmark": "Marque-pages",
"Compare3D": "Comparer",
"DateTime3D": "Date et heure",
"Editing": "Editer",
"Help": "Aide",
Expand Down Expand Up @@ -122,6 +123,11 @@
"terms_label": "Conditions d'utilisation",
"viewertitle_label": "Page d'accueil"
},
"compare3d": {
"clipplane": "Plan d'écrêtage",
"compare_objects": "Comparer objets",
"toggleall": "Tous"
},
"cookiepopup": {
"accept": "Accepter",
"message": "Ce site web utilise des cookies."
Expand Down Expand Up @@ -304,6 +310,7 @@
},
"map3d": {
"syncview": "Synchroniser la vue",
"terrain": "Terrain",
"title": "Vue 3D"
},
"mapexport": {
Expand Down
7 changes: 7 additions & 0 deletions static/translations/it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"items": {
"ExternalLink": "Collegamento esterno",
"Bookmark": "Segnalibri",
"Compare3D": "Confronta",
"DateTime3D": "Data e ora",
"Editing": "Strumenti di modifica",
"Help": "Aiuto",
Expand Down Expand Up @@ -122,6 +123,11 @@
"terms_label": "Condizioni di uso",
"viewertitle_label": "QWC2 Demo"
},
"compare3d": {
"clipplane": "Piano di taglio",
"compare_objects": "Confronta oggetti",
"toggleall": "Tutti"
},
"cookiepopup": {
"accept": "Accetta",
"message": "Questo sito web utilizza cookie."
Expand Down Expand Up @@ -304,6 +310,7 @@
},
"map3d": {
"syncview": "Sincronizza visuale",
"terrain": "Terreno",
"title": "Visuale 3D"
},
"mapexport": {
Expand Down
7 changes: 7 additions & 0 deletions static/translations/pl-PL.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"items": {
"ExternalLink": "",
"Bookmark": "",
"Compare3D": "",
"DateTime3D": "",
"Editing": "Edycja",
"Help": "Pomoc",
Expand Down Expand Up @@ -122,6 +123,11 @@
"terms_label": "Warunki korzystania",
"viewertitle_label": ""
},
"compare3d": {
"clipplane": "",
"compare_objects": "",
"toggleall": ""
},
"cookiepopup": {
"accept": "",
"message": ""
Expand Down Expand Up @@ -304,6 +310,7 @@
},
"map3d": {
"syncview": "",
"terrain": "",
"title": ""
},
"mapexport": {
Expand Down
7 changes: 7 additions & 0 deletions static/translations/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"items": {
"ExternalLink": "",
"Bookmark": "Bookmark",
"Compare3D": "",
"DateTime3D": "",
"Editing": "Edição",
"Help": "Ajuda",
Expand Down Expand Up @@ -122,6 +123,11 @@
"terms_label": "Termos de uso",
"viewertitle_label": "QWC2 Demo"
},
"compare3d": {
"clipplane": "",
"compare_objects": "",
"toggleall": ""
},
"cookiepopup": {
"accept": "",
"message": ""
Expand Down Expand Up @@ -304,6 +310,7 @@
},
"map3d": {
"syncview": "",
"terrain": "",
"title": ""
},
"mapexport": {
Expand Down
7 changes: 7 additions & 0 deletions static/translations/pt-PT.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"items": {
"ExternalLink": "",
"Bookmark": "Marcador",
"Compare3D": "",
"DateTime3D": "",
"Editing": "Edição",
"Help": "Ajuda",
Expand Down Expand Up @@ -122,6 +123,11 @@
"terms_label": "Termos de Uso",
"viewertitle_label": ""
},
"compare3d": {
"clipplane": "",
"compare_objects": "",
"toggleall": ""
},
"cookiepopup": {
"accept": "",
"message": ""
Expand Down Expand Up @@ -304,6 +310,7 @@
},
"map3d": {
"syncview": "",
"terrain": "",
"title": ""
},
"mapexport": {
Expand Down
7 changes: 7 additions & 0 deletions static/translations/ro-RO.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"items": {
"ExternalLink": "Link extern",
"Bookmark": "Marcaj",
"Compare3D": "",
"DateTime3D": "",
"Editing": "Editare",
"Help": "Ajutor",
Expand Down Expand Up @@ -122,6 +123,11 @@
"terms_label": "Termeni de utilizare",
"viewertitle_label": "Despre"
},
"compare3d": {
"clipplane": "",
"compare_objects": "",
"toggleall": ""
},
"cookiepopup": {
"accept": "",
"message": ""
Expand Down Expand Up @@ -304,6 +310,7 @@
},
"map3d": {
"syncview": "",
"terrain": "",
"title": ""
},
"mapexport": {
Expand Down
7 changes: 7 additions & 0 deletions static/translations/ru-RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"items": {
"ExternalLink": "",
"Bookmark": "",
"Compare3D": "",
"DateTime3D": "",
"Editing": "Правка",
"Help": "Помощь",
Expand Down Expand Up @@ -122,6 +123,11 @@
"terms_label": "Условия использования",
"viewertitle_label": "Домашняя страница"
},
"compare3d": {
"clipplane": "",
"compare_objects": "",
"toggleall": ""
},
"cookiepopup": {
"accept": "",
"message": ""
Expand Down Expand Up @@ -304,6 +310,7 @@
},
"map3d": {
"syncview": "",
"terrain": "",
"title": ""
},
"mapexport": {
Expand Down
7 changes: 7 additions & 0 deletions static/translations/sv-SE.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"items": {
"ExternalLink": "",
"Bookmark": "",
"Compare3D": "",
"DateTime3D": "",
"Editing": "Redigera",
"Help": "Hjälp",
Expand Down Expand Up @@ -122,6 +123,11 @@
"terms_label": "Villkor",
"viewertitle_label": "QWC2 Demo"
},
"compare3d": {
"clipplane": "",
"compare_objects": "",
"toggleall": ""
},
"cookiepopup": {
"accept": "",
"message": ""
Expand Down Expand Up @@ -304,6 +310,7 @@
},
"map3d": {
"syncview": "",
"terrain": "",
"title": ""
},
"mapexport": {
Expand Down
Loading

0 comments on commit d945d2e

Please sign in to comment.