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,60 @@
|
||||
# binding
|
||||
|
||||
binding.hpprinter.name = HP Printer Binding
|
||||
binding.hpprinter.description = Binding for HP Printers with Embedded Web Servers
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.hpprinter.printer.label = HP Printer
|
||||
thing-type.hpprinter.printer.description = An HP Printer.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.hpprinter.config.ipAddress.label = Network Address
|
||||
thing-type.config.hpprinter.config.ipAddress.description = The IP or host name of the HP Printer
|
||||
thing-type.config.hpprinter.config.statusInterval.label = Status Interval
|
||||
thing-type.config.hpprinter.config.statusInterval.description = The refresh interval in seconds for polling status information
|
||||
thing-type.config.hpprinter.config.usageInterval.label = Usage Interval
|
||||
thing-type.config.hpprinter.config.usageInterval.description = The refresh interval in seconds for polling the printer usage information
|
||||
|
||||
# channel group types
|
||||
|
||||
channel-group-type.hpprinter.app.label = Application
|
||||
channel-group-type.hpprinter.app.description = Application Usage by Device or Operating System
|
||||
channel-group-type.hpprinter.copy.label = Copy
|
||||
channel-group-type.hpprinter.copy.description = Copy Application Usage Information
|
||||
channel-group-type.hpprinter.ink.label = Ink/Toner Levels
|
||||
channel-group-type.hpprinter.ink.description = Ink/Toner amounts for each cartridge.
|
||||
channel-group-type.hpprinter.other.label = Other
|
||||
channel-group-type.hpprinter.other.description = Other Usage or Details
|
||||
channel-group-type.hpprinter.printerStatus.label = Status
|
||||
channel-group-type.hpprinter.printerStatus.description = Printer Statuses
|
||||
channel-group-type.hpprinter.scan.label = Scan
|
||||
channel-group-type.hpprinter.scan.description = Scan Application Usage Information
|
||||
channel-group-type.hpprinter.scanner.label = Scanner
|
||||
channel-group-type.hpprinter.scanner.description = Scanner Engine Usage Information
|
||||
channel-group-type.hpprinter.usageInfo.label = Printer
|
||||
channel-group-type.hpprinter.usageInfo.description = Print Engine Usage Information
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.hpprinter.cumlMarkingUsed.label = Cumulative Marking Used
|
||||
channel-type.hpprinter.cumlMarkingUsed.description = Shows the amount of Ink/Toner used
|
||||
channel-type.hpprinter.inkLevel.label = Ink Level
|
||||
channel-type.hpprinter.inkLevel.description = Shows the amount of Ink/Toner remaining
|
||||
channel-type.hpprinter.readonlyswitch.label = Read Only Switch Item
|
||||
channel-type.hpprinter.status.label = Status
|
||||
channel-type.hpprinter.status.description = Printer Status
|
||||
channel-type.hpprinter.status.state.option.ready = Idle
|
||||
channel-type.hpprinter.status.state.option.processing = Printing
|
||||
channel-type.hpprinter.status.state.option.scanProcessing = Scanning
|
||||
channel-type.hpprinter.status.state.option.inPowerSave = Power Save
|
||||
channel-type.hpprinter.status.state.option.initializing = Initializing
|
||||
channel-type.hpprinter.status.state.option.closeDoorOrCover = Door/Cover
|
||||
channel-type.hpprinter.status.state.option.inkSystemInitializing = Loading Ink
|
||||
channel-type.hpprinter.status.state.option.shuttingDown = Shutting Down
|
||||
channel-type.hpprinter.status.state.option.replaceCartridgeOut = Cartridge Depleted
|
||||
channel-type.hpprinter.totals.label = Totals
|
||||
channel-type.hpprinter.totals.description = Amount of pages.
|
||||
channel-type.hpprinter.totalsAdv.label = Totals
|
||||
channel-type.hpprinter.totalsAdv.description = Amount of pages.
|
||||
Reference in New Issue
Block a user