@@ -35,25 +35,25 @@ export default {
35
35
'gui.smalruby3.extension.smalrubotS1.description' : 'スモウルボットS1を制御する。' ,
36
36
'gui.smalruby3.extension.smalrubotS1.connectingMessage' : 'スモウルボットS1に接続しています。' ,
37
37
'smalrubotS1.categoryName' : 'スモウルボットS1' ,
38
- 'smalrubotS1.action' : '[ACTION]' ,
39
- 'smalrubotS1.actionAndStopAfter' : '[SECS] 秒 [ACTION]' ,
40
- 'smalrubotS1.bendArm' : '[SECS] 秒でアームを [DEGREE] 度に曲げる' ,
38
+ 'smalrubotS1.action' : '[ACTION] (M1, M2) ' ,
39
+ 'smalrubotS1.actionAndStopAfter' : '[SECS] 秒 [ACTION] (M1, M2) ' ,
40
+ 'smalrubotS1.bendArm' : '[SECS] 秒でアーム (D10) を [DEGREE] 度に曲げる' ,
41
41
'smalrubotS1.getSensorValue' : '[POSITION] のセンサー' ,
42
42
'smalrubotS1.turnLedOn' : '[POSITION] のLEDをオンにする' ,
43
43
'smalrubotS1.turnLedOff' : '[POSITION] のLEDをオフにする' ,
44
44
'smalrubotS1.getMotorSpeed' : '[POSITION] DCモーターの速度 (%)' ,
45
45
'smalrubotS1.setMotorSpeed' : '[POSITION] DCモーターの速度を [SPEED] (%) にする' ,
46
- 'smalrubotS1.setArmCalibration' : 'アームを [DEGREE] 度調整する' ,
46
+ 'smalrubotS1.setArmCalibration' : 'アーム (D10) を [DEGREE] 度調整する' ,
47
47
'smalrubotS1.actionMenu.forward' : '進める' ,
48
48
'smalrubotS1.actionMenu.backward' : 'バックさせる' ,
49
49
'smalrubotS1.actionMenu.turnLeft' : '左に曲げる' ,
50
50
'smalrubotS1.actionMenu.turnRight' : '右に曲げる' ,
51
51
'smalrubotS1.actionMenu.stop' : '止める' ,
52
- 'smalrubotS1.positionsMenu.left' : '左' ,
53
- 'smalrubotS1.positionsMenu.right' : '右' ,
54
- 'smalrubotS1.positionsMenu.touch' : 'タッチ' ,
55
- 'smalrubotS1.positionsMenu.light' : '光' ,
56
- 'smalrubotS1.positionsMenu.sound' : '音' ,
52
+ 'smalrubotS1.positionsMenu.left' : '左 (A4) ' ,
53
+ 'smalrubotS1.positionsMenu.right' : '右 (A5) ' ,
54
+ 'smalrubotS1.positionsMenu.touch' : 'タッチ (A2) ' ,
55
+ 'smalrubotS1.positionsMenu.light' : '光 (A6) ' ,
56
+ 'smalrubotS1.positionsMenu.sound' : '音 (A7) ' ,
57
57
'gui.smalruby3.blockDisplayModal.title' : 'ブロック表示設定' ,
58
58
'gui.smalruby3.blockDisplayModal.selectAll' : 'すべて選択' ,
59
59
'gui.smalruby3.blockDisplayModal.selectNone' : 'すべて選択解除' ,
0 commit comments