@undp/carbon-library 2.1.12-CARBON-Sprint-58.0 → 2.1.12-CARBON-Sprint-58.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,5 +5,6 @@ export declare enum CompanyManagementColumns {
5
5
  companyRole = "companyRole",
6
6
  programmeCount = "programmeCount",
7
7
  creditBalance = "creditBalance",
8
- companyState = "status"
8
+ companyState = "status",
9
+ action = "action"
9
10
  }
@@ -8,6 +8,7 @@ export declare enum ProgrammeManagementColumns {
8
8
  creditTransferred = "creditTransferred",
9
9
  certifierId = "certifierId",
10
10
  serialNo = "serialNo",
11
+ action = "action",
11
12
  emissionReductionExpected = "emissionReductionExpected",
12
13
  emissionReductionAchieved = "emissionReductionAchieved",
13
14
  emissionReductionAchievedandCreditIssued = "emissionReductionAchievedandCreditIssued"
package/dist/index.d.ts CHANGED
@@ -410,7 +410,8 @@ declare enum CompanyManagementColumns {
410
410
  companyRole = "companyRole",
411
411
  programmeCount = "programmeCount",
412
412
  creditBalance = "creditBalance",
413
- companyState = "status"
413
+ companyState = "status",
414
+ action = "action"
414
415
  }
415
416
 
416
417
  declare enum UserManagementColumns {
@@ -434,6 +435,7 @@ declare enum ProgrammeManagementColumns {
434
435
  creditTransferred = "creditTransferred",
435
436
  certifierId = "certifierId",
436
437
  serialNo = "serialNo",
438
+ action = "action",
437
439
  emissionReductionExpected = "emissionReductionExpected",
438
440
  emissionReductionAchieved = "emissionReductionAchieved",
439
441
  emissionReductionAchievedandCreditIssued = "emissionReductionAchievedandCreditIssued"
@@ -2,7 +2,7 @@
2
2
  "editCompany": "Edit Organisation",
3
3
  "addNewCompany": "Add New Organisation",
4
4
  "editCompanySub": "Edit Organisation information",
5
- "addCompanySub": "Add a new organisation to the Carbon Registry",
5
+ "addCompanySub": "",
6
6
  "name": "Name",
7
7
  "email": "Email",
8
8
  "taxId": "Tax ID",
@@ -33,6 +33,7 @@
33
33
  "companyDetailsTitle": "Organisation Details",
34
34
  "companyAdminDetailsTitle": "Organisation Admin Details",
35
35
  "cancel": "CANCEL",
36
+ "view": "View",
36
37
  "companyAddedSuccess": "The organisation has been created successfully",
37
38
  "companyUpdatedSuccess": "The organisation has been updated successfully ",
38
39
  "companyRegisteredSuccess": "User registration request has been sent",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "addProgramme": "Add New Project",
3
- "addProgrammeSub": "Add New Projects to the Transparency System",
3
+ "addProgrammeSub": "",
4
4
  "addProgramme1": "Project Details",
5
5
  "addProgramme2": "Project Financing Sought",
6
6
  "addProgramme3": "Activity Details",
@@ -2,7 +2,7 @@
2
2
  "editUser": "Edit User",
3
3
  "addNewUser": "Add New User",
4
4
  "editUserSub": "Edit the user information",
5
- "addUserSub": "Add new users to the Carbon Registry for your organisation",
5
+ "addUserSub": "",
6
6
  "name": "Name",
7
7
  "email": "Email",
8
8
  "role": "Role",
@@ -6,7 +6,7 @@
6
6
  "companyRole": "ORGANISATION TYPE",
7
7
  "companyState": "STATUS",
8
8
  "viewCompanies": "View Organisations",
9
- "viewDesc": "View all the visible organisations in the system based on your permissions",
9
+ "viewDesc": "",
10
10
  "addCompany": "Add organisation",
11
11
  "numberOfProgrammes": "NUMBER OF PROJECTS",
12
12
  "creditBalance": "CREDIT BALANCE",
@@ -20,5 +20,6 @@
20
20
  "searchName": "Search by name",
21
21
  "min": "Ministry",
22
22
  "nationalSopValue": "National Share of Proceeds",
23
- "omgePercentage":"Overall Mitigation in Global Emissions (OMGE) Account"
23
+ "omgePercentage":"Overall Mitigation in Global Emissions (OMGE) Account",
24
+ "view": "View"
24
25
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "viewCreditsTransfers": "Transfers",
3
- "desc": "View the transfers in the Carbon Registry based on your permissions",
3
+ "desc": "",
4
4
  "requestID": "REQUEST ID",
5
5
  "certifier": "CERTIFIER",
6
6
  "initiator": "INITIATOR",
@@ -19,6 +19,7 @@
19
19
  "acceptCreditTransferTitle": "Accept Transfer Request",
20
20
  "proceed": "Proceed",
21
21
  "cancel": "Cancel",
22
+ "view": "View",
22
23
  "reject": "Reject",
23
24
  "recognise": "Recognise",
24
25
  "notrecognise": "Not Recognise",
@@ -9,8 +9,8 @@
9
9
  "users": "Users",
10
10
  "viewAll": "View All",
11
11
  "addNew": "Add New",
12
- "investments": "Financing",
13
- "ndcActions": "Activities",
12
+ "investments": "Project Financing",
13
+ "ndcActions": "Project Activities",
14
14
  "ndcDetails": "NDC Actions",
15
15
  "reports": "Reports",
16
16
  "support": "Financing"
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "addNdcTitle": "Add Activity",
3
- "addNdcSubTitle": "Add Activities to projects in the Transparency system",
4
- "NdcTitle": "Activities",
5
- "NdcSubTitle": "Activities of projects in the Transparency System",
6
- "NdcDetailsViewTitle": "Activity Details -",
7
- "NdcDetailsViewSubTitle": "Activities of projects in the Transparency System",
8
- "ndcActionDetailsTitle": "Activity details",
3
+ "addNdcSubTitle": "",
4
+ "NdcTitle": "Project Activities",
5
+ "NdcSubTitle": "",
6
+ "NdcDetailsViewTitle": "Project Activity Details -",
7
+ "NdcDetailsViewSubTitle": "",
8
+ "ndcActionDetailsTitle": "Project Activity details",
9
9
  "coBenefitsTitle": "Co-Benefits",
10
10
  "projectReportsTitle": "Project Reports",
11
- "ndcAction": "Activity",
11
+ "ndcAction": "Project Activity",
12
12
  "methodology": "Methodology",
13
13
  "goldStandard": "Gold Standard",
14
14
  "mitigationType": "Mitigation Type",
@@ -42,7 +42,7 @@
42
42
  "noNdcActions": "No Activities Available",
43
43
  "ndcColumnsActionId": "ACTIVITY ID",
44
44
  "ndcColumnsDate": "DATE",
45
- "ndcColumnsNdcAction": "ACTIVITY",
45
+ "ndcColumnsNdcAction": "PROJECT ACTIVITY",
46
46
  "ndcColumnsProgrammeName": "PROJECT NAME",
47
47
  "ndcColumnsSector": "SECTOR",
48
48
  "ndcColumnsOwners": "OWNERS",
@@ -52,7 +52,7 @@
52
52
  "viewAdaptationTitle": "Adaptation",
53
53
  "viewGeneralTitle": "General",
54
54
  "viewProgramme": "Project",
55
- "viewNdcAction": "Activity",
55
+ "viewNdcAction": "Project Activity",
56
56
  "viewCurrentStatus": "Current Status",
57
57
  "viewMethodology": "Methodology",
58
58
  "viewMoniteringReport": "Monitoring Report",
@@ -73,10 +73,10 @@
73
73
  "searchByProgrammeName": "Search by project name",
74
74
  "seeMine": "Mine Only",
75
75
  "NdcCreditChartTitle": "Emissions Reductions (tCo2E)",
76
- "ndcSuccessfullyCreated": "The Activity has been created successfully",
77
- "ndcCreationFailed": "The Activity creation failed",
76
+ "ndcSuccessfullyCreated": "The Project Activity has been created successfully",
77
+ "ndcCreationFailed": "The Project Activity creation failed",
78
78
  "methodologyEstimatedCreditsInvalid": "Methodology Estimated Credits should be greater than 0",
79
- "userEstimatedCreditsInvalid": "Estimated Credits for the Activity cannot be greater than the Estimated Credits for the project",
79
+ "userEstimatedCreditsInvalid": "Estimated Credits for the Project Activity cannot be greater than the Estimated Credits for the project",
80
80
  "coBenefitsSubTitle": "Co-Benefits",
81
81
  "ministryLevel": "Ministry Level",
82
82
  "ghgEmiReduced": "GHG Emissions Reduced (tCO2e)",
@@ -96,5 +96,6 @@
96
96
  "viewIncludedInNAP": "Included in NAP",
97
97
  "allowOnlyNumericValue": "Allow only numeric value",
98
98
  "allowOnlyNumericValueAndDecimal": "Allow only numeric value and decimal",
99
- "allowOnlyIntegerValue": "Allow only numeric value and integer"
99
+ "allowOnlyIntegerValue": "Allow only numeric value and integer",
100
+ "view": "View"
100
101
  }
@@ -5,7 +5,7 @@
5
5
  "balance": "Credits Balance",
6
6
  "transferred": "Credits Transferred",
7
7
  "viewProgrammes": "View Projects",
8
- "desc": "View the projects available in the Transparency System based on your permissions",
8
+ "desc": "",
9
9
  "noProgrammes": "No Projects",
10
10
  "serialNoh": "Serial Number",
11
11
  "certifiers": "Certifiers",
@@ -22,8 +22,8 @@
22
22
  "investor": "Investor",
23
23
  "owner": "Owner",
24
24
  "amount": "Amount (USD)",
25
- "investmentTitle": "Financing",
26
- "investmentDesc": "Financing made on projects in the Transparency System",
25
+ "investmentTitle": "Project Financing",
26
+ "investmentDesc": "",
27
27
  "addProgramme": "ADD PROJECT",
28
28
  "emissionsReductionExpected": "Emissions Reductions Expected (tCO2e)",
29
29
  "emissionsReductionAchieved": "Emissions Reductions Achieved (tCO2e)",
@@ -44,8 +44,8 @@
44
44
  "veriDoc": "Verifcation Report",
45
45
  "investmentAccepted": "The financing request has been approved successfully",
46
46
  "investmentRejected": "The Financing has been rejected",
47
- "addInvestment": "Add Financing",
48
- "addInvestmentSub": "Add financing to a project in the Transparency System",
47
+ "addInvestment": "Add Project Financing",
48
+ "addInvestmentSub": "",
49
49
  "programmeFinancingInvested": "Project Financing Invested",
50
50
  "ownership": "Ownership",
51
51
  "investorName": "Investor Name",
@@ -77,12 +77,12 @@
77
77
  "typeCreation": "Type",
78
78
  "New": "NEW",
79
79
  "Existing": "EXISTING",
80
- "addOwnership": "ADD FINANCING",
80
+ "addOwnership": "ADD PROJECT FINANCING",
81
81
  "supportTitle": "Supports",
82
- "supportDesc": "Supports made on projects in the Transparency System",
82
+ "supportDesc": "",
83
83
  "addSupport": "Add Support",
84
84
  "addSupportBtnText": "ADD SUPPORT",
85
- "addSupportSub": "Add Support to a project in the Transparency System",
85
+ "addSupportSub": "",
86
86
  "programmeExistsWithAssessmentRegId": "Project already exist with the given environmental assessment registration number",
87
87
  "period":"Period",
88
88
  "payback":"Payback",
@@ -93,5 +93,6 @@
93
93
  "Annual":"ANNUAL",
94
94
  "noinvestment": "No Financings Available",
95
95
  "existingInvestmentSource":"Source",
96
- "noInvestmentData":"No financing information available"
96
+ "noInvestmentData":"No financing information available",
97
+ "view": "View"
97
98
  }
@@ -7,7 +7,7 @@
7
7
  "role": "ROLE",
8
8
  "addUser": "Add User",
9
9
  "viewUsers": "View Users",
10
- "viewDesc": "View the users registered with the Carbon Registry based on your permissions",
10
+ "viewDesc": "",
11
11
  "deleteConfirmHeaderText": "Are you sure you want to permanently delete this user?",
12
12
  "deleteConfirmText": "You can’t undo this action",
13
13
  "searchBy": "Search by",
@@ -22,6 +22,7 @@
22
22
  "deleteConfirmHeaderText": "Are you sure you want to permanently delete this user?",
23
23
  "deleteConfirmText": "You can’t undo this action",
24
24
  "cancel": "Cancel",
25
+ "view": "View",
25
26
  "remarks": "Remarks",
26
27
  "creditBalance": "Credit Balance",
27
28
  "programmeCount": "Number of Projects",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "title": "Project Name",
3
3
  "details": "Project Details",
4
- "desc": "View the details of the selected project",
4
+ "desc": "",
5
5
  "ownership": "Ownership",
6
6
  "general": "General",
7
7
  "name": "Project Name",
@@ -24,7 +24,7 @@
24
24
  "consumerGroup": "Building Type",
25
25
  "constantVersion": "Standard Version",
26
26
  "landArea": "Land Area",
27
- "timeline": "Activity Timeline",
27
+ "timeline": "Project Activity Timeline",
28
28
  "location": "Geographical Location",
29
29
  "credits": "Credits",
30
30
  "certification": "Certification Details",
@@ -32,7 +32,8 @@
32
32
  "reject": "Reject",
33
33
  "revoke": "Revoke Certification",
34
34
  "cancel": "Cancel",
35
- "issue": "Issue",
35
+ "view": "View",
36
+ "issue": "Issue Credits",
36
37
  "remarks": "Remarks",
37
38
  "popupText": "You can’t undo this action",
38
39
  "rejectTitle": "Are you sure you want to reject the project",
@@ -130,16 +131,16 @@
130
131
  "programmeCost": "Project Cost (USD)",
131
132
  "ownershipPercentage": "Ownership Percentage",
132
133
  "programmeDocs": "Project Documents",
133
- "investments": "Financing",
134
- "investment": "Financing",
134
+ "investments": "Project Financing",
135
+ "investment": "Project Financing",
135
136
  "creditEst": "User Estimated Credits",
136
137
  "carbonPriceUSDPerTon": "Minimum Carbon Price: USD per ton (assuming no other revenue)",
137
- "ndcActions": "Activities",
138
+ "ndcActions": "Project Activities",
138
139
  "emissionsReductionExpected": "Emissions Reductions Expected",
139
140
  "emissionsReductionAchieved": "Emissions Reductions Achieved",
140
141
  "emissionsReductions": "Emissions Reductions {}",
141
- "addInvestment": "ADD FINANCING",
142
- "addAction": "ADD ACTIVITY",
142
+ "addInvestment": "ADD PROJECT FINANCING",
143
+ "addAction": "ADD PROJECT ACTIVITY",
143
144
  "ministryLevel": "Ministry Level",
144
145
  "environmentalAssessmentRegistrationNo": "Environmental Assessment Registration Number",
145
146
  "methodology": "Methodology",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "2.1.12-CARBON-Sprint-58.0",
3
+ "version": "2.1.12-CARBON-Sprint-58.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": {