Skip to content

Commit 3db25f8

Browse files
authored
Merge pull request #176 from entrylabs/issue/5181
[#5181]: 블록갯수 카운트 다국어 추가
2 parents 483c667 + a3d0036 commit 3db25f8

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

src/renderer/resources/lang/en.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,6 +1501,8 @@
15011501
"Paste_blocks": "paste code(s)",
15021502
"add_my_storage": "add to my storage",
15031503
"export_object": "Export Object",
1504+
"this_project": "this project",
1505+
"this_object": "this object",
15041506
"Clear_all_blocks": "remove all codes",
15051507
"add_comment": "add a memo",
15061508
"copy_paste_comment": "copy & paste the memo",
@@ -6593,6 +6595,8 @@
65936595
"message_rename_ok": "Successfully rename message.",
65946596
"message_too_long": "Message name too long.",
65956597
"use_block_function": "Assembled inside the function.",
6598+
"use_block_project": "Block : {0}",
6599+
"use_blocks_project": "Blocks : {0}",
65966600
"no_message_to_remove": "There is no message to remove.",
65976601
"no_use": "Not assembled on object.",
65986602
"no_variable_to_rename": "There is no varibale to remove",
@@ -8288,6 +8292,7 @@
82888292
"function_field_label": "%1%2",
82898293
"function_field_string": "%1%2",
82908294
"function_field_boolean": "%1%2",
8295+
"get_block_count": "The number of blocks in %1",
82918296
"function_param_string": "Character/Number",
82928297
"function_param_boolean": "Judgement",
82938298
"function_create": "define function %1 %2",

src/renderer/resources/lang/ko.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,9 @@
10851085
"CONTEXT_COPY_option": "코드 복사",
10861086
"Delete_Blocks": "코드 삭제",
10871087
"add_my_storage": "나의 보관함에 추가하기",
1088-
"export_object": "오브젝트 내보내기"
1088+
"export_object": "오브젝트 내보내기",
1089+
"this_project": "모든",
1090+
"this_object": "자신"
10891091
},
10901092
"video_body_coord_params": {
10911093
"left_eye": "왼쪽 눈",
@@ -1506,6 +1508,8 @@
15061508
"use_block_objects1": "사용된 오브젝트 (블록 {0}개)",
15071509
"use_block_objects2": "사용된 오브젝트",
15081510
"use_block_function": "함수에 조립되어 있어요.",
1511+
"use_block_project": "블록 {0} 개",
1512+
"use_blocks_project": "블록 {0} 개",
15091513
"SelectShape": "이동",
15101514
"SelectCut": "자르기",
15111515
"Pencil": "",
@@ -2753,7 +2757,8 @@
27532757
"boolean_or": "%1 %2 %3",
27542758
"function_field_label": "%1%2",
27552759
"function_field_string": "%1%2",
2756-
"function_field_boolean": "%1%2"
2760+
"function_field_boolean": "%1%2",
2761+
"get_block_count": "%1 의 블록 수"
27572762
},
27582763
"TextCoding": {
27592764
"block_name": "블록명",

0 commit comments

Comments
 (0)