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,45 @@
|
||||
# binding
|
||||
|
||||
binding.onebusaway.name = OneBusAway Binding
|
||||
binding.onebusaway.description = This is the binding for OneBusAway, an open system to provide transit data.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.onebusaway.api.label = OneBusAway Service
|
||||
thing-type.onebusaway.api.description = The Service settings to talk to a OneBusAway deployment.
|
||||
thing-type.onebusaway.route.label = Route
|
||||
thing-type.onebusaway.route.description = Provides data about a route at a specific stop.
|
||||
thing-type.onebusaway.stop.label = Stop
|
||||
thing-type.onebusaway.stop.description = Provides data about different routes at a specific stop.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.onebusaway.api.apiKey.label = API Key
|
||||
thing-type.config.onebusaway.api.apiKey.description = The OneBusAway API key to use.
|
||||
thing-type.config.onebusaway.api.apiServer.label = API Server
|
||||
thing-type.config.onebusaway.api.apiServer.description = The OneBusAway API Server to use.
|
||||
thing-type.config.onebusaway.config.routeId.label = Route ID
|
||||
thing-type.config.onebusaway.config.routeId.description = The OneBusAway route ID.
|
||||
thing-type.config.onebusaway.stop.interval.label = Interval
|
||||
thing-type.config.onebusaway.stop.interval.description = Refresh interval for arrival data in seconds.
|
||||
thing-type.config.onebusaway.stop.stopId.label = Stop ID
|
||||
thing-type.config.onebusaway.stop.stopId.description = The OneBusAway stop ID.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.onebusaway.arrival.label = Arrival Time
|
||||
channel-type.onebusaway.arrival.description = The arrival time
|
||||
channel-type.onebusaway.arrival.state.pattern = %1$tF %1$tR
|
||||
channel-type.onebusaway.departure.label = Departure Time
|
||||
channel-type.onebusaway.departure.description = The departure time
|
||||
channel-type.onebusaway.departure.state.pattern = %1$tF %1$tR
|
||||
channel-type.onebusaway.routeEvent.label = Route Event
|
||||
channel-type.onebusaway.routeEvent.description = Route event
|
||||
channel-type.onebusaway.update.label = Last Update Time
|
||||
channel-type.onebusaway.update.description = The last time information was updated
|
||||
channel-type.onebusaway.update.state.pattern = %1$tF %1$tR
|
||||
|
||||
# channel types config
|
||||
|
||||
channel-type.config.onebusaway.config.offset.label = Offset
|
||||
channel-type.config.onebusaway.config.offset.description = Moves an event or datetime value backward (in seconds)
|
||||
Reference in New Issue
Block a user