Skip to content

Commit f4b7121

Browse files
authored
Merge pull request #221 from entrylabs/develop
2.1.26 add
2 parents c8e065d + 2c14fc7 commit f4b7121

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

src/renderer/resources/lang/en.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,12 +831,28 @@
831831
"ARDUINO_open_connector": "Open Connector",
832832
"ARDUINO_download_source": "• Entry Arduino code",
833833
"ARDUINO_reconnect": "Connect Hardware",
834-
"arduino_noti_text": "Mobile devices will be\n supported later on.",
835834
"ROBOT_reconnect": "Connect Robot",
836835
"ARDUINO_program": "Run the program",
837836
"ARDUINO_cloud_pc_connector": "Connect to Cloud PC",
838837
"ARDUINO_connected": "Hardware connected",
839838
"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": "",
840856
"ARDUINO_arduino_get_number_1": "number result of signal",
841857
"ARDUINO_arduino_get_number_2": "",
842858
"ARDUINO_arduino_get_sensor_number_0": "0",
@@ -6757,6 +6773,7 @@
67576773
"expansion_behaviorConductDisaster_description": "It is a collection of blocks about behavior-guidelines that the public should follow when natural disasters occur. (Provided by MPSS)",
67586774
"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)",
67596775
"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.",
67606777
"ai_utilize_tts_description": "It is a collection of blocks that can read text in a variety of voice using the Clova.",
67616778
"hardware_need_update_title": "Entry HW update",
67626779
"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,6 +7394,7 @@
73777394
"repeat_inf": "Repeats the blocks inside infinitely.",
73787395
"repeat_while_true": "Repeats the blocks inside until/while the condition is True/False. ",
73797396
"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.",
73807398
"_if": "If the condition is True/False, run the blocks inside.",
73817399
"if_else": "If the condition is True/False, run the blocks inside the 'if' section.\nIf not, run the blocks inside the 'else' section.",
73827400
"restart_project": "The project restarts.",
@@ -8746,6 +8764,7 @@
87468764
"hidden_loop": "Repeat %1 times %2",
87478765
"repeat_inf": "Repeat infinitely %1",
87488766
"stop_repeat": "Stop repeat %1",
8767+
"continue_repeat": "Skip this repeat %1",
87498768
"wait_until_true": "Wait until %1 %2",
87508769
"_if": "If %1 then %2",
87518770
"if_else": "If %1 then %2 %3 else",
@@ -8856,6 +8875,7 @@
88568875
"behaviorConductLifeSafety_title": "%1",
88578876
"count_lifeSafety_behavior": "%1 %2 behavior-guidelines's number",
88588877
"get_lifeSafety_behavior": "value of item %3 of %1 how to %2",
8878+
"disaster_alert_title_text": "Disaster alert",
88598879
"count_disaster_alert": "number of %1 disaster alerts today",
88608880
"get_disaster_alert": "%3 of %2 th disaster alert in %1 today",
88618881
"check_disaster_alert": "was %1 disaster alert sent today?",

src/renderer/resources/lang/ko.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2482,6 +2482,7 @@
24822482
"repeat_inf": "감싸고 있는 블록들을 계속해서 반복 실행합니다.",
24832483
"repeat_while_true": "판단값에 따라 블록의 반복여부를 결정합니다.\n이 될 때까지: 판단이 참이 될 때까지 감싸고 있는 블록들을 반복 실행합니다.\n인 동안: 판단이 참인 동안 감싸고 있는 블록들을 반복 실행합니다.",
24842484
"stop_repeat": "이 블록을 감싸는 가장 가까운 블록을 멈춥니다.\n '반복하기'블록과 같이 ㄷ자 모양으로 다른 블록을 감싼 블록에 조립해 사용할 수 있습니다.",
2485+
"continue_repeat": "이 블록을 감싸는 가장 가까운 반복 블록의 이번 반복을 건너뛰고 다음 반복의 처음부터 실행합니다.",
24852486
"_if": "만일 판단이 참이라면, 감싸고 있는 블록들을 실행합니다.",
24862487
"if_else": "만일 판단이 참이라면 첫 번째 감싸고 있는 블록들을 실행하고, 거짓이면 두 번째 감싸고 있는 블록들을 실행합니다.",
24872488
"wait_until_true": "판단이 참이 될 때까지 실행을 멈추고 기다립니다.",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5233,7 +5233,7 @@ entities@^2.0.0:
52335233

52345234
"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.26":
52355235
version "4.0.17"
5236-
resolved "git+https://github.com/entrylabs/entryjs.git#b7c366e449783ab374cf3fb20b4ff863ea52fc39"
5236+
resolved "git+https://github.com/entrylabs/entryjs.git#aaff5f2ad983dd0401d16e107111ec86fa1c8a75"
52375237
dependencies:
52385238
uid "^0.0.2"
52395239
"@entrylabs/event" "^1.0.3"

0 commit comments

Comments
 (0)