Files
Aislo/ui_template/ui_template_locale_m2.ts
T

65 lines
3.2 KiB
TypeScript

/* =============================================================================
* ui_template_locale_m2.ts
* M02 마스터 템플릿 화면 사전 — 신규 문구는 최하단에 추가.
* ========================================================================== */
export const ui_locales_m2 = {
B01_Dashboard_MasterTemplate: ["마스터 템플릿", "Master Templates"],
M02_Title: ["마스터 템플릿", "Master Templates"],
M02_Layer: ["층", "Layer"],
M02_LayerSystem: ["시스템", "System"],
M02_LayerCompany: ["회사", "Company"],
M02_LayerPersonal: ["개인", "Personal"],
M02_LayerProject: ["프로젝트", "Project"],
M02_Project: ["프로젝트", "Project"],
M02_PickProject: ["프로젝트를 고를 것", "Pick a project"],
M02_NoProjects: ["프로젝트 없음", "No projects"],
M02_KindTable: ["표 양식", "Table templates"],
M02_KindDrawing: ["도면 양식", "Drawing templates"],
M02_NoTemplates: ["양식 없음", "None"],
M02_New: ["새로", "New"],
M02_Copy: ["본떠 만들기", "Copy as new"],
M02_Delete: ["지우기", "Delete"],
M02_NewTitle: ["새 양식", "New template"],
M02_CopyTitle: ["본떠 만들기", "Copy as new"],
M02_Kind: ["종류", "Kind"],
M02_Name: ["이름", "Name"],
M02_Create: ["만들기", "Create"],
M02_Close: ["닫기", "Close"],
M02_NameNeeded: ["이름을 적을 것", "Enter a name"],
M02_DeleteConfirm: ["「{value}」 양식을 지울까?", "Delete template “{value}”?"],
M02_Deleted: ["지웠음", "Deleted"],
M02_Created: ["만들었음", "Created"],
M02_Saved: ["저장했음", "Saved"],
M02_Save: ["저장", "Save"],
M02_Reload: ["다시 열기", "Reopen"],
M02_PickTemplate: ["왼쪽에서 양식을 고를 것", "Pick a template on the left"],
M02_ReadOnlyLayer: ["이 층은 여기서 고치지 못함", "This layer is read-only here"],
M02_LoadFailed: ["양식을 못 읽음 — {value}", "Failed to load — {value}"],
M02_SaveFailed: ["저장 못 함 — {value}", "Save failed — {value}"],
M02_Stale: [
"그 사이 양식이 바뀜 — 다시 열어 새 판으로 고칠 것",
"The template changed meanwhile — reopen to edit the latest",
],
M02_NoSheet: ["표 편집 부품이 아직 없음", "Table editor not available yet"],
M02_NoDrawing: ["도면 편집 부품이 아직 없음", "Drawing editor not available yet"],
M02_ProjectReset: ["초기화", "Reset"],
M02_ProjectApplyCompany: ["회사 양식 적용", "Apply company templates"],
M02_ProjectImport: ["양식 가져오기", "Import template"],
M02_ProjectSavePersonal: ["내 양식으로 저장", "Save as mine"],
M02_ProjectSaveCompany: ["회사 공식으로 저장", "Save as company official"],
M02_ResetConfirm: [
"프로젝트 양식을 처음 복사한 것으로 되돌릴까?",
"Reset project templates to the initial copy?",
],
M02_ApplyConfirm: [
"회사 양식을 프로젝트 양식에 덮어쓸까?",
"Overwrite project templates with the company's?",
],
M02_ImportTitle: ["양식 가져오기", "Import template"],
M02_ImportNone: ["가져올 양식 없음", "Nothing to import"],
M02_Done: ["했음", "Done"],
M02_ActionFailed: ["안 됨 — {value}", "Failed — {value}"],
} as const;