Skip to content

Commit 3c0d84d

Browse files
committed
Closes #3671
1 parent d3a2a2a commit 3c0d84d

6 files changed

Lines changed: 6 additions & 1 deletion

File tree

web/client/components/data/query/CrossLayerFilter.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ module.exports = ({
7979
label: l.title || l.name,
8080
value: l.name
8181
}))}
82-
placeholder="Select Layer"
82+
placeholder={<Message msgId="queryform.crossLayerFilter.placeholder" />}
8383
filter="contains"
8484
value={typeName}
8585
onChange={ sel => {

web/client/translations/data.de-DE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,7 @@
794794
"targetLayer": "Zielschicht",
795795
"clear": "Filter löschen",
796796
"operation": "Betrieb",
797+
"placeholder": "Wählen Sie eine Ebene aus",
797798
"errors": {
798799
"noCrossLayerAvailable": "Cross Layer Filtering ist für die ausgewählte Ebene nicht verfügbar"
799800
}

web/client/translations/data.en-US

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,7 @@
794794
"targetLayer": "Target layer",
795795
"clear": "Clear filter",
796796
"operation": "Operation",
797+
"placeholder": "Select layer",
797798
"errors": {
798799
"noCrossLayerAvailable": "Cross Layer Filtering is not available for the selected layer"
799800
}

web/client/translations/data.es-ES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,7 @@
794794
"targetLayer": "Capa objetivo",
795795
"clear": "Eliminar filtro",
796796
"operation": "Operación",
797+
"placeholder": "Selecciona una capa",
797798
"errors": {
798799
"noCrossLayerAvailable": "El filtro de capa no está disponible para la capa seleccionada"
799800
}

web/client/translations/data.fr-FR

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,7 @@
795795
"targetLayer": "Couche cible",
796796
"clear": "Effacer le filtre",
797797
"operation": "Opération",
798+
"placeholder": "Sélectionner une couche",
798799
"errors": {
799800
"noCrossLayerAvailable": "Le filtrage croisé n'est pas disponible pour le calque sélectionné"
800801
}

web/client/translations/data.it-IT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,7 @@
794794
"targetLayer": "Livello Filtro",
795795
"clear": "Pulisci Filtro",
796796
"operation": "Operazione",
797+
"placeholder": "Seleziona il livello",
797798
"errors": {
798799
"noCrossLayerAvailable": "L'operazione di filtraggio usando un livello non è supportata per il layer selezionato"
799800
}

0 commit comments

Comments
 (0)