@undp/carbon-library 1.0.285-CARBON-410.0 → 1.0.285-CARBON-406.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 +437 -591
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/Definitions/Definitions/ndcDetails.definitions.d.ts +1 -0
- package/dist/esm/index.js +437 -591
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/Definitions/Definitions/ndcDetails.definitions.d.ts +1 -0
- package/dist/locales/i18n/ghgInventory/en.json +1 -3
- package/dist/locales/i18n/ndc/en.json +2 -0
- package/package.json +1 -1
@@ -74,8 +74,6 @@
|
|
74
74
|
"emissionsComparisonTitle": "GHG Emission Comparison",
|
75
75
|
"emissionsComparisonTT": "Emissions projected and actual projections for each year under each type during the specified period",
|
76
76
|
"remarks": "Remarks",
|
77
|
-
"finalize": "Finalise"
|
78
|
-
"noEmissions": "No Emissions",
|
79
|
-
"noProjections": "No Projections"
|
77
|
+
"finalize": "Finalise"
|
80
78
|
}
|
81
79
|
|
@@ -5,6 +5,7 @@
|
|
5
5
|
"ndcColumnsEndDate": "End Date",
|
6
6
|
"ndcColumnsNationalPlanObj": "Programmes",
|
7
7
|
"ndcColumnsKpi": "KPI",
|
8
|
+
"ndcColumnsKpiUnit": "KPI Unit",
|
8
9
|
"rangeAlreadyExists": "One or more of the selected year(s) already exists",
|
9
10
|
"addNdcAction": "+ Add NDC Action",
|
10
11
|
"enterNewPlanTxt": "Please add the Programmes",
|
@@ -23,6 +24,7 @@
|
|
23
24
|
"finalizeErrorText": "Cannot finalise the period due to pending Sub NDC Actions",
|
24
25
|
"nationalPlanObjectivePlaceHolder": "Enter Programmes",
|
25
26
|
"kpiPlaceHolder": "Enter Kpi",
|
27
|
+
"kpiUnitPlaceHolder": "Enter Kpi Unit",
|
26
28
|
"isRequired": "is required!",
|
27
29
|
"finalizeNdcEmptyErrorText":"Cannot finalise an empty period",
|
28
30
|
"approveSuccessMsg": "Sub NDC Action has been approved successfully",
|
package/package.json
CHANGED