diff options
Diffstat (limited to 'i18n/locales/ko/document.json')
| -rw-r--r-- | i18n/locales/ko/document.json | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/i18n/locales/ko/document.json b/i18n/locales/ko/document.json new file mode 100644 index 00000000..5caa3e7e --- /dev/null +++ b/i18n/locales/ko/document.json @@ -0,0 +1,78 @@ +{ + "documentList": { + "dashboard": { + "totalDocuments": "전체 문서", + "overdueDocuments": "지연 문서", + "dueSoonDocuments": "마감 임박", + "averageProgress": "평균 진행률", + "totalCount": "총 {total}개 중 {shown}개 표시", + "totalDocumentCount": "총 {total}개 문서", + "checkImmediately": "즉시 확인 필요", + "dueInDays": "3일 이내 마감", + "overallProgress": "전체 프로젝트 진행도" + }, + "drawingKindOptions": { + "all": "전체 문서", + "vendor": "B3: Vendor", + "gtt": "B4: GTT", + "b1": "B1: Spec", + "b2": "B2: Spec Review", + "b5": "B5: Check", + "b6": "B6: Check Reply", + "b7": "B7: Vendor Reply" + }, + + "quickFilters": { + "all": "전체", + "overdue": "지연", + "dueSoon": "마감임박", + "inProgress": "진행중", + "highPriority": "높은우선순위" + }, + "filters": { + "documentNumber": "문서번호", + "documentTitle": "문서제목", + "documentType": "문서종류", + "stageStatus": "스테이지 상태", + "priority": "우선순위", + "overdueStatus": "지연 여부", + "assignee": "담당자", + "createdDate": "생성일", + "searchByNumber": "문서번호로 검색...", + "searchByTitle": "제목으로 검색...", + "selectDocumentType": "문서 종류" + }, + "statusOptions": { + "planned": "계획됨", + "inProgress": "진행중", + "submitted": "제출됨", + "approved": "승인됨", + "completed": "완료됨" + }, + "priorityOptions": { + "high": "높음", + "medium": "보통", + "low": "낮음" + }, + "overdueOptions": { + "overdue": "지연됨", + "normal": "정상" + }, + "ui": { + "expandedInfoAvailable": "상세정보 확장가능", + "statisticsDashboard": "통계 대시보드", + "quickFiltersAndType": "빠른 필터 + 문서 종류 필터", + "quickFilters": "빠른 필터", + "documentTypeFilter": "문서 종류 필터", + "mainTable": "메인 테이블", + "dialogs": "다이얼로그들" + }, + "messages": { + "approvalSuccess": "{count}개 항목이 승인되었습니다.", + "stageCompletionSuccess": "{count}개 스테이지가 완료 처리되었습니다.", + "bulkUploadPending": "일괄 업로드 기능은 준비 중입니다.", + "bulkAssignPending": "일괄 담당자 지정 기능은 준비 중입니다.", + "bulkActionError": "일괄 작업 중 오류가 발생했습니다." + } + } + }
\ No newline at end of file |
