Все переводы

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

Сообщение

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

СообщениеТекущий текст
 ист. английский (en)// set schedule dev status as soon as possible at startup
       (function(schedule) {
         setTimeout(function() {
           updateSingleScheduleDevStatus(schedule);
         }, 1);
       })(schedule);
 ист. русский (ru)// set schedule dev status as soon as possible at startup
       (function(schedule) {
         setTimeout(function() {
           updateSingleScheduleDevStatus(schedule);
         }, 1);
       })(schedule);