File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ export default {
30
30
'gui.smalruby3.extension.smalrubotS1.connectingMessage' : 'Connecting the Smalrubot S1.' ,
31
31
'smalrubotS1.turnLedOn' : 'turn [POSITION] LED on' ,
32
32
'smalrubotS1.turnLedOff' : 'turn [POSITION] LED off' ,
33
+ 'smalrubotS1.getSensorValue' : '[POSITION] sensor value' ,
33
34
'smalrubotS1.positionsMenu.left' : 'left' ,
34
- 'smalrubotS1.positionsMenu.right' : 'right'
35
+ 'smalrubotS1.positionsMenu.right' : 'right' ,
36
+ 'smalrubotS1.positionsMenu.touch' : 'touch' ,
37
+ 'smalrubotS1.positionsMenu.light' : 'light'
35
38
} ;
Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ export default {
32
32
'gui.smalruby3.extension.smalrubotS1.connectingMessage' : 'スモウルボットS1 (エス1) にせつぞくしています。' ,
33
33
'smalrubotS1.turnLedOn' : '[POSITION] のLED (エル・イー・ディー) をオンにする' ,
34
34
'smalrubotS1.turnLedOff' : '[POSITION] のLED (エル・イー・ディー) をオフにする' ,
35
+ 'smalrubotS1.getSensorValue' : '[POSITION] センサーのあたい' ,
35
36
'smalrubotS1.positionsMenu.left' : 'ひだり' ,
36
- 'smalrubotS1.positionsMenu.right' : 'みぎ'
37
+ 'smalrubotS1.positionsMenu.right' : 'みぎ' ,
38
+ 'smalrubotS1.positionsMenu.touch' : 'タッチ' ,
39
+ 'smalrubotS1.positionsMenu.light' : 'ひかり'
37
40
} ;
Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ export default {
32
32
'gui.smalruby3.extension.smalrubotS1.connectingMessage' : 'スモウルボットS1に接続しています。' ,
33
33
'smalrubotS1.turnLedOn' : '[POSITION] のLEDをオンにする' ,
34
34
'smalrubotS1.turnLedOff' : '[POSITION] のLEDをオフにする' ,
35
+ 'smalrubotS1.getSensorValue' : '[POSITION] センサーの値' ,
35
36
'smalrubotS1.positionsMenu.left' : '左' ,
36
- 'smalrubotS1.positionsMenu.right' : '右'
37
+ 'smalrubotS1.positionsMenu.right' : '右' ,
38
+ 'smalrubotS1.positionsMenu.touch' : 'タッチ' ,
39
+ 'smalrubotS1.positionsMenu.light' : '光'
37
40
} ;
You can’t perform that action at this time.
0 commit comments