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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
{
"basicContracts": {
"templateName": "Template Name",
"status": "Status",
"createdAt": "Created Date",
"updatedAt": "Updated Date",
"completedAt": "Completed Date",
"download": "Download",
"fileInfoMissing": "File information is missing.",
"fileDownloadError": "An error occurred while downloading the file.",
"selectAll": "Select all",
"selectRow": "Select row",
"statusValues": {
"PENDING": "Pending",
"COMPLETED": "Completed"
},
"tableToolBar": {
"filters": "Filters",
"addFilter": "Add Filter",
"resetFilters": "Reset Filters",
"searchFields": "Search fields",
"noFields": "No fields found",
"noFilters": "No filters",
"addFilters": "Add filters to filter data",
"where": "Where",
"and": "and",
"or": "or",
"selectField": "Select field",
"expandView": "Switch to expanded view",
"compactView": "Switch to compact view"
},
"filterOperators": {
"contains": "contains",
"doesNotContain": "does not contain",
"is": "is",
"isNot": "is not",
"startsWith": "starts with",
"endsWith": "ends with",
"isEmpty": "is empty",
"isNotEmpty": "is not empty",
"isGreaterThan": "is greater than",
"isGreaterThanOrEqualTo": "is greater than or equal to",
"isLessThan": "is less than",
"isLessThanOrEqualTo": "is less than or equal to",
"isBetween": "is between",
"isTrue": "is true",
"isFalse": "is false"
},
"filterInputs": {
"placeholder": "Enter value",
"selectOption": "Select an option",
"selectOptions": "Select options",
"searchOptions": "Search options",
"pickDate": "Pick a date",
"noOptionsFound": "No options found",
"selected": "selected"
},
"toolbar": {
"sign": "Sign",
"export": "Export",
"selectRows": "Please select rows",
"noPendingContracts": "No pending documents",
"actions": "Actions",
"delete": "Delete",
"bulkActions": "Bulk Actions"
},
"dialog": {
"title": "Basic Contract and Related Document Signing",
"searchPlaceholder": "Search by document name or requester",
"tabAll": "All",
"tabContracts": "Contracts",
"tabDocs": "Related Documents",
"noDocuments": "No documents requested for signing.",
"checkLater": "Please check again later.",
"document": "Document",
"unknown": "Unknown",
"requester": "Requester",
"signWarning": "Cannot be changed after signing.",
"processing": "Processing...",
"completeSign": "Complete Signing",
"selectDocument": "Please select a document",
"selectDocumentDescription": "Select a document to sign from the left list and the document content will be displayed here."
},
"messages": {
"noData": "No data available.",
"loading": "Loading...",
"error": "An error occurred.",
"deleteConfirm": "Are you sure you want to delete?",
"downloadSuccess": "File download completed successfully.",
"actionSuccess": "Action completed successfully.",
"signSuccess": "Signing completed successfully.",
"documentProcessed": "Document processed successfully.",
"signError": "An error occurred while processing the signature."
},
"groups": {
"Basic Info": "Basic Info",
"Metadata": "Metadata",
"Contract Details": "Contract Details",
"Dates": "Dates",
"Files": "Files"
},
"filters": {
"all": "All",
"pending": "Pending",
"completed": "Completed",
"search": "Search",
"reset": "Reset"
}
}
}
|