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 src/playground/blocks/hardware/block_microbit2.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ Entry.Microbit2 = new (class Microbit2 {
microbit2_get_led: 'LED의 X: %1 Y: %2 밝기 값',
microbit2_show_preset_image: 'LED에 %1 모양 나타내기 %2',
microbit2_show_custom_image: 'LED %1 밝히기 %2',
microbit2_show_string: 'LED에 %1 을(를) 밝히기 %2',
microbit2_show_string: 'LED에 %1 을(를) 나타내기 %2',
microbit2_reset_screen: 'LED 모두 %1 %2',
microbit2_radio_toggle: '라디오 기능 %1 %2',
microbit2_radio_setting: '라디오 채널을 %1 (으)로 바꾸기 %2',
Expand Down
2 changes: 1 addition & 1 deletion src/playground/blocks/hardwareLite/block_microbit2_lite.js
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ const EVENT_INTERVAL = 150;
microbit2lite_get_led: 'LED의 X: %1 Y: %2 밝기 값',
microbit2lite_show_preset_image: 'LED에 %1 모양 나타내기 %2',
microbit2lite_show_custom_image: 'LED %1 밝히기 %2',
microbit2lite_show_string: 'LED에 %1 을(를) 밝히기 %2',
microbit2lite_show_string: 'LED에 %1 을(를) 나타내기 %2',
microbit2lite_reset_screen: 'LED 모두 %1 %2',
microbit2lite_radio_toggle: '라디오 기능 %1 %2',
microbit2lite_radio_setting: '라디오 채널을 %1 (으)로 바꾸기 %2',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ const convertPresetImageToLedState = (preset) => {
microbit2blelite_get_led: 'LED의 X: %1 Y: %2 밝기 값',
microbit2blelite_show_preset_image: 'LED에 %1 모양 나타내기 %2',
microbit2blelite_show_custom_image: 'LED %1 밝히기 %2',
microbit2blelite_show_string: 'LED에 %1 을(를) 밝히기 %2',
microbit2blelite_show_string: 'LED에 %1 을(를) 나타내기 %2',
microbit2blelite_reset_screen: 'LED 모두 %1 %2',
microbit2blelite_radio_toggle: '라디오 기능 %1 %2',
microbit2blelite_radio_setting: '라디오 채널을 %1 (으)로 바꾸기 %2',
Expand Down