File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,14 @@ export default {
3939 'smalrubotS1.turnLedOff' : 'turn [POSITION] LED off' ,
4040 'smalrubotS1.getMotorSpeed' : '[POSITION] DC motor speed (%)' ,
4141 'smalrubotS1.setMotorSpeed' : 'set [POSITION] DC motor speed [SPEED] (%)' ,
42+ 'smalrubotS1.setArmCalibration' : 'Adjust arm [DEGREE] degrees' ,
4243 'smalrubotS1.actionMenu.forward' : 'forward' ,
4344 'smalrubotS1.actionMenu.backward' : 'backward' ,
4445 'smalrubotS1.actionMenu.turnLeft' : 'turn left' ,
4546 'smalrubotS1.actionMenu.turnRight' : 'turn right' ,
4647 'smalrubotS1.positionsMenu.left' : 'left' ,
4748 'smalrubotS1.positionsMenu.right' : 'right' ,
48- 'smalrubotS1.positionsMenu.touch' : 'touch'
49+ 'smalrubotS1.positionsMenu.touch' : 'touch' ,
50+ 'smalrubotS1.positionsMenu.light' : 'light' ,
51+ 'smalrubotS1.positionsMenu.sound' : 'sound'
4952} ;
Original file line number Diff line number Diff line change @@ -41,11 +41,14 @@ export default {
4141 'smalrubotS1.turnLedOff' : '[POSITION] のLED (エルイーディー) をオフにする' ,
4242 'smalrubotS1.getMotorSpeed' : '[POSITION] DC (ディーシー) モーターのそくど (%)' ,
4343 'smalrubotS1.setMotorSpeed' : '[POSITION] DC (ディーシー) モーターのそくどを [SPEED] (%) にする' ,
44+ 'smalrubotS1.setArmCalibration' : 'アームを [DEGREE] どちょうせいする' ,
4445 'smalrubotS1.actionMenu.forward' : 'すすめる' ,
4546 'smalrubotS1.actionMenu.backward' : 'バックさせる' ,
4647 'smalrubotS1.actionMenu.turnLeft' : 'ひだりにまげる' ,
4748 'smalrubotS1.actionMenu.turnRight' : 'みぎにまげる' ,
4849 'smalrubotS1.positionsMenu.left' : 'ひだり' ,
4950 'smalrubotS1.positionsMenu.right' : 'みぎ' ,
50- 'smalrubotS1.positionsMenu.touch' : 'タッチ'
51+ 'smalrubotS1.positionsMenu.touch' : 'タッチ' ,
52+ 'smalrubotS1.positionsMenu.light' : 'ひかり' ,
53+ 'smalrubotS1.positionsMenu.sound' : 'おと'
5154} ;
Original file line number Diff line number Diff line change @@ -41,12 +41,15 @@ export default {
4141 'smalrubotS1.turnLedOff' : '[POSITION] のLEDをオフにする' ,
4242 'smalrubotS1.getMotorSpeed' : '[POSITION] DCモーターの速度 (%)' ,
4343 'smalrubotS1.setMotorSpeed' : '[POSITION] DCモーターの速度を [SPEED] (%) にする' ,
44+ 'smalrubotS1.setArmCalibration' : 'アームを [DEGREE] 度調整する' ,
4445 'smalrubotS1.actionMenu.forward' : '進める' ,
4546 'smalrubotS1.actionMenu.backward' : 'バックさせる' ,
4647 'smalrubotS1.actionMenu.turnLeft' : '左に曲げる' ,
4748 'smalrubotS1.actionMenu.turnRight' : '右に曲げる' ,
4849 'smalrubotS1.actionMenu.stop' : '止める' ,
4950 'smalrubotS1.positionsMenu.left' : '左' ,
5051 'smalrubotS1.positionsMenu.right' : '右' ,
51- 'smalrubotS1.positionsMenu.touch' : 'タッチ'
52+ 'smalrubotS1.positionsMenu.touch' : 'タッチ' ,
53+ 'smalrubotS1.positionsMenu.light' : '光' ,
54+ 'smalrubotS1.positionsMenu.sound' : '音'
5255} ;
You can’t perform that action at this time.
0 commit comments