Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extern/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,7 @@ Lang.Blocks = {
START_message_send_wait_2: ' message and wait',
Duplication_option: 'Duplicate',
cut_blocks: 'Cut',
AI_analyze_option: 'Galaxy AI Analyze',
AI_analyze_option: 'AI Analyze',
CONTEXT_COPY_option: 'Copy',
Delete_Blocks: 'Remove',
add_my_storage: 'add to my storage',
Expand Down
2 changes: 1 addition & 1 deletion extern/lang/ko.js
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ Lang.Blocks = {
TUT_repeat_until_gold: '부품에 도달할 때 까지 반복',
TUT_declare_function: '함수 선언',
TUT_call_function: '함수 호출',
AI_analyze_option: '갤럭시 AI 코드 분석하기',
AI_analyze_option: 'AI로 코드 분석하기',
CONTEXT_COPY_option: '코드 복사하기',
Delete_Blocks: '코드 삭제하기',
Duplication_option: '코드 복제하기',
Expand Down