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,39 @@
# binding
binding.hccrubbishcollection.name = HCC Rubbish Collection Binding
binding.hccrubbishcollection.description = Get the rubbish collection dates for Hamilton City Council (New Zealand).
# thing types
thing-type.hccrubbishcollection.collection.label = HCC NZ Rubbish Collection
thing-type.hccrubbishcollection.collection.description = Rubbish collection days for Hamilton City Council (NZ).
thing-type.hccrubbishcollection.collection.channel.general.label = General Bin Collection Date
thing-type.hccrubbishcollection.collection.channel.general.description = The next collection date of the general rubbish (red bin).
thing-type.hccrubbishcollection.collection.channel.recycling.label = Recycling Bin Collection Date
thing-type.hccrubbishcollection.collection.channel.recycling.description = The next collection date of the recycling (yellow bin and green bin).
# thing types config
thing-type.config.hccrubbishcollection.collection.address.label = Address
thing-type.config.hccrubbishcollection.collection.address.description = The street address to get rubbish collection dates for.
# channel types
channel-type.hccrubbishcollection.bin.label = Collection Date
channel-type.hccrubbishcollection.bin.state.pattern = %1$tY-%1$tm-%1$td
channel-type.hccrubbishcollection.collection-event.label = Collection Event
channel-type.hccrubbishcollection.collection-event.description = Event for the day when collection occurs.
channel-type.hccrubbishcollection.day.label = Collection Day
channel-type.hccrubbishcollection.day.description = The rubbish collection Day of the Week
channel-type.hccrubbishcollection.day.state.option.1 = Monday
channel-type.hccrubbishcollection.day.state.option.2 = Tuesday
channel-type.hccrubbishcollection.day.state.option.3 = Wednesday
channel-type.hccrubbishcollection.day.state.option.4 = Thursday
channel-type.hccrubbishcollection.day.state.option.5 = Friday
channel-type.hccrubbishcollection.day.state.option.6 = Saturday
channel-type.hccrubbishcollection.day.state.option.7 = Sunday
# channel types config
channel-type.config.hccrubbishcollection.collection-event.offset.label = Offset
channel-type.config.hccrubbishcollection.collection-event.offset.description = Moves the event forward or backward (in minutes).