aboutsummaryrefslogtreecommitdiffstats
path: root/messages
diff options
context:
space:
mode:
Diffstat (limited to 'messages')
-rw-r--r--messages/de-ch.json10
-rw-r--r--messages/en-gb.json10
2 files changed, 18 insertions, 2 deletions
diff --git a/messages/de-ch.json b/messages/de-ch.json
index 61058c9..4133d58 100644
--- a/messages/de-ch.json
+++ b/messages/de-ch.json
@@ -94,7 +94,15 @@
],
"_": "FIXME: these i18n are computer generated and are BAD.",
"no_results_title": "Keine Resultate",
- "no_results_body": "Es wurden keine Ergebnisse für den Sender *{stationName}* gefunden.\nBitte versuchen Sie es erneut.",
+ "no_results_body": [
+ {
+ "declarations": ["input stationName"],
+ "selectors": ["stationName"],
+ "match": {
+ "*": "Es wurden keine Ergebnisse für den Sender *{stationName}* gefunden.\nBitte versuchen Sie es erneut."
+ }
+ }
+ ],
"welcome_title": "Kein Bahnhof",
"welcome_body_1": "Bitte geben Sie einen Bahnhof in das Suchfeld oben ein und wählen Sie ein Suchergebnis aus.",
"welcome_examples": "Beispiele:",
diff --git a/messages/en-gb.json b/messages/en-gb.json
index d23659b..6a11665 100644
--- a/messages/en-gb.json
+++ b/messages/en-gb.json
@@ -93,7 +93,15 @@
}
],
"no_results_title": "No results",
- "no_results_body": "No results have been found for the station *{stationName}*.\nPlease try again.",
+ "no_results_body": [
+ {
+ "declarations": ["input stationName"],
+ "selectors": ["stationName"],
+ "match": {
+ "*": "No results have been found for the station *{stationName}*.\nPlease try again."
+ }
+ }
+ ],
"welcome_title": "No Station",
"welcome_body_1": "Please input a station in the search field above and select a search result.",
"welcome_examples": "Examples:",