Skip to content

Commit

Permalink
feat(filters): translate contact filter
Browse files Browse the repository at this point in the history
  • Loading branch information
fgravin committed Dec 9, 2023
1 parent a121dd1 commit d041fe5
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ marker('search.filters.representationType')
marker('search.filters.resourceType')
marker('search.filters.standard')
marker('search.filters.topic')
marker('search.filters.contact')

@Injectable({
providedIn: 'root',
Expand Down
1 change: 1 addition & 0 deletions translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@
"search.field.any.placeholder": "Suche nach Datensätzen ...",
"search.field.sortBy": "Sortieren nach:",
"search.filters.clear": "Zurücksetzen",
"search.filters.contact": "Kontakt",
"search.filters.format": "Formate",
"search.filters.inspireKeyword": "INSPIRE-Schlüsselwort",
"search.filters.isSpatial": "Ist räumliche Daten",
Expand Down
1 change: 1 addition & 0 deletions translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@
"search.field.any.placeholder": "Search datasets ...",
"search.field.sortBy": "Sort by:",
"search.filters.clear": "Reset",
"search.filters.contact": "Contacts",
"search.filters.format": "Formats",
"search.filters.inspireKeyword": "INSPIRE keyword",
"search.filters.isSpatial": "Is spatial data",
Expand Down
1 change: 1 addition & 0 deletions translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@
"search.field.any.placeholder": "",
"search.field.sortBy": "",
"search.filters.clear": "",
"search.filters.contact": "",
"search.filters.format": "",
"search.filters.inspireKeyword": "",
"search.filters.isSpatial": "",
Expand Down
1 change: 1 addition & 0 deletions translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@
"search.field.any.placeholder": "Rechercher une donnée...",
"search.field.sortBy": "Trier par :",
"search.filters.clear": "Réinitialiser",
"search.filters.contact": "Contacts",
"search.filters.format": "Formats",
"search.filters.inspireKeyword": "Mot-clé INSPIRE",
"search.filters.isSpatial": "Données spatiales",
Expand Down
1 change: 1 addition & 0 deletions translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@
"search.field.any.placeholder": "",
"search.field.sortBy": "",
"search.filters.clear": "",
"search.filters.contact": "",
"search.filters.format": "",
"search.filters.inspireKeyword": "",
"search.filters.isSpatial": "",
Expand Down
1 change: 1 addition & 0 deletions translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@
"search.field.any.placeholder": "",
"search.field.sortBy": "",
"search.filters.clear": "",
"search.filters.contact": "",
"search.filters.format": "",
"search.filters.inspireKeyword": "",
"search.filters.isSpatial": "",
Expand Down
1 change: 1 addition & 0 deletions translations/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@
"search.field.any.placeholder": "",
"search.field.sortBy": "",
"search.filters.clear": "",
"search.filters.contact": "",
"search.filters.format": "",
"search.filters.inspireKeyword": "",
"search.filters.isSpatial": "",
Expand Down
1 change: 1 addition & 0 deletions translations/sk.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@
"search.field.any.placeholder": "Hľadať datasety ...",
"search.field.sortBy": "Zoradiť podľa:",
"search.filters.clear": "Obnoviť",
"search.filters.contact": "",
"search.filters.format": "Formáty",
"search.filters.inspireKeyword": "Kľúčové slová INSPIRE",
"search.filters.isSpatial": "Je priestorový údaj",
Expand Down

0 comments on commit d041fe5

Please sign in to comment.