@undp/carbon-library 1.0.274-CARBON-363.1 → 1.0.274-CARBON-363.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,10 +3,30 @@
3
3
  "ndcSubTitle": "NDC Actions in the System",
4
4
  "ndcColumnsStartDate": "Start Date",
5
5
  "ndcColumnsEndDate": "End Date",
6
- "ndcColumnsNationalPlanObj": "Programmes",
6
+ "ndcColumnsNationalPlanObj": "National Plan Objective",
7
7
  "ndcColumnsKpi": "KPI",
8
8
  "rangeAlreadyExists": "Selected Range Already exists",
9
9
  "addNdcAction": "+ Add NDC Action",
10
10
  "enterNewPlanTxt": "Please add the National Plan Objective",
11
- "addSubNdcAction": "+ Add Sub NDC Action"
11
+ "addSubNdcAction": "+ Add Sub NDC Action",
12
+ "delete": "DELETE",
13
+ "finalize": "FINALIZE",
14
+ "ndcColumnsMinistry": "Ministry",
15
+ "ndcColumnsStatus": "Status",
16
+ "approve": "Approve",
17
+ "reject": "Reject",
18
+ "actionApproveTitle": "Are you sure you want to approve this NDC Action?",
19
+ "rejectApproveTitle": "Are you sure you want to reject this NDC Action?",
20
+ "finalizeApproveTitle": "Are you sure you want to finalize the NDC Actions for this period?",
21
+ "finalizeApproveSubTitle": "You can’t undo this action",
22
+ "periodDeleteConfirmTitle" : "Are you sure you want to delete the NDC Actions for this period?",
23
+ "finalizeErrorText": "Cannot Finalize Period due to pending Sub NDC Actions",
24
+ "nationalPlanObjectivePlaceHolder": "Enter National Plan Objective",
25
+ "kpiPlaceHolder": "Enter Kpi",
26
+ "isRequired": "is required!",
27
+ "finalizeNdcEmptyErrorText":"Cannot finalize an empty period",
28
+ "approveSuccessMsg": "Sub NDC Action has been approved successfully",
29
+ "rejectSuccessMsg": "Sub NDC Action has been rejected successfully",
30
+ "finalizeSuccessMsg": "NDC Actions for the period has been finalized successfully",
31
+ "deletePeriodSuccessMsg": "Period deleted successfully"
12
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.274-CARBON-363.1",
3
+ "version": "1.0.274-CARBON-363.2",
4
4
  "description": "Shared Library of tools for Carbon Credits applications ecosystem for ExO and and HQ/GEF",
5
5
  "type": "module",
6
6
  "scripts": {