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,185 @@
|
||||
# binding
|
||||
|
||||
binding.onewire.name = OneWire Binding
|
||||
binding.onewire.description = This is the binding for OneWire.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.onewire.ams.label = Multisensor AMS
|
||||
thing-type.onewire.ams.description = 1-wire multisensor (DS2438-based)
|
||||
thing-type.onewire.bae091x.label = Multisensor BAE0910
|
||||
thing-type.onewire.bae091x.description = 1-wire multisensor (BAE0910-based)
|
||||
thing-type.onewire.basic.label = Basic 1 Wire Sensor
|
||||
thing-type.onewire.bms.label = Multisensor BMS
|
||||
thing-type.onewire.bms.description = 1-wire multisensor (DS2438-based)
|
||||
thing-type.onewire.edsenv.label = Multisensor EDS
|
||||
thing-type.onewire.edsenv.description = A 1-wire multisensor (EDS00xx-based)
|
||||
thing-type.onewire.ms-tx.label = Multisensor (T, TC, TH, TL, TV, Generic)
|
||||
thing-type.onewire.ms-tx.description = A 1-wire multisensor (DS1923/DS2438-based)
|
||||
thing-type.onewire.owserver.label = OW Server
|
||||
thing-type.onewire.owserver.description = An owserver instance
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.onewire.ams.id.label = TH(S) Sensor ID
|
||||
thing-type.config.onewire.ams.id.description = Sensor ID of the DS2438 sensor in format: xx.xxxxxxxxxxxx or a full path including hubs/branches
|
||||
thing-type.config.onewire.ams.refresh.label = Refresh Time for Analog Channels
|
||||
thing-type.config.onewire.ams.refresh.description = Time in seconds after which the thing is refreshed
|
||||
thing-type.config.onewire.ams.refreshdigital.label = Refresh Time for Digital Channels
|
||||
thing-type.config.onewire.ams.refreshdigital.description = Time in seconds after which the digital I/Os are refreshed
|
||||
thing-type.config.onewire.ams.temperaturesensor.label = Temperature Sensor
|
||||
thing-type.config.onewire.ams.temperaturesensor.option.DS2438 = internal (DS2438)
|
||||
thing-type.config.onewire.ams.temperaturesensor.option.DS18B20 = external (DS18B20)
|
||||
thing-type.config.onewire.bae091x.id.label = Sensor ID
|
||||
thing-type.config.onewire.bae091x.id.description = Sensor ID in format: xx.xxxxxxxxxxxx)
|
||||
thing-type.config.onewire.bae091x.pin1.label = Pin 1 Mode Configuration
|
||||
thing-type.config.onewire.bae091x.pin1.option.disabled = disabled
|
||||
thing-type.config.onewire.bae091x.pin1.option.counter = Counter
|
||||
thing-type.config.onewire.bae091x.pin2.label = Pin 2 Mode Configuration
|
||||
thing-type.config.onewire.bae091x.pin2.option.disabled = disabled
|
||||
thing-type.config.onewire.bae091x.pin2.option.output = Digital Output
|
||||
thing-type.config.onewire.bae091x.pin2.option.pwm = Software PWM 4
|
||||
thing-type.config.onewire.bae091x.pin6.label = Pin 6 Mode Configuration
|
||||
thing-type.config.onewire.bae091x.pin6.option.disabled = disabled
|
||||
thing-type.config.onewire.bae091x.pin6.option.pio = PIO
|
||||
thing-type.config.onewire.bae091x.pin6.option.pwm = Software PWM 3
|
||||
thing-type.config.onewire.bae091x.pin7.label = Pin 7 Mode Configuration
|
||||
thing-type.config.onewire.bae091x.pin7.option.disabled = disabled
|
||||
thing-type.config.onewire.bae091x.pin7.option.analog = Analog Input
|
||||
thing-type.config.onewire.bae091x.pin7.option.output = Digital Output
|
||||
thing-type.config.onewire.bae091x.pin7.option.pwm = Hardware PWM 2
|
||||
thing-type.config.onewire.bae091x.pin8.label = Pin 8 Mode Configuration
|
||||
thing-type.config.onewire.bae091x.pin8.option.disabled = disabled
|
||||
thing-type.config.onewire.bae091x.pin8.option.input = Digital Input
|
||||
thing-type.config.onewire.bae091x.pin8.option.output = Digital Output
|
||||
thing-type.config.onewire.bae091x.pin8.option.pwm = Hardware PWM 1
|
||||
thing-type.config.onewire.bae091x.refresh.label = Refresh Time
|
||||
thing-type.config.onewire.bae091x.refresh.description = Time in seconds after which the thing is refreshed
|
||||
thing-type.config.onewire.basethingconfig.id.label = Sensor ID
|
||||
thing-type.config.onewire.basethingconfig.id.description = Sensor ID in format: xx.xxxxxxxxxxxx or a full path including hubs/branches
|
||||
thing-type.config.onewire.basethingconfig.refresh.label = Refresh Time
|
||||
thing-type.config.onewire.basethingconfig.refresh.description = Time in seconds after which the thing is refreshed
|
||||
thing-type.config.onewire.bms.id.label = TH(S) Sensor ID
|
||||
thing-type.config.onewire.bms.id.description = Sensor ID of the DS2438 sensor in format: xx.xxxxxxxxxxxx or a full path including hubs/branches
|
||||
thing-type.config.onewire.bms.refresh.label = Refresh Time
|
||||
thing-type.config.onewire.bms.refresh.description = Time in seconds after which the thing is refreshed
|
||||
thing-type.config.onewire.bms.temperaturesensor.label = Temperature Sensor
|
||||
thing-type.config.onewire.bms.temperaturesensor.option.DS2438 = internal (DS2438)
|
||||
thing-type.config.onewire.bms.temperaturesensor.option.DS18B20 = external (DS18B20)
|
||||
thing-type.config.onewire.edsenv.id.label = Sensor ID
|
||||
thing-type.config.onewire.edsenv.id.description = Sensor ID in format: xx.xxxxxxxxxxxx)
|
||||
thing-type.config.onewire.edsenv.refresh.label = Refresh Time
|
||||
thing-type.config.onewire.edsenv.refresh.description = Time in seconds after which the thing is refreshed
|
||||
thing-type.config.onewire.mstxconfig.id.label = Sensor ID
|
||||
thing-type.config.onewire.mstxconfig.id.description = Sensor ID in format: xx.xxxxxxxxxxxx or a full path including hubs/branches
|
||||
thing-type.config.onewire.mstxconfig.manualsensor.label = Manual Sensor Type
|
||||
thing-type.config.onewire.mstxconfig.manualsensor.description = Overrides detected sensor type
|
||||
thing-type.config.onewire.mstxconfig.manualsensor.option.DS2438 = Generic
|
||||
thing-type.config.onewire.mstxconfig.manualsensor.option.MS_TH = MS-TH
|
||||
thing-type.config.onewire.mstxconfig.manualsensor.option.MS_TV = MS-TV
|
||||
thing-type.config.onewire.mstxconfig.manualsensor.option.MS_TL = MS-TL
|
||||
thing-type.config.onewire.mstxconfig.manualsensor.option.MS_TC = MS-TC
|
||||
thing-type.config.onewire.mstxconfig.refresh.label = Refresh Time
|
||||
thing-type.config.onewire.mstxconfig.refresh.description = Time in seconds after which the thing is refreshed
|
||||
thing-type.config.onewire.owserver.network-address.label = Network Address
|
||||
thing-type.config.onewire.owserver.network-address.description = Network address of the host running the owserver
|
||||
thing-type.config.onewire.owserver.port.label = Port
|
||||
thing-type.config.onewire.owserver.port.description = Listening port of the owserver
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.onewire.abshumidity.label = Abs. Humidity
|
||||
channel-type.onewire.abshumidity.description = absolute humidity (calculated from temperature and relative humidity)
|
||||
channel-type.onewire.bae-analog.label = Analog Input
|
||||
channel-type.onewire.bae-analog.description = Analog input (ADC)
|
||||
channel-type.onewire.bae-counter.label = Counter
|
||||
channel-type.onewire.bae-di.label = Digital In
|
||||
channel-type.onewire.bae-do.label = Digital Out
|
||||
channel-type.onewire.bae-pio.label = PIO
|
||||
channel-type.onewire.bae-pio.description = Programmable I/O channel
|
||||
channel-type.onewire.bae-pwm-duty.label = Duty Cycle
|
||||
channel-type.onewire.bae-pwm-duty.description = Duty cycle of PWM output in %
|
||||
channel-type.onewire.bae-pwm-frequency.label = Frequency
|
||||
channel-type.onewire.bae-pwm-frequency.description = Frequency of PWM output in Hz
|
||||
channel-type.onewire.counter.label = Counter
|
||||
channel-type.onewire.counter.description = A single counter (reset on power loss)
|
||||
channel-type.onewire.current.label = Current
|
||||
channel-type.onewire.current.description = The current measured by the sensor
|
||||
channel-type.onewire.dewpoint.label = Dewpoint
|
||||
channel-type.onewire.dewpoint.description = dewpoint (calculated from temperature and relative humidity)
|
||||
channel-type.onewire.dio.label = Digital I/O
|
||||
channel-type.onewire.humidity.label = Humidity
|
||||
channel-type.onewire.humidity.description = relative humidity (0-100%)
|
||||
channel-type.onewire.humidityconf.label = Humidity
|
||||
channel-type.onewire.humidityconf.description = relative humidity (0-100%)
|
||||
channel-type.onewire.light.label = Illuminance
|
||||
channel-type.onewire.light.description = Ambient light
|
||||
channel-type.onewire.owfs-number.label = Direct Access to OWFS-Path (Number)
|
||||
channel-type.onewire.owfs-number.description = Allows direct access to the OWFS
|
||||
channel-type.onewire.owfs-string.label = Direct Access to OWFS-Path (String)
|
||||
channel-type.onewire.owfs-string.description = Allows direct access to the OWFS
|
||||
channel-type.onewire.present.label = Present
|
||||
channel-type.onewire.present.description = ON if device present on OneWire bus
|
||||
channel-type.onewire.pressure.label = Pressure
|
||||
channel-type.onewire.pressure.description = The pressure measured by the sensor
|
||||
channel-type.onewire.supplyvoltage.label = Supply Voltage
|
||||
channel-type.onewire.supplyvoltage.description = The sensor's supply voltage
|
||||
channel-type.onewire.temperature-por-res.label = Temperature
|
||||
channel-type.onewire.temperature-por-res.description = temperature value of this sensor
|
||||
channel-type.onewire.temperature-por.label = Temperature
|
||||
channel-type.onewire.temperature-por.description = temperature value of this sensor
|
||||
channel-type.onewire.temperature.label = Temperature
|
||||
channel-type.onewire.temperature.description = temperature value of this sensor
|
||||
channel-type.onewire.voltage.label = Voltage
|
||||
channel-type.onewire.voltage.description = The voltage measured by the sensor
|
||||
|
||||
# channel types config
|
||||
|
||||
channel-type.config.onewire.bae-analog.hires.label = Hires
|
||||
channel-type.config.onewire.bae-analog.hires.description = High resolution Mode (10bit)
|
||||
channel-type.config.onewire.bae-pio.mode.label = Mode
|
||||
channel-type.config.onewire.bae-pio.mode.option.input = Input
|
||||
channel-type.config.onewire.bae-pio.mode.option.output = Output
|
||||
channel-type.config.onewire.bae-pio.pulldevice.label = Pull-Up/Pull-Down Resistor
|
||||
channel-type.config.onewire.bae-pio.pulldevice.option.disabled = disabled
|
||||
channel-type.config.onewire.bae-pio.pulldevice.option.pullup = Pull-Up
|
||||
channel-type.config.onewire.bae-pio.pulldevice.option.pulldown = Pull-Down
|
||||
channel-type.config.onewire.bae-pwm-frequency.prescaler.label = Range
|
||||
channel-type.config.onewire.bae-pwm-frequency.prescaler.description = defines the frequency range of PWM output
|
||||
channel-type.config.onewire.bae-pwm-frequency.prescaler.option.0 = 245 Hz - 8 MHz
|
||||
channel-type.config.onewire.bae-pwm-frequency.prescaler.option.1 = 123 Hz - 4 MHz
|
||||
channel-type.config.onewire.bae-pwm-frequency.prescaler.option.2 = 62 Hz - 2 MHz
|
||||
channel-type.config.onewire.bae-pwm-frequency.prescaler.option.3 = 31 Hz - 1 MHz
|
||||
channel-type.config.onewire.bae-pwm-frequency.prescaler.option.4 = 16 Hz - 500 kHz
|
||||
channel-type.config.onewire.bae-pwm-frequency.prescaler.option.5 = 8 Hz - 250 kHz
|
||||
channel-type.config.onewire.bae-pwm-frequency.prescaler.option.6 = 4 Hz - 125 kHz
|
||||
channel-type.config.onewire.bae-pwm-frequency.prescaler.option.7 = 2 Hz - 62.5 kHz
|
||||
channel-type.config.onewire.bae-pwm-frequency.reversePolarity.label = Reverse Polarity
|
||||
channel-type.config.onewire.dio.logic.label = Channel Logic
|
||||
channel-type.config.onewire.dio.logic.option.normal = normal
|
||||
channel-type.config.onewire.dio.logic.option.inverted = inverted
|
||||
channel-type.config.onewire.dio.mode.label = Mode
|
||||
channel-type.config.onewire.dio.mode.option.input = Input
|
||||
channel-type.config.onewire.dio.mode.option.output = Output
|
||||
channel-type.config.onewire.humidityconf.humiditytype.label = Humidity Sensor-Type
|
||||
channel-type.config.onewire.humidityconf.humiditytype.option./humidity = HIH-3610
|
||||
channel-type.config.onewire.humidityconf.humiditytype.option./HIH4000/humidity = HIH-4000
|
||||
channel-type.config.onewire.humidityconf.humiditytype.option./HTM1735/humidity = HTM-1735
|
||||
channel-type.config.onewire.humidityconf.humiditytype.option./DATANAB/humidity = Datanab
|
||||
channel-type.config.onewire.owfs-number.path.label = OWFS Path
|
||||
channel-type.config.onewire.owfs-number.path.description = full path to the OWFS-node (e.g. statistics/errors/CRC8_errors)
|
||||
channel-type.config.onewire.owfs-number.refresh.label = Refresh Time
|
||||
channel-type.config.onewire.owfs-number.refresh.description = Time in seconds after which the channel is refreshed
|
||||
channel-type.config.onewire.owfs-string.path.label = OWFS Path
|
||||
channel-type.config.onewire.owfs-string.path.description = full path to the OWFS-node (e.g. statistics/errors/CRC8_errors)
|
||||
channel-type.config.onewire.owfs-string.refresh.label = Refresh Time
|
||||
channel-type.config.onewire.owfs-string.refresh.description = Time in seconds after which the channel is refreshed
|
||||
channel-type.config.onewire.temperature-por-res.ignorepor.label = Ignore POR-value
|
||||
channel-type.config.onewire.temperature-por-res.ignorepor.description = filters all 85°C readings (POR-value), may suppress valid readings if enabled
|
||||
channel-type.config.onewire.temperature-por-res.resolution.label = Sensor Resolution
|
||||
channel-type.config.onewire.temperature-por-res.resolution.option.9 = 9 bit
|
||||
channel-type.config.onewire.temperature-por-res.resolution.option.10 = 10 bit
|
||||
channel-type.config.onewire.temperature-por-res.resolution.option.11 = 11 bit
|
||||
channel-type.config.onewire.temperature-por-res.resolution.option.12 = 12 bit
|
||||
channel-type.config.onewire.temperature-por.ignorepor.label = Ignore POR-value
|
||||
channel-type.config.onewire.temperature-por.ignorepor.description = filters all 85°C readings (POR-value), may suppress valid readings if enabled
|
||||
Reference in New Issue
Block a user