Skip to content

Commit f0fbb10

Browse files
authored
Merge pull request #404 from smalruby/feature/smalrubot-s1-label
feat: detect port position
2 parents f7685b4 + 414a61b commit f0fbb10

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/locales/ja.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,25 @@ export default {
3535
'gui.smalruby3.extension.smalrubotS1.description': 'スモウルボットS1を制御する。',
3636
'gui.smalruby3.extension.smalrubotS1.connectingMessage': 'スモウルボットS1に接続しています。',
3737
'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] 度に曲げる',
4141
'smalrubotS1.getSensorValue': '[POSITION] のセンサー',
4242
'smalrubotS1.turnLedOn': '[POSITION] のLEDをオンにする',
4343
'smalrubotS1.turnLedOff': '[POSITION] のLEDをオフにする',
4444
'smalrubotS1.getMotorSpeed': '[POSITION] DCモーターの速度 (%)',
4545
'smalrubotS1.setMotorSpeed': '[POSITION] DCモーターの速度を [SPEED] (%) にする',
46-
'smalrubotS1.setArmCalibration': 'アームを [DEGREE] 度調整する',
46+
'smalrubotS1.setArmCalibration': 'アーム (D10) を [DEGREE] 度調整する',
4747
'smalrubotS1.actionMenu.forward': '進める',
4848
'smalrubotS1.actionMenu.backward': 'バックさせる',
4949
'smalrubotS1.actionMenu.turnLeft': '左に曲げる',
5050
'smalrubotS1.actionMenu.turnRight': '右に曲げる',
5151
'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)',
5757
'gui.smalruby3.blockDisplayModal.title': 'ブロック表示設定',
5858
'gui.smalruby3.blockDisplayModal.selectAll': 'すべて選択',
5959
'gui.smalruby3.blockDisplayModal.selectNone': 'すべて選択解除',

0 commit comments

Comments
 (0)