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,30 @@
# binding
binding.coronastats.name = CoronaStats Binding
binding.coronastats.description = This is a binding for accessing data from https://corona-stats.online/ website.
# thing types
thing-type.coronastats.country.label = Corona Statistics (Country)
thing-type.coronastats.country.description = Corona statistics for a specific country
thing-type.coronastats.world.label = Corona Statistics (World)
thing-type.coronastats.world.description = Bridge for accessing data from https://corona-stats.online/ website and representing world statistics.
# thing types config
thing-type.config.coronastats.country.countryCode.label = Country Code
thing-type.config.coronastats.country.countryCode.description = 2-letter Country Code
thing-type.config.coronastats.world.refresh.label = Refresh Interval
thing-type.config.coronastats.world.refresh.description = Time between two API requests in minutes. Minimum 15 minutes.
# channel types
channel-type.coronastats.active.label = Active
channel-type.coronastats.cases.label = Total Cases
channel-type.coronastats.critical.label = Critical
channel-type.coronastats.deaths.label = Total Deaths
channel-type.coronastats.recovered.label = Recovered
channel-type.coronastats.tests.label = Tests
channel-type.coronastats.today_cases.label = New Cases
channel-type.coronastats.today_deaths.label = New Deaths
channel-type.coronastats.updated.label = Updated