Difference between revisions of "Translations:RGB-lamp/2/ru"

From Larnitech wiki page
Jump to navigation Jump to search
(Created page with "<syntaxhighlight lang="xml" line> <item addr="100:10" name="chandelier" type="rgb-lamp" auto-period="600" system="yes"> <linked addr="101:16"/> // привязан к к...")
 
(No difference)

Latest revision as of 13:06, 25 January 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (RGB-lamp)
<syntaxhighlight lang="xml" line>
<item addr="100:10" name="chandelier" type="rgb-lamp" auto-period="600" system="yes">
   <linked addr="101:16"/>  // is bound to the button with the address 101:1
   <automation ……/>  // set the automation for this element
</item>
</syntaxhighlight>
Translation<syntaxhighlight lang="xml" line>
<item addr="100:10" name="chandelier" type="rgb-lamp" auto-period="600" system="yes">
   <linked addr="101:16"/>  // привязан к кнопке с адресом 101:1
   <automation ……/>  // установить автоматизацию для этого элемента 
</item>
</syntaxhighlight>
1<item addr="100:10" name="chandelier" type="rgb-lamp" auto-period="600" system="yes">
2    <linked addr="101:16"/>  // привязан к кнопке с адресом 101:1
3    <automation ……/>  // установить автоматизацию для этого элемента 
4</item>