@undp/carbon-library 1.0.156 → 1.0.157-CARBON-339.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. package/dist/cjs/index.js +46 -0
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/Components/Internationalization/i18n.d.ts +2 -0
  4. package/dist/cjs/types/Components/index.d.ts +1 -0
  5. package/dist/esm/index.js +46 -0
  6. package/dist/esm/index.js.map +1 -1
  7. package/dist/esm/types/Components/Internationalization/i18n.d.ts +2 -0
  8. package/dist/esm/types/Components/index.d.ts +1 -0
  9. package/dist/index.d.ts +1 -0
  10. package/dist/locales/i18n/addCompany/en.json +38 -0
  11. package/dist/locales/i18n/addProgramme/en.json +45 -0
  12. package/dist/locales/i18n/addUser/en.json +24 -0
  13. package/dist/locales/i18n/coBenifits/en.json +39 -0
  14. package/dist/locales/i18n/common/en.json +22 -0
  15. package/dist/locales/i18n/common/es.json +10 -0
  16. package/dist/locales/i18n/common/fr.json +10 -0
  17. package/dist/locales/i18n/company/en.json +22 -0
  18. package/dist/locales/i18n/companyProfile/en.json +43 -0
  19. package/dist/locales/i18n/creditTransfer/en.json +34 -0
  20. package/dist/locales/i18n/dashboard/en.json +71 -0
  21. package/dist/locales/i18n/dashboard/es.json +0 -0
  22. package/dist/locales/i18n/dashboard/fr.json +0 -0
  23. package/dist/locales/i18n/economic/en.json +35 -0
  24. package/dist/locales/i18n/environment/en.json +41 -0
  25. package/dist/locales/i18n/forgotPassword/en.json +9 -0
  26. package/dist/locales/i18n/genderParity/en.json +14 -0
  27. package/dist/locales/i18n/homepage/en.json +32 -0
  28. package/dist/locales/i18n/login/en.json +10 -0
  29. package/dist/locales/i18n/login/es.json +9 -0
  30. package/dist/locales/i18n/login/fr.json +9 -0
  31. package/dist/locales/i18n/mrvdashboard/en.json +29 -0
  32. package/dist/locales/i18n/mrvdashboard/es.json +0 -0
  33. package/dist/locales/i18n/mrvdashboard/fr.json +0 -0
  34. package/dist/locales/i18n/nav/en.json +11 -0
  35. package/dist/locales/i18n/ndcAction/en.json +89 -0
  36. package/dist/locales/i18n/passwordReset/en.json +10 -0
  37. package/dist/locales/i18n/programme/en.json +77 -0
  38. package/dist/locales/i18n/resetPassword/en.json +8 -0
  39. package/dist/locales/i18n/safeguards/en.json +73 -0
  40. package/dist/locales/i18n/social/en.json +41 -0
  41. package/dist/locales/i18n/user/en.json +16 -0
  42. package/dist/locales/i18n/userProfile/en.json +34 -0
  43. package/dist/locales/i18n/view/en.json +138 -0
  44. package/dist/locales/i18n/view/es.json +46 -0
  45. package/package.json +3 -1
@@ -0,0 +1,2 @@
1
+ import i18n from 'i18next';
2
+ export { i18n };
@@ -39,3 +39,4 @@ export * from "./Common/OrganisationStatus/organisationStatus";
39
39
  export * from "./Common/ProgrammeDocuments/programmeDocuments";
40
40
  export * from "./Common/UserRoleIcon/userRoleIcon";
41
41
  export * from "./Common/TimelineBody/timelineBody";
42
+ export * from "./Internationalization/i18n";
package/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  import React, { FC, ReactNode } from 'react';
2
2
  import { RcFile } from 'rc-upload/lib/interface';
3
+ export { default as i18n } from 'i18next';
3
4
  import { RawAxiosResponseHeaders, AxiosResponseHeaders, AxiosRequestConfig } from 'axios';
4
5
  import { BuildingType } from '@undp/carbon-credit-calculator';
5
6
 
@@ -0,0 +1,38 @@
1
+ {
2
+ "editCompany": "Edit Organisation",
3
+ "addNewCompany": "Add New Organisation",
4
+ "editCompanySub": "Edit Organisation information",
5
+ "addCompanySub": "Add a new organisation to the Carbon Registry",
6
+ "name": "Name",
7
+ "email": "Email",
8
+ "taxId": "VAT Registration #",
9
+ "website": "Website",
10
+ "companyLogo": "Organisation Logo",
11
+ "companyLogoWithType": "Organisation Logo (File Type : JPEG , PNG , SVG )",
12
+ "unsupportedFormat": "Unsupported file format!",
13
+ "maxUploadSize": "Maximum upload file size is 5MB!",
14
+ "role": "Role",
15
+ "certifier": "Certifier",
16
+ "programmeDeveleper": "Programme Develeoper",
17
+ "viewer": "Viewer",
18
+ "viewerToolTip": "Permitted to certify and revoke certifications of programmes",
19
+ "programmeDeveleperToolTip": "Permitted to own programmes and transfer carbon credits",
20
+ "phoneNo": "Phone Number",
21
+ "addresss": "Address",
22
+ "isRequired": "is required!",
23
+ "isInvalid": "is invalid!",
24
+ "next": "NEXT",
25
+ "back": "BACK",
26
+ "update": "UPDATE",
27
+ "submit": "SUBMIT",
28
+ "companyDetailsTitle": "Organisation Details",
29
+ "companyAdminDetailsTitle": "Organisation Admin Details",
30
+ "cancel": "CANCEL",
31
+ "companyAddedSuccess": "The organisation has been created successfully",
32
+ "companyUpdatedSuccess": "The organisation has been updated successfully ",
33
+ "companyRegisteredSuccess": "User registration request has been sent",
34
+ "errorInAddUser": "Error in adding user!",
35
+ "errorInUpdatingCompany": "Error in updating company!",
36
+ "region": "Region",
37
+ "national": "National"
38
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "addProgramme": "Add New Programme",
3
+ "addProgrammeSub": "Add New Programmes to the Transparency System",
4
+ "addProgramme1": "Programme Details",
5
+ "addProgramme2": "Programme Financing Sought",
6
+ "addProgramme3": "NDC Action Details",
7
+ "addProgramme4": "Co-Benefits",
8
+ "inNDC": "Included in NDC",
9
+ "inNDCToolTip": "Nationally Determined Contributions (NDC)",
10
+ "inNAP": "Included in NAP",
11
+ "inNAPToolTip": "National Adaptation Plan (NAP)",
12
+ "yes": "YES",
13
+ "no": "NO",
14
+ "proponentPercentValidation": "Total Organisation Percentage is invalid",
15
+ "programmeCreationSuccess": "The programme has been created successfully",
16
+ "title": "Title",
17
+ "externalId": "External ID",
18
+ "ghgCovered": "GHGs Covered",
19
+ "sector": "Sector",
20
+ "startTime": "Programme Start Date",
21
+ "designDoc": "Design Document",
22
+ "designDocTooltip": "Design a Project Document with the UNFCCC CDM Mechanism Tool Prototype",
23
+ "buyerCountryEligibility": "Buyer Country Eligibility",
24
+ "company": "Organisation",
25
+ "proponentPercentage": "Ownership Percentage",
26
+ "sectoralScope": "Sectoral Scope",
27
+ "endTime": "Programme End Date",
28
+ "ndcScope": "NDC Scope",
29
+ "geographicalLocation": "Geographical Location",
30
+ "next": "NEXT",
31
+ "estimatedProgrammeCostUSD": "Estimated Programme Cost (USD)",
32
+ "minViableCarbonPrice": "Minimum Carbon Price: USD per ton (assuming no other revenue)",
33
+ "creditEst": "Estimated Credits",
34
+ "sumbit": "SUBMIT",
35
+ "addAction": "ADD ACTION",
36
+ "back": "BACK",
37
+ "conditional": "CONDITIONAL",
38
+ "unConditional": "UNCONDITIONAL",
39
+ "endTimeVal": "End date cannot be earlier than the start date",
40
+ "invalidFileFormat": "Unsupported file format",
41
+ "duplicateOrg": "This organisation is already selected!",
42
+ "isRequired": "is required!",
43
+ "environmentalImpactAssessment": "Environmental Impact Assessment",
44
+ "environmentalAssessmentRegistrationNo": "Environmental Assessment Registration Number"
45
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "editUser": "Edit User",
3
+ "addNewUser": "Add New User",
4
+ "editUserSub": "Edit the user information",
5
+ "addUserSub": "Add new users to the Carbon Registry for your organisation",
6
+ "name": "Name",
7
+ "email": "Email",
8
+ "role": "Role",
9
+ "admin": "Admin",
10
+ "manager": "Manager",
11
+ "viewer": "Viewer",
12
+ "phoneNo": "Phone Number",
13
+ "isRequired": "is required!",
14
+ "isInvalid": "is invalid!",
15
+ "update": "UPDATE",
16
+ "submit": "SUBMIT",
17
+ "addUserSuccess": "The user has been created successfully",
18
+ "addUserError": "Error in adding user!",
19
+ "updateUserSuccess": "The user account has been updated successfully",
20
+ "updateUserError": "Error in updating user!",
21
+ "adminToolTip": "Full access to all permitted functions",
22
+ "managerToolTip": "Access to all permitted functions except user management",
23
+ "viewerToolTip": "Read-only access to all permitted functionalities"
24
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "sdgGoals": "SDG Goals",
3
+ "genderPart": "Gender Parity",
4
+ "safeguards": "Safeguards",
5
+ "environmental": "Environmental",
6
+ "social": "Social",
7
+ "economic": "Economic",
8
+ "assessment": "Assessment",
9
+ "assessmentIsThirdPartyVerified": "Has an independent third party (environmental auditor, voluntary standards organization, designated operational entity etc.) verified the statements made in the SD description you are about to submit?",
10
+ "assesmentIsWillingToVerified": "Are you willing to have an independent third party verify the statements made in the SD description you are about to submit?",
11
+ "assesmentIsThePersonListed": "Are you the person listed in the latest version of the form Modalities of Communication statement (F-CDM-MOC) for this project?",
12
+ "assessmentTitle": "Title",
13
+ "assessmentFirstName": "First Name",
14
+ "assessmentLastName": "Last Name",
15
+ "assessmentOrganisation": "Organisation",
16
+ "assessmentTelephone": "Telephone Number",
17
+ "assessmentEmail": "Email Address",
18
+ "assessmentAffiliationCDM": "Affiliation to CDM",
19
+ "assessmentStudyName": "Study Name",
20
+ "assessmentFunder": "Funder",
21
+ "assessmentDocuments": "Documents",
22
+ "isRequired": "is required",
23
+ "n/a": "N/A",
24
+ "yes": "YES",
25
+ "no": "NO",
26
+ "back":"BACK",
27
+ "submit":"SUBMIT",
28
+ "verifyingOrgNamelbl":"Name or type of verifying organisation or any other relevant information",
29
+ "information":"information",
30
+ "verifyingDetailslbl":"Details",
31
+ "specify":"Specify",
32
+ "contactInformation":"Contact Information",
33
+ "feasibilityReport":"Feasibility Report",
34
+ "invalidFileFormat": "Unsupported file format",
35
+ "email": "Email",
36
+ "isInvalid": "is invalid!"
37
+ }
38
+
39
+
@@ -0,0 +1,22 @@
1
+ {
2
+ "submit": "Submit",
3
+ "name": "Name",
4
+ "email": "Email",
5
+ "pwd": "Password",
6
+ "login": "Sign In",
7
+ "signUp": "Sign Up",
8
+ "language": "Language",
9
+ "company": "Organisations",
10
+ "edit": "EDIT",
11
+ "isRequired": "is required!",
12
+ "isInvalid": "is invalid!",
13
+ "sessionExpiredErrorMsg": "Your session has expired, Please log in again to continue working.",
14
+ "backto": "Back to",
15
+ "signIn": "Sign In",
16
+ "loginFailed": "Login failed",
17
+ "networkError": "Network error. Please check your internet connection and try again.",
18
+ "systemError": "Something went wrong. Please try again.",
19
+ "maxSizeVal": "Maximum upload file size is 5MB",
20
+ "approve": "APPROVE",
21
+ "reject": "REJECT"
22
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "submit": "Enviar",
3
+ "name": "Nombre",
4
+ "email": "Correo electrónico",
5
+ "pwd": "Contraseña",
6
+ "login": "Registrarse",
7
+ "signUp": "Inscribirse",
8
+ "language": "Idioma",
9
+ "nigeria": "República Federal de Nigeria"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "submit": "Nous faire parvenir",
3
+ "name": "Nom",
4
+ "email": "E-mail",
5
+ "pwd": "Mot de passe",
6
+ "login": "S'identifier",
7
+ "signUp": "S'inscrire",
8
+ "language": "Langue",
9
+ "nigeria": "République fédérale du Nigéria"
10
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "developer": "Developer",
3
+ "name": "ORGANISATION NAME",
4
+ "taxId": "TAX ID",
5
+ "filterByOrgType": "Filter by Organisation Type",
6
+ "companyRole": "ORGANISATION TYPE",
7
+ "companyState": "STATUS",
8
+ "viewCompanies": "View Organisations",
9
+ "viewDesc": "View all the visible organisations in the system based on your permissions",
10
+ "addCompany": "Add organisation",
11
+ "numberOfProgrammes": "NUMBER OF PROGRAMMES",
12
+ "creditBalance": "CREDIT BALANCE",
13
+ "date": "Date",
14
+ "getCompanyError": "Error in getting company",
15
+ "filterByCompany": "Filter by Organisation Type",
16
+ "gov": "Government",
17
+ "certifier": "Certifier",
18
+ "all": "All",
19
+ "searchMail": "Search by email",
20
+ "searchName": "Search by name",
21
+ "min": "Ministry"
22
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "title": "Organisation Details",
3
+ "subTitle": "View the details of the selected organisation",
4
+ "deauthorise": "DEACTIVATE",
5
+ "reActivate": "REACTIVATE",
6
+ "approve": "APPROVE",
7
+ "reject": "REJECT",
8
+ "organisationDetailsHeading": "Organisation Details",
9
+ "name" : "Name",
10
+ "taxId" : "VAT Registration #",
11
+ "paymentId" : "Registration Payment ID",
12
+ "companyRole": "Role",
13
+ "email" : "Email",
14
+ "phoneNo" : "Phone",
15
+ "website" : "Website",
16
+ "address" : "Address",
17
+ "creditBalance":"Credit Balance",
18
+ "programmeCount":"Number of Programmes",
19
+ "deauthoriseConfirmHeaderText": "Are you sure you want to deactivate this organisation?",
20
+ "deauthoriseConfirmText":"Organisation will still be visible but no further action will be able to take place.\n Note: all users associated with the organisation will also be deactivated.",
21
+ "activeStatus": "Active",
22
+ "deauthorisedStatus": "Deactivated",
23
+ "pendingStatus": "Pending",
24
+ "rejectedStatus": "Rejected",
25
+ "remarks": "Remarks",
26
+ "deauthorisationSuccess": "Company deactivated successfully!",
27
+ "reActivateConfirmHeaderText": "Are you sure you want to reactivate this organisation?",
28
+ "reActivateConfirmText": "Note: all users associated with the organisation will also be reactivated.",
29
+ "reactivationSuccess": "Company reactivated successfully!",
30
+ "region": "Region",
31
+ "ministerName": "Name of the Minister",
32
+ "sectoralScope": "Sectoral Scope",
33
+ "approveConfirmHeaderText": "Are you sure you want to authorise this organisation?",
34
+ "approveConfirmText": "You can't undo this action",
35
+ "approvedSuccessfully": "The Organisation was approved successfully",
36
+ "rejectConfirmHeaderText": "Are you sure you want to reject this organisation?",
37
+ "rejectConfirmText": "You can't undo this action",
38
+ "rejectedSuccessfully": "The Organisation was rejected successfully",
39
+ "adminDetailsHeading": "Organisation Admin Details",
40
+ "adminName": "Name",
41
+ "adminEmail": "Email",
42
+ "adminPhone": "Phone"
43
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "viewCreditsTransfers": "Transfers",
3
+ "desc": "View the transfers in the Carbon Registry based on your permissions",
4
+ "requestID": "REQUEST ID",
5
+ "certifier": "CERTIFIER",
6
+ "initiator": "INITIATOR",
7
+ "date": "DATE",
8
+ "pName": "PROGRAMME NAME",
9
+ "sector": "SECTOR",
10
+ "cSender": "CREDIT SENDER",
11
+ "cReceiver": "CREDIT RECEIVER",
12
+ "cRequested": "CREDIT REQUESTED",
13
+ "cBalance": "CREDIT BALANCE",
14
+ "status": "STATUS",
15
+ "noTransfer": "No Transfers Available",
16
+ "cancelTitle": "Are you sure you want to cancel this request?",
17
+ "rejectTitle": "Are you sure you want to reject this request?",
18
+ "acceptTitle": "Accept Transfer Request",
19
+ "proceed": "Proceed",
20
+ "cancel": "Cancel",
21
+ "reject": "Reject",
22
+ "recognise": "Recognise",
23
+ "notrecognise": "Not Recognise",
24
+ "accept": "Accept",
25
+ "recogniseTitle": "Retire Credits",
26
+ "notRecogniseTitle": "Are you sure you do not want to recognise this international transfer retire request?",
27
+ "laccount": "Government Local Account",
28
+ "iaccount": "Government International Account",
29
+ "transferReqApproved": "The transfer request has been accepted successfully",
30
+ "internationalTranferReqAccepted": "The international transfer retire request has been accepted successfully",
31
+ "internationalTransferReqRejected": "The international transfer retire request has been rejected successfully",
32
+ "internationalTransferReqCancelled": "The international transfer retire request has been cancelled successfully",
33
+ "allTransfersPausedLabelTxt": "All transfers are currently paused"
34
+ }
@@ -0,0 +1,71 @@
1
+ {
2
+ "today": "Today",
3
+ "last7": "Last 7 days",
4
+ "last14": "Last 14 days",
5
+ "overall": "OVERALL",
6
+ "mine": "MINE",
7
+ "auth": "Authorised",
8
+ "rejected": "Rejected",
9
+ "pending": "Pending",
10
+ "programmesPending": "Programmes Pending",
11
+ "trasnferReqReceived": "Pending Transfers Received",
12
+ "trasnferReqInit": "Pending Transfers Sent",
13
+ "programmesUnCertified": "Programmes Certifiable",
14
+ "programmesCertified": "Programmes Certified",
15
+ "creditBal": "Credit Balance",
16
+ "creditCertified": "Credits Certified",
17
+ "programmes": "Programmes",
18
+ "credits": "Credits",
19
+ "certifiedCredits": "Certified Credits",
20
+ "totalProgrammes": "Total Programmes",
21
+ "totalProgrammesSector": "Total Programmes: Sector",
22
+ "totalCredits": "Total Credits",
23
+ "totalCreditsCertified": "Total Credits Certified",
24
+ "programmeLocations": "Programme Locations",
25
+ "trasnferLocations": "Transfer Locations International",
26
+ "tTprogrammespendingGoverment": "Pending state programmes awaiting authorisation",
27
+ "tTTransferReqSentGovernment": "Pending credit transfer requests sent to programme owners initiated by your organisation",
28
+ "tTCreditBalanceGovernment": "Total credit balance owned by your organisation",
29
+ "tTProgrammesGoverment": "Number of programmes created during the specified period and their programme state in the carbon registry at present",
30
+ "tTCreditsGovernment": "Number of credits of authorised programmes created during the specified period and their credit state in the carbon registry at present",
31
+ "tTCertifiedCreditsGovernment": "Number of credits of programmes created during the specified period, uncertified, certified and revoked in the carbon registry at present",
32
+ "tTTotalProgrammesGovernment": "Graphical representation of the number of programmes created during the specified period in each programme state in the carbon registry at present",
33
+ "tTTotalProgrammesSectorGovernment": "Graphical representation of the number of programmes in each programme sector created during the specified time in the carbon registry",
34
+ "tTTotalCreditsGovernment": "Graphical representation of the number of credits of programmes created during the specified period in each credit state in the carbon registry at present",
35
+ "tTTotalCreditsCertifiedGovernment": "Graphical representation of the number of credits of programmes created during the specified period certified, uncertified and revoked in the carbon registry at present",
36
+ "tTProgrammeLocationsGovernment": " Locations of the programmes created during the specified period and their programme states in the carbon registry at present",
37
+ "tTTransferLocationsGovernment": "Locations of credits of international transfer requests recognised during the specified period",
38
+ "tTTransferReqRecProgrammeDev": "Pending credit transfer requests received by your organisation",
39
+ "tTTransferReqInitProgrammeDev": "Pending local credit transfer requests initiated by your organisation",
40
+ "tTCreditBalanceProgrammeDev": "Total credit balance owned by your organisation",
41
+ "tTProgrammesProgrammeDev": "Number of programmes created during the specified period and their programme state in the carbon registry at present, owned by your organisation",
42
+ "tTCreditsProgrammeDev": "Number of credits of authorised programmes created during the specified period and their credit state in the carbon registry at present, owned by your organisation",
43
+ "tTCertifiedCreditsProgrammeDev": "Number of credits of programmes created during the specified period, uncertified, certified and revoked in the carbon registry at present, owned by your organisation",
44
+ "tTTotalProgrammesProgrammeDev": "Graphical representation of the number of programmes created during the specified period, owned by your organisation, in each programme state in the carbon registry at present",
45
+ "tTTotalProgrammesSecProgrammeDev": "Graphical representation of the number of programmes owned by your organisation, in each programme sector created during the specified time in the carbon registry",
46
+ "tTTotalCreditsProgrammeDev": "Graphical representation of the number of credits of programmes created during the specified period, owned by your organisation, in each credit state in the carbon registry at present",
47
+ "tTTotalCertifiedCreditsProgrammeDev": "Graphical representation of the number of credits of programmes created during the specified period, owned by your organisation, certified, uncertified and revoked in the carbon registry at present",
48
+ "tTProgrammeLocationsProgrammeDev": "Locations of the programmes created during the specified period, owned by your organisation, and their programme states in the carbon registry at present",
49
+ "tTTrasnferLocationsProgrammeDev": "Locations of credits international transfer requests of programmes owned by your organisation recognised during the specified period",
50
+ "tTProgrammesUnCertiCertifier": "Number of programmes not yet certified including certificates revoked by your organisation",
51
+ "tTProgrammesCertiCertifier": "Number of programmes certified by your organisation",
52
+ "tTCreditCertifiedCertifier": "Number of credits certified by your organisation",
53
+ "tTProgrammesCertifierMine": "Number of programmes created during the specified period, certified by your organisation, and their programme state in the carbon registry at present",
54
+ "tTCreditsCertifierMine": "Number of credits of authorised programmes created during the specified period, certified by your organisation and their credit state in the carbon registry at present",
55
+ "tTCertifiedCreditsCertifierMine": "Number of credits of programmes created during the specified period, certified by your organisation, uncertified, certified and revoked in the carbon registry at present",
56
+ "tTTotalProgrammesCertifierMine": "Graphical representation of the number of programmes in each programme sector created during the specified time, certified by your company, in the carbon registry",
57
+ "tTTotalProgrammesSecCertifierMine": "Graphical representation of the number of programmes in each programme sector created during the specified time, certified by your company, in the carbon registry",
58
+ "tTTotalCreditsCertifierMine": "Graphical representation of the number of credits of programmes created during the specified period, certified by your organisation, in each credit state in the carbon registry at present",
59
+ "tTTotalCertifiedCreditsCertifierMine": "Graphical representation of the number of credits of programmes certified, uncertified and revoked by your organisation, spread over the specified time",
60
+ "tTProgrammeLocationsCertifierMine": "Locations of the programmes created during the specified period, certified by your organisation, and their programme states in the carbon registry at present",
61
+ "tTTrasnferLocationsCertifierMine": "Locations of credits of international transfer requests of programmes certified by your organisation recognised during the specified period",
62
+ "tTProgrammesCertifierOverall": "Number of programmes created during the specified period and their programme state in the carbon registry at present",
63
+ "tTCreditsCertifierOverall": "Number of credits of authorised programmes created during the specified period and their credit state in the carbon registry at present",
64
+ "tTCertifiedCreditsCertifierOverall": "Number of credits of programmes created during the specified period, uncertified, certified and revoked in the carbon registry at present",
65
+ "tTTotalProgrammesCertifierOverall": "Graphical representation of the number of programmes created during the specified period in each programme state in the carbon registry at present",
66
+ "tTTotalProgrammesSecCertifierOverall": "Graphical representation of the number of programmes in each programme sector created during the specified time in the carbon registry",
67
+ "tTTotalCreditsCertifierOverall": "Graphical representation of the number of credits of programmes created during the specified period in each credit state in the carbon registry at present",
68
+ "tTTotalCertifiedCreditsCertifierOverall": "Graphical representation of the number of credits of programmes created during the specified period certified, uncertified and revoked in the carbon registry at present",
69
+ "tTProgrammeLocationsCertifierOverall": "Locations of the programmes created during the specified period and their programme states in the carbon registry at present",
70
+ "tTTrasnferLocationsCertifierOverall": "Locations of credits of international transfer requests recognised during the specified period"
71
+ }
File without changes
File without changes
@@ -0,0 +1,35 @@
1
+ {
2
+ "yes": "YES",
3
+ "no": "NO",
4
+ "na": "N/A",
5
+ "growth": "Growth",
6
+ "energy": "Energy",
7
+ "techTransfer": "Technology transfer",
8
+ "balanceOfPayments": "Balance of Payments",
9
+ "furtherInfo": "Further Information",
10
+ "growthQ1": "Does the activity support economic development and/or stability?",
11
+ "growthQ2": "New economic investment as result of the project",
12
+ "growthQ3": "Initiation of new industrial/commercial activities",
13
+ "growthQ4": "Establishment and maintenance of new infrastructure",
14
+ "growthQ5": "Enhancement of productivity of existing production",
15
+ "growthQ6": "Reduction of costs of production or services",
16
+ "growthQ7": "Creation of new business opportunities",
17
+ "growthQ8": "Other economic benefits",
18
+ "energyQ1": "Does the activity improve energy availability and/or access?",
19
+ "energyQ2": "Improved coverage/availability of supply of energy (e.g. distribution, hours of the day)",
20
+ "energyQ3": "Improved access to energy (e.g. points of delivery)",
21
+ "energyQ4": "Affordability and/or reliability of energy",
22
+ "energyQ5": "Other improvements to energy",
23
+ "techTransferQ1": "Does the activity result in a change in technology?",
24
+ "techTransferQ2": "Introduction, development and diffusion of imported technology?",
25
+ "techTransferQ3": "Introduction, development and diffusion of new local technology?",
26
+ "techTransferQ4": "Adaptation of new viable technologies to local circumstances?",
27
+ "techTransferQ5": "Activities that build usable know-how for a technology?",
28
+ "techTransferQ6": "Other technological benefits",
29
+ "balanceOfPaymentsQ1": "Does the activity contribute to improving the country's balance of payments?",
30
+ "balanceOfPaymentsQ2": "Reduction of the dependency on foreign sources of energy",
31
+ "balanceOfPaymentsQ3": "Other macroeconomic benefits",
32
+ "furtherInfoQ1": "Do you have any further information that highlights the sustainable development co-benefits of the activity?",
33
+ "isRequired": "is required!"
34
+ }
35
+
@@ -0,0 +1,41 @@
1
+ {
2
+ "yes": "YES",
3
+ "no": "NO",
4
+ "na": "N/A",
5
+ "air": "Air",
6
+ "land": "Land",
7
+ "water": "Water",
8
+ "naturalResource": "Natural Resources",
9
+ "airQ1": "Does the activity improve air quality in the area?",
10
+ "airQ2": "Reducing level/frequency/time of SOx (sulphur oxides) emissions?",
11
+ "airQ3": "Reducing level/frequency/time of fly ash emissions?",
12
+ "airQ4": "Reducing level/frequency/time of SPM (Suspended Particulate Matter) emissions?",
13
+ "airQ5": "Reducing level/frequency/time of NMVOCs (Non Methane Volatile Organic Compounds)?",
14
+ "airQ6": "Reducing level/frequency/time of noise?",
15
+ "airQ7": "Reducing level/frequency/time of odours?",
16
+ "airQ8": "Reducing level/frequency/time of dust?",
17
+ "airQ9": "Other air quality improvements?",
18
+ "landQ1": "Does the activity improve the soil quality and/or avoid soil pollution,waste disposal?",
19
+ "landQ2": "Prevention of pollution from end-of-life products/equipment (solid waste)?",
20
+ "landQ3": "Production/use of compost?",
21
+ "landQ4": "Production/use of manure, mineral fertilizer or other soil nutrients?",
22
+ "landQ5": "Use of irrigation?",
23
+ "landQ6": "Use of measures to prevent soil erosion?",
24
+ "landQ7": "Practice minimum tillage?",
25
+ "landQ8": "Other means to improve land quality?",
26
+ "waterQ1": "Does the activity improve water in the area?",
27
+ "waterQ2": "Improved management and or control of waste water?",
28
+ "waterQ3": "Saving and/or conservation of water?",
29
+ "waterQ4": "Reliable and accessible water supply though improved or new distribution?",
30
+ "waterQ5": "Safe potable water through purification or a cleaner supply?",
31
+ "waterQ6": "Improved ecological state of water bodies?",
32
+ "waterQ7": "Other means to improve water?",
33
+ "naturalResourceQ1": "Does the activity protect or enhance depletable natural resources?",
34
+ "naturalResourceQ2": "Mineral resources",
35
+ "naturalResourceQ3": "Plant life (e.g. plant habitats)",
36
+ "naturalResourceQ4": "Species diversity (e.g. animals, insects, birds)",
37
+ "naturalResourceQ5": "Forests",
38
+ "naturalResourceQ6": "Other depletable natural resources (enhanced/protected)",
39
+ "isRequired": "is required!"
40
+ }
41
+
@@ -0,0 +1,9 @@
1
+ {
2
+ "forgot-pwd-title": "Account Recovery",
3
+ "submit": "Submit",
4
+ "forgot-pwd-sub": "Please enter the email used to sign into the Carbon Registry",
5
+ "note-1": "We will email you instructions for setting your password if an account exists with the email you entered.",
6
+ "note-2": "If you don’t receive an email, please make sure you have entered the address connected to the Carbon Registry account and check your spam folder.",
7
+ "note": "Note",
8
+ "emailSent": "An email was sent!"
9
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "yes": "YES",
3
+ "no": "NO",
4
+ "benifit1": "Does the action contribute to ending discrimination against girls/women (e.g.Non-discrimination of employment based on sex)?",
5
+ "benifit2": "Does the action contribute to ending violence against girls/women (e.g.trafficking or sexual exploitation)?",
6
+ "benifit3": "Does the action contribute to ending harmful practices against girls / women (e.g.Child marriage, genital mutilation etc.)?",
7
+ "benifit4": "Does the action contribute to promoting equal rights to economic resources to women (e.g.ownership of land)?",
8
+ "benifit5": "Does the action contribute to promoting equal rights to reproductive health and reproductive rights (e.g. use of contraceptives, access to health services etc.)?",
9
+ "benifit6": "Number of women employed under the action",
10
+ "benifit7": "Number of women trained under the action",
11
+ "benifit8": "Number of women selected for decision making position (e.g. senior managers, community leaders, etc.)",
12
+ "benifit9": "Number of women provided with access to modern technology and/or finance (e.g. microfinance, mobile phones etc.)"
13
+ }
14
+
@@ -0,0 +1,32 @@
1
+ {
2
+ "aboutustitle":"Join us in this transformative journey towards a greener, more sustainable future.",
3
+ "aboutusline1":"Our vision is to invigorate green projects by facilitating their access to international carbon market funding through our robust carbon registry. This platform empowers project developers to harness vital funds that drive environmental innovation, while buyers of carbon credits gain access to a credible, transparent marketplace for their climate action efforts. Ultimately, the registry is a catalyst for our nation's shift towards a sustainable future, enabling us to reduce greenhouse gas emissions, foster a cleaner environment, and promote socio-economic development.",
4
+ "aboutusline2":"When you join our National Carbon Registry, you become part of a meaningful movement for change. For project developers, this platform could be your gateway to funding, offering a space to connect with potential buyers of your carbon credits. For buyers, this is your one-stop-shop to find a broad selection of certified credits, contributing towards your carbon neutral goals. By becoming a member, you are joining a community committed to fostering a healthier environment and a sustainable future for our country.",
5
+ "aboutusline3":"The National Carbon Registry is our commitment to transparency and integrity in the carbon market. It's a platform designed to facilitate fair and secure transactions of carbon credits. Our aim is to instill confidence in the market and ensure that everyone's contributions towards reducing greenhouse gases are validated and make a real impact. Together, we can effectively combat climate change and pave the way towards a cleaner, more sustainable future for our country. The concept for our National Carbon Registry evolved out of a need for improved carbon credit management. Under the Paris Agreement, an international consensus was reached acknowledging the crucial role of carbon markets in tackling climate change. But, it was evident that an organized, transparent system was required to facilitate these exchanges.",
6
+ "Keyfeatures":"Key Features",
7
+ "eligibilitybody":"The national carbon registry should be adapted to the national context while following below principles.",
8
+ "lorem":"DEMONSTRATION WEBSITE",
9
+ "analytic":"Transparency & Traceability",
10
+ "analyticbody":"Our national carbon registry provides full transparency and traceability of carbon credits, ensuring every credit is accurately recorded, independently verified, and uniquely identifiable, giving you complete confidence in your climate action efforts.",
11
+ "carboncal":"Streamlined Access",
12
+ "carboncalbody":"With our easy-to-navigate platform, you can efficiently explore, validate, and engage with a diverse range of verified green projects, simplifying your access to global carbon markets.",
13
+ "serialgen":"Socio-Economic Impact",
14
+ "serialgenbody":"Our carbon registry not only showcases projects that reduce greenhouse gases, but also those that deliver substantial social and economic benefits, allowing you to contribute to a sustainable and resilient future for our nation.",
15
+ "eligibility":"Principles",
16
+ "eliglist1":"Scope: The Registry should encompass all significant greenhouse gas emissions and removals happening in the country, covering all sectors and gases.",
17
+ "eliglist2":"Transparency: The Registry should make the information about emissions and removals publicly available, fostering understanding, trust, and participation among all stakeholders",
18
+ "eliglist3":"Consistency: The registry should align with internationally agreed accounting rules, methodologies, and guidelines, particularly the ones provided by the Intergovernmental Panel on Climate Change (IPCC).",
19
+ "eliglist4":"Integrity: The registry's data and procedures should be subject to regular review and validation by an independent party to ensure its accuracy and credibility.",
20
+ "resource" :"Resources",
21
+ "reslist1":"Sample Letter of Intent",
22
+ "reslist2":"Article 6.2 Initial report template.",
23
+ "reslist3":"Regular Information Template.",
24
+ "footertext1":"National Carbon Registry: This is a demo. Countries may wish to add a tagline here.",
25
+ "antarctic":"CountryX",
26
+ "Cookie":"Cookie Policy",
27
+ "codeconduct":"Code of Conduct",
28
+ "terms":"Terms of Use",
29
+ "privacy":"Privacy Policy",
30
+ "help": "Help"
31
+
32
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "carbon": "NATIONAL",
3
+ "credit": "CARBON REGISTRY",
4
+ "management": "DEMO",
5
+ "welcome": "Welcome",
6
+ "welcome-back": "Welcome Back",
7
+ "register-acc": "Need an account?",
8
+ "forgot-pwd": "Forgot Password",
9
+ "register-here": "Register here"
10
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "carbon": "Carbón",
3
+ "credit": "Crédito",
4
+ "management": "Administración",
5
+ "welcome": "Bienvenidas",
6
+ "welcome-back": "Bienvenido de nuevo",
7
+ "register-acc": "Aún no tienes una cuenta",
8
+ "forgot-pwd": "Has olvidado tu contraseña"
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "carbon": "Carbone",
3
+ "credit": "Le crédit",
4
+ "management": "La gestion",
5
+ "welcome": "Bienvenue",
6
+ "welcome-back": "Content de te revoir",
7
+ "register-acc": "Vous n'avez pas encore de compte",
8
+ "forgot-pwd": "Mot de passe oublié"
9
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "today": "Today",
3
+ "last7": "Last 7 days",
4
+ "last14": "Last 14 days",
5
+ "overall": "OVERALL",
6
+ "ndcType": "NDC Actions: Type",
7
+ "ndcTypeTT": "Graphical representation of the number of NDC actions under each NDC action type at present in programmes created in the transparency system during the specified time",
8
+ "ndcTypeTTMy": "Graphical representation of the number of NDC actions under each NDC action type at present in programmes, owned by your organisation, created in the transparency system during the specified time",
9
+ "ndcSector": "NDC Actions: Sector",
10
+ "ndcSectorTT": "Graphical representation of the number of NDC actions under each programme sector at present in programmes created in the transparency system during the specified time",
11
+ "ndcSectorTTMy": "Graphical representation of the number of NDC actions under each programme sector at present in programmes, owned by your organisation, created in the transparency system during the specified time",
12
+ "creditsSector": "Credit Estimated",
13
+ "creditsSectorTT": "Graphical representation of the number of credits estimated under each programme sector at present in programmes created in the transparency system during the specified time",
14
+ "creditsSectorTTMy": "Graphical representation of the number of credits estimated under each programme sector at present in programmes, owned by your organisation, created in the transparency system during the specified time",
15
+ "totalInvestment": "Total Investment",
16
+ "totalInvestmentTT": "Graphical representation of the total amount of investments under each investment type at present in programmes created in the transparency system during the specified time",
17
+ "totalInvestmentTTMy": "Graphical representation of the total amount of investments under each investment type, made to programmes owned by your organisation at present, created in the transparency system during the specified time",
18
+ "programmeLocation": "Programme Locations",
19
+ "programmeLocationTT": "Locations of programmes created in the transparency system during the specified time with their programme states at present",
20
+ "programmeLocationTTMy": "Locations of programmes, owned by your organisation, created in the transparency system during the specified time with their programme states at present",
21
+ "investLocations": "Investments Locations",
22
+ "investLocationsTT": "Locations of the investors' organisation with the number of investments under each investment type at present in programmes created in the transparency system during the specified time",
23
+ "investLocationsTTMy": "Locations of the investors' organisation with the number of investments under each investment type made to programmes owned by your organisation at present, created in the transparency system during the specified time",
24
+ "titleEmission": "Emissions Reductions",
25
+ "titleEmissionTT": "Amount of emission reductions expected and achieved by programmes created in the transparency system during the specified time, at present",
26
+ "titleEmissionTTMy": "Amount of emission reductions expected and achieved by programmes, owned by your organisation, created in the transparency system during the specified time, at present",
27
+ "emissionExpected": "Expected",
28
+ "emissionEAchieved": "Achieved"
29
+ }
File without changes
File without changes