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,51 @@
# binding
binding.seneye.name = Seneye Binding
binding.seneye.description = The seneye binding polls the seneye API for your aquarium readings.
# thing types
thing-type.seneye.monitor.label = Seneye Monitor
thing-type.seneye.monitor.description = Seneye Monitor
# thing types config
thing-type.config.seneye.monitor.aquarium_name.label = Aquarium Name
thing-type.config.seneye.monitor.aquarium_name.description = The name of your aquarium
thing-type.config.seneye.monitor.password.label = Password
thing-type.config.seneye.monitor.password.description = The password of My Seneye
thing-type.config.seneye.monitor.poll_time.label = Polling Time
thing-type.config.seneye.monitor.poll_time.description = How often (in minutes) does the seneye needs to be checked ?
thing-type.config.seneye.monitor.username.label = Username
thing-type.config.seneye.monitor.username.description = The email address used to login to My Seneye
# channel types
channel-type.seneye.disconnected.label = Disconnected
channel-type.seneye.disconnected.description = No readings have been uploaded for a while, check connection
channel-type.seneye.kelvin.label = Kelvin
channel-type.seneye.kelvin.description = The Kelvin Light Level
channel-type.seneye.lastreading.label = Last Reading
channel-type.seneye.lastreading.description = The last time your seneye is checked
channel-type.seneye.lux.label = LUX
channel-type.seneye.lux.description = The LUX Light Level
channel-type.seneye.nh3.label = NH3
channel-type.seneye.nh3.description = The NH3 Level
channel-type.seneye.nh4.label = NH4
channel-type.seneye.nh4.description = The NH4 Level
channel-type.seneye.o2.label = O2
channel-type.seneye.o2.description = The O2 Level
channel-type.seneye.outofwater.label = Out of Water
channel-type.seneye.outofwater.description = The Sensor is reporting being out of the water
channel-type.seneye.par.label = PAR
channel-type.seneye.par.description = The PAR Light Level
channel-type.seneye.ph.label = PH
channel-type.seneye.ph.description = The PH Level
channel-type.seneye.slideexpires.label = Slide Expiration
channel-type.seneye.slideexpires.description = The time your slide expires
channel-type.seneye.slideserial.label = Slide Serial Number
channel-type.seneye.slideserial.description = The serial Number of the currently installed slide
channel-type.seneye.temperature.label = Temperature
channel-type.seneye.temperature.description = The water temperature
channel-type.seneye.wrongslide.label = Wrong Slide
channel-type.seneye.wrongslide.description = The Wrong Slide is in use (becomes 1 when the slide has expired)