Skip to content

Commit 2c14fc7

Browse files
committed
lang: 반복블럭 & 하드웨어탭 문구 다국어 보충
1 parent 9ae7438 commit 2c14fc7

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

src/renderer/resources/lang/en.json

Lines changed: 19 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",
@@ -7378,6 +7394,7 @@
73787394
"repeat_inf": "Repeats the blocks inside infinitely.",
73797395
"repeat_while_true": "Repeats the blocks inside until/while the condition is True/False. ",
73807396
"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.",
73817398
"_if": "If the condition is True/False, run the blocks inside.",
73827399
"if_else": "If the condition is True/False, run the blocks inside the 'if' section.\nIf not, run the blocks inside the 'else' section.",
73837400
"restart_project": "The project restarts.",
@@ -8747,6 +8764,7 @@
87478764
"hidden_loop": "Repeat %1 times %2",
87488765
"repeat_inf": "Repeat infinitely %1",
87498766
"stop_repeat": "Stop repeat %1",
8767+
"continue_repeat": "Skip this repeat %1",
87508768
"wait_until_true": "Wait until %1 %2",
87518769
"_if": "If %1 then %2",
87528770
"if_else": "If %1 then %2 %3 else",

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": "판단이 참이 될 때까지 실행을 멈추고 기다립니다.",

0 commit comments

Comments
 (0)