forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[publictransportswitzerland] Add missing default translation properti…
…es (openhab#12009) Signed-off-by: Jeremy Stucki <dev@jeremystucki.ch> Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
- Loading branch information
1 parent
9ce0968
commit 1d46dff
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
...transportswitzerland/src/main/resources/OH-INF/i18n/publictransportswitzerland.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |