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.nzwateralerts.name = NZ Water Alerts Binding
|
||||
binding.nzwateralerts.description = Water Alert Levels for New Zealand water supply.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.nzwateralerts.wateralert.label = Alert
|
||||
thing-type.nzwateralerts.wateralert.description = Water Alert Levels for New Zealand water supply.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.nzwateralerts.wateralert.location.label = Location
|
||||
thing-type.config.nzwateralerts.wateralert.location.description = The location to get the Water Alert level for.
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.bewaterwise:whangarei:breambay = Bream Bay
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.bewaterwise:kaipara:dargavilleampbaylys = Dargaville & Baylys
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.bewaterwise:kaipara:glinksgully = Glinks Gully
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.smartwater:hamilton:hamilton = Hamilton City
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.bewaterwise:farnorth:kaikohengawha = Kaikohe / Ngawha
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.bewaterwise:farnorth:kaitaia = Kaitaia
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.bewaterwise:farnorth:kerikeriwaipapa = Kerikeri / Waipapa
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.smartwater:waipa:kihikihi = Kihikihi
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.bewaterwise:whangarei:mangapai = Mangapai
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.bewaterwise:kaipara:mangawhai = Mangawhai
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.bewaterwise:whangarei:maungakaramea = Maungakaramea
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.bewaterwise:kaipara:maungaturoto = Maungaturoto
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.bewaterwise:farnorth:moerewakawakawa = Moerewa / Kawakawa
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.napiercitycouncil:napier:napier = Napier
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.bewaterwise:farnorth:okaihau = Okaihau
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.bewaterwise:farnorth:opononiomapere = Opononi / Omapere
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.smartwater:waipa:pukerimu = Pukerimu
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.bewaterwise:farnorth:rawene = Rawene
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.bewaterwise:kaipara:ruawai = Ruawai
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.bewaterwise:farnorth:russell = Russell
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.smartwater:waipa:waipa = Waipa District
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.smartwater:waikato:waikato = Waikato District
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.bewaterwise:farnorth:waitangipaihiaopua = Waitangi / Paihia / Opua
|
||||
thing-type.config.nzwateralerts.wateralert.location.option.bewaterwise:whangarei:whangarei = Whangarei
|
||||
thing-type.config.nzwateralerts.wateralert.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.nzwateralerts.wateralert.refreshInterval.description = The interval (in hours) to refresh the data.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.nzwateralerts.alertlevel.label = Alert Level
|
||||
channel-type.nzwateralerts.alertlevel.description = The alert level for the location.
|
||||
Reference in New Issue
Block a user