]> git.basschouten.com Git - openhab-addons.git/commitdiff
[pulseaudio] regenerate default translations (#12916)
authorGiviMAD <GiviMAD@users.noreply.github.com>
Sat, 11 Jun 2022 06:36:00 +0000 (08:36 +0200)
committerGitHub <noreply@github.com>
Sat, 11 Jun 2022 06:36:00 +0000 (08:36 +0200)
* [pulseaudio] regenerate default translations

Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
bundles/org.openhab.binding.pulseaudio/src/main/resources/OH-INF/i18n/pulseaudio.properties
bundles/org.openhab.binding.pulseaudio/src/main/resources/OH-INF/thing/sink-input.xml
bundles/org.openhab.binding.pulseaudio/src/main/resources/OH-INF/thing/sink.xml
bundles/org.openhab.binding.pulseaudio/src/main/resources/OH-INF/thing/source.xml

index a961124e0c739e74df1f12d6435ff9b7d26484fb..75aa31a7565d1c278a95f4d1919774c63ba1caf3 100644 (file)
@@ -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
 
index 854b9513a703162218e2487b1257694f57b8832f..815acaea8ad3ad82a4e6e867c88a5ce84dcef84b 100644 (file)
@@ -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>
index dd5fb8910df0c384f23d7534c31dcb0f16218311..9348fa3427fa1f355bc982ca9d6980d86622ba18 100644 (file)
@@ -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>
index 411363eefb2378af388544ed31d3978e554993f5..385c5d266a4a3ed03b1f6579dd16557291b7c689 100644 (file)
@@ -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>