Skip to content

Commit 4f83ea6

Browse files
committed
lang : 신규 계산블록, 오디오 감지 블록 다국어 추가
1 parent 0248491 commit 4f83ea6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/renderer/resources/lang/en.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7514,6 +7514,8 @@
75147514
"combine_something": "Combines two input texts.",
75157515
"reverse_of_string": "Reports the text that reversed input text.",
75167516
"count_match_string": "Reports the number of letters in a specific text in the input text case sensitively.",
7517+
"get_block_count": "Reports the number of blocks used by the selected item.\nCounts based on the blocks assembled to the start block.\n- this project: Counts all the blocks of this project\n- this object: Counts the blocks of this object\n- (object): Counts the blocks of the selected object\n- (scene): Counts the blocks of the selected scene",
7518+
"get_boolean_value": "Returns boolean to string.",
75177519
"get_variable": "Reports the value of the selected variable.",
75187520
"change_variable": "Adds the input value to the selected variable.",
75197521
"set_variable": "Sets the value of the selected variable to the input value.",
@@ -7766,6 +7768,8 @@
77667768
"read_text_wait_with_block": "Read the entered text in setted voice then the next block runs after the reading finished.",
77677769
"check_microphone": "Connected to microphone?",
77687770
"speech_to_text_convert": "Converts person's speech input through microphone into text.",
7771+
"timed_speech_to_text_convert": "Recognizes speech recorded through the microphone for the input seconds.",
7772+
"set_visible_speech_to_text": "Shows or hides the recognized speech on the screen.",
77697773
"speech_to_text_get_value": "Reports the value of the person's speech to text. If no speech is input or an error occurs during recognition, it will report null values.",
77707774
"get_microphone_volume": "Reports the volume of sound input through microphone.",
77717775
"video_draw_webcam": "Show or hide the video screen. (IE / iOS Not Supported)",
@@ -8753,6 +8757,7 @@
87538757
"substring": "%1 %2 %3 %4 %5 %6 %7",
87548758
"count_match_string": "%2 %3 %4 %1",
87558759
"replace_string": "%1 %2 %3 %4 %5 %6 %7",
8760+
"get_boolean_value": "string %1",
87568761
"change_string_case": "%1 %2 %3 %4 %5",
87578762
"index_of_string": "%1 %2 %3 %4 %5",
87588763
"combine_something": "%1 %2 %3 %4 %5",
@@ -8935,6 +8940,8 @@
89358940
"check_microphone": "If the microphone is connected to the computer, it is judged as 'True'.",
89368941
"speech_to_text_convert": "Recognize the voice %1",
89378942
"speech_to_text_get_value": "Speech-to-text value",
8943+
"timed_speech_to_text_convert": "For %1 second(s) recognize %2 speech %3",
8944+
"set_visible_speech_to_text": "%1 recognized speech %2",
89388945
"get_microphone_volume": "Microphone volume value",
89398946
"video_title_text": "Video Detection",
89408947
"video_draw_webcam": "%1 the video screen",

0 commit comments

Comments
 (0)