summaryrefslogtreecommitdiff
path: root/i18n/locales/ko/document.json
blob: f416986ec21f695cdba97243bfd3de079982bf13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
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": "일괄 작업 중 오류가 발생했습니다."
    }
  }
  }