@undp/carbon-library 1.0.175-CARBON-347.5 → 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 +550 -108
  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 +544 -110
  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,73 @@
1
+ {
2
+ "humanRights": "Human Rights",
3
+ "yes": "YES",
4
+ "no": "NO",
5
+ "maybe": "MAYBE",
6
+ "genderEquality": "Gender Equality",
7
+ "communityHealth": "Community Health, Safety and Working Conditions",
8
+ "historicHeritage": "Sites of Cultural and Historical Heritage",
9
+ "forcedEviction": "Forced Eviction and Displacement",
10
+ "landTenure": "Land Tenure and Other Rights",
11
+ "indegenousPeople": "Indigenous people",
12
+ "corruption": "Corruption",
13
+ "labourRights": "Labour Rights",
14
+ "economicConsequences": "Negative Economic Consequences",
15
+ "emissions": "Emissions",
16
+ "labourRightsSubLabel": "Working agreements with all individual workers shall be documented and implemented and include: ",
17
+ "isRespectHumanRights": "The Project Developer and the Project shall respect internationally proclaimed human rights and shall not be complicit in violence or human rights abuses of any kind as defined in the Universal Declaration of Human Rights ",
18
+ "isProjectdiscriminate": "The Project shall not discriminate with regards to participation and inclusion",
19
+ "genderEqualityQ1": "The Project shall not directly or indirectly lead to/contribute to adverse impacts on gender equality and/or the situation of women ",
20
+ "genderEqualityQ2": "Projects shall apply the principles of nondiscrimination, equal treatment, and equal pay for equal work ",
21
+ "genderEqualityQ3": "The Project shall refer to the country’s national gender strategy or equivalent national commitment to aid in assessing gender risks ",
22
+ "genderEqualityQ4": "(where required) Summary of opinions and recommendations of an Expert Stakeholder(s)",
23
+ "communityHealthQ1": "The Project shall avoid community exposure to increased health risks and shall not adversely affect the health of the workers and the community ",
24
+ "historicHeritageQ1": "Does the Project Area include sites, structures, or objects with historical, cultural, artistic, traditional or religious values or intangible forms of culture?",
25
+ "forcedEvictionQ1": "Does the Project require or cause the physical or economic relocation of peoples (temporary or permanent, full or partial)? ",
26
+ "landTenureQ1": "Does the Project require any change, or have any uncertainties related to land tenure arrangements and/or access rights, usage rights or land ownership?",
27
+ "landTenureQ2": "For Projects involving land use tenure, are there any uncertainties with regards to land tenure, access rights, usage rights or land ownership?",
28
+ "indegenousPeopleQ1": "Are indigenous peoples present in or within the area of influence of the Project and/or is the Project located on land/territory claimed by indigenous peoples?",
29
+ "corruptionQ1": "The Project shall not involve, be complicit in or inadvertently contribute to or reinforce corruption or corrupt Projects ",
30
+ "labourRightsQ1": "The Project Developer shall ensure that all employment is in compliance with national labour occupational health and safety laws and with the principles and standards embodied in the ILO fundamental conventions",
31
+ "labourRightsQ2": "Workers shall be able to establish and join labour organisations",
32
+ "labourRightsSubQ1": "Working hours (must not exceed 48 hours per week on a regular basis), AND",
33
+ "labourRightsSubQ2": "Duties and tasks, AND",
34
+ "labourRightsSubQ3": "Remuneration (must include provision for payment of overtime), AND",
35
+ "labourRightsSubQ4": "Modalities on health insurance, AND",
36
+ "labourRightsSubQ5": "Modalities on termination of the contract with provision for voluntary resignation by employee, AND",
37
+ "labourRightsSubQ6": "Provision for annual leave of not less than 10 days per year, not including sick and casual leave.",
38
+ "labourRightsQ3": "No child labour is allowed (Exceptions for children working on their families property requires an Expert Stakeholder opinion)",
39
+ "labourRightsQ4": "The Project Developer shall ensure the use of appropriate equipment, training of workers, documentation and reporting of accidents and incidents, and emergency preparedness and response measures",
40
+ "economicConsequencesQ1": "Does the project cause negative economic consequences during and after project implementation?",
41
+ "emissionsQ1": "Will the Project increase greenhouse gas emissions over the Baseline Scenario?",
42
+ "energySupply": "Energy Supply",
43
+ "energySupplyQ1": "Will the Project use energy from a local grid or power supply (i.e., not connected to a national or regional grid) or fuel resource (such as wood, biomass) that provides for other local users?",
44
+ "waterPattern": "Impact on Natural Water Patterns/Flows",
45
+ "waterPatternQ1": "Will the Project affect the natural or pre-existing pattern of watercourses, ground-water and/or the watershed(s) such as high seasonal flow variability, flooding potential, lack of aquatic connectivity or water scarcity?",
46
+ "erosoin": "Erosion and/or Water Body Instability",
47
+ "erosoinQ1": "Could the Project directly or indirectly cause additional erosion and/or water body instability or disrupt the natural pattern of erosion?",
48
+ "erosoinQ2": "Is the Project’s area of influence susceptible to excessive erosion and/or water body instability?",
49
+ "landscape": "Landscape Modification and Soil",
50
+ "landscapeQ1": "Does the Project involve the use of land and soil for production of crops or other products?",
51
+ "naturalDisaster": "Vulnerability to Natural Disaster",
52
+ "naturalDisasterQ1": "Will the Project be susceptible to or lead to increased vulnerability to wind, earthquakes, subsidence, landslides, erosion, flooding, drought or other extreme climatic conditions?",
53
+ "genetic": "Genetic Resources",
54
+ "geneticQ1": "Could the Project be negatively impacted by or involve genetically modified organisms or GMOs (e.g., contamination, collection and/or harvesting, commercial development, or take place in facilities or farms that include GMOs in their processes and production)?",
55
+ "pollutants": "Release of pollutants",
56
+ "pollutantsQ1": "Could the Project potentially result in the release of pollutants to the environment?",
57
+ "hazardousWaste": "Hazardous and Non-hazardous Waste",
58
+ "hazardousWasteQ1": "Will the Project involve the manufacture, trade, release, and/ or use of hazardous and non-hazardous chemicals and/or materials?",
59
+ "pesticides": "Pesticides & Fertilisers",
60
+ "pesticidesQ1": "Will the Project involve the application of pesticides and/or fertilisers?",
61
+ "harvestForests": "Harvesting of Forests",
62
+ "harvestForestsQ1": "Will the Project involve the harvesting of forests?",
63
+ "food": "Food",
64
+ "foodQ1": "Does the Project modify the quantity or nutritional quality of food available such as through crop regime alteration or export or economic incentives?",
65
+ "animalHusbandry": "Animal husbandry",
66
+ "animalHusbandryQ1": "Will the Project involve animal husbandry?",
67
+ "criticalHabitats": "High Conservation Value Areas and Critical Habitats",
68
+ "criticalHabitatsQ1": "Does the Project physically affect or alter largely intact or High Conservation Value (HCV) ecosystems, critical habitats, landscapes, key biodiversity areas or sites identified?",
69
+ "endangeredSpecies": "Endangered Species",
70
+ "endangeredSpeciesQ1": "Are there any endangered species identified as potentially being present within the Project boundary (including those that may route through the area)?",
71
+ "endangeredSpeciesQ2": "Does the Project potentially impact other areas where endangered species may be present through transboundary affects?"
72
+ }
73
+
@@ -0,0 +1,41 @@
1
+ {
2
+ "yes": "YES",
3
+ "no": "NO",
4
+ "na": "N/A",
5
+ "jobs": "Jobs",
6
+ "health": "Health & Safety",
7
+ "educational": "Educational",
8
+ "welfare": "Welfare",
9
+ "jobRelatedMainQ": "Does the activity create new jobs?",
10
+ "jobRelatedSubQ1": "New long-term jobs (> 1 year)",
11
+ "jobRelatedSubQ2": "New short-term jobs (< 1 year)",
12
+ "jobRelatedSubQ3": "New sources of income generation",
13
+ "jobRelatedSubQ4": "Other employment opportunities",
14
+ "jobRelatedSubQ5": "Number of persons employed/to be employed (leave blank if not known)",
15
+ "jobRelatedSubQ6": "New long-term jobs (> 1 year)",
16
+ "jobRelatedSubQ7": "New short-term jobs (< 1 year)",
17
+ "healthRelatedMainQ": "Does the activity result in health and safety improvements?",
18
+ "healthRelatedSubQ1": "Reduction of diseases, disease prevention",
19
+ "healthRelatedSubQ2": "Reduction of accidents (e.g. fire hazards)",
20
+ "healthRelatedSubQ3": "Reduction of crime",
21
+ "healthRelatedSubQ4": "Preservation of food",
22
+ "healthRelatedSubQ5": "Reducing health damaging indoor air pollution",
23
+ "healthRelatedSubQ6": "Enhancement of health services (hospitals, doctors, medication etc.)",
24
+ "healthRelatedSubQ7": "Improved sanitation and waste management (i.e. facilities that offer the possibility of deposing of waste in a sanitary way)",
25
+ "healthRelatedSubQ8": "Other health and safety improvements",
26
+ "educationRelatedMainQ": "Does the activity facilitate education, dissemination of information, research or increase awareness?",
27
+ "educationRelatedSubQ1": "Job related training (vocational etc.)",
28
+ "educationRelatedSubQ2": "Enhanced educational services (schools, teachers, affordability, quality etc.)",
29
+ "educationRelatedSubQ3": "Project related knowledge dissemination (project related site visits and tours etc.)",
30
+ "educationRelatedSubQ4": "Other educational benefits",
31
+ "welfareRelatedMainQ": "Does the activity improve the welfare of people?",
32
+ "welfareRelatedSubQ1": "Improvement of working conditions",
33
+ "welfareRelatedSubQ2": "Community or rural advancement",
34
+ "welfareRelatedSubQ3": "Poverty alleviation (more people above poverty level)",
35
+ "welfareRelatedSubQ4": "Improving wealth distribution and/or generation of income and assets",
36
+ "welfareRelatedSubQ5": "Increased municipal revenues",
37
+ "welfareRelatedSubQ6": "Empowerment of women (e.g. optimize tasks undertaken by women)",
38
+ "welfareRelatedSubQ7": "Reduced traffic congestion",
39
+ "welfareRelatedSubQ8": "Other welfare benefits"
40
+ }
41
+
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "NAME",
3
+ "email": "EMAIL",
4
+ "phone": "PHONE",
5
+ "company": "ORGANISATION",
6
+ "companyRole": "ORGANISATION TYPE",
7
+ "role": "ROLE",
8
+ "addUser": "Add User",
9
+ "viewUsers": "View Users",
10
+ "viewDesc": "View the users registered with the Carbon Registry based on your permissions",
11
+ "deleteConfirmHeaderText": "Are you sure you want to permanently delete this user?",
12
+ "deleteConfirmText": "You can’t undo this action",
13
+ "searchBy": "Search by",
14
+ "filterByRole": "Filter by Role",
15
+ "filterByCompanyRole": "Filter by Organisation Type"
16
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "NOMBRE",
3
+ "email": "CORREO ELECTRÓNICO",
4
+ "phone": "TELÉFONO",
5
+ "company": "ORGANIZACIÓN",
6
+ "companyRole": "TIPO DE ORGANIZACIÓN",
7
+ "role": "ROL",
8
+ "addUser": "Agregar Usuario",
9
+ "viewUsers": "Ver Usuarios",
10
+ "viewDesc": "Ver los usuarios registrados en el Registro de Carbono basado en sus permisos",
11
+ "deleteConfirmHeaderText": "¿Está seguro de que desea eliminar permanentemente a este usuario?",
12
+ "deleteConfirmText": "No puedes deshacer esta acción",
13
+ "searchBy": "Buscar por",
14
+ "filterByRole": "Filtrar por Rol",
15
+ "filterByCompanyRole": "Filtrar por Tipo de Organización"
16
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "NOM",
3
+ "email": "E-MAIL",
4
+ "phone": "TÉLÉPHONE",
5
+ "company": "ORGANISATION",
6
+ "companyRole": "TYPE D'ORGANISATION",
7
+ "role": "RÔLE",
8
+ "addUser": "Ajouter un Utilisateur",
9
+ "viewUsers": "Voir les Utilisateurs",
10
+ "viewDesc": "Voir les utilisateurs enregistrés avec le Registre de Carbone en fonction de vos permissions",
11
+ "deleteConfirmHeaderText": "Êtes-vous sûr de vouloir supprimer définitivement cet utilisateur ?",
12
+ "deleteConfirmText": "Vous ne pouvez pas annuler cette action",
13
+ "searchBy": "Rechercher par",
14
+ "filterByRole": "Filtrer par Rôle",
15
+ "filterByCompanyRole": "Filtrer par Type d'Organisation"
16
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "title": "User Profile",
3
+ "subTitle": "View and Edit your user information",
4
+ "userDetailsHeading": "User Details",
5
+ "organisationDetailsHeading": "Organisation Details",
6
+ "name": "Name",
7
+ "email": "Email",
8
+ "role": "Role",
9
+ "phoneNo": "Phone",
10
+ "taxId": "VAT Registration #",
11
+ "paymentId" : "Registration Payment ID",
12
+ "website": "Website",
13
+ "address": "Address",
14
+ "id": "id",
15
+ "country": "country",
16
+ "companyId": "companyId",
17
+ "companyRole": "Role",
18
+ "logo": "logo",
19
+ "state": "state",
20
+ "delete": "DELETE",
21
+ "edit": "EDIT",
22
+ "deleteConfirmHeaderText": "Are you sure you want to permanently delete this user?",
23
+ "deleteConfirmText": "You can’t undo this action",
24
+ "cancel": "Cancel",
25
+ "remarks": "Remarks",
26
+ "creditBalance": "Credit Balance",
27
+ "programmeCount": "Number of Projects",
28
+ "logOut": "LOG OUT",
29
+ "changePassword": "CHANGE PASSWORD",
30
+ "passwordResetSuccess": "The password has been reset successfully",
31
+ "userDeletionSuccess": "The user has been deleted successfully",
32
+ "ministerName": "Name of the Minister",
33
+ "sectoralScope": "Sectoral Scope"
34
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "title": "Perfil de Usuario",
3
+ "subTitle": "Ver y Editar la información de su usuario",
4
+ "userDetailsHeading": "Detalles del Usuario",
5
+ "organisationDetailsHeading": "Detalles de la Organización",
6
+ "name": "Nombre",
7
+ "email": "Correo Electrónico",
8
+ "role": "Rol",
9
+ "phoneNo": "Teléfono",
10
+ "taxId": "ID Fiscal",
11
+ "paymentId": "ID de Pago de Registro",
12
+ "website": "Sitio Web",
13
+ "address": "Dirección",
14
+ "id": "id",
15
+ "country": "país",
16
+ "companyId": "companyId",
17
+ "companyRole": "Rol",
18
+ "logo": "logo",
19
+ "state": "estado",
20
+ "delete": "ELIMINAR",
21
+ "edit": "EDITAR",
22
+ "deleteConfirmHeaderText": "¿Está seguro de que desea eliminar permanentemente a este usuario?",
23
+ "deleteConfirmText": "No puedes deshacer esta acción",
24
+ "cancel": "Cancelar",
25
+ "remarks": "Observaciones",
26
+ "creditBalance": "Saldo de Créditos",
27
+ "programmeCount": "Número de Programas",
28
+ "logOut": "CERRAR SESIÓN",
29
+ "changePassword": "CAMBIAR CONTRASEÑA",
30
+ "passwordResetSuccess": "La contraseña ha sido restablecida con éxito",
31
+ "userDeletionSuccess": "El usuario ha sido eliminado con éxito",
32
+ "ministerName": "Nombre del Ministro",
33
+ "sectoralScope": "Alcance Sectorial"
34
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "title": "Profil de l'utilisateur",
3
+ "subTitle": "Voir et éditer vos informations utilisateur",
4
+ "userDetailsHeading": "Détails de l'utilisateur",
5
+ "organisationDetailsHeading": "Détails de l'Organisation",
6
+ "name": "Nom",
7
+ "email": "E-mail",
8
+ "role": "Rôle",
9
+ "phoneNo": "Téléphone",
10
+ "taxId": "Identifiant Fiscal",
11
+ "paymentId": "ID de Paiement d'Inscription",
12
+ "website": "Site Web",
13
+ "address": "Adresse",
14
+ "id": "id",
15
+ "country": "pays",
16
+ "companyId": "companyId",
17
+ "companyRole": "Rôle",
18
+ "logo": "logo",
19
+ "state": "état",
20
+ "delete": "SUPPRIMER",
21
+ "edit": "ÉDITER",
22
+ "deleteConfirmHeaderText": "Êtes-vous sûr de vouloir supprimer définitivement cet utilisateur ?",
23
+ "deleteConfirmText": "Vous ne pouvez pas annuler cette action",
24
+ "cancel": "Annuler",
25
+ "remarks": "Remarques",
26
+ "creditBalance": "Solde de Crédits",
27
+ "programmeCount": "Nombre de Programmes",
28
+ "logOut": "DÉCONNEXION",
29
+ "changePassword": "CHANGER LE MOT DE PASSE",
30
+ "passwordResetSuccess": "Le mot de passe a été réinitialisé avec succès",
31
+ "userDeletionSuccess": "L'utilisateur a été supprimé avec succès",
32
+ "ministerName": "Nom du Ministre",
33
+ "sectoralScope": "Portée Sectorielle"
34
+ }
@@ -0,0 +1,147 @@
1
+ {
2
+ "title": "Project Name",
3
+ "details": "Project Details",
4
+ "desc": "View the details of the selected project",
5
+ "ownership": "Ownership",
6
+ "general": "General",
7
+ "name": "Project Name",
8
+ "programmeOwner": "Project Owner",
9
+ "serialNo": "Credit Issuance Serial Number",
10
+ "currentStatus": "Current Status",
11
+ "applicationType": "Applicant Type",
12
+ "sector": "Sector",
13
+ "sectoralScope": "Sectoral Scope",
14
+ "startDate": "Project Start Date",
15
+ "endDate": "Project End Date",
16
+ "buyerCountry": "Buyer Country Eligibility",
17
+ "estimatedProgrammeCostUSD": "Estimated Project Cost (USD)",
18
+ "financingType": "Financing Type",
19
+ "grantEquivalent": "Grant Equivalent Amount",
20
+ "carbonPrice": "Carbon Price (USD per ton)",
21
+ "financial": "Financial Overview",
22
+ "calculation": "Mitigation Type Calculation",
23
+ "energyGeneration": "Energy Generation",
24
+ "consumerGroup": "Building Type",
25
+ "constantVersion": "Standard Version",
26
+ "landArea": "Land Area",
27
+ "timeline": "Activity Timeline",
28
+ "location": "Geographical Location",
29
+ "credits": "Credits",
30
+ "certification": "Certification Details",
31
+ "authorise": "Authorise",
32
+ "reject": "Reject",
33
+ "revoke": "Revoke Certification",
34
+ "cancel": "Cancel",
35
+ "issue": "Issue",
36
+ "remarks": "Remarks",
37
+ "popupText": "You can’t undo this action",
38
+ "rejectTitle": "Are you sure you want to reject the project",
39
+ "authTitle": "Are you sure you want to authorise the project",
40
+ "issueTitle": "Are you sure you want to issue credits for the project",
41
+ "certifyTitle": "Are you sure you want to certify the project",
42
+ "retireTitle": "Are you sure you want to retire the credits?",
43
+ "revokeTitle": "Are you sure you want to revoke the certificate of the project",
44
+ "transferTitle": "Request Credits",
45
+ "programmeMaterial": "Project & Project Documents",
46
+ "projectMaterial": "Project Reports",
47
+ "transfer": "Request",
48
+ "by": "By",
49
+ "programme": "Project",
50
+ "issueCreditText": "Credits to be issued",
51
+ "issueCreditNdcIdText": "Activity ID",
52
+ "authCreditText": "Credits to authorise",
53
+ "totalTransferCredit": "Total Amount",
54
+ "totalRetireCredit": "Retired Credit Amount",
55
+ "successAuth": "The project has been authorised successfully",
56
+ "successReject": "The project has been rejected successfully",
57
+ "successCertify": "The project has been certified successfully",
58
+ "successRetire": "The credits have been retired successfully",
59
+ "successRevoke": "The project has been revoked successfully",
60
+ "successRevokeCertifcate": "The certificate has been revoked successfully",
61
+ "successRetireInit": "The international transfer retire request has been sent successfully",
62
+ "successIssue": "The project has been issued successfully",
63
+ "successRequest": "The transfer request has been sent successfully ",
64
+ "sendCreditTitle": "Send Credits",
65
+ "to": "To",
66
+ "from": "From",
67
+ "send": "Send",
68
+ "successSend": "Credit send successful",
69
+ "successSendInit": "Credit send initiated successful",
70
+ "searchCompany": "Search company by name",
71
+ "serialNoField": "Serial Number",
72
+ "transferApproveTotal": "Credit Amount",
73
+ "confirmClosure": "I understand that this action cannot be undone",
74
+ "confirmRetire": "This transfer is pending government approval",
75
+ "searchCountry": "Search country",
76
+ "country": "Country",
77
+ "company": "Company",
78
+ "accept": "Accept",
79
+ "certifier": "Certifier",
80
+ "seeMine": "Mine",
81
+ "tlRejectTitle": "Transfer Request Rejected",
82
+ "tlTxRejectDesc": "The request to transfer {} {} credits from {} to {} was rejected by {}",
83
+ "tlInitTitle": "Transfer Initiated",
84
+ "tlInitDesc": "{} {} credits of this project were requested to be transferred from {} to {} by {}",
85
+ "via": "via",
86
+ "tlDescInit": "credits of this project were requested to be transferred from",
87
+ "tlCreate": "Project Created",
88
+ "tlCreateDesc": "The project was created.",
89
+ "tlAuth": "Authorised",
90
+ "tlAuthDesc": "The project was authorised for {} {} credits until {} with the Serial Number {} by {}",
91
+ "tlIssue": "Credits Issued",
92
+ "tlIssueDesc": "The project was issued {} by {}",
93
+ "t1IssueNdcDesc": "{} {} credits for the Activity {}",
94
+ "tlReject": "Rejected",
95
+ "tlRejectDesc": "The project was rejected by {}",
96
+ "tlTransfer": "Transferred",
97
+ "tlTransferDesc": "{} {} credits of this project were transferred from {} to {} by {}",
98
+ "tlRevoke": "Certificate Revoked",
99
+ "tlRevokeDesc": "The certification of this project was revoked {} by {}",
100
+ "tlCertify": "Certified",
101
+ "tlCertifyDesc": "The project was certified by {}",
102
+ "tlRetire": "Credits Retired",
103
+ "tlRetireDesc": "{} {} credits of this project were retired from {} {}as {} by {}",
104
+ "tlFrozen": "Credits Frozen",
105
+ "tlFrozenDesc": "{} {} credits were frozen due to the deactivation of {} by {}",
106
+ "tlRetInit": "Retirement Initiated",
107
+ "tlRetInitDesc": "Retirement of {} {} credits of this project from {} {}as {} was initiated by {}",
108
+ "tlRetRejectTitle": "Retirement Not Recognised",
109
+ "tlTxRetRejectDesc": "The request to transfer {} {} credits from {} to {} was not recognised by {}",
110
+ "tlRetCancelTitle": "Retire request cancelled",
111
+ "tlTxCancelTitle": "Transfer Request Cancelled",
112
+ "tlTxCancelDesc": "The request to transfer {} {} credits from {} to {} was cancelled by {}",
113
+ "tlTxCancelSystemDesc": "The request to transfer {} {} credits from {} to {} was cancelled by the system due to the deactivation of {} by {}",
114
+ "tlUnFrozen": "Credits Unfrozen",
115
+ "tlUnFrozenDesc": "{} frozen {} credits of the project have been unfrozen due to the reactivation of {} by {}",
116
+ "tlTxLowCreditCancelSystemDesc": "The request to transfer {} {} credits from {} to {} was cancelled by the system due to insufficient credit balance",
117
+ "tlOwnership": "New Ownership",
118
+ "tlOwnershipDesc": "{} invested in this project obtaining {} ownership of the project.",
119
+ "tlPending": "Pending",
120
+ "tlAuthorisation": "Authorisation",
121
+ "typeOfMitigation": "Type Of Mitigation",
122
+ "subTypeOfMitigation": "Sub Type Of Mitigation",
123
+ "numberOfDays": "Number of days",
124
+ "numberOfPeopleInHousehold": "Number of people in the household",
125
+ "weightInTons": "Tonnes (t) on dry basis",
126
+ "userEstimatedCredits": "User Estimated Credits",
127
+ "systemEstimatedCredits": "System Estimated Credits",
128
+ "actionId": "NDC ID",
129
+ "programmeCost": "Project Cost (USD)",
130
+ "ownershipPercentage": "Ownership Percentage",
131
+ "programmeDocs": "Project Documents",
132
+ "investments": "Financing",
133
+ "investment": "Financing",
134
+ "creditEst": "User Estimated Credits",
135
+ "carbonPriceUSDPerTon": "Minimum Carbon Price: USD per ton (assuming no other revenue)",
136
+ "ndcActions": "Activities",
137
+ "emissionsReductionExpected": "Emissions Reductions Expected",
138
+ "emissionsReductionAchieved": "Emissions Reductions Achieved",
139
+ "emissionsReductions": "Emissions Reductions {}",
140
+ "addInvestment": "ADD INVESTMENT",
141
+ "addAction": "ADD ACTIVITY",
142
+ "ministryLevel": "Ministry Level",
143
+ "environmentalAssessmentRegistrationNo": "Environmental Assessment Registration Number",
144
+ "methodology": "Methodology",
145
+ "verificationEl": "Verification",
146
+ "monitoringEl": "Monitoring"
147
+ }
@@ -0,0 +1,128 @@
1
+ {
2
+ "title": "Nombre del Programa",
3
+ "details": "Detalles del Programa",
4
+ "desc": "Ver los detalles del programa seleccionado",
5
+ "ownership": "Propiedad",
6
+ "general": "General",
7
+ "name": "Nombre del Programa",
8
+ "programmeOwner": "Propietario del Programa",
9
+ "serialNo": "Número de Serie de Emisión de Créditos",
10
+ "currentStatus": "Estado Actual",
11
+ "applicationType": "Tipo de Solicitante",
12
+ "sector": "Sector",
13
+ "sectoralScope": "Alcance Sectorial",
14
+ "startDate": "Fecha de Inicio del Programa",
15
+ "endDate": "Fecha de Finalización del Programa",
16
+ "buyerCountry": "Elegibilidad del País Comprador",
17
+ "estimatedProgrammeCostUSD": "Costo Estimado del Programa (USD)",
18
+ "financingType": "Tipo de Financiamiento",
19
+ "grantEquivalent": "Monto Equivalente de la Subvención",
20
+ "carbonPrice": "Precio del Carbono (USD por tonelada)",
21
+ "financial": "Financiero",
22
+ "calculation": "Cálculo del Tipo de Mitigación",
23
+ "energyGeneration": "Generación de Energía",
24
+ "consumerGroup": "Tipo de Edificio",
25
+ "constantVersion": "Versión Estándar",
26
+ "methodology": "Metodología",
27
+ "landArea": "Área de Terreno",
28
+ "timeline": "Cronología de Actividades",
29
+ "location": "Ubicación Geográfica",
30
+ "credits": "Créditos",
31
+ "certification": "Detalles de Certificación",
32
+ "authorise": "Autorizar",
33
+ "reject": "Rechazar",
34
+ "revoke": "Revocar Certificación",
35
+ "cancel": "Cancelar",
36
+ "issue": "Emitir",
37
+ "remarks": "Observaciones",
38
+ "popupText": "No puedes deshacer esta acción",
39
+ "rejectTitle": "¿Estás seguro de que quieres rechazar el programa?",
40
+ "authTitle": "¿Estás seguro de que quieres autorizar el programa?",
41
+ "issueTitle": "¿Estás seguro de que quieres emitir créditos para el programa?",
42
+ "certifyTitle": "¿Estás seguro de que quieres certificar el programa?",
43
+ "retireTitle": "¿Estás seguro de que quieres retirar los créditos?",
44
+ "revokeTitle": "¿Estás seguro de que quieres revocar el certificado del programa?",
45
+ "transferTitle": "Solicitar Créditos",
46
+ "programmeMaterial": "Documentos del Programa",
47
+ "projectMaterial": "Informes",
48
+ "transfer": "Solicitar",
49
+ "by": "Por",
50
+ "programme": "Programa",
51
+ "issueCreditText": "Créditos a emitir",
52
+ "authCreditText": "Créditos a autorizar",
53
+ "totalTransferCredit": "Monto Total",
54
+ "totalRetireCredit": "Monto de Crédito Retirado",
55
+ "successAuth": "El programa ha sido autorizado con éxito",
56
+ "successReject": "El programa ha sido rechazado con éxito",
57
+ "successCertify": "El programa ha sido certificado con éxito",
58
+ "successRetire": "Los créditos han sido retirados con éxito",
59
+ "successRevoke": "El programa ha sido revocado con éxito",
60
+ "successRevokeCertifcate": "El certificado ha sido revocado con éxito",
61
+ "successRetireInit": "La solicitud de retiro de transferencia internacional se ha enviado con éxito",
62
+ "successIssue": "El programa ha sido emitido con éxito",
63
+ "successRequest": "La solicitud de transferencia se ha enviado con éxito",
64
+ "sendCreditTitle": "Enviar Créditos",
65
+ "to": "A",
66
+ "from": "De",
67
+ "send": "Enviar",
68
+ "successSend": "Envío de crédito exitoso",
69
+ "successSendInit": "El envío de crédito se ha iniciado con éxito",
70
+ "searchCompany": "Buscar empresa por nombre",
71
+ "serialNoField": "Número de Serie",
72
+ "transferApproveTotal": "Cantidad de Crédito",
73
+ "confirmClosure": "Entiendo que esta acción no se puede deshacer",
74
+ "confirmRetire": "Esta transferencia está pendiente de aprobación gubernamental",
75
+ "searchCountry": "Buscar país",
76
+ "country": "País",
77
+ "company": "Empresa",
78
+ "accept": "Aceptar",
79
+ "certifier": "Certificador",
80
+ "seeMine": "Mío",
81
+ "tlRejectTitle": "Solicitud de Transferencia Rechazada",
82
+ "tlTxRejectDesc": "La solicitud de transferir {} {} créditos de {} a {} fue rechazada por {}",
83
+ "tlInitTitle": "Transferencia Iniciada",
84
+ "tlInitDesc": "{} {} créditos de este programa fueron solicitados para ser transferidos de {} a {} por {}",
85
+ "via": "vía",
86
+ "tlDescInit": "créditos de este programa fueron solicitados para ser transferidos de",
87
+ "tlCreate": "Programa Creado",
88
+ "tlCreateDesc": "El programa fue creado.",
89
+ "tlAuth": "Autorizado",
90
+ "tlAuthDesc": "El programa fue autorizado para {} {} créditos hasta {} con el Número de Serie {} por {}",
91
+ "tlIssue": "Créditos Emitidos",
92
+ "tlIssueDesc": "El programa emitió {} {} créditos por {}",
93
+ "tlReject": "Rechazado",
94
+ "tlRejectDesc": "El programa fue rechazado por {}",
95
+ "tlTransfer": "Transferido",
96
+ "tlTransferDesc": "{} {} créditos de este programa fueron transferidos de {} a {} por {}",
97
+ "tlRevoke": "Certificado Revocado",
98
+ "tlRevokeDesc": "La certificación de este programa fue revocada {} por {}",
99
+ "tlCertify": "Certificado",
100
+ "tlCertifyDesc": "El programa fue certificado por {}",
101
+ "tlRetire": "Créditos Retirados",
102
+ "tlRetireDesc": "{} {} créditos de este programa fueron retirados de {} {}como {} por {}",
103
+ "tlFrozen": "Créditos Congelados",
104
+ "tlFrozenDesc": "{} {} créditos fueron congelados debido a la desactivación de {} por {}",
105
+ "tlRetInit": "Retiro Iniciado",
106
+ "tlRetInitDesc": "El retiro de {} {} créditos de este programa de {} {}como {} fue iniciado por {}",
107
+ "tlRetRejectTitle": "Retiro No Reconocido",
108
+ "tlTxRetRejectDesc": "La solicitud de transferir {} {} créditos de {} a {} no fue reconocida por {}",
109
+ "tlRetCancelTitle": "Solicitud de Retiro Cancelada",
110
+ "tlTxCancelTitle": "Solicitud de Transferencia Cancelada",
111
+ "tlTxCancelDesc": "La solicitud de transferir {} {} créditos de {} a {} fue cancelada por {}",
112
+ "tlTxCancelSystemDesc": "La solicitud de transferir {} {} créditos de {} a {} fue cancelada por el sistema debido a la desactivación de {} por {}",
113
+ "tlUnFrozen": "Créditos Descongelados",
114
+ "tlUnFrozenDesc": "{} créditos congelados {} del programa han sido descongelados debido a la reactivación de {} por {}",
115
+ "tlTxLowCreditCancelSystemDesc": "La solicitud de transferir {} {} créditos de {} a {} fue cancelada por el sistema debido a un saldo de crédito insuficiente",
116
+ "tlOwnership": "Nueva Propiedad",
117
+ "tlOwnershipDesc": "{} invirtió en este programa obteniendo {} propiedad del programa.",
118
+ "tlPending": "Pendiente",
119
+ "tlAuthorisation": "Autorización",
120
+ "typeOfMitigation": "Tipo de Mitigación",
121
+ "userEstimatedCredits": "Créditos Estimados por el Usuario",
122
+ "systemEstimatedCredits": "Créditos Estimados por el Sistema",
123
+ "actionId": "ID NDC",
124
+ "ministryLevel": "Nivel Ministerial",
125
+ "creditEst": "Créditos Estimados",
126
+ "carbonPriceUSDPerTon": "Precio Mínimo del Carbono: USD por tonelada (asumiendo ningún otro ingreso)",
127
+ "environmentalAssessmentRegistrationNo": "Número de Registro de la Evaluación Ambiental"
128
+ }