Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion src/locales/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,14 @@ export default {
'smalrubotS1.turnLedOff': 'turn [POSITION] LED off',
'smalrubotS1.getMotorSpeed': '[POSITION] DC motor speed (%)',
'smalrubotS1.setMotorSpeed': 'set [POSITION] DC motor speed [SPEED] (%)',
'smalrubotS1.setArmCalibration': 'Adjust arm [DEGREE] degrees',
'smalrubotS1.actionMenu.forward': 'forward',
'smalrubotS1.actionMenu.backward': 'backward',
'smalrubotS1.actionMenu.turnLeft': 'turn left',
'smalrubotS1.actionMenu.turnRight': 'turn right',
'smalrubotS1.positionsMenu.left': 'left',
'smalrubotS1.positionsMenu.right': 'right',
'smalrubotS1.positionsMenu.touch': 'touch'
'smalrubotS1.positionsMenu.touch': 'touch',
'smalrubotS1.positionsMenu.light': 'light',
'smalrubotS1.positionsMenu.sound': 'sound'
};
5 changes: 4 additions & 1 deletion src/locales/ja-Hira.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@ export default {
'smalrubotS1.turnLedOff': '[POSITION] のLED (エルイーディー) をオフにする',
'smalrubotS1.getMotorSpeed': '[POSITION] DC (ディーシー) モーターのそくど (%)',
'smalrubotS1.setMotorSpeed': '[POSITION] DC (ディーシー) モーターのそくどを [SPEED] (%) にする',
'smalrubotS1.setArmCalibration': 'アームを [DEGREE] どちょうせいする',
'smalrubotS1.actionMenu.forward': 'すすめる',
'smalrubotS1.actionMenu.backward': 'バックさせる',
'smalrubotS1.actionMenu.turnLeft': 'ひだりにまげる',
'smalrubotS1.actionMenu.turnRight': 'みぎにまげる',
'smalrubotS1.positionsMenu.left': 'ひだり',
'smalrubotS1.positionsMenu.right': 'みぎ',
'smalrubotS1.positionsMenu.touch': 'タッチ'
'smalrubotS1.positionsMenu.touch': 'タッチ',
'smalrubotS1.positionsMenu.light': 'ひかり',
'smalrubotS1.positionsMenu.sound': 'おと'
};
5 changes: 4 additions & 1 deletion src/locales/ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,15 @@ export default {
'smalrubotS1.turnLedOff': '[POSITION] のLEDをオフにする',
'smalrubotS1.getMotorSpeed': '[POSITION] DCモーターの速度 (%)',
'smalrubotS1.setMotorSpeed': '[POSITION] DCモーターの速度を [SPEED] (%) にする',
'smalrubotS1.setArmCalibration': 'アームを [DEGREE] 度調整する',
'smalrubotS1.actionMenu.forward': '進める',
'smalrubotS1.actionMenu.backward': 'バックさせる',
'smalrubotS1.actionMenu.turnLeft': '左に曲げる',
'smalrubotS1.actionMenu.turnRight': '右に曲げる',
'smalrubotS1.actionMenu.stop': '止める',
'smalrubotS1.positionsMenu.left': '左',
'smalrubotS1.positionsMenu.right': '右',
'smalrubotS1.positionsMenu.touch': 'タッチ'
'smalrubotS1.positionsMenu.touch': 'タッチ',
'smalrubotS1.positionsMenu.light': '光',
'smalrubotS1.positionsMenu.sound': '音'
};