|
831 | 831 | "ARDUINO_open_connector": "Open Connector", |
832 | 832 | "ARDUINO_download_source": "• Entry Arduino code", |
833 | 833 | "ARDUINO_reconnect": "Connect Hardware", |
834 | | - "arduino_noti_text": "Mobile devices will be\n supported later on.", |
835 | 834 | "ROBOT_reconnect": "Connect Robot", |
836 | 835 | "ARDUINO_program": "Run the program", |
837 | 836 | "ARDUINO_cloud_pc_connector": "Connect to Cloud PC", |
838 | 837 | "ARDUINO_connected": "Hardware connected", |
839 | 838 | "ARDUINO_connect": "* Connect hardware", |
| 839 | + "hardware_connect_helper": "Help (Korean Only)", |
| 840 | + "hardware_noti_installed": "When using connection program", |
| 841 | + "hardware_noti_not_installed": "When using web browser", |
| 842 | + "hardware_program_download": "Download program", |
| 843 | + "hardware_device_name_title": "Name:", |
| 844 | + "hardware_device_name_title_robot": "Name:", |
| 845 | + "hardware_device_name_content": "None", |
| 846 | + "hardware_connected_noti": "Please check connection program.", |
| 847 | + "arduino_lite_connect": "Connect through web", |
| 848 | + "arduino_lite_connected_noti": "Please save the project\nwith the device selected.", |
| 849 | + "arduino_lite_disconnect": "Cancel", |
| 850 | + "arduino_lite_download_driver": "Download driver", |
| 851 | + "arduino_lite_download_firmware": "Download firmware", |
| 852 | + "arduino_lite_reconnect": "Retry", |
| 853 | + "arduino_lite_guide": "• connection guide", |
| 854 | + "arduino_noti_text": "", |
| 855 | + "robot_noti_text": "", |
840 | 856 | "ARDUINO_arduino_get_number_1": "number result of signal", |
841 | 857 | "ARDUINO_arduino_get_number_2": "", |
842 | 858 | "ARDUINO_arduino_get_sensor_number_0": "0", |
|
6757 | 6773 | "expansion_behaviorConductDisaster_description": "It is a collection of blocks about behavior-guidelines that the public should follow when natural disasters occur. (Provided by MPSS)", |
6758 | 6774 | "expansion_behaviorConductLifeSafety_description": "It is a collection of blocks about basic behavior-guidelines that the public should follow for safty in life. (Provided by MPSS)", |
6759 | 6775 | "expansion_emergencyActionGuidelines_description": "It is a collection of blocks about emergency action guidelines for citizens to follow in order to stay safe during natural and social disasters, as well as in everyday life.", |
| 6776 | + "expansion_disasterAlert_description": "It is a collection of blocks for disaster alerts, which deliver various information and notifications to protect the safety of the public.", |
6760 | 6777 | "ai_utilize_tts_description": "It is a collection of blocks that can read text in a variety of voice using the Clova.", |
6761 | 6778 | "hardware_need_update_title": "Entry HW update", |
6762 | 6779 | "hardware_need_update_content": "Please update to the latest version,\nif you are using below version.\nEntry website only supported v1.9.0 or later.\nPlease remove the web browser cache,\nif any block doesn't appear after updating.", |
|
7377 | 7394 | "repeat_inf": "Repeats the blocks inside infinitely.", |
7378 | 7395 | "repeat_while_true": "Repeats the blocks inside until/while the condition is True/False. ", |
7379 | 7396 | "stop_repeat": "Stops the closest block that encloses this block.\n It works with various C-shaped blocks like 'repeat' block.", |
| 7397 | + "continue_repeat": "Skip this repeat and run it from the beginning of the next repeat.", |
7380 | 7398 | "_if": "If the condition is True/False, run the blocks inside.", |
7381 | 7399 | "if_else": "If the condition is True/False, run the blocks inside the 'if' section.\nIf not, run the blocks inside the 'else' section.", |
7382 | 7400 | "restart_project": "The project restarts.", |
|
8746 | 8764 | "hidden_loop": "Repeat %1 times %2", |
8747 | 8765 | "repeat_inf": "Repeat infinitely %1", |
8748 | 8766 | "stop_repeat": "Stop repeat %1", |
| 8767 | + "continue_repeat": "Skip this repeat %1", |
8749 | 8768 | "wait_until_true": "Wait until %1 %2", |
8750 | 8769 | "_if": "If %1 then %2", |
8751 | 8770 | "if_else": "If %1 then %2 %3 else", |
|
8856 | 8875 | "behaviorConductLifeSafety_title": "%1", |
8857 | 8876 | "count_lifeSafety_behavior": "%1 %2 behavior-guidelines's number", |
8858 | 8877 | "get_lifeSafety_behavior": "value of item %3 of %1 how to %2", |
| 8878 | + "disaster_alert_title_text": "Disaster alert", |
8859 | 8879 | "count_disaster_alert": "number of %1 disaster alerts today", |
8860 | 8880 | "get_disaster_alert": "%3 of %2 th disaster alert in %1 today", |
8861 | 8881 | "check_disaster_alert": "was %1 disaster alert sent today?", |
|
0 commit comments