From bcb7b7319188fdf21728b5da8d3762362d531494 Mon Sep 17 00:00:00 2001 From: Jeremy Stucki Date: Sun, 9 Jan 2022 19:14:03 +0100 Subject: [PATCH] [publictransportswitzerland] Add missing default translation properties (#12009) Signed-off-by: Jeremy Stucki --- .../publictransportswitzerland.properties | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bundles/org.openhab.binding.publictransportswitzerland/src/main/resources/OH-INF/i18n/publictransportswitzerland.properties diff --git a/bundles/org.openhab.binding.publictransportswitzerland/src/main/resources/OH-INF/i18n/publictransportswitzerland.properties b/bundles/org.openhab.binding.publictransportswitzerland/src/main/resources/OH-INF/i18n/publictransportswitzerland.properties new file mode 100644 index 0000000000..0cac8fc9f0 --- /dev/null +++ b/bundles/org.openhab.binding.publictransportswitzerland/src/main/resources/OH-INF/i18n/publictransportswitzerland.properties @@ -0,0 +1,20 @@ +# binding + +binding.publictransportswitzerland.name = Public Transport Switzerland Binding +binding.publictransportswitzerland.description = Connects to the "Swiss public transport API" to provide real-time public transport information. + +# thing types + +thing-type.publictransportswitzerland.stationboard.label = Stationboard +thing-type.publictransportswitzerland.stationboard.description = Upcoming departures for a single station. + +# thing types config + +thing-type.config.publictransportswitzerland.stationboard.station.label = Station +thing-type.config.publictransportswitzerland.stationboard.station.description = The name of the station + +# channel types + +channel-type.publictransportswitzerland.departure.label = Departure +channel-type.publictransportswitzerland.departure.description = A single departure +channel-type.publictransportswitzerland.tsv.label = Tab Separated Time Table -- 2.47.3