Skip to content

Commit

Permalink
Update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Sep 14, 2024
1 parent 9338ef4 commit ccde3a0
Show file tree
Hide file tree
Showing 16 changed files with 170 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": "2024.09.05-master",
"version": "2024.09.14-master",
"description": "QGIS Web Client 2 application",
"author": "Sourcepole",
"license": "BSD-2-Clause",
Expand Down
12 changes: 12 additions & 0 deletions static/translations/cs-CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"Portal": "",
"Print": "Tisk",
"RasterExport": "Export rastru",
"Reports": "",
"MapExport": "Export mapu",
"Redlining": "Připomínkování",
"Routing": "Trasy",
Expand Down Expand Up @@ -215,14 +216,18 @@
"title": ""
},
"identify": {
"aggregatedreport": "",
"clipboard": "Zkopírovat do schránky",
"download": "",
"export": "Exportovat",
"exportformat": "Formát exportu",
"featureReport": "Report prvku",
"link": "Odkaz",
"noattributes": "Bez atributů",
"noresults": "V tomto bodu nejsou k dispozici informace o žádném prvku",
"querying": "Dotazování...",
"reportfail": "",
"selectlayer": "",
"title": "Informace o prvku"
},
"imageeditor": {
Expand Down Expand Up @@ -429,6 +434,13 @@
"transform": "",
"width": "Šířka"
},
"reports": {
"all": "",
"download": "",
"pick": "",
"region": "",
"selectlayer": ""
},
"routing": {
"add": "",
"addviapoint": "Přes tento bod",
Expand Down
12 changes: 12 additions & 0 deletions static/translations/de-CH.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"Portal": "Portal",
"Print": "Drucken",
"RasterExport": "Raster-Export",
"Reports": "Berichte",
"MapExport": "Karte exportieren",
"Redlining": "Zeichnen",
"Routing": "Routing",
Expand Down Expand Up @@ -215,14 +216,18 @@
"title": "Höhenprofil"
},
"identify": {
"aggregatedreport": "Aggregierter Bericht",
"clipboard": "Nach Zwischenablage kopieren",
"download": "Herunterladen",
"export": "Exportieren",
"exportformat": "Exportformat",
"featureReport": "Objektblatt",
"link": "Link",
"noattributes": "Keine Attribute",
"noresults": "Keine Resultate an der ausgewählten Position",
"querying": "Objekte werden abgefragt...",
"reportfail": "Bericht konnt nicht erstellt werden",
"selectlayer": "Ebene auswählen",
"title": "Objektinformationen"
},
"imageeditor": {
Expand Down Expand Up @@ -429,6 +434,13 @@
"transform": "Transformieren",
"width": "Breite"
},
"reports": {
"all": "Alle",
"download": "Herunterladen",
"pick": "Auswählen",
"region": "Region auswählen",
"selectlayer": "Berichtebene auswählen..."
},
"routing": {
"add": "Hinzufügen",
"addviapoint": "Routenpunkt hinzufügen",
Expand Down
12 changes: 12 additions & 0 deletions static/translations/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"Portal": "Portal",
"Print": "Drucken",
"RasterExport": "Raster-Export",
"Reports": "Berichte",
"MapExport": "Karte exportieren",
"Redlining": "Zeichnen",
"Routing": "Routing",
Expand Down Expand Up @@ -215,14 +216,18 @@
"title": "Höhenprofil"
},
"identify": {
"aggregatedreport": "Aggregierter Bericht",
"clipboard": "Nach Zwischenablage kopieren",
"download": "Herunterladen",
"export": "Exportieren",
"exportformat": "Exportformat",
"featureReport": "Objektblatt",
"link": "Link",
"noattributes": "Keine Attribute",
"noresults": "Keine Resultate an der ausgewählten Position",
"querying": "Objekte werden abgefragt...",
"reportfail": "Bericht konnt nicht erstellt werden",
"selectlayer": "Ebene auswählen",
"title": "Objektinformationen"
},
"imageeditor": {
Expand Down Expand Up @@ -429,6 +434,13 @@
"transform": "Transformieren",
"width": "Breite"
},
"reports": {
"all": "Alle",
"download": "Herunterladen",
"pick": "Auswählen",
"region": "Region auswählen",
"selectlayer": "Berichtebene auswählen..."
},
"routing": {
"add": "Hinzufügen",
"addviapoint": "Über hier",
Expand Down
12 changes: 12 additions & 0 deletions static/translations/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"Portal": "Portal",
"Print": "Print",
"RasterExport": "Raster Export",
"Reports": "Reports",
"MapExport": "Export map",
"Redlining": "Redlining",
"Routing": "Routing",
Expand Down Expand Up @@ -215,14 +216,18 @@
"title": "Height profile"
},
"identify": {
"aggregatedreport": "Aggregated report:",
"clipboard": "Copy to clipboard",
"download": "Download",
"export": "Export",
"exportformat": "Export format:",
"featureReport": "Feature report",
"link": "Link",
"noattributes": "No attributes",
"noresults": "No information available for the selected point",
"querying": "Querying...",
"reportfail": "Failed to generate report",
"selectlayer": "Select layer...",
"title": "Feature Info"
},
"imageeditor": {
Expand Down Expand Up @@ -429,6 +434,13 @@
"transform": "Transform",
"width": "Width"
},
"reports": {
"all": "All",
"download": "Download",
"pick": "Pick",
"region": "Select region",
"selectlayer": "Select report layer..."
},
"routing": {
"add": "Add point",
"addviapoint": "Via here",
Expand Down
12 changes: 12 additions & 0 deletions static/translations/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"Portal": "",
"Print": "Imprimir",
"RasterExport": "Exportar trama",
"Reports": "",
"MapExport": "Exportar mapa",
"Redlining": "Línea de demarcación",
"Routing": "Routing",
Expand Down Expand Up @@ -215,14 +216,18 @@
"title": ""
},
"identify": {
"aggregatedreport": "",
"clipboard": "",
"download": "",
"export": "Exportar",
"exportformat": "Exportar formato",
"featureReport": "Informe del elemento",
"link": "Link",
"noattributes": "Sin atributos",
"noresults": "Sin información disponible sobre el punto seleccionado",
"querying": "Consultando...",
"reportfail": "",
"selectlayer": "",
"title": "Información del elemento"
},
"imageeditor": {
Expand Down Expand Up @@ -429,6 +434,13 @@
"transform": "",
"width": "Ancho"
},
"reports": {
"all": "",
"download": "",
"pick": "",
"region": "",
"selectlayer": ""
},
"routing": {
"add": "Añadir punto",
"addviapoint": "Pasar por aquí",
Expand Down
12 changes: 12 additions & 0 deletions static/translations/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"Portal": "Portail",
"Print": "Imprimer",
"RasterExport": "Exporter l'image",
"Reports": "Rapports",
"MapExport": "Exporter la carte",
"Redlining": "Dessiner",
"Routing": "Routage",
Expand Down Expand Up @@ -215,14 +216,18 @@
"title": "Profil de hauteur"
},
"identify": {
"aggregatedreport": "Rapport agrégé",
"clipboard": "Copier dans le presse-papiers",
"download": "Télécharger",
"export": "Exporter",
"exportformat": "Format d'export:",
"featureReport": "Données de l'objet",
"link": "Lien",
"noattributes": "Pas d'attribut",
"noresults": "Pas de résultats pour la position sélectionnée",
"querying": "Identification en cours...",
"reportfail": "Le rapport n'a pas été généré",
"selectlayer": "Sélectionner la couche...",
"title": "Informations sur l'objet"
},
"imageeditor": {
Expand Down Expand Up @@ -429,6 +434,13 @@
"transform": "Transformer",
"width": "Largeur"
},
"reports": {
"all": "Tous",
"download": "Télécharger",
"pick": "Selectionner",
"region": "Selectionner region",
"selectlayer": "Sélectionner la couche du rapport..."
},
"routing": {
"add": "Ajouter",
"addviapoint": "Par ici",
Expand Down
12 changes: 12 additions & 0 deletions static/translations/it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"Portal": "Portale",
"Print": "Stampa",
"RasterExport": "Esporta su immagine",
"Reports": "Rapporti",
"MapExport": "Esporta mappa",
"Redlining": "Strumenti di disegno",
"Routing": "Routing",
Expand Down Expand Up @@ -215,14 +216,18 @@
"title": "Profilo di altezza"
},
"identify": {
"aggregatedreport": "Rapporto aggregato",
"clipboard": "Copia negli appunti",
"download": "Scarica",
"export": "Esporta",
"exportformat": "Formato d'esportazione",
"featureReport": "Oggetto formulario",
"link": "Link",
"noattributes": "Nessun attributo",
"noresults": "Nessun risultato",
"querying": "Caricando...",
"reportfail": "Errore nella generazione del rapporto",
"selectlayer": "Seleziona livello...",
"title": "Titolo"
},
"imageeditor": {
Expand Down Expand Up @@ -429,6 +434,13 @@
"transform": "Transforma",
"width": "Larghezza"
},
"reports": {
"all": "Tutti",
"download": "Scarica",
"pick": "Seleziona",
"region": "Seleziona area",
"selectlayer": "Seleziona livello del rapporto..."
},
"routing": {
"add": "Aggiungi",
"addviapoint": "Via qui",
Expand Down
12 changes: 12 additions & 0 deletions static/translations/pl-PL.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"Portal": "",
"Print": "Drukuj",
"RasterExport": "Eksport Rastra",
"Reports": "",
"MapExport": "Eksportuj mapę",
"Redlining": "Redlining",
"Routing": "",
Expand Down Expand Up @@ -215,14 +216,18 @@
"title": ""
},
"identify": {
"aggregatedreport": "",
"clipboard": "",
"download": "",
"export": "Eksport",
"exportformat": "",
"featureReport": "Feature report",
"link": "Link",
"noattributes": "Brak atrybutów",
"noresults": "Brak dostępnych danych dla wybranego punktu",
"querying": "Przetwarzam zapytanie...",
"reportfail": "",
"selectlayer": "",
"title": "Feature Info"
},
"imageeditor": {
Expand Down Expand Up @@ -429,6 +434,13 @@
"transform": "",
"width": "Szerokość"
},
"reports": {
"all": "",
"download": "",
"pick": "",
"region": "",
"selectlayer": ""
},
"routing": {
"add": "",
"addviapoint": "",
Expand Down
12 changes: 12 additions & 0 deletions static/translations/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"Portal": "",
"Print": "Imprimir",
"RasterExport": "Exportar imagem",
"Reports": "",
"MapExport": "Exportar mapa",
"Redlining": "Linha de demarcação",
"Routing": "Roteamento",
Expand Down Expand Up @@ -215,14 +216,18 @@
"title": "Título"
},
"identify": {
"aggregatedreport": "",
"clipboard": "",
"download": "",
"export": "Exportação",
"exportformat": "Formato de exportação",
"featureReport": "Relatório de recurso",
"link": "Link",
"noattributes": "Sem atributos",
"noresults": "Nenhuma informação disponível para o ponto selecionado",
"querying": "Consultando...",
"reportfail": "",
"selectlayer": "",
"title": "Informação do recurso"
},
"imageeditor": {
Expand Down Expand Up @@ -429,6 +434,13 @@
"transform": "Transformar",
"width": "Largura"
},
"reports": {
"all": "",
"download": "",
"pick": "",
"region": "",
"selectlayer": ""
},
"routing": {
"add": "Adcionar",
"addviapoint": "Adicionar ponto de via",
Expand Down
Loading

0 comments on commit ccde3a0

Please sign in to comment.