@undp/carbon-library 1.0.175-CARBON-347.4 → 1.0.175-CARBON-347.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (105) hide show
  1. package/dist/cjs/index.js +803 -358
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/Components/Common/CoBenifits/coBenifits.d.ts +0 -1
  4. package/dist/cjs/types/Components/Common/Models/programmeRetireForm.d.ts +0 -1
  5. package/dist/cjs/types/Components/Common/Models/programmeTransferForm.d.ts +0 -1
  6. package/dist/cjs/types/Components/Common/NdcActionBody/ndcActionBody.d.ts +0 -2
  7. package/dist/cjs/types/Components/Common/ProgrammeDocuments/programmeDocuments.d.ts +0 -2
  8. package/dist/cjs/types/Components/RegistryDashboard/programmeRejectAndTransferComponent.d.ts +1 -0
  9. package/dist/cjs/types/Context/ConnectionContext/connectionContext.d.ts +8 -0
  10. package/dist/cjs/types/Context/SettingsContext/settingsContext.d.ts +10 -0
  11. package/dist/cjs/types/Context/UserInformationContext/userInformationContext.d.ts +6 -0
  12. package/dist/cjs/types/Context/index.d.ts +3 -0
  13. package/dist/cjs/types/Definitions/Definitions/connectionContext.definitions.d.ts +1 -0
  14. package/dist/cjs/types/Definitions/Entities/programmeTransfer.d.ts +1 -0
  15. package/dist/cjs/types/Storybook/AddNewCompanyComponent.stories.d.ts +12 -0
  16. package/dist/cjs/types/Storybook/AddNewUserComponent.stories.d.ts +12 -0
  17. package/dist/cjs/types/Storybook/Decorators/AddNewCompanyI18nDecorator.d.ts +2 -0
  18. package/dist/cjs/types/Storybook/Decorators/AddNewUserI18nDecorator.d.ts +2 -0
  19. package/dist/cjs/types/Storybook/Decorators/ConnectionContextDecorator.d.ts +2 -0
  20. package/dist/cjs/types/index.d.ts +1 -0
  21. package/dist/esm/index.js +797 -360
  22. package/dist/esm/index.js.map +1 -1
  23. package/dist/esm/types/Components/Common/CoBenifits/coBenifits.d.ts +0 -1
  24. package/dist/esm/types/Components/Common/Models/programmeRetireForm.d.ts +0 -1
  25. package/dist/esm/types/Components/Common/Models/programmeTransferForm.d.ts +0 -1
  26. package/dist/esm/types/Components/Common/NdcActionBody/ndcActionBody.d.ts +0 -2
  27. package/dist/esm/types/Components/Common/ProgrammeDocuments/programmeDocuments.d.ts +0 -2
  28. package/dist/esm/types/Components/RegistryDashboard/programmeRejectAndTransferComponent.d.ts +1 -0
  29. package/dist/esm/types/Context/ConnectionContext/connectionContext.d.ts +8 -0
  30. package/dist/esm/types/Context/SettingsContext/settingsContext.d.ts +10 -0
  31. package/dist/esm/types/Context/UserInformationContext/userInformationContext.d.ts +6 -0
  32. package/dist/esm/types/Context/index.d.ts +3 -0
  33. package/dist/esm/types/Definitions/Definitions/connectionContext.definitions.d.ts +1 -0
  34. package/dist/esm/types/Definitions/Entities/programmeTransfer.d.ts +1 -0
  35. package/dist/esm/types/Storybook/AddNewCompanyComponent.stories.d.ts +12 -0
  36. package/dist/esm/types/Storybook/AddNewUserComponent.stories.d.ts +12 -0
  37. package/dist/esm/types/Storybook/Decorators/AddNewCompanyI18nDecorator.d.ts +2 -0
  38. package/dist/esm/types/Storybook/Decorators/AddNewUserI18nDecorator.d.ts +2 -0
  39. package/dist/esm/types/Storybook/Decorators/ConnectionContextDecorator.d.ts +2 -0
  40. package/dist/esm/types/index.d.ts +1 -0
  41. package/dist/index.d.ts +22 -8
  42. package/dist/locales/i18n/addCompany/en.json +38 -0
  43. package/dist/locales/i18n/addCompany/es.json +36 -0
  44. package/dist/locales/i18n/addCompany/fr.json +36 -0
  45. package/dist/locales/i18n/addProgramme/en.json +45 -0
  46. package/dist/locales/i18n/addUser/en.json +24 -0
  47. package/dist/locales/i18n/addUser/es.json +24 -0
  48. package/dist/locales/i18n/addUser/fr.json +24 -0
  49. package/dist/locales/i18n/coBenifits/en.json +39 -0
  50. package/dist/locales/i18n/common/en.json +22 -0
  51. package/dist/locales/i18n/common/es.json +21 -0
  52. package/dist/locales/i18n/common/fr.json +21 -0
  53. package/dist/locales/i18n/company/en.json +24 -0
  54. package/dist/locales/i18n/company/es.json +23 -0
  55. package/dist/locales/i18n/company/fr.json +23 -0
  56. package/dist/locales/i18n/companyProfile/en.json +45 -0
  57. package/dist/locales/i18n/companyProfile/es.json +42 -0
  58. package/dist/locales/i18n/companyProfile/fr.json +42 -0
  59. package/dist/locales/i18n/creditTransfer/en.json +34 -0
  60. package/dist/locales/i18n/creditTransfer/es.json +34 -0
  61. package/dist/locales/i18n/creditTransfer/fr.json +34 -0
  62. package/dist/locales/i18n/dashboard/en.json +94 -0
  63. package/dist/locales/i18n/dashboard/es.json +71 -0
  64. package/dist/locales/i18n/dashboard/fr.json +71 -0
  65. package/dist/locales/i18n/economic/en.json +35 -0
  66. package/dist/locales/i18n/environment/en.json +41 -0
  67. package/dist/locales/i18n/forgotPassword/en.json +9 -0
  68. package/dist/locales/i18n/forgotPassword/es.json +9 -0
  69. package/dist/locales/i18n/forgotPassword/fr.json +9 -0
  70. package/dist/locales/i18n/genderParity/en.json +14 -0
  71. package/dist/locales/i18n/homepage/en.json +33 -0
  72. package/dist/locales/i18n/homepage/es.json +30 -0
  73. package/dist/locales/i18n/homepage/fr.json +30 -0
  74. package/dist/locales/i18n/login/en.json +11 -0
  75. package/dist/locales/i18n/login/es.json +10 -0
  76. package/dist/locales/i18n/login/fr.json +10 -0
  77. package/dist/locales/i18n/mrvdashboard/en.json +29 -0
  78. package/dist/locales/i18n/mrvdashboard/es.json +0 -0
  79. package/dist/locales/i18n/mrvdashboard/fr.json +0 -0
  80. package/dist/locales/i18n/nav/en.json +15 -0
  81. package/dist/locales/i18n/nav/es.json +9 -0
  82. package/dist/locales/i18n/nav/fr.json +9 -0
  83. package/dist/locales/i18n/ndc/en.json +12 -0
  84. package/dist/locales/i18n/ndcAction/en.json +100 -0
  85. package/dist/locales/i18n/passwordReset/en.json +10 -0
  86. package/dist/locales/i18n/passwordReset/es.json +10 -0
  87. package/dist/locales/i18n/passwordReset/fr.json +10 -0
  88. package/dist/locales/i18n/programme/en.json +87 -0
  89. package/dist/locales/i18n/programme/es.json +17 -0
  90. package/dist/locales/i18n/programme/fr.json +17 -0
  91. package/dist/locales/i18n/resetPassword/en.json +8 -0
  92. package/dist/locales/i18n/resetPassword/es.json +8 -0
  93. package/dist/locales/i18n/resetPassword/fr.json +8 -0
  94. package/dist/locales/i18n/safeguards/en.json +73 -0
  95. package/dist/locales/i18n/social/en.json +41 -0
  96. package/dist/locales/i18n/user/en.json +16 -0
  97. package/dist/locales/i18n/user/es.json +16 -0
  98. package/dist/locales/i18n/user/fr.json +16 -0
  99. package/dist/locales/i18n/userProfile/en.json +34 -0
  100. package/dist/locales/i18n/userProfile/es.json +34 -0
  101. package/dist/locales/i18n/userProfile/fr.json +34 -0
  102. package/dist/locales/i18n/view/en.json +147 -0
  103. package/dist/locales/i18n/view/es.json +128 -0
  104. package/dist/locales/i18n/view/fr.json +128 -0
  105. package/package.json +31 -2
@@ -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,9 @@
1
+ {
2
+ "forgot-pwd-title": "Recuperación de Cuenta",
3
+ "submit": "Enviar",
4
+ "forgot-pwd-sub": "Por favor, introduzca el correo electrónico utilizado para iniciar sesión en el Registro de Carbono",
5
+ "note-1": "Le enviaremos instrucciones por correo electrónico para establecer su contraseña si existe una cuenta con el correo electrónico que ingresó.",
6
+ "note-2": "Si no recibe un correo electrónico, asegúrese de haber ingresado la dirección vinculada a la cuenta del Registro de Carbono y verifique su carpeta de correo no deseado.",
7
+ "note": "Nota",
8
+ "emailSent": "¡Se ha enviado un correo electrónico!"
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "forgot-pwd-title": "Récupération de Compte",
3
+ "submit": "Envoyer",
4
+ "forgot-pwd-sub": "Veuillez entrer l'adresse e-mail utilisée pour vous connecter au Registre Carbone",
5
+ "note-1": "Nous vous enverrons des instructions par e-mail pour définir votre mot de passe si un compte existe avec l'adresse e-mail que vous avez saisie.",
6
+ "note-2": "Si vous ne recevez pas d'e-mail, assurez-vous d'avoir saisi l'adresse liée au compte du Registre Carbone et vérifiez votre dossier de courrier indésirable.",
7
+ "note": "Note",
8
+ "emailSent": "Un e-mail a été envoyé !"
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,33 @@
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
+ "nationalNdc": "NATIONAL NDC"
32
+
33
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "aboutustitle": "Acerca de",
3
+ "aboutusline1": "Esta es una demostración del Registro Nacional de Carbono Estándar, desarrollado por el Programa de las Naciones Unidas para el Desarrollo (PNUD). El módulo es un Bien Público Digital de código abierto, diseñado de acuerdo con las orientaciones de la UNFCCC, basado en las lecciones aprendidas a través de la Promesa Climática del PNUD y la experiencia técnica de los miembros del grupo de trabajo Digital For Climate (D4C). El registro, listo para ser instalado pero personalizable, permitirá a los países preparar un registro de carbono siguiendo los contextos nacionales, lo que permitirá su utilización en diversas actividades de mitigación, sectores y circunstancias nacionales, al tiempo que rastrea los créditos de carbono emitidos y facilita las transferencias de créditos de manera eficiente y transparente.",
4
+ "aboutusline2": "Interoperabilidad: El código base del registro de carbono mejorará continuamente la interoperabilidad entre los registros de carbono nacionales y los sistemas internacionales relacionados a través del grupo de trabajo D4C. Un ecosistema digital de extremo a extremo evitará la doble contabilidad y facilitará la transferencia de créditos. Metodologías de carbono digitalizadas: El sistema ayudará a los países a cumplir con los requisitos de informes del Acuerdo de París, definiendo metodologías de cálculo de acuerdo con las metodologías del MDC (Mecanismo de Desarrollo Limpio) de la UNFCCC en sectores definidos a nivel nacional. Contabilidad de créditos: Se asigna un número de serie a cada crédito de reducción verificado. Cuando se vende un crédito, el número de serie de la reducción se transfiere de la cuenta del vendedor a la cuenta del comprador, lo que reduce el riesgo de doble contabilidad y ofrece transparencia incluso en caso de un enfoque cooperativo del Artículo 6. La generación de números de serie se basa en la metodología del MDC de la UNFCCC. Tecnología de blockchain inmutable: La tecnología de blockchain inmutable evitará la manipulación de acciones tomadas en proyectos e información de créditos, aumentando la responsabilidad y la credibilidad del sistema.",
5
+ "aboutusline3": "Descubre el Registro Nacional de Carbono, un Bien Público Digital.",
6
+ "Keyfeatures": "Características Clave",
7
+ "eligibilitybody": "El registro nacional de carbono debe adaptarse al contexto nacional siguiendo los siguientes principios.",
8
+ "lorem": "Sitio web de demostración",
9
+ "analytic": "Panel de Análisis",
10
+ "analyticbody": "Permite a los gobiernos, empresas y organismos de certificación operar de manera transparente y funcionar en una cadena de bloques inmutable.",
11
+ "carboncal": "Calculadora de Créditos de Carbono",
12
+ "carboncalbody": "Sistema estandarizado de acuerdo con metodologías aprobadas a nivel nacional, en sectores definidos.",
13
+ "serialgen": "Generador de Números de Serie",
14
+ "serialgenbody": "Estandarización del formato técnico para facilitar la colaboración eficiente entre sistemas de comercio de carbono transfronterizos.",
15
+ "eligibility": "Principios",
16
+ "eliglist1": "Alcance: El Registro debe abarcar todas las emisiones y eliminaciones significativas de gases de efecto invernadero que ocurran en el país, cubriendo todos los sectores y gases.",
17
+ "eliglist2": "Transparencia: El Registro debe hacer que la información sobre emisiones y eliminaciones esté disponible públicamente, fomentando la comprensión, la confianza y la participación de todas las partes interesadas.",
18
+ "eliglist3": "Coherencia: El Registro debe alinearse con las normas contables, metodologías y directrices acordadas internacionalmente, en particular las proporcionadas por el Panel Intergubernamental sobre Cambio Climático (IPCC).",
19
+ "eliglist4": "Integridad: Los datos y procedimientos del Registro deben estar sujetos a una revisión y validación regular por parte de una entidad independiente para garantizar su precisión y credibilidad.",
20
+ "resource": "Recursos",
21
+ "reslist1": "A continuación se presentan enlaces para obtener más información sobre nuestro trabajo en el desarrollo conjunto de Sistemas de Transparencia Nacionales como Bienes Públicos Digitales.",
22
+ "reslist2": "Accede a todos los códigos a través del espacio GitHub del Registro de Carbono y comienza a personalizar el sistema. Comunidad en línea de práctica: visita nuestro foro en línea, donde el PNUD, los miembros del grupo de trabajo D4C, junto con países y profesionales, comparten lecciones aprendidas sobre sistemas de transparencia digital nacional mejorados y registros de carbono.",
23
+ "reslist3": "Para los gobiernos nacionales interesados en obtener más información sobre el Registro Nacional de Carbono de código abierto, envíen un correo electrónico a digital4planet@undp.org.",
24
+ "footertext1": "Registro Nacional de Carbono: Esto es una demostración. Los países pueden desear agregar un eslogan aquí.",
25
+ "antarctic": "Bien Público Digital Nacional",
26
+ "Cookie": "Política de Cookies",
27
+ "codeconduct": "Código de Conducta",
28
+ "terms": "Términos de Uso",
29
+ "privacy": "Política de Privacidad"
30
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "aboutustitle": "À Propos",
3
+ "aboutusline1": "Il s'agit d'une démonstration du Registre National du Carbone Standard, développé par le Programme des Nations Unies pour le Développement (PNUD). Le module est un Bien Public Numérique en code source ouvert, conçu conformément aux orientations de l'UNFCCC, basé sur les enseignements tirés de la Promesse Climatique du PNUD et de l'expertise technique des membres du groupe de travail Digital For Climate (D4C). Le registre, prêt à être installé mais personnalisable, permettra aux pays de préparer un registre carbone adapté à leurs contextes nationaux, permettant son utilisation dans diverses activités de mitigation, secteurs et circonstances nationales tout en suivant les crédits carbone émis et facilitant les transferts de crédits de manière efficace et transparente.",
4
+ "aboutusline2": "Interopérabilité : La base de code du registre carbone s'améliorera en continu en termes d'interopérabilité entre les registres carbone nationaux et les systèmes internationaux connexes grâce au groupe de travail D4C. Un écosystème numérique de bout en bout évitera les doubles comptes et facilitera les transferts de crédits. Méthodologies carbone numérisées : Le système aidera les pays à se conformer aux exigences de déclaration de l'Accord de Paris en définissant des méthodologies de calcul conformément aux méthodologies du MDC (Mécanisme de Développement Propre) de l'UNFCCC dans des secteurs définis au niveau national. Comptabilité des crédits : Un numéro de série est attribué à chaque crédit de réduction vérifié. Lorsqu'un crédit est vendu, le numéro de série de la réduction est transféré du compte du vendeur au compte de l'acheteur, ce qui réduit le risque de double comptage et offre une transparence même en cas d'approche coopérative de l'Article 6. La génération de numéros de série est basée sur la méthodologie du MDC de l'UNFCCC. Technologie de blockchain immuable : La technologie de blockchain immuable empêchera toute manipulation des actions prises sur les projets et des informations sur les crédits, renforçant ainsi la responsabilité et la crédibilité du système.",
5
+ "aboutusline3": "Découvrez le Registre National du Carbone, un Bien Public Numérique.",
6
+ "Keyfeatures": "Caractéristiques Clés",
7
+ "eligibilitybody": "Le registre national du carbone doit être adapté au contexte national en suivant les principes ci-dessous.",
8
+ "lorem": "Site Web de Démonstration",
9
+ "analytic": "Tableau de Bord Analytique",
10
+ "analyticbody": "Permet aux gouvernements, aux entreprises et aux organismes de certification de fonctionner de manière transparente et de travailler sur une blockchain immuable.",
11
+ "carboncal": "Calculateur de Crédits Carbone",
12
+ "carboncalbody": "Système standardisé conforme aux méthodologies approuvées au niveau national, dans des secteurs définis.",
13
+ "serialgen": "Générateur de Numéros de Série",
14
+ "serialgenbody": "Standardisation du format technique pour faciliter la collaboration efficace entre les systèmes de commerce de carbone transfrontaliers.",
15
+ "eligibility": "Principes",
16
+ "eliglist1": "Portée : Le registre doit englober toutes les émissions significatives de gaz à effet de serre et les éliminations se produisant dans le pays, couvrant tous les secteurs et gaz.",
17
+ "eliglist2": "Transparence : Le registre doit rendre publique l'information sur les émissions et les éliminations, favorisant la compréhension, la confiance et la participation de toutes les parties prenantes.",
18
+ "eliglist3": "Consistance : Le registre doit être conforme aux règles comptables, aux méthodologies et aux directives convenues au niveau international, en particulier celles fournies par le Groupe d'experts intergouvernemental sur l'évolution du climat (GIEC).",
19
+ "eliglist4": "Intégrité : Les données et les procédures du registre doivent être soumises à un examen et à une validation réguliers par une partie indépendante pour garantir leur précision et leur crédibilité.",
20
+ "resource": "Ressources",
21
+ "reslist1": "Ci-dessous, vous trouverez des liens pour en savoir plus sur notre travail de développement conjoint des Systèmes de Transparence Nationaux en tant que Biens Publics Numériques.",
22
+ "reslist2": "Accédez à tous les codes via l'espace GitHub du Registre Carbone et commencez à personnaliser le système. Communauté en ligne de pratique : visitez notre forum en ligne, où le PNUD, les membres du groupe de travail D4C, avec les pays et les praticiens, partagent les enseignements tirés des systèmes de transparence numérique nationaux améliorés et des registres carbone.",
23
+ "reslist3": "Pour les gouvernements nationaux intéressés à en savoir plus sur le Registre National du Carbone en code source ouvert, veuillez envoyer un e-mail à digital4planet@undp.org.",
24
+ "footertext1": "Registre National du Carbone : Il s'agit d'une démonstration. Les pays peuvent souhaiter ajouter un slogan ici.",
25
+ "antarctic": "Bien Public Numérique National",
26
+ "Cookie": "Politique de Cookies",
27
+ "codeconduct": "Code de Conduite",
28
+ "terms": "Conditions d'Utilisation",
29
+ "privacy": "Politique de Confidentialité"
30
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "carbon": "NATIONAL",
3
+ "nationalNdc": "NATIONAL NDC",
4
+ "credit": "CARBON REGISTRY",
5
+ "management": "DEMO",
6
+ "welcome": "Welcome",
7
+ "welcome-back": "Welcome Back",
8
+ "register-acc": "Need an account?",
9
+ "forgot-pwd": "Forgot Password",
10
+ "register-here": "Register here"
11
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "carbon": "NACIONAL",
3
+ "credit": "REGISTRO DE CARBONO",
4
+ "management": "DEMO",
5
+ "welcome": "Bienvenido",
6
+ "welcome-back": "Bienvenido de nuevo",
7
+ "register-acc": "¿Necesitas una cuenta?",
8
+ "forgot-pwd": "¿Olvidó su contraseña?",
9
+ "register-here": "Regístrate aquí"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "carbon": "NATIONAL",
3
+ "credit": "REGISTRE CARBONE",
4
+ "management": "DEMO",
5
+ "welcome": "Bienvenue",
6
+ "welcome-back": "Bienvenue de nouveau",
7
+ "register-acc": "Besoin d'un compte ?",
8
+ "forgot-pwd": "Mot de passe oublié",
9
+ "register-here": "Inscrivez-vous ici"
10
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "today": "Today",
3
+ "last7": "Last 7 days",
4
+ "last14": "Last 14 days",
5
+ "overall": "OVERALL",
6
+ "ndcType": "Activities: Type",
7
+ "ndcTypeTT": "Graphical representation of the number of Activities under each Activity type at present in projects created in the transparency system during the specified time",
8
+ "ndcTypeTTMy": "Graphical representation of the number of Activities under each Activity type at present in projects, owned by your organisation, created in the transparency system during the specified time",
9
+ "ndcSector": "Activities: Sector",
10
+ "ndcSectorTT": "Graphical representation of the number of Activities under each project sector at present in projects created in the transparency system during the specified time",
11
+ "ndcSectorTTMy": "Graphical representation of the number of Activities under each project sector at present in projects, 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 project sector at present in projects created in the transparency system during the specified time",
14
+ "creditsSectorTTMy": "Graphical representation of the number of credits estimated under each project sector at present in projects, owned by your organisation, created in the transparency system during the specified time",
15
+ "totalInvestment": "Total Financing",
16
+ "totalInvestmentTT": "Graphical representation of the total amount of financing under each financing type at present in projects created in the transparency system during the specified time",
17
+ "totalInvestmentTTMy": "Graphical representation of the total amount of financing under each financing type, made to projects owned by your organisation at present, created in the transparency system during the specified time",
18
+ "programmeLocation": "Project Locations",
19
+ "programmeLocationTT": "Locations of projects created in the transparency system during the specified time with their project states at present",
20
+ "programmeLocationTTMy": "Locations of projects, owned by your organisation, created in the transparency system during the specified time with their project states at present",
21
+ "investLocations": "Financing Locations",
22
+ "investLocationsTT": "Locations of the investors' organisation with the number of financing under each financing type at present in projects created in the transparency system during the specified time",
23
+ "investLocationsTTMy": "Locations of the investors' organisation with the number of financing under each financing type made to projects 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 projects created in the transparency system during the specified time, at present",
26
+ "titleEmissionTTMy": "Amount of emission reductions expected and achieved by projects, 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
@@ -0,0 +1,15 @@
1
+ {
2
+ "dashboard": "Dashboard",
3
+ "ghgInventory": "GHG Inventory",
4
+ "programmes": "Projects",
5
+ "transfers": "Transfers",
6
+ "companies": "Organisations",
7
+ "users": "Users",
8
+ "viewAll": "View All",
9
+ "addNew": "Add New",
10
+ "investments": "Financing",
11
+ "ndcActions": "Activities",
12
+ "ndcDetails": "NDC Actions",
13
+ "reports": "Reports",
14
+ "support": "Financing"
15
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "dashboard": "Tablero",
3
+ "programmes": "Programas",
4
+ "transfers": "Transferencias",
5
+ "companies": "Organizaciones",
6
+ "users": "Usuarios",
7
+ "viewAll": "Ver Todos",
8
+ "addNew": "Agregar Nuevo"
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "dashboard": "Tableau de bord",
3
+ "programmes": "Programmes",
4
+ "transfers": "Transferts",
5
+ "companies": "Organisations",
6
+ "users": "Utilisateurs",
7
+ "viewAll": "Voir Tout",
8
+ "addNew": "Ajouter Nouveau"
9
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "ndcTitle": "NDC Actions",
3
+ "ndcSubTitle": "NDC Actions in the System",
4
+ "ndcColumnsStartDate": "Start Date",
5
+ "ndcColumnsEndDate": "End Date",
6
+ "ndcColumnsNationalPlanObj": "National Plan Objective",
7
+ "ndcColumnsKpi": "KPI",
8
+ "rangeAlreadyExists": "Selected Range Already exists",
9
+ "addNdcAction": "+ Add NDC Action",
10
+ "enterNewPlanTxt": "Please add the National Plan Objective",
11
+ "addSubNdcAction": "+ Add Sub NDC Action"
12
+ }
@@ -0,0 +1,100 @@
1
+ {
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",
9
+ "coBenefitsTitle": "Co-Benefits",
10
+ "projectReportsTitle": "Project Reports",
11
+ "ndcAction": "Activity",
12
+ "methodology": "Methodology",
13
+ "goldStandard": "Gold Standard",
14
+ "mitigationType": "Mitigation Type",
15
+ "mitigationSubType": "Mitigation Sub Type",
16
+ "userEstimatedCredits": "User Estimated Credits",
17
+ "methodologyEstimatedCredits": "Methodology Estimated Credits",
18
+ "energyGeneration": "Energy Generation",
19
+ "energyGenerationUnit": "Energy Generation Unit",
20
+ "consumerGroup": "Consumer Group",
21
+ "eligibleLandArea": "Eligible Land Area",
22
+ "landAreaUnit": "Land Area Unit",
23
+ "numberOfDays": "Number of days",
24
+ "numberOfPeople": "Number of people in a household",
25
+ "tonnesOnDryBasis": "Tonnes (t) on dry basis",
26
+ "implementingAgency": "Implementing Agency",
27
+ "nationalPlanObjectives": "National Plan Objectives",
28
+ "nationalPlanCoverage": "National Plan Coverage",
29
+ "mitigation": "Mitigation",
30
+ "adaptation": "Adaptation",
31
+ "crossCutting": "Cross-cutting",
32
+ "enablement": "Enablement",
33
+ "title": "Title",
34
+ "report": "Report",
35
+ "next": "Next",
36
+ "back": "Back",
37
+ "monitoringReport": "Monitoring Report",
38
+ "submit": "Submit",
39
+ "invalidFileFormat": "Unsupported file format",
40
+ "isRequired": "is required",
41
+ "ndcToolTip": "Nationally Determined Contributions",
42
+ "noNdcActions": "No Activities Available",
43
+ "ndcColumnsActionId": "ACTIVITY ID",
44
+ "ndcColumnsDate": "DATE",
45
+ "ndcColumnsNdcAction": "ACTIVITY",
46
+ "ndcColumnsProgrammeName": "PROGRAMME NAME",
47
+ "ndcColumnsSector": "SECTOR",
48
+ "ndcColumnsOwners": "OWNERS",
49
+ "ndcColumnsStatus": "STATUS",
50
+ "viewReportsTitle": "Project Reports",
51
+ "viewMitigationTitle": "Mitigation",
52
+ "viewAdaptationTitle": "Adaptation",
53
+ "viewGeneralTitle": "General",
54
+ "viewProgramme": "Project",
55
+ "viewNdcAction": "Activity",
56
+ "viewCurrentStatus": "Current Status",
57
+ "viewMethodology": "Methodology",
58
+ "viewMoniteringReport": "Monitoring Report",
59
+ "viewVerificationReport": "Verification Report",
60
+ "viewMitigationType": "Type",
61
+ "viewMitigationSubType": "Sub Type",
62
+ "viewMitigationLandArea": "Land Area",
63
+ "viewMitigationEnergyGeneration": "Energy Generation",
64
+ "viewMitigationConsumerGroup": "Consumer Group",
65
+ "viewMitigationWeight": "Tonnes (t) on dry basis",
66
+ "viewMitigationNoOfDays": "Number of days",
67
+ "viewMitigationNoOfPeople": "Number of people in a household",
68
+ "viewMitigationSysEstimatedCredits": "Methodology Estimated Credits",
69
+ "viewMitigationUserEstimatedCredits": "User Estimated Credits",
70
+ "viewAdaptationImplementingAgency": "Implementing Agency",
71
+ "viewAdaptationNationalPlanObjectives": "National Plan Objectives",
72
+ "viewAdaptationNationalPlanCoverage": "National Plan Coverage",
73
+ "searchByProgrammeName": "Search by project name",
74
+ "seeMine": "Mine Only",
75
+ "NdcCreditChartTitle": "Emissions Reductions (tCo2E)",
76
+ "ndcSuccessfullyCreated": "The Activity has been created successfully",
77
+ "ndcCreationFailed": "The Activity creation failed",
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",
80
+ "coBenefitsSubTitle": "Co-Benefits",
81
+ "ministryLevel": "Ministry Level",
82
+ "ghgEmiReduced": "GHG Emissions Reduced (tCO2e)",
83
+ "ghgEmiAvoided": "GHG Emissions Avoided (tCO2e)",
84
+ "type": "Type",
85
+ "capacityBuilding": "Capacity Building",
86
+ "instiArrangement": "Institutional Arrangement",
87
+ "stakeholderFramework": "Stakeholder Framework",
88
+ "techTransfer": "Technology Transfer",
89
+ "inNAP": "Included in NAP",
90
+ "inNAPToolTip": "National Adaptation Plan (NAP)",
91
+ "yes": "YES",
92
+ "no": "NO",
93
+ "value": "Value",
94
+ "viewGhgEmissionsAvoided": "GHG Emissions Avoided (tCO2e)",
95
+ "viewGhgEmissionsReduced": "GHG Emissions Reduced (tCO2e)",
96
+ "viewIncludedInNAP": "Included in NAP",
97
+ "allowOnlyNumericValue": "Allow only numeric value",
98
+ "allowOnlyNumericValueAndDecimal": "Allow only numeric value and decimal",
99
+ "allowOnlyIntegerValue": "Allow only numeric value and integer"
100
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "changePassword": "Change Password",
3
+ "oldPassword": "Old Password",
4
+ "newPassword": "New Password",
5
+ "confirmNewPassword":"Confirm New Password",
6
+ "setPassword":"SET PASSWORD",
7
+ "cancel":"CANCEL",
8
+ "isRequired": "is required",
9
+ "passwordsNotMatchedErr":"Passwords do not match"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "changePassword": "Cambiar Contraseña",
3
+ "oldPassword": "Contraseña Antigua",
4
+ "newPassword": "Nueva Contraseña",
5
+ "confirmNewPassword":"Confirmar Nueva Contraseña",
6
+ "setPassword":"ESTABLECER CONTRASEÑA",
7
+ "cancel":"CANCELAR",
8
+ "isRequired": "es requerido",
9
+ "passwordsNotMatchedErr":"Las contraseñas no coinciden"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "changePassword": "Changer le Mot de Passe",
3
+ "oldPassword": "Ancien Mot de Passe",
4
+ "newPassword": "Nouveau Mot de Passe",
5
+ "confirmNewPassword": "Confirmer le Nouveau Mot de Passe",
6
+ "setPassword": "DÉFINIR LE MOT DE PASSE",
7
+ "cancel": "ANNULER",
8
+ "isRequired": "est requis",
9
+ "passwordsNotMatchedErr": "Les mots de passe ne correspondent pas"
10
+ }
@@ -0,0 +1,87 @@
1
+ {
2
+ "sector": "Sector",
3
+ "status": "Status",
4
+ "issued": "Credits Issued",
5
+ "balance": "Credits Balance",
6
+ "transferred": "Credits Transferred",
7
+ "viewProgrammes": "View Projects",
8
+ "desc": "View the projects available in the Transparency System based on your permissions",
9
+ "noProgrammes": "No Projects",
10
+ "serialNoh": "Serial Number",
11
+ "certifiers": "Certifiers",
12
+ "title": "Project Name",
13
+ "gettingProgrammeError": "Error in getting project",
14
+ "all": "All",
15
+ "searchByName": "Search by project name",
16
+ "requestId": "Request ID",
17
+ "date": "Date",
18
+ "programmeName": "Project Name",
19
+ "type": "Type",
20
+ "level": "Level",
21
+ "stream": "Stream",
22
+ "investor": "Investor",
23
+ "owner": "Owner",
24
+ "amount": "Amount (USD)",
25
+ "investmentTitle": "Financing",
26
+ "investmentDesc": "Financing made on projects in the Transparency System",
27
+ "addProgramme": "ADD PROGRAMME",
28
+ "emissionsReductionExpected": "Emissions Reductions Expected (tCO2e)",
29
+ "emissionsReductionAchieved": "Emissions Reductions Achieved (tCO2e)",
30
+ "isUploaded": "Document uploaded successfully",
31
+ "notUploaded": "Document upload was unsuccessful",
32
+ "docApproved": "The document was approved",
33
+ "docRejected": "The document was rejected",
34
+ "designDoc": "Design Document",
35
+ "methDoc": "Methodology Document",
36
+ "monitoringReport": "Monitoring Report",
37
+ "verificationReport": "Verification Report",
38
+ "objectionLett": "No Objection Letter",
39
+ "rejectDocHeader": "Are you sure you want to reject this document?",
40
+ "rejectDocBody": "You can’t undo this action",
41
+ "remarks": "Remarks",
42
+ "rejectInvestmentHeader": "Are you sure you want to reject this financing?",
43
+ "monitorDoc": "Monitoring Report",
44
+ "veriDoc": "Verifcation Report",
45
+ "investmentAccepted": "The financing request has been approved successfully",
46
+ "investmentRejected": "The Financing has been rejected",
47
+ "addInvestment": "Add Financing",
48
+ "addInvestmentSub": "Add financing to a project in the Transparency System",
49
+ "programmeFinancingInvested": "Project Financing Invested",
50
+ "ownership": "Ownership",
51
+ "investorName": "Investor Name",
52
+ "amountInvested": "Amount Invested (USD)",
53
+ "instrument": "Instrument",
54
+ "interestRate": "Interest Rate (%)",
55
+ "resultMetric": "Result Metric",
56
+ "comments": "Comments",
57
+ "paymentPerMetric": "Payment Per Metric",
58
+ "esgType": "ESG Classification",
59
+ "investmentCreationSuccess": "The financing has been added successfully",
60
+ "total": "Total Ownership",
61
+ "ClimateFinance": "Climate Finance",
62
+ "CarbonMarket": "Carbon Market",
63
+ "rejectTip": "Request Adjustments",
64
+ "invalidFileFormat": "Unsupported file format",
65
+ "investmentReqApproved": "The financing request has been accepted.",
66
+ "designDocNotApproved": "The design document needs to be approved to upload this document",
67
+ "programmeNotAuth": "The project has to be authorised to upload this document",
68
+ "monitoringRepNotApproved": "The monitoring report has to be approved to upload this document",
69
+ "notAuthToUploadDoc": "You are not authorised to upload this document",
70
+ "orgNotAuth": "Your organisation is not authorised to upload or view this document",
71
+ "authLetterLabel": "Letter of Authorisation",
72
+ "ministryLevel": "Ministry Level",
73
+ "description": "Description",
74
+ "emissionReductionAchievedandCreditIssued": "Emission Reduction Achieved/ Credit Issued",
75
+ "environmentalImpactAssessment": "Environmental Impact Assessment",
76
+ "docUploadProgrammeRejected": "This document cannot be uploaded for rejected projects",
77
+ "typeCreation": "Type",
78
+ "New": "NEW",
79
+ "Existing": "EXISTING",
80
+ "addOwnership": "ADD INVESTMENT",
81
+ "supportTitle": "Supports",
82
+ "supportDesc": "Supports made on projects in the Transparency System",
83
+ "addSupport": "Add Support",
84
+ "addSupportBtnText": "ADD SUPPORT",
85
+ "addSupportSub": "Add Support to a project in the Transparency System",
86
+ "programmeExistsWithAssessmentRegId": "Project already exist with the given environmental assessment registration number"
87
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "sector": "Sector",
3
+ "status": "Estado",
4
+ "issued": "Créditos Emitidos",
5
+ "balance": "Saldo de Créditos",
6
+ "transferred": "Créditos Transferidos",
7
+ "viewProgrammes": "Ver Programas",
8
+ "desc": "Ver los programas disponibles en el Registro de Carbono basados en sus permisos",
9
+ "noProgrammes": "No hay Programas",
10
+ "serialNoh": "Número de Serie",
11
+ "certifiers": "Certificadores",
12
+ "title": "Nombre del Programa",
13
+ "gettingProgrammeError": "Error al obtener el programa",
14
+ "all": "Todos",
15
+ "searchByName": "Buscar por nombre del programa",
16
+ "environmentalImpactAssessment": "Evaluación de Impacto Ambiental"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "sector": "Secteur",
3
+ "status": "Statut",
4
+ "issued": "Crédits Émis",
5
+ "balance": "Solde de Crédits",
6
+ "transferred": "Crédits Transférés",
7
+ "viewProgrammes": "Voir les Programmes",
8
+ "desc": "Voir les programmes disponibles dans le Registre de Carbone en fonction de vos autorisations",
9
+ "noProgrammes": "Aucun Programme",
10
+ "serialNoh": "Numéro de Série",
11
+ "certifiers": "Certificateurs",
12
+ "title": "Nom du Programme",
13
+ "gettingProgrammeError": "Erreur lors de l'obtention du programme",
14
+ "all": "Tous",
15
+ "searchByName": "Rechercher par nom de programme",
16
+ "environmentalImpactAssessment": "Évaluation de l'Impact Environnemental"
17
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "reset-pwd-title": "Reset Password",
3
+ "submit": "Submit",
4
+ "newPwd": "New Password",
5
+ "confirmNewPwd": "Confirm New Password",
6
+ "passwordNotMatch": "Passwords do not match!",
7
+ "passwordResetNotWorked": "Your password reset link has expired or has already been used"
8
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "reset-pwd-title": "Restablecer Contraseña",
3
+ "submit": "Enviar",
4
+ "newPwd": "Nueva Contraseña",
5
+ "confirmNewPwd": "Confirmar Nueva Contraseña",
6
+ "passwordNotMatch": "¡Las contraseñas no coinciden!",
7
+ "passwordResetNotWorked": "El enlace de restablecimiento de contraseña ha caducado o ya ha sido utilizado"
8
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "reset-pwd-title": "Réinitialisation du Mot de Passe",
3
+ "submit": "Envoyer",
4
+ "newPwd": "Nouveau Mot de Passe",
5
+ "confirmNewPwd": "Confirmer le Nouveau Mot de Passe",
6
+ "passwordNotMatch": "Les mots de passe ne correspondent pas !",
7
+ "passwordResetNotWorked": "Le lien de réinitialisation de mot de passe a expiré ou a déjà été utilisé"
8
+ }