You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extern/lang/code.js
+17-6Lines changed: 17 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1299,6 +1299,9 @@ Lang.Blocks = {
1299
1299
"robotis_common_play_motion": "실행",
1300
1300
"robotis_common_motion": "모션",
1301
1301
"robotis_common_index_number": "번",
1302
+
"robotis_common_left": "왼쪽",
1303
+
"robotis_common_right": "오른쪽",
1304
+
"robotis_common_minute": "분",
1302
1305
"robotis_cm_custom": "직접입력 주소",
1303
1306
"robotis_cm_spring_left": "왼쪽 접촉 센서",
1304
1307
"robotis_cm_spring_right": "오른쪽 접촉 센서",
@@ -5426,12 +5429,16 @@ Lang.Helper = {
5426
5429
"robotis_openCM70_cm_sound_detected_clear": "최종 소리 감지횟 수를 0 으로 초기화 합니다.",
5427
5430
"robotis_openCM70_cm_led": "제어기의 빨간색, 녹색, 파란색 LED 를 켜거나 끕니다.",
5428
5431
"robotis_openCM70_cm_motion": "제어기에 다운로드 되어있는 모션을 실행합니다.",
5429
-
"robotis_openCM70_aux_motor_speed": "감속모터 속도를 0 ~ 1023 의 값(으)로 정합니다.",
5432
+
"robotis_openCM70_cm_autodrive_motor": "자율주행 자동차의 모터 포트를 지정합니다.",
5433
+
"robotis_openCM70_cm_autodrive_ir": "자율주행 자동차의 적외선 센서 포트를 지정합니다.",
5434
+
"robotis_openCM70_cm_autodrive_speed": "차로를 따라 지정한 속도로 자율주행을 수행합니다.",
5435
+
"robotis_openCM70_aux_motor_speed": "감속모터 속도를 0 ~ 100% 의 값(으)로 정합니다.",
5430
5436
"robotis_openCM70_aux_servo_mode": "서보모터를 회전모드 또는 관절모드로 정합니다.<br/>한번 설정된 모드는 계속 적용됩니다.<br/>회전모드는 서보모터 속도를 지정하여 서보모터를 회전 시킵니다.<br/>관절모드는 지정한 서보모터 속도로 서보모터 위치를 이동 시킵니다.",
5431
-
"robotis_openCM70_aux_servo_speed": "서보모터 속도를 0 ~ 1023 의 값(으)로 정합니다.",
5432
-
"robotis_openCM70_aux_servo_position": "서보모터 위치를 0 ~ 1023 의 값(으)로 정합니다.<br/>서보모터 속도와 같이 사용해야 합니다.",
5437
+
"robotis_openCM70_aux_servo_speed": "서보모터 속도를 0 ~ 100% 의 값(으)로 정합니다.",
5438
+
"robotis_openCM70_aux_servo_position": "서보모터 위치를 -150도 ~ 150도 의 값(으)로 정합니다.<br/>서보모터 속도와 같이 사용해야 합니다.",
5433
5439
"robotis_openCM70_aux_led_module": "LED 모듈의 LED 를 켜거나 끕니다.",
5434
5440
"robotis_openCM70_aux_custom": "사용자 센서 제작에 대한 설명은 ROBOTIS e-매뉴얼(http://support.robotis.com/ko/)을 참고하세요.",
5441
+
"robotis_openCM70_cm_poweroff_timer": "제어기의 자동꺼짐 타이머를 설정합니다.<br/>설정된 만큼의 시간동안 통신이 진행되지 않으면 제어기는 자동으로 꺼집니다.",
5435
5442
"robotis_openCM70_cm_custom_value": "컨트롤 테이블 주소를 직접 입력하여 값을 확인 합니다.<br/>컨트롤 테이블 대한 설명은 ROBOTIS e-매뉴얼(http://support.robotis.com/ko/)을 참고하세요.",
5436
5443
"robotis_openCM70_cm_custom": "컨트롤 테이블 주소를 직접 입력하여 값을 정합니다.<br/>컨트롤 테이블 대한 설명은 ROBOTIS e-매뉴얼(http://support.robotis.com/ko/)을 참고하세요.",
5437
5444
"show_variable": "선택한 변수의 '변수 창'을 실행화면에 보이게 합니다.",
Copy file name to clipboardExpand all lines: extern/lang/ebs.js
+19-6Lines changed: 19 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1304,6 +1304,9 @@ Lang.Blocks = {
1304
1304
"robotis_common_play_motion": "실행",
1305
1305
"robotis_common_motion": "모션",
1306
1306
"robotis_common_index_number": "번",
1307
+
"robotis_common_left": "왼쪽",
1308
+
"robotis_common_right": "오른쪽",
1309
+
"robotis_common_minute": "분",
1307
1310
"robotis_cm_custom": "직접입력 주소",
1308
1311
"robotis_cm_spring_left": "왼쪽 접촉 센서",
1309
1312
"robotis_cm_spring_right": "오른쪽 접촉 센서",
@@ -5438,12 +5441,17 @@ Lang.Helper = {
5438
5441
"robotis_openCM70_cm_sound_detected_clear": "최종 소리 감지횟 수를 0 으로 초기화 합니다.",
5439
5442
"robotis_openCM70_cm_led": "제어기의 빨간색, 녹색, 파란색 LED 를 켜거나 끕니다.",
5440
5443
"robotis_openCM70_cm_motion": "제어기에 다운로드 되어있는 모션을 실행합니다.",
5441
-
"robotis_openCM70_aux_motor_speed": "감속모터 속도를 0 ~ 1023 의 값(으)로 정합니다.",
5444
+
"robotis_openCM70_cm_autodrive_motor": "자율주행 자동차의 모터 포트를 지정합니다.",
5445
+
"robotis_openCM70_cm_autodrive_ir": "자율주행 자동차의 적외선 센서 포트를 지정합니다.",
5446
+
"robotis_openCM70_cm_autodrive_speed": "지정한 속도로 자율주행을 수행합니다.",
5447
+
"robotis_openCM70_aux_car_move": "로봇을 지정한 속도와 방향으로 움직이도록 합니다.",
5448
+
"robotis_openCM70_aux_motor_speed": "감속모터 속도를 0 ~ 100% 의 값으로 정합니다.",
5442
5449
"robotis_openCM70_aux_servo_mode": "서보모터를 회전모드 또는 관절모드로 정합니다.<br/>한번 설정된 모드는 계속 적용됩니다.<br/>회전모드는 서보모터 속도를 지정하여 서보모터를 회전 시킵니다.<br/>관절모드는 지정한 서보모터 속도로 서보모터 위치를 이동 시킵니다.",
5443
-
"robotis_openCM70_aux_servo_speed": "서보모터 속도를 0 ~ 1023 의 값(으)로 정합니다.",
5444
-
"robotis_openCM70_aux_servo_position": "서보모터 위치를 0 ~ 1023 의 값(으)로 정합니다.<br/>서보모터 속도와 같이 사용해야 합니다.",
5450
+
"robotis_openCM70_aux_servo_speed": "서보모터 속도를 0 ~ 100% 의 값으로 정합니다.",
5451
+
"robotis_openCM70_aux_servo_position": "서보모터 위치를 -150도 ~ 150도 의 값(으)로 정합니다.<br/>서보모터 속도와 같이 사용해야 합니다.",
5445
5452
"robotis_openCM70_aux_led_module": "LED 모듈의 LED 를 켜거나 끕니다.",
5446
5453
"robotis_openCM70_aux_custom": "사용자 센서 제작에 대한 설명은 ROBOTIS e-매뉴얼(http://support.robotis.com/ko/)을 참고하세요.",
5454
+
"robotis_openCM70_cm_poweroff_timer": "제어기의 자동꺼짐 타이머를 설정합니다.<br/>설정된 만큼의 시간동안 통신이 진행되지 않으면 제어기는 자동으로 꺼집니다.",
5447
5455
"robotis_openCM70_cm_custom_value": "컨트롤 테이블 주소를 직접 입력하여 값을 확인 합니다.<br/>컨트롤 테이블 대한 설명은 ROBOTIS e-매뉴얼(http://support.robotis.com/ko/)을 참고하세요.",
5448
5456
"robotis_openCM70_cm_custom": "컨트롤 테이블 주소를 직접 입력하여 값을 정합니다.<br/>컨트롤 테이블 대한 설명은 ROBOTIS e-매뉴얼(http://support.robotis.com/ko/)을 참고하세요.",
5449
5457
"show_variable": "선택한 변수의 '변수 창'을 실행화면에 보이게 합니다.",
"robotis_openCM70_cm_sound_detected_clear": "Final number of sound detection ",
4646
4649
"robotis_openCM70_cm_led": "Turns the red, green, blue LED of the device on or off.",
4647
4650
"robotis_openCM70_cm_motion": "Executes the motion downloaded on the device.",
4648
-
"robotis_openCM70_aux_motor_speed": "Sets the speed of decelerating motor to the value of 0 - 1023.",
4651
+
"robotis_openCM70_cm_autodrive_motor": "Specifies the motor port of the autonomous driving car.",
4652
+
"robotis_openCM70_cm_autodrive_ir": "Specifies the IR sensor port of the autonomous driving car.",
4653
+
"robotis_openCM70_cm_autodrive_speed": "Perform autonomous driving at the specified speed along the lane.",
4654
+
"robotis_openCM70_aux_car_move": "Make the robot move at the specified speed and direction.",
4655
+
"robotis_openCM70_aux_motor_speed": "Sets the speed of decelerating motor to the value of 0 - 100%.",
4649
4656
"robotis_openCM70_aux_servo_mode": "Sets the servo motor as wheel mode or joint mode.<br/>The same mode continues to apply once it's set.<br/>Wheel mode designates the servo motor's speed, and spins the servo motor.<br/>Joint mode moves the servo motor's position with the set servo motor speed.",
4650
4657
"robotis_openCM70_aux_servo_speed": "Sets servo motor's speed to the value of 0 - 1023.",
4651
-
"robotis_openCM70_aux_servo_position": "Sets servo motor's position to the value of 0-1023.<br/>Use as servo motor speed",
4658
+
"robotis_openCM70_aux_servo_position": "Sets servo motor's position to the value of -150 - 150 degree.<br/>Use as servo motor speed",
4652
4659
"robotis_openCM70_aux_led_module": "Turns the LED of LED module on or off.",
4653
4660
"robotis_openCM70_aux_custom": "Please refer to the ROBOTIS e-manual (http://support.robotis.com/ko/) for the explanation of user sensor production.",
4661
+
"robotis_openCM70_cm_poweroff_timer": "Set the controller's auto-off timer.<br/>If there is no communication for the set amount of time, the controller will automatically turn off.",
4654
4662
"robotis_openCM70_cm_custom_value": "Checks the value by directly inputting the control table address.<br/>Please refer to the ROBOTIS e-manual (http://support.robotis.com/ko/) for the explanation about control table.",
4655
4663
"robotis_openCM70_cm_custom": "Checks the value by directly inputting the control table address.<br/>Please refer to the ROBOTIS e-manual (http://support.robotis.com/ko/) for the explanation about control table.",
4656
4664
"show_variable": "Shows the value of the selected variable on the stage.",
@@ -5562,12 +5570,17 @@ Lang.template = {
5562
5570
"robotis_openCM70_cm_sound_detected_clear": "Initialize the final number of sound detection %1",
5563
5571
"robotis_openCM70_cm_led": "Controller %1 LED %2 %3",
5564
5572
"robotis_openCM70_cm_motion": "Play the motion %1 times",
5565
-
"robotis_openCM70_aux_motor_speed": "Set the speed of decelerating motor of %1 to %2 , and the output value to %3 %4",
5573
+
"robotis_openCM70_cm_autodrive_motor": "Autonomous driving car %1 motor uses %2 %3",
5574
+
"robotis_openCM70_cm_autodrive_ir": "Autonomous driving car %1 IR sensor uses %2 %3",
5575
+
"robotis_openCM70_cm_autodrive_speed": "Perform autonomous driving at the speed of %1 %2",
5576
+
"robotis_openCM70_aux_car_move": "Make the robot %2 at a speed of %1% %3",
5577
+
"robotis_openCM70_aux_motor_speed": "Set the speed of decelerating motor of %1 to %2 , and the output value to %3% %4",
5566
5578
"robotis_openCM70_aux_servo_mode": "Set the mode of %1 servo motor to %2 %3",
5567
-
"robotis_openCM70_aux_servo_speed": "Set the speed of servo motor of %1 to %2 , and the output value to %3 %4",
5568
-
"robotis_openCM70_aux_servo_position": "Set the position of %1 servo motor to %2 %3",
5579
+
"robotis_openCM70_aux_servo_speed": "Set the speed of servo motor of %1 to %2 , and the output value to %3% %4",
5580
+
"robotis_openCM70_aux_servo_position": "Set the position of %1 servo motor to %2 degree %3",
5569
5581
"robotis_openCM70_aux_led_module": "Set the LED module of %1 as %2 %3",
5570
5582
"robotis_openCM70_aux_custom": "Set the user device of %1 as %2 %3",
5583
+
"robotis_openCM70_cm_poweroff_timer": "Set auto-off timer as %1 %2",
5571
5584
"robotis_openCM70_cm_custom": "Set the custom address ( %1 ) as %2 %3",
Copy file name to clipboardExpand all lines: extern/lang/jp.js
+19-6Lines changed: 19 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1295,6 +1295,9 @@ Lang.Blocks = {
1295
1295
"robotis_common_play_motion": "実行",
1296
1296
"robotis_common_motion": "モーション",
1297
1297
"robotis_common_index_number": "回",
1298
+
"robotis_common_left": "左",
1299
+
"robotis_common_right": "右",
1300
+
"robotis_common_minute": "分",
1298
1301
"robotis_cm_custom": "直接入力アドレス",
1299
1302
"robotis_cm_spring_left": "左側接触センサー",
1300
1303
"robotis_cm_spring_right": "右側接触センサー",
@@ -5430,12 +5433,17 @@ Lang.Helper = {
5430
5433
"robotis_openCM70_cm_sound_detected_clear": "최종 소리 감지횟 수를 0 으로 초기화 합니다.",
5431
5434
"robotis_openCM70_cm_led": "제어기의 빨간색, 녹색, 파란색 LED 를 켜거나 끕니다.",
5432
5435
"robotis_openCM70_cm_motion": "제어기에 다운로드 되어있는 모션을 실행합니다.",
5433
-
"robotis_openCM70_aux_motor_speed": "감속모터 속도를 0 ~ 1023 의 값(으)로 정합니다.",
5436
+
"robotis_openCM70_cm_autodrive_motor": "자율주행 자동차의 모터 포트를 지정합니다.",
5437
+
"robotis_openCM70_cm_autodrive_ir": "자율주행 자동차의 적외선 센서 포트를 지정합니다.",
5438
+
"robotis_openCM70_cm_autodrive_speed": "지정한 속도로 자율주행을 수행합니다.",
5439
+
"robotis_openCM70_aux_car_move": "로봇을 지정한 속도와 방향으로 움직이도록 합니다.",
5440
+
"robotis_openCM70_aux_motor_speed": "감속모터 속도를 0 ~ 100% 의 값으로 정합니다.",
5434
5441
"robotis_openCM70_aux_servo_mode": "서보모터를 회전모드 또는 관절모드로 정합니다.<br/>한번 설정된 모드는 계속 적용됩니다.<br/>회전모드는 서보모터 속도를 지정하여 서보모터를 회전 시킵니다.<br/>관절모드는 지정한 서보모터 속도로 서보모터 위치를 이동 시킵니다.",
5435
-
"robotis_openCM70_aux_servo_speed": "서보모터 속도를 0 ~ 1023 의 값(으)로 정합니다.",
5436
-
"robotis_openCM70_aux_servo_position": "서보모터 위치를 0 ~ 1023 의 값(으)로 정합니다.<br/>서보모터 속도와 같이 사용해야 합니다.",
5442
+
"robotis_openCM70_aux_servo_speed": "서보모터 속도를 0 ~ 100% 의 값으로 정합니다.",
5443
+
"robotis_openCM70_aux_servo_position": "서보모터 위치를 -150도 ~ 150도 의 값(으)로 정합니다.<br/>서보모터 속도와 같이 사용해야 합니다.",
5437
5444
"robotis_openCM70_aux_led_module": "LED 모듈의 LED 를 켜거나 끕니다.",
5438
5445
"robotis_openCM70_aux_custom": "사용자 센서 제작에 대한 설명은 ROBOTIS e-매뉴얼(http://support.robotis.com/ko/)을 참고하세요.",
5446
+
"robotis_openCM70_cm_poweroff_timer": "제어기의 자동꺼짐 타이머를 설정합니다.<br/>설정된 만큼의 시간동안 통신이 진행되지 않으면 제어기는 자동으로 꺼집니다.",
5439
5447
"robotis_openCM70_cm_custom_value": "컨트롤 테이블 주소를 직접 입력하여 값을 확인 합니다.<br/>컨트롤 테이블 대한 설명은 ROBOTIS e-매뉴얼(http://support.robotis.com/ko/)을 참고하세요.",
5440
5448
"robotis_openCM70_cm_custom": "컨트롤 테이블 주소를 직접 입력하여 값을 정합니다.<br/>컨트롤 테이블 대한 설명은 ROBOTIS e-매뉴얼(http://support.robotis.com/ko/)을 참고하세요.",
5441
5449
"show_variable": "選択した変数ウィンドウを実行画面に表示します。",
@@ -6342,12 +6350,17 @@ Lang.template = {
6342
6350
"robotis_openCM70_cm_sound_detected_clear": "Initialize the final number of sound detection %1",
6343
6351
"robotis_openCM70_cm_led": "Controller %1 LED %2 %3",
6344
6352
"robotis_openCM70_cm_motion": "Play the motion %1 times",
6345
-
"robotis_openCM70_aux_motor_speed": "Set the speed of decelerating motor of %1 to %2 , and the output value to %3 %4",
6353
+
"robotis_openCM70_cm_autodrive_motor": "Autonomous driving car %1 motor uses %2 %3",
6354
+
"robotis_openCM70_cm_autodrive_ir": "Autonomous driving car %1 IR sensor uses %2 %3",
6355
+
"robotis_openCM70_cm_autodrive_speed": "Perform autonomous driving at the speed of %1 %2",
6356
+
"robotis_openCM70_aux_car_move": "Make the robot %2 at a speed of %1% %3",
6357
+
"robotis_openCM70_aux_motor_speed": "Set the speed of decelerating motor of %1 to %2 , and the output value to %3% %4",
6346
6358
"robotis_openCM70_aux_servo_mode": "Set the mode of %1 servo motor to %2 %3",
6347
-
"robotis_openCM70_aux_servo_speed": "Set the speed of servo motor of %1 to %2 , and the output value to %3 %4",
6348
-
"robotis_openCM70_aux_servo_position": "Set the position of %1 servo motor to %2 %3",
6359
+
"robotis_openCM70_aux_servo_speed": "Set the speed of servo motor of %1 to %2 , and the output value to %3% %4",
6360
+
"robotis_openCM70_aux_servo_position": "Set the position of %1 servo motor to %2 degree %3",
6349
6361
"robotis_openCM70_aux_led_module": "Set the LED module of %1 as %2 %3",
6350
6362
"robotis_openCM70_aux_custom": "Set the user device of %1 as %2 %3",
6363
+
"robotis_openCM70_cm_poweroff_timer": "Set auto-off timer as %1 %2",
6351
6364
"robotis_openCM70_cm_custom": "Set the custom address ( %1 ) as %2 %3",
0 commit comments