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
|
{
"documentList": {
"drawingKindOptions": {
"all": "All Documents",
"vendor": "B3: Vendor",
"gtt": "B4: GTT",
"b1": "B1: Spec",
"b2": "B2: Spec Review",
"b5": "B5: Check",
"b6": "B6: Check Reply",
"b7": "B7: Vendor Reply"
},
"dashboard": {
"totalDocuments": "Total Documents",
"overdueDocuments": "Overdue Documents",
"dueSoonDocuments": "Due Soon",
"averageProgress": "Average Progress",
"totalCount": "Showing {shown} of {total} total",
"totalDocumentCount": "Total {total} documents",
"checkImmediately": "Requires immediate attention",
"dueInDays": "Due within 3 days",
"overallProgress": "Overall project progress"
},
"quickFilters": {
"all": "All",
"overdue": "Overdue",
"dueSoon": "Due Soon",
"inProgress": "In Progress",
"highPriority": "High Priority"
},
"filters": {
"documentNumber": "Document Number",
"documentTitle": "Document Title",
"documentType": "Document Type",
"stageStatus": "Stage Status",
"priority": "Priority",
"overdueStatus": "Overdue Status",
"assignee": "Assignee",
"createdDate": "Created Date",
"searchByNumber": "Search by document number...",
"searchByTitle": "Search by title...",
"selectDocumentType": "Document Type"
},
"statusOptions": {
"planned": "Planned",
"inProgress": "In Progress",
"submitted": "Submitted",
"approved": "Approved",
"completed": "Completed"
},
"priorityOptions": {
"high": "High",
"medium": "Medium",
"low": "Low"
},
"overdueOptions": {
"overdue": "Overdue",
"normal": "Normal"
},
"ui": {
"expandedInfoAvailable": "Detailed info expandable",
"statisticsDashboard": "Statistics Dashboard",
"quickFiltersAndType": "Quick Filters + Document Type Filter",
"quickFilters": "Quick Filters",
"documentTypeFilter": "Document Type Filter",
"mainTable": "Main Table",
"dialogs": "Dialogs"
},
"messages": {
"approvalSuccess": "{count} items have been approved.",
"stageCompletionSuccess": "{count} stages have been completed.",
"bulkUploadPending": "Bulk upload feature is in preparation.",
"bulkAssignPending": "Bulk assignee feature is in preparation.",
"bulkActionError": "An error occurred during bulk operation."
}
}
}
|