Modal 개발 완료. Toolbar 개발 중
This commit is contained in:
@@ -43,6 +43,8 @@
|
||||
"button_submit": "제출",
|
||||
"button_reset": "초기화",
|
||||
"button_retry": "재시도",
|
||||
"button_mute": "음소거",
|
||||
"button_brush_size": "브러시 크기",
|
||||
"menu": "메뉴",
|
||||
"menu_file": "파일",
|
||||
"menu_file_new": "새로 만들기",
|
||||
@@ -59,10 +61,21 @@
|
||||
"menu_language": "언어",
|
||||
"menu_lang_korean": "한국어",
|
||||
"menu_lang_english": "영어",
|
||||
"project_settings_key": "프로젝트 설정",
|
||||
"menu_help": "도움말",
|
||||
"menu_about": "정보",
|
||||
"warning": "경고"
|
||||
"tool_pen": "펜",
|
||||
"tool_eraser": "지우개",
|
||||
"project_settings_key": "프로젝트 설정",
|
||||
"warning": "경고",
|
||||
"brush_size_small": "작은 브러시",
|
||||
"brush_size_medium": "중간 브러시",
|
||||
"tooltip_save_button": "저장 버튼을 클릭하여 현재 작업을 저장합니다.",
|
||||
"tooltip_mute_button": "음소거 버튼을 클릭하여 소리를 끕니다.",
|
||||
"tooltip_pen_tool": "펜 도구를 선택하여 그림을 그립니다.",
|
||||
"tooltip_eraser_tool": "지우개 도구를 선택하여 그림을 지웁니다.",
|
||||
"tooltip_brush_size": "브러시 크기를 조정합니다.",
|
||||
"tooltip_brush_small": "작은 브러시를 선택합니다.",
|
||||
"tooltip_brush_medium": "중간 브러시를 선택합니다."
|
||||
},
|
||||
"en-US": {
|
||||
"error": "Error",
|
||||
@@ -108,6 +121,8 @@
|
||||
"button_submit": "Submit",
|
||||
"button_reset": "Reset",
|
||||
"button_retry": "Retry",
|
||||
"button_mute": "Mute",
|
||||
"button_brush_size": "Brush Size",
|
||||
"menu": "Menu",
|
||||
"menu_file": "File",
|
||||
"menu_file_new": "New",
|
||||
@@ -124,9 +139,20 @@
|
||||
"menu_language": "Language",
|
||||
"menu_lang_korean": "Korean",
|
||||
"menu_lang_english": "English",
|
||||
"project_settings": "Project Setting",
|
||||
"menu_help": "Help",
|
||||
"menu_about": "About",
|
||||
"warning": "Warning"
|
||||
"tool_pen": "Pen",
|
||||
"tool_eraser": "Eraser",
|
||||
"project_settings": "Project Setting",
|
||||
"warning": "Warning",
|
||||
"brush_size_small": "Small Brush",
|
||||
"brush_size_medium": "Medium Brush",
|
||||
"tooltip_save_button": "Click the save button to save your current work.",
|
||||
"tooltip_mute_button": "Click the mute button to turn off the sound.",
|
||||
"tooltip_pen_tool": "Select the pen tool to draw.",
|
||||
"tooltip_eraser_tool": "Select the eraser tool to erase drawings.",
|
||||
"tooltip_brush_size": "Adjust the brush size.",
|
||||
"tooltip_brush_small": "Select small brush.",
|
||||
"tooltip_brush_medium": "Select medium brush."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user