Add default translations for binding add-ons (#11760)
* Add default translations for binding add-ons This makes the texts used by these add-ons translatable with Crowdin. To keep the PR simple, it only adds default translations for add-ons which do not yet have any default translations properties file. We can do follow up PRs for adding missing key/values to add-ons that already have these files or to remove duplications. There are several add-ons in this PR that do have non-English translation files, so I'll upload those to Crowdin when the PR is merged. Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -0,0 +1,102 @@
|
||||
# binding
|
||||
|
||||
binding.deutschebahn.name = Deutsche Bahn Binding
|
||||
binding.deutschebahn.description = This binding provides timetable information for train stations of Deutsche Bahn.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.deutschebahn.timetable.label = Deutsche Bahn Timetable
|
||||
thing-type.deutschebahn.timetable.description = Connection to the timetable API of Deutsche Bahn. Provides timetable data that can be displayed using the train things.
|
||||
thing-type.deutschebahn.train.label = Train
|
||||
thing-type.deutschebahn.train.description = Displays informations about an train within the given timetable at one station.
|
||||
thing-type.deutschebahn.train.group.arrival.label = Arrival
|
||||
thing-type.deutschebahn.train.group.arrival.description = Contains all informations about the arrival of the train at the station. Channels may be empty, if the trains starts at this station.
|
||||
thing-type.deutschebahn.train.group.departure.label = Departure
|
||||
thing-type.deutschebahn.train.group.departure.description = Contains all informations about the departure of the train at the station. Channels may be empty, if the trains ends at this station.
|
||||
thing-type.deutschebahn.train.group.trip.label = Trip
|
||||
thing-type.deutschebahn.train.group.trip.description = Contains all informations about the trip of the train.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.deutschebahn.timetable.accessToken.label = Access Token
|
||||
thing-type.config.deutschebahn.timetable.accessToken.description = Access Token from Deutsche Bahn developer portal for accessing the webservice api.
|
||||
thing-type.config.deutschebahn.timetable.evaNo.label = EvaNo of Station
|
||||
thing-type.config.deutschebahn.timetable.evaNo.description = evaNo of the station, for which the timetable should be requested. see https://data.deutschebahn.com/dataset.tags.EVA-Nr..html
|
||||
thing-type.config.deutschebahn.timetable.trainFilter.label = Train Filter
|
||||
thing-type.config.deutschebahn.timetable.trainFilter.description = Selects the trains that will be be displayed in this timetable. If not set only departures will be provided.
|
||||
thing-type.config.deutschebahn.timetable.trainFilter.option.all = All
|
||||
thing-type.config.deutschebahn.timetable.trainFilter.option.arrivals = Arrivals
|
||||
thing-type.config.deutschebahn.timetable.trainFilter.option.departures = Departures
|
||||
thing-type.config.deutschebahn.train.position.label = Position
|
||||
thing-type.config.deutschebahn.train.position.description = Selects the position of the train in the timetable.
|
||||
|
||||
# channel group types
|
||||
|
||||
channel-group-type.deutschebahn.eventAttributes.label = Event Attributes
|
||||
channel-group-type.deutschebahn.eventAttributes.description = Contains all attributes for an event (arrival / departure) of an train at the station.
|
||||
channel-group-type.deutschebahn.tripAttributes.label = Trip Attributes
|
||||
channel-group-type.deutschebahn.tripAttributes.description = Contains all informations about the trip of the train.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.deutschebahn.cancellation-time.label = Cancellation Time
|
||||
channel-type.deutschebahn.cancellation-time.description = Time when the cancellation of this stop was created.
|
||||
channel-type.deutschebahn.cancellation-time.state.pattern = %1$tH:%1$tM
|
||||
channel-type.deutschebahn.category.label = Category
|
||||
channel-type.deutschebahn.category.description = Provides the category of the trip, e.g. "ICE" or "RE".
|
||||
channel-type.deutschebahn.changed-distant-endpoint.label = Changed Distant Endpoint
|
||||
channel-type.deutschebahn.changed-distant-endpoint.description = Changed distant endpoint.
|
||||
channel-type.deutschebahn.changed-final-station.label = Changed Final Station
|
||||
channel-type.deutschebahn.changed-final-station.description = Changed final station of the train. For arrivals the starting station is returned, for departures the target station is returned.
|
||||
channel-type.deutschebahn.changed-intermediate-stations.label = Changed Intermediate Stations
|
||||
channel-type.deutschebahn.changed-intermediate-stations.description = Returns the changed stations this train came from (for arrivals) or the stations this train will go to (for departures). Stations will be separated by single dash.
|
||||
channel-type.deutschebahn.changed-path.label = Changed Path
|
||||
channel-type.deutschebahn.changed-path.description = Provides the planned path of a train. For arrival, the path indicates the stations that come before the current station. The first element then is the trip’s start station. For departure, the path indicates the stations that come after the current station. The last ele-ment in the path then is the trip’s destination station. Note that the current station is never included in the path (neither for arrival nor for departure).
|
||||
channel-type.deutschebahn.changed-platform.label = Changed Platform
|
||||
channel-type.deutschebahn.changed-platform.description = Provides the changed platform of a train.
|
||||
channel-type.deutschebahn.changed-status.label = Changed Status
|
||||
channel-type.deutschebahn.changed-status.description = Provides the changed status of a train.
|
||||
channel-type.deutschebahn.changed-status.state.option.p = Planned
|
||||
channel-type.deutschebahn.changed-status.state.option.a = Added
|
||||
channel-type.deutschebahn.changed-status.state.option.c = Cancelled
|
||||
channel-type.deutschebahn.changed-time.label = Changed Time
|
||||
channel-type.deutschebahn.changed-time.description = Provides the changed time of a train.
|
||||
channel-type.deutschebahn.changed-time.state.pattern = %1$tH:%1$tM
|
||||
channel-type.deutschebahn.distant-change.label = Distant Change
|
||||
channel-type.deutschebahn.distant-change.description = distant change
|
||||
channel-type.deutschebahn.filter-flags.label = Filter Flags
|
||||
channel-type.deutschebahn.filter-flags.description = Provides the filter flags.
|
||||
channel-type.deutschebahn.hidden.label = Hidden
|
||||
channel-type.deutschebahn.hidden.description = On if the event should not be shown, because travellers are not supposed to enter or exit the train at this stop.
|
||||
channel-type.deutschebahn.line.label = Line
|
||||
channel-type.deutschebahn.line.description = The line indicator.
|
||||
channel-type.deutschebahn.messages.label = Messages
|
||||
channel-type.deutschebahn.messages.description = Messages for this train. Contains all translated codes from the messages of the selected train stop. Multiple messages will be separated with an single dash.
|
||||
channel-type.deutschebahn.number.label = Number
|
||||
channel-type.deutschebahn.number.description = Provides the trip/train number, e.g. "4523".
|
||||
channel-type.deutschebahn.owner.label = Owner
|
||||
channel-type.deutschebahn.owner.description = Provides the owner of the train. A unique short-form and only intended to map a trip to specific evu (EisenbahnVerkehrsUnternehmen).
|
||||
channel-type.deutschebahn.planned-distant-endpoint.label = Planned Distant Endpoint
|
||||
channel-type.deutschebahn.planned-distant-endpoint.description = Planned distant endpoint.
|
||||
channel-type.deutschebahn.planned-final-station.label = Planned Final Station
|
||||
channel-type.deutschebahn.planned-final-station.description = Planned final station of the train. For arrivals the starting station is returned, for departures the target station is returned.
|
||||
channel-type.deutschebahn.planned-intermediate-stations.label = Planned Intermediate Stations
|
||||
channel-type.deutschebahn.planned-intermediate-stations.description = Returns the planned stations this train came from (for arrivals) or the stations this train will go to (for departures). Stations will be separated by single dash.
|
||||
channel-type.deutschebahn.planned-path.label = Planned Path
|
||||
channel-type.deutschebahn.planned-path.description = Provides the planned path of a train. For arrival, the path indicates the stations that come before the current station. The first element then is the trip’s start station. For departure, the path indicates the stations that come after the current station. The last ele-ment in the path then is the trip’s destination station. Note that the current station is never included in the path (neither for arrival nor for departure).
|
||||
channel-type.deutschebahn.planned-platform.label = Planned Platform
|
||||
channel-type.deutschebahn.planned-platform.description = Provides the planned platform of a train.
|
||||
channel-type.deutschebahn.planned-status.label = Planned Status
|
||||
channel-type.deutschebahn.planned-status.description = Provides the planned status of a train.
|
||||
channel-type.deutschebahn.planned-status.state.option.p = Planned
|
||||
channel-type.deutschebahn.planned-status.state.option.a = Added
|
||||
channel-type.deutschebahn.planned-status.state.option.c = Cancelled
|
||||
channel-type.deutschebahn.planned-time.label = Planned Time
|
||||
channel-type.deutschebahn.planned-time.description = Provides the planned time of a train.
|
||||
channel-type.deutschebahn.planned-time.state.pattern = %1$tH:%1$tM
|
||||
channel-type.deutschebahn.transition.label = Transition
|
||||
channel-type.deutschebahn.transition.description = Trip id of the next or previous train of a shared train. At the start stop this references the previous trip, at the last stop it references the next trip.
|
||||
channel-type.deutschebahn.trip-type.label = Trip Type
|
||||
channel-type.deutschebahn.trip-type.description = Provides the type of the trip.
|
||||
channel-type.deutschebahn.wings.label = Wings
|
||||
channel-type.deutschebahn.wings.description = A sequence of trip id separated by the pipe symbols (“|”).
|
||||
Reference in New Issue
Block a user