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:
Wouter Born
2021-12-15 18:40:21 +01:00
committed by GitHub
parent 05e782ec1a
commit 07a1976c81
234 changed files with 33234 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
# binding
binding.gpstracker.name = GPSTracker Binding
binding.gpstracker.description = GPS tracking with OwnTracks and GPSLogger support over HTTP
# thing types
thing-type.gpstracker.tracker.label = Tracker Device
thing-type.gpstracker.tracker.description = Device running tracker application
# thing types config
thing-type.config.gpstracker.tracker.trackerId.label = Tracker Id
thing-type.config.gpstracker.tracker.trackerId.description = Id configured in tracker application.
# channel types
channel-type.gpstracker.gpsAccuracy.label = Accuracy
channel-type.gpstracker.gpsAccuracy.description = GPS accuracy
channel-type.gpstracker.lastReport.label = Last Seen
channel-type.gpstracker.lastReport.description = Last report timestamp
channel-type.gpstracker.lastReport.state.pattern = %1$tF %1$tR
channel-type.gpstracker.regionDistance.label = Distance
channel-type.gpstracker.regionDistance.description = Distance from region
channel-type.gpstracker.regionTrigger.label = Region Trigger
channel-type.gpstracker.regionTrigger.description = Trigger channel for entering/leaving regions. Payload is the region name with prefix > for entering and < for leaving.
# channel types config
channel-type.config.gpstracker.distance.accuracyThreshold.label = Accuracy Threshold
channel-type.config.gpstracker.distance.accuracyThreshold.description = Location accuracy threshold in m or yd (0 to disable)
channel-type.config.gpstracker.distance.regionCenterLocation.label = Region Center
channel-type.config.gpstracker.distance.regionCenterLocation.description = Location of the region center
channel-type.config.gpstracker.distance.regionName.label = Region Name
channel-type.config.gpstracker.distance.regionName.description = Region name payload for trigger channel event
channel-type.config.gpstracker.distance.regionRadius.label = Region Radius
channel-type.config.gpstracker.distance.regionRadius.description = Region circle radius in m or yd