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,37 @@
|
||||
# binding
|
||||
|
||||
binding.ahawastecollection.name = aha WasteCollection Binding
|
||||
binding.ahawastecollection.description = This binding provides information about the upcoming waste collection dates for places, that are served by aha, the waste collection company of the region Hannover. The values are retrieved from the online aha waste collection schedule available at: https://www.aha-region.de/abholtermine/abfuhrkalender.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.ahawastecollection.collectionSchedule.label = aha Waste Collection Schedule
|
||||
thing-type.ahawastecollection.collectionSchedule.description = aha Waste Collection Schedule from http://www.aha-region.de/abholtermine/abfuhrkalender
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.ahawastecollection.collectionSchedule.collectionPlace.label = Collection Place
|
||||
thing-type.config.ahawastecollection.collectionSchedule.collectionPlace.description = Form value for the collection place, taken from the form field `ladeort`. This value must look like 67269-0010+
|
||||
thing-type.config.ahawastecollection.collectionSchedule.commune.label = Commune
|
||||
thing-type.config.ahawastecollection.collectionSchedule.commune.description = The selected commune, taken from the form field 'gemeinde'.
|
||||
thing-type.config.ahawastecollection.collectionSchedule.houseNumber.label = House Number
|
||||
thing-type.config.ahawastecollection.collectionSchedule.houseNumber.description = The selected house number, taken from the form field 'hausnr'.
|
||||
thing-type.config.ahawastecollection.collectionSchedule.houseNumberAddon.label = House Number Addon
|
||||
thing-type.config.ahawastecollection.collectionSchedule.houseNumberAddon.description = The selected house number addon, taken from the form field 'hausnraddon'.
|
||||
thing-type.config.ahawastecollection.collectionSchedule.street.label = Street
|
||||
thing-type.config.ahawastecollection.collectionSchedule.street.description = The selected street, taken from the form field 'strasse'. This value must look like 67269@Rosmarinweg+/+Kirchhorst@Kirchhorst
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.ahawastecollection.collectionDateBioWaste.label = Bio Waste
|
||||
channel-type.ahawastecollection.collectionDateBioWaste.description = Next collection day for bio waste
|
||||
channel-type.ahawastecollection.collectionDateBioWaste.state.pattern = %1$tF
|
||||
channel-type.ahawastecollection.collectionDateGeneralWaste.label = General Waste
|
||||
channel-type.ahawastecollection.collectionDateGeneralWaste.description = Next collection day for general waste
|
||||
channel-type.ahawastecollection.collectionDateGeneralWaste.state.pattern = %1$tF
|
||||
channel-type.ahawastecollection.collectionDateLeightweightPackaging.label = Leightweight Packaging
|
||||
channel-type.ahawastecollection.collectionDateLeightweightPackaging.description = Next collection day for leightweight packaging
|
||||
channel-type.ahawastecollection.collectionDateLeightweightPackaging.state.pattern = %1$tF
|
||||
channel-type.ahawastecollection.collectionDatePaper.label = Paper
|
||||
channel-type.ahawastecollection.collectionDatePaper.description = Next collection day for paper
|
||||
channel-type.ahawastecollection.collectionDatePaper.state.pattern = %1$tF
|
||||
Reference in New Issue
Block a user