@@ -12,6 +12,7 @@ Lang.Blocks = {
1212 "ARDUINO_download_source" : "Entry Arduino code" ,
1313 "ARDUINO_reconnect" : "Connect Hardware" ,
1414 "ARDUINO_program" : "Run the program" ,
15+ "ARDUINO_cloud_pc_connector" : "Connect to Cloud PC" ,
1516 "ARDUINO_connected" : "Hardware connected" ,
1617 "ARDUINO_arduino_get_number_1" : "number result of signal" ,
1718 "ARDUINO_arduino_get_number_2" : "" ,
@@ -907,7 +908,25 @@ Lang.Blocks = {
907908 "walking_entryBot" : "Walking Entrybot" ,
908909 "entry" : "Entry" ,
909910 "hello" : "Hello" ,
910- "nice" : "nice to meet you"
911+ "nice" : "nice to meet you" ,
912+ "silent" : "Silent" ,
913+ "do_name" : "Do" ,
914+ "do_sharp_name" : "Do#(Re♭)" ,
915+ "re_name" : "Re" ,
916+ "re_sharp_name" : "Re(Mi♭)" ,
917+ "mi_name" : "Mi" ,
918+ "fa_name" : "Fa" ,
919+ "fa_sharp_name" : "Fa#(Sol♭)" ,
920+ "sol_name" : "Sol" ,
921+ "sol_sharp_name" : "Sol#(La♭)" ,
922+ "la_name" : "La" ,
923+ "la_sharp_name" : "La#(Si♭)" ,
924+ "si_name" : "Si" ,
925+ "HW_MOTOR" : "Motor" ,
926+ "HW_SENSOR" : "Sensor" ,
927+ "HW_LED" : "Led" ,
928+ "HW_MELODY" : "Melody" ,
929+ "HW_ROBOT" : "Robot"
911930} ;
912931Lang . Buttons = {
913932 "apply" : "Apply" ,
@@ -1135,7 +1154,7 @@ Lang.Menus = {
11351154 "enter_lecture_description" : "Enter lecture information" ,
11361155 "enter_curriculum_description" : "Enter courseware information" ,
11371156 "first_page" : "처음 입니다." ,
1138- "last_page" : "마지막 페이지 입니다." ,
1157+ "last_page" : "마지막 입니다." ,
11391158 "alert_duplicate_lecture" : "The lesson is already registered" ,
11401159 "enter_lesson_alert" : "Register one or more lessons" ,
11411160 "open_edit_lessons" : "Open lesson to be edited" ,
@@ -1271,7 +1290,7 @@ Lang.Menus = {
12711290 "make_using_entry_desc_2" : "Download and follow along the learning materials to create animation, media art, game and other fun programs." ,
12721291 "make_through_ebs_1" : "Learn to code by watching EBS TV Series." ,
12731292 "make_through_ebs_2" : "The fun TV Series are accompanied by step-by-step tutorial videos so anyone can easily create programs." ,
1274- "support_block_js" : "Javascript mode will be supported for all Missions starting August. " ,
1293+ "support_block_js" : "Block code and javascript are supported " ,
12751294 "study_ebs_title_1" : "순서대로! 차례대로!" ,
12761295 "study_ebs_desc_1" : "[실습] 엔트리봇의 심부름" ,
12771296 "study_ebs_title_2" : "쉽고 간단하게!" ,
@@ -2345,7 +2364,7 @@ Lang.Menus = {
23452364 "offline_required" : "System Requirement" ,
23462365 "offline_required_detail" : "Minimum 500mb disk space is required, Windows7 and above or, Mac OS 10.8 and above" ,
23472366 "offline_notice" : "Side notes" ,
2348- "offline_notice_1" : "1. Version 1.3.3 does not support installation of all-in-one hardware connection program" ,
2367+ "offline_notice_1" : "1. Version 1.3.4 does not support installation of all-in-one hardware connection program" ,
23492368 "offline_notice_2" : "2. Web browser is not needed." ,
23502369 "offline_notice_3" : "Release note" ,
23512370 "cparty_jr_result_2" : "Thank you! I had so much fun with you.<br> See you around!" ,
@@ -3128,7 +3147,7 @@ Lang.Workspace = {
31283147 "list_used_specific_objects" : "List used for specific object" ,
31293148 "List_used_all_objects" : "List used for all objects" ,
31303149 "Scene_delete_error" : "The scene is, there should be at least one." ,
3131- "Scene_add_error" : "The scene is up to 10 ." ,
3150+ "Scene_add_error" : "The scene is up to 20 ." ,
31323151 "replica_of_object" : "'s replicas" ,
31333152 "will_you_delete_scene" : "Deleting scene can not be restored.\nAre you sure you want to delete scene?" ,
31343153 "will_you_delete_function" : "Deleting function can not be restored.\nAre you sure you want to delete function?" ,
@@ -3167,7 +3186,16 @@ Lang.Workspace = {
31673186 "variable_name_auto_edited_title" : "variable name auto-edited" ,
31683187 "variable_name_auto_edited_content" : "variable name cannot exceed 10 characters" ,
31693188 "list_name_auto_edited_title" : "list name auto-edited" ,
3170- "list_name_auto_edited_content" : "list name cannot exceed 10 characters"
3189+ "list_name_auto_edited_content" : "list name cannot exceed 10 characters" ,
3190+ "default_mode" : "Standard" ,
3191+ "practical_course_mode" : "Textbook" ,
3192+ "practical_course" : "practical course" ,
3193+ "select_mode" : "Mode" ,
3194+ "select_mode_popup_title" : "Choose 'Create' option" ,
3195+ "select_mode_popup_lable1" : "Textbook" ,
3196+ "select_mode_popup_lable2" : "Textbook(Practical Course)" ,
3197+ "select_mode_popup_desc1" : "Create projects with<br/>unlimited Entry features" ,
3198+ "select_mode_popup_desc2" : "Create projects using<br/>'Practical Course' features"
31713199} ;
31723200Lang . code = "view code" ;
31733201Lang . EntryStatic = {
@@ -3501,7 +3529,8 @@ Lang.Helper = {
35013529 "neobot_set_output" : "The output voltage when connecting lighting block and electronic circuit to OUT1 - OUT3 can be set.</br>0 indicates 0V, and 1 ~ 255 indicates 2.4 ~ 4.96V." ,
35023530 "neobot_set_fnd" : "Numbers from 0 to 99 with FND can be indicated." ,
35033531 "neobot_set_fnd_off" : "Number indicated on FND can be turned off." ,
3504- "neobot_play_note_for" : "Notes in semitone units of the melody can be played by utilizing frequency oscillation. "
3532+ "neobot_play_note_for" : "Notes in semitone units of the melody can be played by utilizing frequency oscillation. " ,
3533+ "rotate_by_angle_dropdown" : "Rotates the object by the input number of degrees."
35053534} ;
35063535Lang . Category = {
35073536 "entrybot_friends" : "Entrybot friends" ,
@@ -3669,6 +3698,7 @@ Lang.template = {
36693698 "arduino_get_pwm_port_number" : "%1 " ,
36703699 "arduino_get_number_sensor_value" : "Analog %1 Sensor value " ,
36713700 "arduino_ext_get_analog_value" : "Analog %1 Sensor value" ,
3701+ "arduino_ext_get_analog_value_map" : "Map Value %1 %2 ~ %3 to %4 ~ %5 " ,
36723702 "arduino_ext_get_ultrasonic_value" : "Read ultrasonic sensor trig pin %1 echo pin %2" ,
36733703 "arduino_ext_toggle_led" : "Digital %1 Pin %2 %3" ,
36743704 "arduino_ext_digital_pwm" : "Digital %1 Pin %2 %3" ,
0 commit comments