Skip to content

Commit

Permalink
DN-38: Use term "condition" consistently in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Austerschulte committed Aug 14, 2024
1 parent 30c026c commit 2a10bb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/main/js/bundles/dn_querybuilder/nls/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ export default {
noResultsError: "No results found for your query!"
},
aria: {
add: "add new field query",
remove: "remove current field query",
negate: "negate current statement",
add: "add new condition",
remove: "remove current condition",
negate: "negate current condition",
selectLayer: "select layer",
sortingField: "select sort field name",
linkOperatorsEnabled: "Link operators are active.",
Expand Down
8 changes: 4 additions & 4 deletions src/main/js/bundles/dn_querybuilder/nls/de/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default {
and: "Alle Bedingungen",
or: "Mindestens eine Bedingung",
enterValue: "Wert eingeben",
removeQuery: "Diesen Ausdruck entfernen",
removeQuery: "Diese Bedingung entfernen",
multipleSpatialInputs: "Mehrere Geometrien auswählen",
resetSpatialInput: "Räumliche Einschränkung entfernen",
negateSpatialInput: "Außerhalb der ausgewählten Geometrie suchen",
Expand Down Expand Up @@ -78,9 +78,9 @@ export default {
noResultsError: "Keine Ergebnisse für Ihre Abfrage gefunden!"
},
aria: {
add: "Neuen Ausdruck hinzufügen",
remove: "Aktuellen Ausdruck entfernen",
negate: "Aktuellen Ausdruck negieren",
add: "Neue Bedingung hinzufügen",
remove: "Aktuelle Bedingung entfernen",
negate: "Aktuelle Bedingung negieren",
selectLayer: "Layer auswählen",
sortingField: "Sortierfeldname auswählen",
linkOperatorsEnabled: "Verknüpfungsoperatoren sind aktiv.",
Expand Down

0 comments on commit 2a10bb0

Please sign in to comment.