[pulseaudio] regenerate default translations (#12916)
* [pulseaudio] regenerate default translations Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
This commit is contained in:
parent
c806c76631
commit
6eed7fb542
|
@ -41,37 +41,37 @@ thing-type.config.pulseaudio.combinedSink.name.label = Name
|
|||
thing-type.config.pulseaudio.combinedSink.name.description = The name of the combined sink.
|
||||
thing-type.config.pulseaudio.sink.activateSimpleProtocolSink.label = Create an Audio Sink with simple-protocol-tcp
|
||||
thing-type.config.pulseaudio.sink.activateSimpleProtocolSink.description = Activation of a corresponding sink in OpenHAB (module-simple-protocol-tcp must be available on the pulseaudio server)
|
||||
thing-type.config.pulseaudio.sink.name.label = Name
|
||||
thing-type.config.pulseaudio.sink.name.description = The name of one specific device. You can also use the description.
|
||||
thing-type.config.pulseaudio.sink.additionalFilters.label = Additional Filters
|
||||
thing-type.config.pulseaudio.sink.additionalFilters.description = Additional filters to select the proper device on the pulseaudio server, in case of ambiguity. To be selected, the device should have at least a property value matching this regular expression. You can use multiple regular expressions (separator is ###).
|
||||
thing-type.config.pulseaudio.sink.name.label = Name
|
||||
thing-type.config.pulseaudio.sink.name.description = The name of one specific device. You can also use the description.
|
||||
thing-type.config.pulseaudio.sink.simpleProtocolSOTimeout.label = Simple Protocol SO Timeout
|
||||
thing-type.config.pulseaudio.sink.simpleProtocolSOTimeout.description = Socket SO timeout when connecting to pulseaudio server though module-simple-protocol-tcp. You can tune this option if the socket disconnect frequently.
|
||||
thing-type.config.pulseaudio.sink.simpleProtocolSinkIdleTimeout.label = Idle Timeout
|
||||
thing-type.config.pulseaudio.sink.simpleProtocolSinkIdleTimeout.description = Timeout in ms after which the connection will be closed when no stream is running. This ensures that your speaker is not on all the time and the pulseaudio sink can go to idle mode. -1 for no disconnection.
|
||||
thing-type.config.pulseaudio.sink.simpleProtocolSinkPort.label = Simple Protocol Port
|
||||
thing-type.config.pulseaudio.sink.simpleProtocolSinkPort.description = Default Port to allocate for use by module-simple-protocol-tcp on the pulseaudio server
|
||||
thing-type.config.pulseaudio.sinkInput.name.label = Name
|
||||
thing-type.config.pulseaudio.sinkInput.name.description = The name of one specific device. You can also use the application name.
|
||||
thing-type.config.pulseaudio.sinkInput.additionalFilters.label = Additional Filters
|
||||
thing-type.config.pulseaudio.sinkInput.additionalFilters.description = Additional filters to select the proper device on the pulseaudio server, in case of ambiguity. To be selected, the device should have at least a property value matching this regular expression. You can use multiple regular expressions (separator is ###).
|
||||
thing-type.config.pulseaudio.sinkInput.name.label = Name
|
||||
thing-type.config.pulseaudio.sinkInput.name.description = The name of one specific device. You can also use the application name.
|
||||
thing-type.config.pulseaudio.source.activateSimpleProtocolSource.label = Create an Audio Source with simple-protocol-tcp
|
||||
thing-type.config.pulseaudio.source.activateSimpleProtocolSource.description = Activation of a corresponding source in OpenHAB (module-simple-protocol-tcp must be available on the pulseaudio server)
|
||||
thing-type.config.pulseaudio.source.name.label = Name
|
||||
thing-type.config.pulseaudio.source.name.description = The name of one specific device. You can also use the description.
|
||||
thing-type.config.pulseaudio.source.additionalFilters.label = Additional Filters
|
||||
thing-type.config.pulseaudio.source.additionalFilters.description = Additional filters to select the proper device on the pulseaudio server, in case of ambiguity. To be selected, the device should have at least a property value matching this regular expression. You can use multiple regular expressions (separator is ###).
|
||||
thing-type.config.pulseaudio.source.name.label = Name
|
||||
thing-type.config.pulseaudio.source.name.description = The name of one specific device. You can also use the description.
|
||||
thing-type.config.pulseaudio.source.simpleProtocolSOTimeout.label = Simple Protocol SO Timeout
|
||||
thing-type.config.pulseaudio.source.simpleProtocolSOTimeout.description = Socket SO timeout when connecting to pulseaudio server though module-simple-protocol-tcp. You can tune this option if the socket disconnect frequently.
|
||||
thing-type.config.pulseaudio.source.simpleProtocolSourceChannels.label = Simple Protocol Channels
|
||||
thing-type.config.pulseaudio.source.simpleProtocolSourceChannels.description = The audio channel number to be used by module-simple-protocol-tcp on the pulseaudio server
|
||||
thing-type.config.pulseaudio.source.simpleProtocolSourceFormat.label = Simple Protocol Format
|
||||
thing-type.config.pulseaudio.source.simpleProtocolSourceFormat.description = The audio format to be used by module-simple-protocol-tcp on the pulseaudio server
|
||||
thing-type.config.pulseaudio.source.simpleProtocolSourceFormat.option.u8 = PCM signed 8-bit
|
||||
thing-type.config.pulseaudio.source.simpleProtocolSourceFormat.option.u8 = PCM unsigned 8-bit
|
||||
thing-type.config.pulseaudio.source.simpleProtocolSourceFormat.option.s16le = PCM signed 16-bit little-endian
|
||||
thing-type.config.pulseaudio.source.simpleProtocolSourceFormat.option.s16be = PCM signed 16-bit big-endian
|
||||
thing-type.config.pulseaudio.source.simpleProtocolSourceFormat.option.s24le = PCM unsigned 24-bit little-endian
|
||||
thing-type.config.pulseaudio.source.simpleProtocolSourceFormat.option.s24be = PCM unsigned 24-bit big-endian
|
||||
thing-type.config.pulseaudio.source.simpleProtocolSourceFormat.option.s24le = PCM signed 24-bit little-endian
|
||||
thing-type.config.pulseaudio.source.simpleProtocolSourceFormat.option.s24be = PCM signed 24-bit big-endian
|
||||
thing-type.config.pulseaudio.source.simpleProtocolSourceFormat.option.s32le = PCM signed 32-bit little-endian
|
||||
thing-type.config.pulseaudio.source.simpleProtocolSourceFormat.option.s32be = PCM signed 32-bit big-endian
|
||||
thing-type.config.pulseaudio.source.simpleProtocolSourceIdleTimeout.label = Idle Timeout
|
||||
|
@ -80,10 +80,10 @@ thing-type.config.pulseaudio.source.simpleProtocolSourcePort.label = Simple Prot
|
|||
thing-type.config.pulseaudio.source.simpleProtocolSourcePort.description = Default Port to allocate to be used by module-simple-protocol-tcp on the pulseaudio server
|
||||
thing-type.config.pulseaudio.source.simpleProtocolSourceRate.label = Simple Protocol Rate
|
||||
thing-type.config.pulseaudio.source.simpleProtocolSourceRate.description = The audio sample rate to be used by module-simple-protocol-tcp on the pulseaudio server
|
||||
thing-type.config.pulseaudio.sourceOutput.name.label = Name
|
||||
thing-type.config.pulseaudio.sourceOutput.name.description = The name of one specific device. You can also use the application name.
|
||||
thing-type.config.pulseaudio.sourceOutput.additionalFilters.label = Additional Filters
|
||||
thing-type.config.pulseaudio.sourceOutput.additionalFilters.description = Additional filters to select the proper device on the pulseaudio server, in case of ambiguity. To be selected, the device should have at least a property value matching this regular expression. You can use multiple regular expressions (separator is ###).
|
||||
thing-type.config.pulseaudio.sourceOutput.name.label = Name
|
||||
thing-type.config.pulseaudio.sourceOutput.name.description = The name of one specific device. You can also use the application name.
|
||||
|
||||
# channel types
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
To be
|
||||
selected, the device should have at least a property value matching this regular expression. You can use
|
||||
multiple
|
||||
regular expressions (separator ###).</description>
|
||||
regular expressions (separator is ###).</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
</thing-type>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
To be
|
||||
selected, the device should have at least a property value matching this regular expression. You can use
|
||||
multiple
|
||||
regular expressions (separator ###).</description>
|
||||
regular expressions (separator is ###).</description>
|
||||
</parameter>
|
||||
<parameter name="simpleProtocolSinkPort" type="integer" required="false">
|
||||
<label>Simple Protocol Port</label>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
To be
|
||||
selected, the device should have at least a property value matching this regular expression. You can use
|
||||
multiple
|
||||
regular expressions (separator ###).</description>
|
||||
regular expressions (separator is ###).</description>
|
||||
</parameter>
|
||||
<parameter name="activateSimpleProtocolSource" type="boolean" required="false">
|
||||
<label>Create an Audio Source with simple-protocol-tcp</label>
|
||||
|
|
Loading…
Reference in New Issue