@@ -738,8 +738,8 @@ Lang.Blocks = {
738738 "CALC_change_string_case_3" : " " ,
739739 "CALC_change_string_case_sub_1" : "uppercase" ,
740740 "CALC_change_string_case_sub_2" : "lowercase" ,
741- "CALC_count_match_string_1" : "'s count of" ,
742- "CALC_count_match_string_2" : "" ,
741+ "CALC_count_match_string_1" : "count of" ,
742+ "CALC_count_match_string_2" : "in " ,
743743 "CALC_index_of_string_1" : "index of" ,
744744 "CALC_index_of_string_2" : "in" ,
745745 "CALC_index_of_string_3" : "" ,
@@ -784,7 +784,6 @@ Lang.Blocks = {
784784 "entry_bot_name" : "Entrybot" ,
785785 "hi_entry" : "Hello Entry!" ,
786786 "hi_entry_en" : "Hello Entry!" ,
787- "hello_entry" : "hello entry" ,
788787 "bark_dog" : "dog barking" ,
789788 "walking_entryBot" : "Walking Entrybot" ,
790789 "doggi_bark" : "Doggi's Bark" ,
@@ -1116,7 +1115,7 @@ Lang.Blocks = {
11161115 "arduino_lite_guide" : "• connection guide" ,
11171116 "JUDGEMENT_is_object_clicked" : "Object clicked?" ,
11181117 "JUDGEMENT_is_type_1" : "is" ,
1119- "JUDGEMENT_is_type_2" : "" ,
1118+ "JUDGEMENT_is_type_2" : "? " ,
11201119 "is_type_number" : "number" ,
11211120} ;
11221121Lang . video_body_coord_params = {
@@ -4674,7 +4673,7 @@ Lang.Helper = {
46744673 "char_at" : "Reports the letter of the input text." ,
46754674 "length_of_string" : "Reports the length of input text including space." ,
46764675 "substring" : "Reports the text extracted from the input text between two specified indices. (includes space)" ,
4677- "count_match_string" : "Reports the number of letters in a specific text in the input text." ,
4676+ "count_match_string" : "Reports the number of letters in a specific text in the input text case sensitively ." ,
46784677 "replace_string" : "Reports the text that replaced all the input text with another input text. (distinguishes uppercase to lowercase)" ,
46794678 "index_of_string" : "Reports the index of first input text in second input text. (includes space)" ,
46804679 "change_string_case" : "Reports the text that converted to uppercase or lowercase." ,
@@ -5258,7 +5257,7 @@ Lang.template = {
52585257 "substring" : "%1 %2 %3 %4 %5 %6 %7" ,
52595258 "replace_string" : "%1 %2 %3 %4 %5 %6 %7" ,
52605259 "change_string_case" : "%1 %2 %3 %4 %5" ,
5261- "count_match_string" : "%3 % 2 %1 %4" ,
5260+ "count_match_string" : "%2 %3 %4 %1 " ,
52625261 "index_of_string" : "%1 %2 %3 %4 %5" ,
52635262 "combine_something" : "%1 %2 %3 %4 %5" ,
52645263 "get_sound_volume" : "%1 %2" ,
0 commit comments