Skip to content

Commit c880491

Browse files
authored
Merge pull request #196 from entrylabs/develop
lang: 누락된 다국어 추가
2 parents b11e8e2 + 728ee19 commit c880491

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

src/renderer/resources/lang/en.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7142,6 +7142,9 @@
71427142
"brush_stamp": "Clones the object on stage like a stamp.",
71437143
"start_drawing": "Starts drawing along the path of the object.",
71447144
"stop_drawing": "Stops object's drawing.",
7145+
"start_fill": "Starts filling along the path of the object.",
7146+
"stop_fill": "Stops filling.",
7147+
"set_fill_color": "Sets the fill color of the object to the selected color.",
71457148
"set_color": "Sets the brush color of the object to the selected color.",
71467149
"set_random_color": "Sets the brush color of the object to random.",
71477150
"change_thickness": "Changes the brush thickness of the object to the input value.",
@@ -7157,6 +7160,9 @@
71577160
"sound_something_second_wait_with_block": "Plays object's selected sound for input seconds then the next block runs.",
71587161
"sound_volume_change": "Changes the volume of all the sounds played as much as the input percentage.",
71597162
"sound_volume_set": "Sets the volume of all the sounds played as much as the input percentage.",
7163+
"get_sound_speed": "Reports the sound speed.",
7164+
"sound_speed_change": "Changes the speed of all sounds by the input value.",
7165+
"sound_speed_set": "Sets the speed of all sounds to the input value.",
71607166
"sound_silent_all": "Stops all sounds currently playing.",
71617167
"is_clicked": "Checks whether mouse is clicked.",
71627168
"is_object_clicked": "Checks whether object is clicked.",
@@ -7188,6 +7194,7 @@
71887194
"distance_something": "Reports the distance between the object and the selected object.",
71897195
"get_sound_duration": "Reports the time length of the selected sound.",
71907196
"get_user_name": "Reports the username who runs the project.",
7197+
"get_nickname": "Reports the user nickname who runs the project.",
71917198
"get_project_timer_value": "Reports how many seconds have passed since the project started.",
71927199
"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.)",
71937200
"reset_project_timer": "Resets the timer to 0.",
@@ -7458,6 +7465,8 @@
74587465
"open_table": "Open the window of the selected table.",
74597466
"open_table_wait": "Open the window of the selected table for the seconds entered.",
74607467
"open_table_chart": "Opens the chart of the selected table.",
7468+
"change_rgb_to_hex": "Reports the value of the entered red, green, and blue values converted to HEX value.",
7469+
"change_hex_to_rgb": "Reports the HEX value entered converted to either red, green, or blue.",
74617470
"close_table_chart": "Closes the table chart.",
74627471
"insert_data_for_test": "Enters the data and classifies using the trained model.",
74637472
"insert_text_block_for_test": "Classifies the entered value ​​using the trained model.",
@@ -8332,6 +8341,9 @@
83328341
"bitbrick_convert_scale": "Convert %1 value from %2~%3 to %4~%4",
83338342
"start_drawing": "Start drawing %1",
83348343
"stop_drawing": "Stop drawing %1",
8344+
"start_fill": "Start filling %1",
8345+
"stop_fill": "Stop filling %1",
8346+
"set_fill_color": "Set fill color to %1 %2",
83358347
"set_color": "Set brush color to %1 %2",
83368348
"set_random_color": "Set brush color to random %1",
83378349
"change_thickness": "Change thickness by %1 %2",
@@ -8363,6 +8375,7 @@
83638375
"calc_rand": "%1 %2 %3 %4 %5",
83648376
"get_date": "%1 %2 %3",
83658377
"get_sound_duration": "%1 %2 %3",
8378+
"get_nickname": "Nickname",
83668379
"get_user_name": "Username",
83678380
"reset_project_timer": "%1",
83688381
"set_visible_project_timer": "%1 %2 %3 %4",
@@ -8401,6 +8414,8 @@
84018414
"function_field_string": "%1%2",
84028415
"function_field_boolean": "%1%2",
84038416
"get_block_count": "The number of blocks in %1",
8417+
"change_rgb_to_hex": "HEX Value of R: %1 G: %2 B: %3",
8418+
"change_hex_to_rgb": "%2 Value of HEX %1",
84048419
"media_pipe_video_screen": "%1 video screen %2",
84058420
"media_pipe_title": "%1",
84068421
"media_pipe_switch_camera": "Switch to %1 camera %2",
@@ -8810,6 +8825,11 @@
88108825
"sound_volume_change": "Change volume by %1 % %2",
88118826
"sound_volume_set": "Set volume to %1 % %2",
88128827
"sound_silent_all": "Stop all sounds %1",
8828+
"play_bgm": "Play %1 as background music %2",
8829+
"stop_bgm": "Stop background music %1",
8830+
"get_sound_speed": "Speed",
8831+
"sound_speed_change": "Change speed by %1 %2",
8832+
"sound_speed_set": "Set speed at %1 times %2",
88138833
"get_sounds": "%1 ",
88148834
"sound_something_with_block": "Play %1 Sound %2",
88158835
"sound_something_second_with_block": "Play %1 sound for %2 secs %3",

src/renderer/resources/lang/ko.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2263,6 +2263,9 @@
22632263
"sound_speed_change": "작품에서 재생하는 모든 소리의 빠르기를 입력한 값만큼 바꿉니다.",
22642264
"sound_speed_set": "작품에서 재생하는 모든 소리의 빠르기를 입력한 값(배수)으로 정합니다.",
22652265
"sound_silent_all": "재생하는 소리 중 선택한 소리를 멈춥니다.",
2266+
"get_sound_speed": "작품에 설정된 소리의 빠르기 값입니다.",
2267+
"play_bgm": "선택한 소리를 배경음악으로 재생하는 동시에 다음 블록을 실행합니다.",
2268+
"stop_bgm": "재생하는 배경음악을 멈춥니다.",
22662269
"is_clicked": "마우스를 클릭한 경우 ‘참’으로 판단합니다.",
22672270
"is_object_clicked": "오브젝트를 클릭한 경우 ‘참’으로 판단합니다.",
22682271
"is_press_some_key": "선택한 키가 눌려져 있는 경우 ‘참’으로 판단합니다.",
@@ -2843,8 +2846,11 @@
28432846
"sound_volume_change": "소리 크기를 %1 만큼 바꾸기 %2",
28442847
"sound_volume_set": "소리 크기를 %1 % 로 정하기 %2",
28452848
"sound_speed_change": "소리 빠르기를 %1 만큼 바꾸기 %2",
2849+
"get_sound_speed": "소리 빠르기",
28462850
"sound_speed_set": "소리 빠르기를 %1 배로 정하기 %2",
28472851
"sound_silent_all": "%1 소리 멈추기 %2",
2852+
"play_bgm": "%1 을(를) 배경음악으로 재생하기 %2",
2853+
"stop_bgm": "배경음악 멈추기 %1",
28482854
"is_clicked": "%1",
28492855
"is_object_clicked": "%1",
28502856
"is_press_some_key": "%1 %2",

0 commit comments

Comments
 (0)