diff --git a/blockly_compressed.js b/blockly_compressed.js index 0fb38e23b4b..cad8979641c 100644 --- a/blockly_compressed.js +++ b/blockly_compressed.js @@ -832,10 +832,10 @@ Blockly.Options=function(a){var b=!!a.readOnly;if(b)var c=null,d=!1,e=!1,f=!1,g= l?Blockly.TOOLBOX_AT_RIGHT:Blockly.TOOLBOX_AT_LEFT;var p=a.scrollbars;void 0===p&&(p=d);var q=a.css;void 0===q&&(q=!0);var t="https://blockly-demo.appspot.com/static/media/";a.media?t=a.media:a.path&&(t=a.path+"media/");this.RTL=l;this.collapse=f;this.comments=g;this.disable=h;this.readOnly=b;this.maxBlocks=a.maxBlocks||Infinity;this.pathToMedia=t;this.hasCategories=d;this.hasScrollbars=p;this.hasTrashcan=e;this.hasSounds=k;this.hasCss=q;this.horizontalLayout=m;this.languageTree=c;this.gridOptions= Blockly.Options.parseGridOptions_(a);this.zoomOptions=Blockly.Options.parseZoomOptions_(a);this.toolboxPosition=n;this.checkInTask=a.checkInTask||!1;this.variableDeclaration=!!a.variableDeclaration;this.robControls=!!a.robControls;this.theme=a.theme||"default"};Blockly.Options.prototype.parentWorkspace=null;Blockly.Options.prototype.setMetrics=function(a){};Blockly.Options.prototype.getMetrics=function(){return null}; Blockly.Options.parseZoomOptions_=function(a){a=a.zoom||{};var b={};b.controls=void 0===a.controls?!1:!!a.controls;b.wheel=void 0===a.wheel?!1:!!a.wheel;b.startScale=void 0===a.startScale?1:parseFloat(a.startScale);b.maxScale=void 0===a.maxScale?3:parseFloat(a.maxScale);b.minScale=void 0===a.minScale?.3:parseFloat(a.minScale);b.scaleSpeed=void 0===a.scaleSpeed?1.2:parseFloat(a.scaleSpeed);return b}; -Blockly.Options.parseGridOptions_=function(a){a=a.grid||{};var b={};b.spacing=parseFloat(a.spacing)||0;b.colour=a.colour||"#888";b.length=parseFloat(a.length)||1;b.snap=0b||b>this.getChildCount())throw Error(goog.ui.Component.Error.CHILD_INDEX_OUT_OF_BOUNDS);this.childIndex_&&this.children_||(this.childIndex_={},this.children_=[]);a.getParent()==this?(goog.object.set(this.childIndex_,a.getId(),a),goog.array.remove(this.children_,a)):goog.object.add(this.childIndex_, -a.getId(),a);a.setParent(this);goog.array.insertAt(this.children_,a,b);a.inDocument_&&this.inDocument_&&a.getParent()==this?(c=this.getContentElement(),c.contains(a.getElement())&&c.removeChild(a.getElement()),b=c.childNodes[b]||null,c.insertBefore(a.getElement(),b)):c?(this.element_||this.createDom(),b=this.getChildAt(b+1),a.render_(this.getContentElement(),b?b.element_:null)):this.inDocument_&&!a.inDocument_&&a.element_&&a.element_.parentNode&&a.element_.parentNode.nodeType==goog.dom.NodeType.ELEMENT&& -a.enterDocument()};goog.ui.Component.prototype.getContentElement=function(){return this.element_};goog.ui.Component.prototype.isRightToLeft=function(){null==this.rightToLeft_&&(this.rightToLeft_=goog.style.isRightToLeft(this.inDocument_?this.element_:this.dom_.getDocument().body));return this.rightToLeft_};goog.ui.Component.prototype.setRightToLeft=function(a){if(this.inDocument_)throw Error(goog.ui.Component.Error.ALREADY_RENDERED);this.rightToLeft_=a}; +a.getId(),a);a.setParent(this);goog.array.insertAt(this.children_,a,b);a.inDocument_&&this.inDocument_&&a.getParent()==this?(c=this.getContentElement(),b=c.childNodes[b]||null,b!=a.getElement()&&c.insertBefore(a.getElement(),b)):c?(this.element_||this.createDom(),b=this.getChildAt(b+1),a.render_(this.getContentElement(),b?b.element_:null)):this.inDocument_&&!a.inDocument_&&a.element_&&a.element_.parentNode&&a.element_.parentNode.nodeType==goog.dom.NodeType.ELEMENT&&a.enterDocument()}; +goog.ui.Component.prototype.getContentElement=function(){return this.element_};goog.ui.Component.prototype.isRightToLeft=function(){null==this.rightToLeft_&&(this.rightToLeft_=goog.style.isRightToLeft(this.inDocument_?this.element_:this.dom_.getDocument().body));return this.rightToLeft_};goog.ui.Component.prototype.setRightToLeft=function(a){if(this.inDocument_)throw Error(goog.ui.Component.Error.ALREADY_RENDERED);this.rightToLeft_=a}; goog.ui.Component.prototype.hasChildren=function(){return!!this.children_&&0!=this.children_.length};goog.ui.Component.prototype.getChildCount=function(){return this.children_?this.children_.length:0};goog.ui.Component.prototype.getChildIds=function(){var a=[];this.forEachChild(function(b){a.push(b.getId())});return a};goog.ui.Component.prototype.getChild=function(a){return this.childIndex_&&a?goog.object.get(this.childIndex_,a)||null:null}; goog.ui.Component.prototype.getChildAt=function(a){return this.children_?this.children_[a]||null:null};goog.ui.Component.prototype.forEachChild=function(a,b){this.children_&&goog.array.forEach(this.children_,a,b)};goog.ui.Component.prototype.indexOfChild=function(a){return this.children_&&a?goog.array.indexOf(this.children_,a):-1}; goog.ui.Component.prototype.removeChild=function(a,b){if(a){var c="string"===typeof a?a:a.getId();a=this.getChild(c);c&&a&&(goog.object.remove(this.childIndex_,c),goog.array.remove(this.children_,a),b&&(a.exitDocument(),a.element_&&goog.dom.removeNode(a.element_)),a.setParent(null))}if(!a)throw Error(goog.ui.Component.Error.NOT_OUR_CHILD);return a};goog.ui.Component.prototype.removeChildAt=function(a,b){return this.removeChild(this.getChildAt(a),b)}; @@ -2965,8 +2965,9 @@ sensors.pin.calliope={title:"PIN",modes:[{name:"ANALOG",type:"Number"},{name:"DI sensors.potentiometer.mbot={title:"POTENTIOMETER",modes:[{name:"VALUE",type:"Number",unit:"VOLT"}],ports:[["Port 1","1"],["Port 2","2"],["Port 3","3"],["Port 4","4"]],standardPort:"4"};sensors.pintouch={};sensors.pintouch.bob3={title:"PINTOUCH",ports:[["LEFT","2"],["RIGHT","1"]],slots:[["SENSOR_TOP","1"],["CENTER","2"],["SENSOR_BOTTOM","3"],["SENSOR_ANY","0"]],modes:[{name:"PRESSED",type:"Boolean",question:!0}]}; sensors.pintouch.calliope={title:"PINTOUCH",ports:[[" 0","0"],[" 1","1"],[" 2","2"],[" 3","3"]],modes:[{name:"PRESSED",type:"Boolean",question:!0}],standardPort:"1"};sensors.pintouch.microbit={title:"PINTOUCH",ports:[[" 0","0"],[" 1","1"],[" 2","2"]],modes:[{name:"PRESSED",type:"Boolean",question:!0}],standardPort:"1"};sensors.pintouch.microbitv2=sensors.pintouch.microbit;sensors.pintouch.joycar=sensors.pintouch.microbitv2; sensors.pintouch.rob3rta={title:"PINTOUCH",titleNotVisible:!0,modes:[{name:"PRESSED",type:"Boolean",question:!0}],ports:[{port:["PORT_EAR","EAR"],slots:[["LEFT","2"],["RIGHT","1"]]},{port:["PORT_WHEEL","WHEEL"],slots:[["A","A"],["B","B"],["C","C"],["D","D"]]}]};sensors.logotouch={};sensors.logotouch.microbitv2={title:"LOGOTOUCH",modes:[{name:"PRESSED",type:"Boolean",question:!0}],ports:"CONFIGURATION",portsHidden:!0};sensors.logotouch.joycar=sensors.logotouch.microbitv2; -sensors.logotouch.calliope=sensors.logotouch.microbitv2;sensors.pulse={};sensors.pulse.arduino={title:"PULSE",modes:[{name:"VALUE",type:"Number"}],ports:"CONFIGURATION"};sensors.quadrgb={};sensors.quadrgb.mbot2={title:"QUADRGB",modes:[{name:"COLOUR",type:"Colour",value:"#b30006"},{name:"LIGHT",type:"Number",unit:"PERCENT",value:50},{name:"AMBIENTLIGHT",type:"Number",unit:"PERCENT",value:50},{name:"RGB",type:"Array_Number"}],slots:[["L1","L1"],["L2","L2"],["R1","R1"],["R2","R2"]],ports:"CONFIGURATION"}; -sensors.line={};sensors.line.mbot2={title:"QUADRGB",modes:[{name:"LINE",type:"Number"}],ports:"CONFIGURATION"};sensors.line.joycar={title:"LINE",ports:"CONFIGURATION",modes:[{name:"LINE",type:"Boolean"}]};sensors.cameraline={};sensors.cameraline.txt4={title:"LINE",modes:[{name:"NUMBERLINES",type:"Number",op:"NUM_REV",value:"1"}],ports:"CONFIGURATION"};sensors.ball={};sensors.ball.txt4={title:"BALLDETECTOR",modes:[{name:"BALL",type:"Array_Number"}],ports:"CONFIGURATION"};sensors.odometry={}; +sensors.logotouch.calliope=sensors.logotouch.microbitv2;sensors.pulse={};sensors.pulse.arduino={title:"PULSE",modes:[{name:"VALUE",type:"Number"}],ports:"CONFIGURATION"};sensors.quadrgb={}; +sensors.quadrgb.mbot2={title:"QUADRGB",modes:[{name:"COLOUR",type:"Colour",value:"#b30006"},{name:"LIGHT",type:"Number",unit:"PERCENT",value:50},{name:"AMBIENTLIGHT",type:"Number",unit:"PERCENT",value:50},{name:"RGB",type:"Array_Number"},{name:"LINE",type:"Boolean"}],slots:[["L1","L1"],["L2","L2"],["R1","R1"],["R2","R2"]],ports:"CONFIGURATION"};sensors.line={};sensors.line.mbot2={title:"QUADRGB",modes:[{name:"LINE",type:"Number"},{name:"LINE_STATE",type:"Number"}],ports:"CONFIGURATION"}; +sensors.line.joycar={title:"LINE",ports:"CONFIGURATION",modes:[{name:"LINE",type:"Boolean"}]};sensors.cameraline={};sensors.cameraline.txt4={title:"LINE",modes:[{name:"NUMBERLINES",type:"Number",op:"NUM_REV",value:"1"}],ports:"CONFIGURATION"};sensors.ball={};sensors.ball.txt4={title:"BALLDETECTOR",modes:[{name:"BALL",type:"Array_Number"}],ports:"CONFIGURATION"};sensors.odometry={}; sensors.odometry.robotino={title:"ODOMETRY",modes:[{name:"VALUE",type:"Number"}],slots:[["x","X"],["y","Y"],["\u03b8","THETA"]],ports:"CONFIGURATION",portsHidden:!0};sensors.rssi={};sensors.rssi.calliope={title:"RSSI",modes:[{name:"VALUE",type:"Number"}]};sensors.rfid={};sensors.rfid.arduino={title:"RFID",modes:[{name:"IDONE",type:"String"},{name:"PRESENCE",type:"Boolean"}],ports:"CONFIGURATION"};sensors.sound={}; sensors.sound.calliope={title:"SOUND",modes:[{name:"SOUND",type:"Number",unit:"PERCENT",op:"NUM_REV",value:50}],ports:"CONFIGURATION",portsHidden:!0};sensors.sound.mbot2=sensors.sound.calliope;sensors.sound.microbitv2=sensors.sound.calliope;sensors.sound.joycar=sensors.sound.microbitv2;sensors.sound.ev3={title:"SOUND",modes:[{name:"SOUND",type:"Number",unit:"PERCENT",op:"NUM_REV",value:50}],ports:[["Port 1","1"],["Port 2","2"],["Port 3","3"],["Port 4","4"]],standardPort:"2"};sensors.sound.xNN=sensors.sound.ev3; sensors.sound.nxt=sensors.sound.ev3;sensors.sound.mbot=sensors.sound.ev3;sensors.sound.sensebox={title:"SOUND",modes:[{name:"SOUND",type:"Number",unit:"PERCENT",op:"NUM_REV",value:50}],ports:"CONFIGURATION"};sensors.sound.thymio={title:"SOUND",modes:[{name:"SOUND",type:"Number",unit:"PERCENT",op:"NUM_REV",value:50}]};sensors.sound.edison={title:"SOUND",modes:[{name:"SOUND",type:"Boolean"}]};sensors.temperature={}; diff --git a/blocks/robSensorDefinitions.js b/blocks/robSensorDefinitions.js index ce6e793fa14..cdd48f3886b 100644 --- a/blocks/robSensorDefinitions.js +++ b/blocks/robSensorDefinitions.js @@ -1020,6 +1020,8 @@ sensors.quadrgb.mbot2 = { name: 'AMBIENTLIGHT', type: 'Number', unit: 'PERCENT', value: 50 }, { name: 'RGB', type: 'Array_Number' + }, { + name: 'LINE', type: 'Boolean' }], slots: [['L1', 'L1'], ['L2', 'L2'], ['R1', 'R1'], ['R2', 'R2']], ports: 'CONFIGURATION' }; @@ -1027,8 +1029,11 @@ sensors.line = {}; sensors.line.mbot2 = { title: 'QUADRGB', modes: [{ name: 'LINE', type: 'Number' + }, { + name: 'LINE_STATE', type: 'Number' }], ports: 'CONFIGURATION' }; + sensors.line.joycar = { title: 'LINE', ports: 'CONFIGURATION', modes: [{ name: 'LINE', type: 'Boolean' diff --git a/i18n/js_to_json.py b/i18n/js_to_json.py index 4916a06f79c..4f0afecdf58 100755 --- a/i18n/js_to_json.py +++ b/i18n/js_to_json.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2.7 # Gives the translation status of the specified apps and languages. # diff --git a/msg/js/ar.js b/msg/js/ar.js index d7e35b2aa37..3e947bcb32b 100644 --- a/msg/js/ar.js +++ b/msg/js/ar.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/az.js b/msg/js/az.js index fb0824b0b73..6dc8a4ba83b 100644 --- a/msg/js/az.js +++ b/msg/js/az.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/ba.js b/msg/js/ba.js index 0e84ebc8a8d..379f5209eea 100644 --- a/msg/js/ba.js +++ b/msg/js/ba.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/bcc.js b/msg/js/bcc.js index 69dad76aee1..d3c022fb504 100644 --- a/msg/js/bcc.js +++ b/msg/js/bcc.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/be-tarask.js b/msg/js/be-tarask.js index ddb26f5c808..192a0576b8b 100644 --- a/msg/js/be-tarask.js +++ b/msg/js/be-tarask.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/be.js b/msg/js/be.js index 138230d136d..29bffbb783a 100644 --- a/msg/js/be.js +++ b/msg/js/be.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "інфармацыя"; Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "святло"; Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/bg.js b/msg/js/bg.js index edcb05de7ce..af85d477764 100644 --- a/msg/js/bg.js +++ b/msg/js/bg.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/bn.js b/msg/js/bn.js index 267f6bbe7c1..939a6f6b9b3 100644 --- a/msg/js/bn.js +++ b/msg/js/bn.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/br.js b/msg/js/br.js index c82da3b6fca..3bc7f4bc684 100644 --- a/msg/js/br.js +++ b/msg/js/br.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/ca.js b/msg/js/ca.js index 33e7aeedc29..dd464e9c23c 100644 --- a/msg/js/ca.js +++ b/msg/js/ca.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "llum"; Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/cs.js b/msg/js/cs.js index 485435f5f22..a1594d5fca8 100644 --- a/msg/js/cs.js +++ b/msg/js/cs.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "světlo"; Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/da.js b/msg/js/da.js index a1698b0fced..ee8acfd240b 100644 --- a/msg/js/da.js +++ b/msg/js/da.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "lys"; Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/de.js b/msg/js/de.js index f3c0389fdd5..89bab6b2a47 100644 --- a/msg/js/de.js +++ b/msg/js/de.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "Informationen"; Blockly.Msg.MODE_LATITUDE = "Breitengrad"; Blockly.Msg.MODE_LIGHT = "Licht"; Blockly.Msg.MODE_LINE = "Linie"; +Blockly.Msg.MODE_LINE_STATE = "Linienverfolgerstatus"; Blockly.Msg.MODE_LONGITUDE = "Längengrad"; Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetischer Fluss"; diff --git a/msg/js/el.js b/msg/js/el.js index 9472a304598..1c88a69b5a9 100644 --- a/msg/js/el.js +++ b/msg/js/el.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/en.js b/msg/js/en.js index 42531b2a78a..3003f3e8ac6 100644 --- a/msg/js/en.js +++ b/msg/js/en.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; Blockly.Msg.MODE_LATITUDE = "latitude"; Blockly.Msg.MODE_LIGHT = "light"; Blockly.Msg.MODE_LINE = "line"; +Blockly.Msg.MODE_LINE_STATE = "line following state"; Blockly.Msg.MODE_LONGITUDE = "longitude"; Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; diff --git a/msg/js/es.js b/msg/js/es.js index 434c165f716..df422fe6b6c 100644 --- a/msg/js/es.js +++ b/msg/js/es.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "información"; Blockly.Msg.MODE_LATITUDE = "latitud"; Blockly.Msg.MODE_LIGHT = "luz"; Blockly.Msg.MODE_LINE = "línea"; +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitud"; Blockly.Msg.MODE_MAGNETICFIELD = "campo magnético"; Blockly.Msg.MODE_MAGNETICFLUX = "flujo magnético"; diff --git a/msg/js/eu.js b/msg/js/eu.js index b168363457f..a626ec3352e 100644 --- a/msg/js/eu.js +++ b/msg/js/eu.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "informazioa"; Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "argia"; Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/fa.js b/msg/js/fa.js index 63c2b2104cd..7ed759d7b11 100644 --- a/msg/js/fa.js +++ b/msg/js/fa.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/fi.js b/msg/js/fi.js index 75bd30e60f1..000f0556d64 100644 --- a/msg/js/fi.js +++ b/msg/js/fi.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "valo"; Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/fr.js b/msg/js/fr.js index a11c004fcde..5d6e76b8e70 100644 --- a/msg/js/fr.js +++ b/msg/js/fr.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "lumière"; Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/he.js b/msg/js/he.js index 26cea675079..756c9030896 100644 --- a/msg/js/he.js +++ b/msg/js/he.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/hi.js b/msg/js/hi.js index 26c0207cc88..aaf68c4c68a 100644 --- a/msg/js/hi.js +++ b/msg/js/hi.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/hrx.js b/msg/js/hrx.js index aa8236480fd..d4c6c82ee04 100644 --- a/msg/js/hrx.js +++ b/msg/js/hrx.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/hu.js b/msg/js/hu.js index 69c52a6137c..8cbdd371fe5 100644 --- a/msg/js/hu.js +++ b/msg/js/hu.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/ia.js b/msg/js/ia.js index 4f8a7182b89..f5c828b49f6 100644 --- a/msg/js/ia.js +++ b/msg/js/ia.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/id.js b/msg/js/id.js index 3933a6a79a6..3e515e28841 100644 --- a/msg/js/id.js +++ b/msg/js/id.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/is.js b/msg/js/is.js index 3f1b15d5a3c..ef1a2a22e0c 100644 --- a/msg/js/is.js +++ b/msg/js/is.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/it.js b/msg/js/it.js index e66d5aab0f1..998c52da766 100644 --- a/msg/js/it.js +++ b/msg/js/it.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "informazione"; Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "luce"; Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/ja.js b/msg/js/ja.js index e6b5a2336a5..0286fe08dba 100644 --- a/msg/js/ja.js +++ b/msg/js/ja.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/ko.js b/msg/js/ko.js index 682901523e2..4f1a2edb45b 100644 --- a/msg/js/ko.js +++ b/msg/js/ko.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/lb.js b/msg/js/lb.js index 65daefdb33f..1b7c9aeddaf 100644 --- a/msg/js/lb.js +++ b/msg/js/lb.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/lki.js b/msg/js/lki.js index 81f3ea9a8ea..94248d81de3 100644 --- a/msg/js/lki.js +++ b/msg/js/lki.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/lrc.js b/msg/js/lrc.js index ec981864fed..46f90589bb3 100644 --- a/msg/js/lrc.js +++ b/msg/js/lrc.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/lt.js b/msg/js/lt.js index 1aa4ddc6961..558e4d84cbb 100644 --- a/msg/js/lt.js +++ b/msg/js/lt.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/mk.js b/msg/js/mk.js index 8e7935f2da0..f9d4d8fa8b6 100644 --- a/msg/js/mk.js +++ b/msg/js/mk.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/ms.js b/msg/js/ms.js index acc790dc4fc..08a517c0f99 100644 --- a/msg/js/ms.js +++ b/msg/js/ms.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/nb.js b/msg/js/nb.js index 7e94eaf16e9..96fdf084362 100644 --- a/msg/js/nb.js +++ b/msg/js/nb.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/nl.js b/msg/js/nl.js index cb21c3979ac..9f4a53fdaea 100644 --- a/msg/js/nl.js +++ b/msg/js/nl.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "licht"; Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/oc.js b/msg/js/oc.js index b8747a08e57..eb223d002fc 100644 --- a/msg/js/oc.js +++ b/msg/js/oc.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/pl.js b/msg/js/pl.js index 40622ed5f52..c2fca655e82 100644 --- a/msg/js/pl.js +++ b/msg/js/pl.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "światło otoczenia"; Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/pms.js b/msg/js/pms.js index 34d762386d1..f4415c26607 100644 --- a/msg/js/pms.js +++ b/msg/js/pms.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/pt-br.js b/msg/js/pt-br.js index d71641108ed..f12d9227218 100644 --- a/msg/js/pt-br.js +++ b/msg/js/pt-br.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/pt.js b/msg/js/pt.js index 08554842020..e2a038c04a3 100644 --- a/msg/js/pt.js +++ b/msg/js/pt.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "valor do"; Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/ro.js b/msg/js/ro.js index 0637f539f3e..cb52e9323ba 100644 --- a/msg/js/ro.js +++ b/msg/js/ro.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "informatie"; Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "lumina"; Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/ru.js b/msg/js/ru.js index d5f4de393d4..2549d9bf233 100644 --- a/msg/js/ru.js +++ b/msg/js/ru.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "свет"; Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/sc.js b/msg/js/sc.js index d05cb7e0b04..8d666117f9f 100644 --- a/msg/js/sc.js +++ b/msg/js/sc.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/sd.js b/msg/js/sd.js index a698881f099..72b59ffd989 100644 --- a/msg/js/sd.js +++ b/msg/js/sd.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/shn.js b/msg/js/shn.js index 4054e9b8198..d4fcc37ab02 100644 --- a/msg/js/shn.js +++ b/msg/js/shn.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/sk.js b/msg/js/sk.js index 34ae1b45d1b..5eb194d31d4 100644 --- a/msg/js/sk.js +++ b/msg/js/sk.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/sl.js b/msg/js/sl.js index 18de06d4a7c..341a79e9a0d 100644 --- a/msg/js/sl.js +++ b/msg/js/sl.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/sq.js b/msg/js/sq.js index a17d066cddf..47f43f3e41a 100644 --- a/msg/js/sq.js +++ b/msg/js/sq.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/sr.js b/msg/js/sr.js index 8bdc7118069..9ef49ded8cd 100644 --- a/msg/js/sr.js +++ b/msg/js/sr.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/sv.js b/msg/js/sv.js index 53841b7b799..99652aee740 100644 --- a/msg/js/sv.js +++ b/msg/js/sv.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "ljus"; Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/ta.js b/msg/js/ta.js index 4c4f58dac4f..b82c1a9cb95 100644 --- a/msg/js/ta.js +++ b/msg/js/ta.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/tcy.js b/msg/js/tcy.js index fe208666c8c..759fd4537f4 100644 --- a/msg/js/tcy.js +++ b/msg/js/tcy.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/th.js b/msg/js/th.js index 835b51e9872..99ca7dd47f5 100644 --- a/msg/js/th.js +++ b/msg/js/th.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/tl.js b/msg/js/tl.js index 5486f73503b..a03ea607664 100644 --- a/msg/js/tl.js +++ b/msg/js/tl.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/tlh.js b/msg/js/tlh.js index 241833630db..aa9a4c4adb3 100644 --- a/msg/js/tlh.js +++ b/msg/js/tlh.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/tr.js b/msg/js/tr.js index f083ff8be6f..33425a166d1 100644 --- a/msg/js/tr.js +++ b/msg/js/tr.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "ışık"; Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/uk.js b/msg/js/uk.js index 75dc9ccab12..0c8f45df2a5 100644 --- a/msg/js/uk.js +++ b/msg/js/uk.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "довідка"; Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "світло"; Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/vi.js b/msg/js/vi.js index 42931b0f524..3ec8dc7a845 100644 --- a/msg/js/vi.js +++ b/msg/js/vi.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "information"; // untranslated Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "light"; // untranslated Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/zh-hans.js b/msg/js/zh-hans.js index 8ef725d22e7..ecdb27ee420 100644 --- a/msg/js/zh-hans.js +++ b/msg/js/zh-hans.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "信息"; Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "光"; Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/js/zh-hant.js b/msg/js/zh-hant.js index 3b9e30c8436..fa6daf441cc 100644 --- a/msg/js/zh-hant.js +++ b/msg/js/zh-hant.js @@ -929,6 +929,7 @@ Blockly.Msg.MODE_INFO = "資訊"; Blockly.Msg.MODE_LATITUDE = "latitude"; // untranslated Blockly.Msg.MODE_LIGHT = "光"; Blockly.Msg.MODE_LINE = "line"; // untranslated +Blockly.Msg.MODE_LINE_STATE = "line following state"; // untranslated Blockly.Msg.MODE_LONGITUDE = "longitude"; // untranslated Blockly.Msg.MODE_MAGNETICFIELD = "mag field"; // untranslated Blockly.Msg.MODE_MAGNETICFLUX = "magnetic flux"; // untranslated diff --git a/msg/json/en.json b/msg/json/en.json index 48c6ec6643d..fcc80b37808 100644 --- a/msg/json/en.json +++ b/msg/json/en.json @@ -1,7 +1,7 @@ { "@metadata": { "author": "Ellen Spertus ", - "lastupdated": "2024-12-18 09:13:05.889972", + "lastupdated": "2026-01-03 09:09:08.983900", "locale": "en", "messagedocumentation" : "qqq" }, @@ -634,6 +634,7 @@ "MODE_LIGHT": "light", "MODE_UVLIGHT": "UV light", "MODE_LINE": "line", + "MODE_LINE_STATE": "line following state", "MODE_RGB": "RGB", "MODE_AMBIENTLIGHT": "ambient light", "MODE_REFLEXION": "reflected light", diff --git a/msg/json/qqq.json b/msg/json/qqq.json index 4d96a85afcc..c8cfedc3b09 100644 --- a/msg/json/qqq.json +++ b/msg/json/qqq.json @@ -628,6 +628,7 @@ "MODE_LIGHT": "", "MODE_UVLIGHT": "", "MODE_LINE": "", + "MODE_LINE_STATE": "", "MODE_RGB": "", "MODE_AMBIENTLIGHT": "", "MODE_REFLEXION": "", diff --git a/robMsg/json/de.json b/robMsg/json/de.json index f639598a3c5..5f9c55c266a 100644 --- a/robMsg/json/de.json +++ b/robMsg/json/de.json @@ -254,6 +254,7 @@ "MODE_LIGHT": "Licht", "MODE_UVLIGHT": "UV Licht", "MODE_LINE": "Linie", + "MODE_LINE_STATE": "Linienverfolgerstatus", "MODE_PRESENCE": "Anwesenheit", "MODE_RATE": "Drehrate", "MODE_ROTATION": "Umdrehungen", diff --git a/robMsg/robMessages.js b/robMsg/robMessages.js index 4ac8deda424..5f501e5084e 100644 --- a/robMsg/robMessages.js +++ b/robMsg/robMessages.js @@ -339,6 +339,7 @@ Blockly.Msg.MODE_COLOUR = 'colour'; Blockly.Msg.MODE_LIGHT = 'light'; Blockly.Msg.MODE_UVLIGHT = 'UV light'; Blockly.Msg.MODE_LINE = 'line'; +Blockly.Msg.MODE_LINE_STATE = 'line following state'; Blockly.Msg.MODE_RGB = 'RGB'; Blockly.Msg.MODE_REDCHANNEL = Blockly.Msg.BRICKLIGHT_RED; Blockly.Msg.MODE_GREENCHANNEL = Blockly.Msg.BRICKLIGHT_GREEN;