Все переводы

Введите имя сообщения для показа всех доступных переводов.

Сообщение

Найдено 2 перевода.

СообщениеТекущий текст
 ист. английский (en)defineRule({
  whenChanged: "wb-mcm8_20/Input 1 Shortlong Press Counter",
  then: function (newValue, devName, cellName) {
   // Start a timer that will decrease the value of the control
   startTicker("input1_shortlong_press", 75);
  }
});
 ист. русский (ru)defineRule({
  whenChanged: "wb-mcm8_20/Input 1 Shortlong Press Counter",
  then: function (newValue, devName, cellName) {
   // Start a timer that will decrease the value of the control
   startTicker("input1_shortlong_press", 75);
  }
});