@undp/carbon-library 1.0.302-CARBON-413.0 → 1.0.302-CARBON-423.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +37 -20
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +37 -20
- package/dist/esm/index.js.map +1 -1
- package/dist/locales/i18n/ndc/en.json +4 -3
- package/package.json +1 -1
@@ -11,14 +11,14 @@
|
|
11
11
|
"enterNewPlanTxt": "Please add the Programmes",
|
12
12
|
"addSubNdcAction": "+ Add Sub NDC Action",
|
13
13
|
"delete": "DELETE",
|
14
|
-
"finalize": "
|
14
|
+
"finalize": "FINALISE",
|
15
15
|
"ndcColumnsMinistry": "Government Department",
|
16
16
|
"ndcColumnsStatus": "Status",
|
17
17
|
"approve": "Approve",
|
18
18
|
"reject": "Reject",
|
19
19
|
"actionApproveTitle": "Are you sure you want to approve this NDC Action?",
|
20
20
|
"rejectApproveTitle": "Are you sure you want to reject this NDC Action?",
|
21
|
-
"finalizeApproveTitle": "Are you sure you want to
|
21
|
+
"finalizeApproveTitle": "Are you sure you want to finalise the NDC Actions for this period?",
|
22
22
|
"finalizeApproveSubTitle": "You can’t undo this action",
|
23
23
|
"periodDeleteConfirmTitle" : "Are you sure you want to delete the NDC Actions for this period?",
|
24
24
|
"finalizeErrorText": "Cannot finalise the period due to pending Sub NDC Actions",
|
@@ -35,5 +35,6 @@
|
|
35
35
|
"kpiGreaterThanZero": "KPI value must be greater than 0",
|
36
36
|
"kpiMaxLength": "KPI cannot exceed 10000000",
|
37
37
|
"sameStartEndDates": "Start year must be earlier than the end year",
|
38
|
-
"ndcUnauthorisedMsg": "This action is unauthorised"
|
38
|
+
"ndcUnauthorisedMsg": "This action is unauthorised",
|
39
|
+
"invalidYearsSelected": "Entered start year and/or end year is invalid"
|
39
40
|
}
|
package/package.json
CHANGED