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
25 changes: 14 additions & 11 deletions extern/lang/code.js
Original file line number Diff line number Diff line change
Expand Up @@ -5980,18 +5980,21 @@ Lang.template = {
"iboard_rgb_led": "RGB LED의 %1 LED %2 %3",
"iboard_set_tone": "디지털 %1 번 핀의 버저를 %2 %3 음으로 %4 초 연주하기 %5",
"iboard_toggle_led": "디지털 %1 번 핀 %2 %3",
"bitbrick_sensor_value": "%1 값",
"bitbrick_is_touch_pressed": "touch %1 이(가) 눌렸는가?",
"bitbrick_turn_off_color_led": "컬러 LED 끄기 %1",
"bitbrick_turn_on_color_led_by_rgb": "컬러 LED 켜기 R %1 G %2 B %3 %4",
"bitbrick_turn_on_color_led_by_picker": "컬러 LED 색 %1 로 정하기 %2",
"bitbrick_turn_on_color_led_by_value": "컬러 LED 켜기 색 %1 로 정하기 %2",
"bitbrick_buzzer": "버저음 %1 내기 %2",
"bitbrick_turn_off_all_motors": "모든 모터 끄기 %1",
"bitbrick_dc_speed": "DC 모터 %1 속도 %2 %3",
"bitbrick_dc_direction_speed": "DC 모터 %1 %2 방향 속력 %3 %4",
"bitbrick_servomotor_angle": "서보 모터 %1 각도 %2 %3",
"bitbrick_when_button_pressed": "%1 버튼 %2 눌러졌을 때",
"bitbrick_when_sensor_get_value": "%1 %2 값 %3 %4 일 때",
"bitbrick_is_touch_pressed": "버튼 %1 이(가) %2 인가?",
"bitbrick_is_sensor_value_compare": '%1 값 %2 %3 인가?',
"bitbrick_sensor_value": "%1 값",
"bitbrick_convert_scale": "변환 %1 값 %2 ~ %3 에서 %4 ~ %5",
"bitbrick_turn_on_color_led_by_rgb": "엘이디를 빨강 %1 초록 %2 파랑 %3 %4 (으)로 켜기",
"bitbrick_turn_on_color_led_by_picker": "엘이디를 %1 (으)로 켜기 %2",
"bitbrick_turn_on_color_led_by_value": "엘이디를 %1 (으)로 켜기 %2",
"bitbrick_turn_off_color_led": "엘이디 끄기 %1",
"bitbrick_buzzer": "버저음 %1 내기 %2",
"bitbrick_servomotor_angle": "서보모터 %1 각도 %2 %3",
"bitbrick_dc_direction_speed": "디씨모터 %1 방향 %2 속력 %3 %4",
"bitbrick_dc_speed": "디씨모터 %1 속도 %2 %3",
"bitbrick_turn_off_all_motors": "모든 모터 멈추기 %1",
"start_drawing": "this.startDraw() %1",
"stop_drawing": "this.stopDraw() %1",
"set_color": "this.brush.color = %1 %2",
Expand Down
35 changes: 19 additions & 16 deletions extern/lang/ebs.js
Original file line number Diff line number Diff line change
Expand Up @@ -575,13 +575,13 @@ Lang.Blocks = {
"blacksmith_toggle_off": "끄기",
"blacksmith_lcd_first_line": "첫 번째",
"blacksmith_lcd_seconds_line": "두 번째",
"BITBRICK_light": "밝기센서",
"BITBRICK_IR": "거리센서",
"BITBRICK_light": "밝기 센서",
"BITBRICK_IR": "적외선 센서",
"BITBRICK_touch": "버튼",
"BITBRICK_potentiometer": "가변저항",
"BITBRICK_MIC": "소리감지센서",
"BITBRICK_UserSensor": "사용자입력",
"BITBRICK_UserInput": "사용자입력",
"BITBRICK_MIC": "소리 센서",
"BITBRICK_UserSensor": "사용자 입력",
"BITBRICK_UserInput": "사용자 입력",
"BITBRICK_dc_direction_ccw": "반시계",
"BITBRICK_dc_direction_cw": "시계",
"chocopi_control_event_pressed": "누를 때",
Expand Down Expand Up @@ -5980,18 +5980,21 @@ Lang.template = {
"iboard_rgb_led": "RGB LED의 %1 LED %2 %3",
"iboard_set_tone": "디지털 %1 번 핀의 버저를 %2 %3 음으로 %4 초 연주하기 %5",
"iboard_toggle_led": "디지털 %1 번 핀 %2 %3",
"bitbrick_sensor_value": "%1 값",
"bitbrick_is_touch_pressed": "버튼 %1 이(가) 눌렸는가?",
"bitbrick_turn_off_color_led": "컬러 LED 끄기 %1",
"bitbrick_turn_on_color_led_by_rgb": "컬러 LED 켜기 R %1 G %2 B %3 %4",
"bitbrick_turn_on_color_led_by_picker": "컬러 LED 색 %1 로 정하기 %2",
"bitbrick_turn_on_color_led_by_value": "컬러 LED 켜기 색 %1 로 정하기 %2",
"bitbrick_buzzer": "버저음 %1 내기 %2",
"bitbrick_turn_off_all_motors": "모든 모터 끄기 %1",
"bitbrick_dc_speed": "DC 모터 %1 속도 %2 %3",
"bitbrick_dc_direction_speed": "DC 모터 %1 %2 방향 속력 %3 %4",
"bitbrick_servomotor_angle": "서보 모터 %1 각도 %2 %3",
"bitbrick_when_button_pressed": "%1 버튼 %2 눌러졌을 때",
"bitbrick_when_sensor_get_value": "%1 %2 값 %3 %4 일 때",
"bitbrick_is_touch_pressed": "버튼 %1 이(가) %2 인가?",
"bitbrick_is_sensor_value_compare": '%1 값 %2 %3 인가?',
"bitbrick_sensor_value": "%1 값",
"bitbrick_convert_scale": "변환 %1 값 %2 ~ %3 에서 %4 ~ %5",
"bitbrick_turn_on_color_led_by_rgb": "엘이디를 빨강 %1 초록 %2 파랑 %3 %4 (으)로 켜기",
"bitbrick_turn_on_color_led_by_picker": "엘이디를 %1 (으)로 켜기 %2",
"bitbrick_turn_on_color_led_by_value": "엘이디를 %1 (으)로 켜기 %2",
"bitbrick_turn_off_color_led": "엘이디 끄기 %1",
"bitbrick_buzzer": "버저음 %1 내기 %2",
"bitbrick_servomotor_angle": "서보모터 %1 각도 %2 %3",
"bitbrick_dc_direction_speed": "디씨모터 %1 방향 %2 속력 %3 %4",
"bitbrick_dc_speed": "디씨모터 %1 속도 %2 %3",
"bitbrick_turn_off_all_motors": "모든 모터 멈추기 %1",
"start_drawing": "그리기 시작하기 %1",
"stop_drawing": "그리기 멈추기 %1",
"set_color": "붓의 색을 %1 (으)로 정하기 %2",
Expand Down
27 changes: 15 additions & 12 deletions extern/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -5188,18 +5188,21 @@ Lang.template = {
"iboard_rgb_led": " %1 LED %2 %3",
"iboard_set_tone": "Play tone pin %1 on note %2 octave %3 beat %4 %5",
"iboard_toggle_led": "Digital %1 Pin %2 %3",
"bitbrick_sensor_value": "Value %1",
"bitbrick_is_touch_pressed": "Pressed %1 button? ",
"bitbrick_turn_off_color_led": "Turn off color LED %1",
"bitbrick_turn_on_color_led_by_rgb": "Turn on color LED R %1 G %2 B %3 %4",
"bitbrick_turn_on_color_led_by_picker": "Select %1 for color LED %2",
"bitbrick_turn_on_color_led_by_value": "Turn on color LED, select %1 %2",
"bitbrick_buzzer": "Buzz for %1 secs %2",
"bitbrick_turn_off_all_motors": "Turn off all motors %1",
"bitbrick_dc_speed": "DC motor %1 speed %2 %3",
"bitbrick_dc_direction_speed": "DC motor %1 %2 direction speed %3 %4",
"bitbrick_servomotor_angle": "Servo motor %1 angle %2 %3",
"bitbrick_convert_scale": "Convert %1 value from %2~%3 to %4~%4",
"bitbrick_when_button_pressed": "%1 when button %2",
"bitbrick_when_sensor_get_value": "%1 when %2 value %3 %4",
"bitbrick_is_touch_pressed": "button %1 %2?",
"bitbrick_is_sensor_value_compare": "%1 %2 %3?",
"bitbrick_sensor_value": "%1 value",
"bitbrick_convert_scale": "map %1 value from %2 ~ %3 to %4 ~ %5",
"bitbrick_turn_on_color_led_by_rgb": "set LED color to Red %1 Green %2 Blue %3 %4",
"bitbrick_turn_on_color_led_by_picker": "set LED color to %1 %2",
"bitbrick_turn_on_color_led_by_value": "set LED color %1 %2",
"bitbrick_turn_off_color_led": "turn off LED %1",
"bitbrick_buzzer": "buzz note %1 %2",
"bitbrick_servomotor_angle": "servo motor %1 degree %2 %3",
"bitbrick_dc_direction_speed": "dc motor %1 direction %2 speed %3 %4",
"bitbrick_dc_speed": "dc motor %1 velocity %2 %3",
"bitbrick_turn_off_all_motors": "stop all motors %1",
"start_drawing": "Start drawing %1",
"stop_drawing": "Stop drawing %1",
"set_color": "Set brush color to %1 %2",
Expand Down
27 changes: 15 additions & 12 deletions extern/lang/jp.js
Original file line number Diff line number Diff line change
Expand Up @@ -5984,18 +5984,21 @@ Lang.template = {
"iboard_rgb_led": " %1 LED %2 %3",
"iboard_set_tone": "Play tone pin %1 on note %2 octave %3 beat %4 %5",
"iboard_toggle_led": "Digital %1 Pin %2 %3",
"bitbrick_sensor_value": "Value %1",
"bitbrick_is_touch_pressed": "Pressed %1 button? ",
"bitbrick_turn_off_color_led": "Turn off color LED %1",
"bitbrick_turn_on_color_led_by_rgb": "Turn on color LED R %1 G %2 B %3 %4",
"bitbrick_turn_on_color_led_by_picker": "Select %1 for color LED %2",
"bitbrick_turn_on_color_led_by_value": "Turn on color LED, select %1 %2",
"bitbrick_buzzer": "Buzz for %1 secs %2",
"bitbrick_turn_off_all_motors": "Turn off all motors %1",
"bitbrick_dc_speed": "DC motor %1 speed %2 %3",
"bitbrick_dc_direction_speed": "DC motor %1 %2 direction speed %3 %4",
"bitbrick_servomotor_angle": "Servo motor %1 angle %2 %3",
"bitbrick_convert_scale": "Convert %1 value from %2~%3 to %4~%4",
"bitbrick_when_button_pressed": "%1 when button %2",
"bitbrick_when_sensor_get_value": "%1 when %2 value %3 %4",
"bitbrick_is_touch_pressed": "button %1 %2?",
"bitbrick_is_sensor_value_compare": "%1 %2 %3?",
"bitbrick_sensor_value": "%1 value",
"bitbrick_convert_scale": "map %1 value from %2 ~ %3 to %4 ~ %5",
"bitbrick_turn_on_color_led_by_rgb": "set LED color to Red %1 Green %2 Blue %3 %4",
"bitbrick_turn_on_color_led_by_picker": "set LED color to %1 %2",
"bitbrick_turn_on_color_led_by_value": "set LED color %1 %2",
"bitbrick_turn_off_color_led": "turn off LED %1",
"bitbrick_buzzer": "buzz note %1 %2",
"bitbrick_servomotor_angle": "servo motor %1 degree %2 %3",
"bitbrick_dc_direction_speed": "dc motor %1 direction %2 speed %3 %4",
"bitbrick_dc_speed": "dc motor %1 velocity %2 %3",
"bitbrick_turn_off_all_motors": "stop all motors %1",
"start_drawing": "描きはじめる %1",
"stop_drawing": "描きおえる %1",
"set_color": "筆の色を%1にする %2",
Expand Down
36 changes: 20 additions & 16 deletions extern/lang/ko.js
Original file line number Diff line number Diff line change
Expand Up @@ -590,13 +590,13 @@ Lang.Blocks = {
blacksmith_toggle_off: '끄기',
blacksmith_lcd_first_line: '첫 번째',
blacksmith_lcd_seconds_line: '두 번째',
BITBRICK_light: '밝기센서',
BITBRICK_IR: '거리센서',
BITBRICK_light: '밝기 센서',
BITBRICK_IR: '적외선 센서',
BITBRICK_touch: '버튼',
BITBRICK_potentiometer: '가변저항',
BITBRICK_MIC: '소리감지센서',
BITBRICK_UserSensor: '사용자입력',
BITBRICK_UserInput: '사용자입력',
BITBRICK_MIC: '소리 센서',
BITBRICK_UserSensor: '사용자 입력',
BITBRICK_UserInput: '사용자 입력',
BITBRICK_dc_direction_ccw: '반시계',
BITBRICK_dc_direction_cw: '시계',
chocopi_control_event_pressed: '누를 때',
Expand Down Expand Up @@ -6490,6 +6490,7 @@ Lang.Helper = {
'비트브릭 센서를 사용할 수 있는 블록입니다. 센서값의 범위는 0 ~1023입니다. 메인보드에 연결된 센서의 종류와 포트번호를 자동으로 인식합니다. 블록 안의 화살표를 눌러 사용하려고 하는 센서를 선택하세요.',
bitbrick_convert_scale: '비트브릭 센서의 값의 범위를 바꿀 수 있습니다.',
bitbrick_is_touch_pressed: '비트브릭 센서 중 버튼을 눌렀을 경우 ‘참’으로 판단합니다.',
bitbrick_is_sensor_value_compare: '비트브릭 센서 중 버튼을 눌렀을 경우 ‘참’으로 판단합니다.',
bitbrick_turn_off_color_led: '비트브릭 엘이디를 끕니다.',
bitbrick_turn_on_color_led_by_rgb:
'비트브릭 엘이디를 빛의 삼원색인 빨강,초록,파랑을 혼합하여 켭니다. 값의 범위는 0 ~ 255입니다.',
Expand Down Expand Up @@ -6889,18 +6890,21 @@ Lang.template = {
iboard_rgb_led: 'RGB LED의 %1 LED %2 %3',
iboard_set_tone: '디지털 %1 번 핀의 버저를 %2 %3 음으로 %4 초 연주하기 %5',
iboard_toggle_led: '디지털 %1 번 핀 %2 %3',
bitbrick_sensor_value: '%1 값',
bitbrick_is_touch_pressed: '버튼 %1 이(가) 눌렸는가?',
bitbrick_turn_off_color_led: '컬러 LED 끄기 %1',
bitbrick_turn_on_color_led_by_rgb: '컬러 LED 켜기 R %1 G %2 B %3 %4',
bitbrick_turn_on_color_led_by_picker: '컬러 LED 색 %1 로 정하기 %2',
bitbrick_turn_on_color_led_by_value: '컬러 LED 켜기 색 %1 로 정하기 %2',
bitbrick_buzzer: '버저음 %1 내기 %2',
bitbrick_turn_off_all_motors: '모든 모터 끄기 %1',
bitbrick_dc_speed: 'DC 모터 %1 속도 %2 %3',
bitbrick_dc_direction_speed: 'DC 모터 %1 %2 방향 속력 %3 %4',
bitbrick_servomotor_angle: '서보 모터 %1 각도 %2 %3',
bitbrick_when_button_pressed: '%1 버튼 %2 눌러졌을 때',
bitbrick_when_sensor_get_value: '%1 %2 값 %3 %4 일 때',
bitbrick_is_touch_pressed: '버튼 %1 이(가) %2 인가?',
bitbrick_is_sensor_value_compare: '%1 값 %2 %3 인가?',
bitbrick_sensor_value: '%1 값',
bitbrick_convert_scale: '변환 %1 값 %2 ~ %3 에서 %4 ~ %5',
bitbrick_turn_on_color_led_by_rgb: '엘이디를 빨강 %1 초록 %2 파랑 %3 %4 (으)로 켜기',
bitbrick_turn_on_color_led_by_picker: '엘이디를 %1 (으)로 켜기 %2',
bitbrick_turn_on_color_led_by_value: '엘이디를 %1 (으)로 켜기 %2',
bitbrick_turn_off_color_led: '엘이디 끄기 %1',
bitbrick_buzzer: '버저음 %1 내기 %2',
bitbrick_servomotor_angle: '서보모터 %1 각도 %2 %3',
bitbrick_dc_direction_speed: '디씨모터 %1 방향 %2 속력 %3 %4',
bitbrick_dc_speed: '디씨모터 %1 속도 %2 %3',
bitbrick_turn_off_all_motors: "모든 모터 멈추기 %1",
start_drawing: '그리기 시작하기 %1',
stop_drawing: '그리기 멈추기 %1',
set_color: '붓의 색을 %1 (으)로 정하기 %2',
Expand Down
13 changes: 7 additions & 6 deletions extern/lang/vn.js
Original file line number Diff line number Diff line change
Expand Up @@ -5983,18 +5983,19 @@ Lang.template = {
"iboard_rgb_led": " %1 LED %2 %3",
"iboard_set_tone": "Play tone pin %1 on note %2 octave %3 beat %4 %5",
"iboard_toggle_led": "Digital %1 Pin %2 %3",
"bitbrick_is_touch_pressed": "nhấn nút %1 %2?",
"bitbrick_is_sensor_value_compare": "nhấn nút %1 %2 %3?",
"bitbrick_sensor_value": "giá trị %1",
"bitbrick_is_touch_pressed": "nhấn nút %1?",
"bitbrick_turn_off_color_led": "tắt màu LED %1",
"bitbrick_convert_scale": "đổi giá trị %1 từ %2~%3 đến %4~%5",
"bitbrick_turn_on_color_led_by_rgb": "mở màu LED R%1 G %2 B %3 %4",
"bitbrick_turn_on_color_led_by_picker": "chọn %1 cho màu LED %2",
"bitbrick_turn_on_color_led_by_value": "mở màu LED, chọn %1 %2",
"bitbrick_turn_off_color_led": "tắt màu LED %1",
"bitbrick_buzzer": "âm buzz %1 giây %2",
"bitbrick_turn_off_all_motors": "tắt tất cả các động cơ %1",
"bitbrick_dc_speed": "động cơ DC %1 tốc độ %2 %3",
"bitbrick_dc_direction_speed": "động cơ DC %1 %2 tốc độ phương hướng %3 %4",
"bitbrick_servomotor_angle": "động cơ servo %1 góc độ %2 %3",
"bitbrick_convert_scale": "đổi giá trị %1 từ %2~%3 đến %4~%4",
"bitbrick_dc_direction_speed": "động cơ DC %1 %2 tốc độ phương hướng %3 %4",
"bitbrick_dc_speed": "động cơ DC %1 tốc độ %2 %3",
"bitbrick_turn_off_all_motors": "tắt tất cả các động cơ %1",
"start_drawing": "bắt đầu vẽ %1",
"stop_drawing": "ngừng vẽ %1",
"set_color": "thiết lập màu cọ bằng %1 %2",
Expand Down
Binary file added images/coalaboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/hw/bitbrick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hw/coalaboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading