From 728ee196452e7e6e60e14c7800da7083a517e116 Mon Sep 17 00:00:00 2001 From: Tnks2U Date: Mon, 4 Mar 2024 15:30:01 +0900 Subject: [PATCH] =?UTF-8?q?lang:=20=EB=88=84=EB=9D=BD=EB=90=9C=20=EB=8B=A4?= =?UTF-8?q?=EA=B5=AD=EC=96=B4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/resources/lang/en.json | 20 ++++++++++++++++++++ src/renderer/resources/lang/ko.json | 6 ++++++ 2 files changed, 26 insertions(+) diff --git a/src/renderer/resources/lang/en.json b/src/renderer/resources/lang/en.json index 850fea914..e70b88940 100644 --- a/src/renderer/resources/lang/en.json +++ b/src/renderer/resources/lang/en.json @@ -7142,6 +7142,9 @@ "brush_stamp": "Clones the object on stage like a stamp.", "start_drawing": "Starts drawing along the path of the object.", "stop_drawing": "Stops object's drawing.", + "start_fill": "Starts filling along the path of the object.", + "stop_fill": "Stops filling.", + "set_fill_color": "Sets the fill color of the object to the selected color.", "set_color": "Sets the brush color of the object to the selected color.", "set_random_color": "Sets the brush color of the object to random.", "change_thickness": "Changes the brush thickness of the object to the input value.", @@ -7157,6 +7160,9 @@ "sound_something_second_wait_with_block": "Plays object's selected sound for input seconds then the next block runs.", "sound_volume_change": "Changes the volume of all the sounds played as much as the input percentage.", "sound_volume_set": "Sets the volume of all the sounds played as much as the input percentage.", + "get_sound_speed": "Reports the sound speed.", + "sound_speed_change": "Changes the speed of all sounds by the input value.", + "sound_speed_set": "Sets the speed of all sounds to the input value.", "sound_silent_all": "Stops all sounds currently playing.", "is_clicked": "Checks whether mouse is clicked.", "is_object_clicked": "Checks whether object is clicked.", @@ -7188,6 +7194,7 @@ "distance_something": "Reports the distance between the object and the selected object.", "get_sound_duration": "Reports the time length of the selected sound.", "get_user_name": "Reports the username who runs the project.", + "get_nickname": "Reports the user nickname who runs the project.", "get_project_timer_value": "Reports how many seconds have passed since the project started.", "choose_project_timer_action": "Start : The timer starts.\nStop : The timer stops.\nReset : The timer resets to 0.\n(If this block is on workspace, the project will show the timer window when it runs.)", "reset_project_timer": "Resets the timer to 0.", @@ -7458,6 +7465,8 @@ "open_table": "Open the window of the selected table.", "open_table_wait": "Open the window of the selected table for the seconds entered.", "open_table_chart": "Opens the chart of the selected table.", + "change_rgb_to_hex": "Reports the value of the entered red, green, and blue values converted to HEX value.", + "change_hex_to_rgb": "Reports the HEX value entered converted to either red, green, or blue.", "close_table_chart": "Closes the table chart.", "insert_data_for_test": "Enters the data and classifies using the trained model.", "insert_text_block_for_test": "Classifies the entered value ​​using the trained model.", @@ -8332,6 +8341,9 @@ "bitbrick_convert_scale": "Convert %1 value from %2~%3 to %4~%4", "start_drawing": "Start drawing %1", "stop_drawing": "Stop drawing %1", + "start_fill": "Start filling %1", + "stop_fill": "Stop filling %1", + "set_fill_color": "Set fill color to %1 %2", "set_color": "Set brush color to %1 %2", "set_random_color": "Set brush color to random %1", "change_thickness": "Change thickness by %1 %2", @@ -8363,6 +8375,7 @@ "calc_rand": "%1 %2 %3 %4 %5", "get_date": "%1 %2 %3", "get_sound_duration": "%1 %2 %3", + "get_nickname": "Nickname", "get_user_name": "Username", "reset_project_timer": "%1", "set_visible_project_timer": "%1 %2 %3 %4", @@ -8401,6 +8414,8 @@ "function_field_string": "%1%2", "function_field_boolean": "%1%2", "get_block_count": "The number of blocks in %1", + "change_rgb_to_hex": "HEX Value of R: %1 G: %2 B: %3", + "change_hex_to_rgb": "%2 Value of HEX %1", "media_pipe_video_screen": "%1 video screen %2", "media_pipe_title": "%1", "media_pipe_switch_camera": "Switch to %1 camera %2", @@ -8810,6 +8825,11 @@ "sound_volume_change": "Change volume by %1 % %2", "sound_volume_set": "Set volume to %1 % %2", "sound_silent_all": "Stop all sounds %1", + "play_bgm": "Play %1 as background music %2", + "stop_bgm": "Stop background music %1", + "get_sound_speed": "Speed", + "sound_speed_change": "Change speed by %1 %2", + "sound_speed_set": "Set speed at %1 times %2", "get_sounds": "%1 ", "sound_something_with_block": "Play %1 Sound %2", "sound_something_second_with_block": "Play %1 sound for %2 secs %3", diff --git a/src/renderer/resources/lang/ko.json b/src/renderer/resources/lang/ko.json index 0e44b7bd2..73e58e912 100644 --- a/src/renderer/resources/lang/ko.json +++ b/src/renderer/resources/lang/ko.json @@ -2263,6 +2263,9 @@ "sound_speed_change": "작품에서 재생하는 모든 소리의 빠르기를 입력한 값만큼 바꿉니다.", "sound_speed_set": "작품에서 재생하는 모든 소리의 빠르기를 입력한 값(배수)으로 정합니다.", "sound_silent_all": "재생하는 소리 중 선택한 소리를 멈춥니다.", + "get_sound_speed": "작품에 설정된 소리의 빠르기 값입니다.", + "play_bgm": "선택한 소리를 배경음악으로 재생하는 동시에 다음 블록을 실행합니다.", + "stop_bgm": "재생하는 배경음악을 멈춥니다.", "is_clicked": "마우스를 클릭한 경우 ‘참’으로 판단합니다.", "is_object_clicked": "오브젝트를 클릭한 경우 ‘참’으로 판단합니다.", "is_press_some_key": "선택한 키가 눌려져 있는 경우 ‘참’으로 판단합니다.", @@ -2843,8 +2846,11 @@ "sound_volume_change": "소리 크기를 %1 만큼 바꾸기 %2", "sound_volume_set": "소리 크기를 %1 % 로 정하기 %2", "sound_speed_change": "소리 빠르기를 %1 만큼 바꾸기 %2", + "get_sound_speed": "소리 빠르기", "sound_speed_set": "소리 빠르기를 %1 배로 정하기 %2", "sound_silent_all": "%1 소리 멈추기 %2", + "play_bgm": "%1 을(를) 배경음악으로 재생하기 %2", + "stop_bgm": "배경음악 멈추기 %1", "is_clicked": "%1", "is_object_clicked": "%1", "is_press_some_key": "%1 %2",