File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ export default {
31
31
'smalrubotS1.categoryName' : 'Smalrubot S1' ,
32
32
'smalrubotS1.action' : '[ACTION]' ,
33
33
'smalrubotS1.actionAndStopAfter' : '[ACTION] for [SEC] seconds' ,
34
+ 'smalrubotS1.bendArm' : 'bend arm [DEGREE] degrees in [SECS] seconds' ,
34
35
'smalrubotS1.getSensorValue' : '[POSITION] sensor value' ,
35
36
'smalrubotS1.turnLedOn' : 'turn [POSITION] LED on' ,
36
37
'smalrubotS1.turnLedOff' : 'turn [POSITION] LED off' ,
@@ -42,6 +43,5 @@ export default {
42
43
'smalrubotS1.actionMenu.turnRight' : 'turn right' ,
43
44
'smalrubotS1.positionsMenu.left' : 'left' ,
44
45
'smalrubotS1.positionsMenu.right' : 'right' ,
45
- 'smalrubotS1.positionsMenu.touch' : 'touch' ,
46
- 'smalrubotS1.positionsMenu.light' : 'light'
46
+ 'smalrubotS1.positionsMenu.touch' : 'touch'
47
47
} ;
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ export default {
33
33
'smalrubotS1.categoryName' : 'スモウルボットS1 (エス1)' ,
34
34
'smalrubotS1.action' : '[ACTION]' ,
35
35
'smalrubotS1.actionAndStopAfter' : '[SEC] びょう [ACTION]' ,
36
+ 'smalrubotS1.bendArm' : '[SECS] びょうでアームを [DEGREE] どにまげる' ,
36
37
'smalrubotS1.getSensorValue' : '[POSITION] のセンサー' ,
37
38
'smalrubotS1.turnLedOn' : '[POSITION] のLED (エルイーディー) をオンにする' ,
38
39
'smalrubotS1.turnLedOff' : '[POSITION] のLED (エルイーディー) をオフにする' ,
@@ -44,6 +45,5 @@ export default {
44
45
'smalrubotS1.actionMenu.turnRight' : 'みぎにまげる' ,
45
46
'smalrubotS1.positionsMenu.left' : 'ひだり' ,
46
47
'smalrubotS1.positionsMenu.right' : 'みぎ' ,
47
- 'smalrubotS1.positionsMenu.touch' : 'タッチ' ,
48
- 'smalrubotS1.positionsMenu.light' : 'ひかり'
48
+ 'smalrubotS1.positionsMenu.touch' : 'タッチ'
49
49
} ;
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ export default {
33
33
'smalrubotS1.categoryName' : 'スモウルボットS1' ,
34
34
'smalrubotS1.action' : '[ACTION]' ,
35
35
'smalrubotS1.actionAndStopAfter' : '[SEC] 秒 [ACTION]' ,
36
+ 'smalrubotS1.bendArm' : '[SECS] 秒でアームを [DEGREE] 度に曲げる' ,
36
37
'smalrubotS1.getSensorValue' : '[POSITION] のセンサー' ,
37
38
'smalrubotS1.turnLedOn' : '[POSITION] のLEDをオンにする' ,
38
39
'smalrubotS1.turnLedOff' : '[POSITION] のLEDをオフにする' ,
@@ -45,6 +46,5 @@ export default {
45
46
'smalrubotS1.actionMenu.stop' : '止める' ,
46
47
'smalrubotS1.positionsMenu.left' : '左' ,
47
48
'smalrubotS1.positionsMenu.right' : '右' ,
48
- 'smalrubotS1.positionsMenu.touch' : 'タッチ' ,
49
- 'smalrubotS1.positionsMenu.light' : '光'
49
+ 'smalrubotS1.positionsMenu.touch' : 'タッチ'
50
50
} ;
You can’t perform that action at this time.
0 commit comments