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,27 @@
# binding
binding.ipp.name = IPP Binding
binding.ipp.description = This is the binding for the Internet Printing Protocol (IPP). You can show how many jobs are done/waiting on an IPP/CUPS Printer
# thing types
thing-type.ipp.printer.label = Printer
thing-type.ipp.printer.description = A IPP Printer
# thing types config
thing-type.config.ipp.printer.name.label = Name
thing-type.config.ipp.printer.name.description = The name of the printer
thing-type.config.ipp.printer.refresh.label = Refresh Interval
thing-type.config.ipp.printer.refresh.description = Specifies the refresh interval in seconds
thing-type.config.ipp.printer.url.label = URL
thing-type.config.ipp.printer.url.description = The URL of the printer
# channel types
channel-type.ipp.doneJobs.label = Done Jobs
channel-type.ipp.doneJobs.description = Number of completed print jobs on the printer
channel-type.ipp.jobs.label = Total Jobs
channel-type.ipp.jobs.description = Total number of print jobs on the printer
channel-type.ipp.waitingJobs.label = Waiting Jobs
channel-type.ipp.waitingJobs.description = Number of waiting print jobs on the printer