Skip to content

Commit 495789a

Browse files
authored
Merge pull request #299 from smalruby/smalrubot-s1-add-sensors
Smalrubot s1 add sensors
2 parents bbb4bcd + ef61b01 commit 495789a

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/locales/en.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
};

src/locales/ja-Hira.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
};

src/locales/ja.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)