Skip to content

Commit 367e3fa

Browse files
committed
added message catalog for Smalrubot S1 extension.
1 parent 305da4b commit 367e3fa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/locales/en.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export default {
3131
'smalrubotS1.categoryName': 'Smalrubot S1',
3232
'smalrubotS1.action': '[ACTION]',
3333
'smalrubotS1.actionAndStopAfter': '[ACTION] for [SEC] seconds',
34+
'smalrubotS1.bendArm': 'bend arm [DEGREE] degrees in [SECS] seconds',
3435
'smalrubotS1.getSensorValue': '[POSITION] sensor value',
3536
'smalrubotS1.turnLedOn': 'turn [POSITION] LED on',
3637
'smalrubotS1.turnLedOff': 'turn [POSITION] LED off',
@@ -42,6 +43,5 @@ export default {
4243
'smalrubotS1.actionMenu.turnRight': 'turn right',
4344
'smalrubotS1.positionsMenu.left': 'left',
4445
'smalrubotS1.positionsMenu.right': 'right',
45-
'smalrubotS1.positionsMenu.touch': 'touch',
46-
'smalrubotS1.positionsMenu.light': 'light'
46+
'smalrubotS1.positionsMenu.touch': 'touch'
4747
};

src/locales/ja-Hira.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export default {
3333
'smalrubotS1.categoryName': 'スモウルボットS1 (エス1)',
3434
'smalrubotS1.action': '[ACTION]',
3535
'smalrubotS1.actionAndStopAfter': '[SEC] びょう [ACTION]',
36+
'smalrubotS1.bendArm': '[SECS] びょうでアームを [DEGREE] どにまげる',
3637
'smalrubotS1.getSensorValue': '[POSITION] のセンサー',
3738
'smalrubotS1.turnLedOn': '[POSITION] のLED (エルイーディー) をオンにする',
3839
'smalrubotS1.turnLedOff': '[POSITION] のLED (エルイーディー) をオフにする',
@@ -44,6 +45,5 @@ export default {
4445
'smalrubotS1.actionMenu.turnRight': 'みぎにまげる',
4546
'smalrubotS1.positionsMenu.left': 'ひだり',
4647
'smalrubotS1.positionsMenu.right': 'みぎ',
47-
'smalrubotS1.positionsMenu.touch': 'タッチ',
48-
'smalrubotS1.positionsMenu.light': 'ひかり'
48+
'smalrubotS1.positionsMenu.touch': 'タッチ'
4949
};

src/locales/ja.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export default {
3333
'smalrubotS1.categoryName': 'スモウルボットS1',
3434
'smalrubotS1.action': '[ACTION]',
3535
'smalrubotS1.actionAndStopAfter': '[SEC] 秒 [ACTION]',
36+
'smalrubotS1.bendArm': '[SECS] 秒でアームを [DEGREE] 度に曲げる',
3637
'smalrubotS1.getSensorValue': '[POSITION] のセンサー',
3738
'smalrubotS1.turnLedOn': '[POSITION] のLEDをオンにする',
3839
'smalrubotS1.turnLedOff': '[POSITION] のLEDをオフにする',
@@ -45,6 +46,5 @@ export default {
4546
'smalrubotS1.actionMenu.stop': '止める',
4647
'smalrubotS1.positionsMenu.left': '左',
4748
'smalrubotS1.positionsMenu.right': '右',
48-
'smalrubotS1.positionsMenu.touch': 'タッチ',
49-
'smalrubotS1.positionsMenu.light': '光'
49+
'smalrubotS1.positionsMenu.touch': 'タッチ'
5050
};

0 commit comments

Comments
 (0)