Skip to content

Commit 670fd65

Browse files
committed
add en translation file
1 parent 756dcec commit 670fd65

File tree

3 files changed

+39
-18
lines changed

3 files changed

+39
-18
lines changed

exercises/menu.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[
2-
"Blink Blink",
3-
"Servo Wave",
4-
"Spin Motor Spin",
5-
"Light Switch",
6-
"Street Lamp",
7-
"Ping Bell",
8-
"Robot Arm",
9-
"Remote Temperature",
10-
"Fire Alarm"
2+
"blink_blink",
3+
"servo_wave",
4+
"spin_motor_spin",
5+
"light_switch",
6+
"street_lamp",
7+
"ping_bell",
8+
"robot_arm",
9+
"remote_temperature",
10+
"fire_alarm"
1111
]

i18n/en.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"title": "NodeBot Workshop",
3+
"exercise": {
4+
"blink_blink": "Blink Blink",
5+
"servo_wave": "Servo Wave",
6+
"spin_motor_spin": "Spin Motor Spin",
7+
"light_switch": "Light Switch",
8+
"street_lamp": "Street Lamp",
9+
"ping_bell": "Ping Bell",
10+
"robot_arm": "Robot Arm",
11+
"remote_temperature": "Remote Temperature",
12+
"fire_alarm": "Fire Alarm"
13+
},
14+
"common": {
15+
"exercise": {
16+
"pass": {},
17+
"fail": {}
18+
}
19+
},
20+
"exercises": {}
21+
}

i18n/ja.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"title": "JavaScriptでのハードウェア制御を楽しもう!",
33
"exercise": {
4-
"Blink Blink": "Lチカ",
5-
"Servo Wave": "サーボウェーブ",
6-
"Spin Motor Spin": "くるくるモーター回転",
7-
"Light Switch": "ライトスイッチ",
8-
"Street Lamp": "ストリートランプ",
9-
"Ping Bell": "ピング ベル",
10-
"Robot Arm": "ロボットアーム",
11-
"Remote Temperature": "遠隔地の温度",
12-
"Fire Alarm": "火災報知器"
4+
"blink_blink": "Lチカ",
5+
"servo_wave": "サーボウェーブ",
6+
"spin_motor_spin": "くるくるモーター回転",
7+
"light_switch": "ライトスイッチ",
8+
"street_lamp": "ストリートランプ",
9+
"ping_bell": "ピング ベル",
10+
"robot_arm": "ロボットアーム",
11+
"remote_temperature": "遠隔地の温度",
12+
"fire_alarm": "火災報知器"
1313
},
1414
"common": {
1515
"exercise": {

0 commit comments

Comments
 (0)