Skip to content

Commit

Permalink
fix(i18n): update korean for 1.2.0 (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
dungsil authored Nov 19, 2024
1 parent 7c3c628 commit 8397bef
Showing 1 changed file with 19 additions and 24 deletions.
43 changes: 19 additions & 24 deletions src/i18n/locales/ko_KR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ export const ko_KR: LanguageTranslation = {
show_dependencies: '종속성 보이기',
hide_dependencies: '종속성 숨기기',
},
// TODO: Translate
share: {
share: 'Share',
export_diagram: 'Export Diagram',
import_diagram: 'Import Diagram',
share: '공유',
export_diagram: '다이어그램 내보내기',
import_diagram: '다이어그램 가져오기',
},
help: {
help: '도움말',
Expand Down Expand Up @@ -144,7 +143,7 @@ export const ko_KR: LanguageTranslation = {
change_schema: '스키마 변경',
add_field: '필드 추가',
add_index: '인덱스 추가',
duplicate_table: 'Duplicate Table', // TODO: Translate
duplicate_table: '테이블 복제',
delete_table: '테이블 삭제',
},
},
Expand Down Expand Up @@ -231,8 +230,7 @@ export const ko_KR: LanguageTranslation = {

cancel: '취소',
back: '뒤로가기',
// TODO: Translate
import_from_file: 'Import from File',
import_from_file: '파일에서 가져오기',
empty_diagram: '빈 다이어그램으로 시작',
continue: '계속',
import: '가져오기',
Expand Down Expand Up @@ -335,29 +333,27 @@ export const ko_KR: LanguageTranslation = {
close: '아직은 괜찮아요',
confirm: '당연하죠!',
},
// TODO: Translate
export_diagram_dialog: {
title: 'Export Diagram',
description: 'Choose the format for export:',
title: '다이어그램 내보내기',
description: '내보낼 형식을 선택해주세요:',
format_json: 'JSON',
cancel: 'Cancel',
export: 'Export',
cancel: '취소',
export: '내보내기',
error: {
title: 'Error exporting diagram',
title: '다이어그램 내보내기 오류',
description:
'Something went wrong. Need help? chartdb.io@gmail.com',
'무언가 문제가 발생하였습니다. 도움이 필요하신 경우 chartdb.io@gmail.com으로 연락해주세요.',
},
},
// TODO: Translate
import_diagram_dialog: {
title: 'Import Diagram',
description: 'Paste the diagram JSON below:',
cancel: 'Cancel',
import: 'Import',
title: '다이어그램 가져오기',
description: '아래에 다이어그램 JSON을 첨부해주세요:',
cancel: '취소',
import: '가져오기',
error: {
title: 'Error importing diagram',
title: '다이어그램 가져오기 오류',
description:
'The diagram JSON is invalid. Please check the JSON and try again. Need help? chartdb.io@gmail.com',
'다이어그램 JSON이 유효하지 않습니다. JSON이 올바른 형식인지 확인해주세요. 도움이 필요하신 경우 chartdb.io@gmail.com으로 연락해주세요.',
},
},
relationship_type: {
Expand All @@ -374,12 +370,11 @@ export const ko_KR: LanguageTranslation = {

table_node_context_menu: {
edit_table: '테이블 수정',
duplicate_table: 'Duplicate Table', // TODO: Translate
duplicate_table: '테이블 복제',
delete_table: '테이블 삭제',
},

// TODO: Add translations
snap_to_grid_tooltip: 'Snap to Grid (Hold {{key}})',
snap_to_grid_tooltip: '그리드에 맞추기 ({{key}}를 누른채 유지)',

tool_tips: {
double_click_to_edit: '더블클릭하여 편집',
Expand Down

0 comments on commit 8397bef

Please sign in to comment.