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,24 @@
|
||||
# binding
|
||||
|
||||
binding.smartmeter.name = Smartmeter Binding
|
||||
binding.smartmeter.description = The Smartmeter binding is able to read SML messages (PUSH) and supports IEC 62056-21 modes A,B,C (PULL) and D (PUSH).
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.smartmeter.meter.label = Smart Meter
|
||||
thing-type.smartmeter.meter.description = The meter device to read the SML or IEC 62056-21 messages from
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.smartmeter.meter.baudrate.label = Baudrate
|
||||
thing-type.config.smartmeter.meter.baudrate.description = The baudrate of the serial port. If set to 'AUTO', it is dependent on the selected mode. The default is 300 baud for modes A, B, and C and 2400 baud for mode D, and 9600 baud for SML.
|
||||
thing-type.config.smartmeter.meter.baudrateChangeDelay.label = Delay of Baudrate Change
|
||||
thing-type.config.smartmeter.meter.baudrateChangeDelay.description = USB to serial converters often require a delay of up to 250ms after the ACK before changing baudrate
|
||||
thing-type.config.smartmeter.meter.conformity.label = Conform to Specific Standard Semantics
|
||||
thing-type.config.smartmeter.meter.conformity.description = Reserved to conform to special semantics specified in specific standards. EDL_FNN: Currently applies the energy direction to WATT channels (which are absolute values) (see fnn lastenheft edl)
|
||||
thing-type.config.smartmeter.meter.mode.label = The Protocol Mode to Use
|
||||
thing-type.config.smartmeter.meter.mode.description = Can be SML (PUSH mode), Mode A,B,C (PULL)or D (PUSH)
|
||||
thing-type.config.smartmeter.meter.port.label = Serial Port
|
||||
thing-type.config.smartmeter.meter.port.description = The device serial port (e.g. /dev/tty0 or COM1)
|
||||
thing-type.config.smartmeter.meter.refresh.label = Refresh Rate
|
||||
thing-type.config.smartmeter.meter.refresh.description = Refresh rate in seconds
|
||||
Reference in New Issue
Block a user