@undp/carbon-library 1.0.175-CARBON-347.5 → 1.0.175-CARBON-347.7

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 +572 -109
  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 +566 -111
  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,23 @@
1
+ {
2
+ "developer": "Desarrollador",
3
+ "name": "NOMBRE DE LA ORGANIZACIÓN",
4
+ "taxId": "ID FISCAL",
5
+ "filterByOrgType": "Filtrar por Tipo de Organización",
6
+ "companyRole": "TIPO DE ORGANIZACIÓN",
7
+ "companyState": "ESTADO",
8
+ "viewCompanies": "Ver Organizaciones",
9
+ "viewDesc": "Ver todas las organizaciones visibles en el sistema basadas en sus permisos",
10
+ "addCompany": "Agregar organización",
11
+ "numberOfProgrammes": "NÚMERO DE PROGRAMAS",
12
+ "creditBalance": "SALDO DE CRÉDITO",
13
+ "date": "Fecha",
14
+ "getCompanyError": "Error al obtener la empresa",
15
+ "filterByCompany": "Filtrar por Tipo de Organización",
16
+ "gov": "Gobierno",
17
+ "certifier": "Certificador",
18
+ "all": "Todos",
19
+ "searchMail": "Buscar por correo electrónico",
20
+ "searchName": "Buscar por nombre",
21
+ "min": "Ministerio",
22
+ "nationalSopValue": "Participación Nacional en los Ingresos"
23
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "developer": "Développeur",
3
+ "name": "NOM DE L'ORGANISATION",
4
+ "taxId": "IDENTIFIANT FISCAL",
5
+ "filterByOrgType": "Filtrer par Type d'Organisation",
6
+ "companyRole": "TYPE D'ORGANISATION",
7
+ "companyState": "STATUT",
8
+ "viewCompanies": "Voir les Organisations",
9
+ "viewDesc": "Voir toutes les organisations visibles dans le système en fonction de vos permissions",
10
+ "addCompany": "Ajouter une organisation",
11
+ "numberOfProgrammes": "NOMBRE DE PROGRAMMES",
12
+ "creditBalance": "SOLDE DE CRÉDITS",
13
+ "date": "Date",
14
+ "getCompanyError": "Erreur lors de l'obtention de l'entreprise",
15
+ "filterByCompany": "Filtrer par Type d'Organisation",
16
+ "gov": "Gouvernement",
17
+ "certifier": "Certifieur",
18
+ "all": "Tous",
19
+ "searchMail": "Rechercher par e-mail",
20
+ "searchName": "Rechercher par nom",
21
+ "min": "Ministère",
22
+ "nationalSopValue": "Part Nationale des Revenus"
23
+ }
@@ -0,0 +1,45 @@
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 Projects",
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
+ "nationalSopValue": "National Share of Proceeds",
44
+ "omgePercentage":"Overall Mitigation in Global Emissions (OMGE) Account"
45
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "title": "Detalles de la Organización",
3
+ "subTitle": "Ver los detalles de la organización seleccionada",
4
+ "deauthorise": "DESACTIVAR",
5
+ "reActivate": "REACTIVAR",
6
+ "approve": "APROBAR",
7
+ "reject": "RECHAZAR",
8
+ "organisationDetailsHeading": "Detalles de la Organización",
9
+ "name": "Nombre",
10
+ "taxId": "ID Fiscal",
11
+ "paymentId": "ID de Pago de Registro",
12
+ "companyRole": "Rol",
13
+ "email": "Correo Electrónico",
14
+ "phoneNo": "Teléfono",
15
+ "website": "Sitio Web",
16
+ "address": "Dirección",
17
+ "creditBalance": "Saldo de Créditos",
18
+ "programmeCount": "Número de Programas",
19
+ "deauthoriseConfirmHeaderText": "¿Está seguro de que desea desactivar esta organización?",
20
+ "deauthoriseConfirmText": "La organización seguirá siendo visible, pero no se podrá realizar ninguna acción adicional.\nNota: todos los usuarios asociados con la organización también serán desactivados.",
21
+ "activeStatus": "Activo",
22
+ "deauthorisedStatus": "Desactivado",
23
+ "pendingStatus": "Pendiente",
24
+ "rejectedStatus": "Rechazado",
25
+ "remarks": "Observaciones",
26
+ "deauthorisationSuccess": "¡Organización desactivada con éxito!",
27
+ "reActivateConfirmHeaderText": "¿Está seguro de que desea reactivar esta organización?",
28
+ "reActivateConfirmText": "Nota: todos los usuarios asociados con la organización también serán reactivados.",
29
+ "reactivationSuccess": "¡Organización reactivada con éxito!",
30
+ "ministerName": "Nombre del Ministro",
31
+ "sectoralScope": "Ámbito Sectorial",
32
+ "approveConfirmHeaderText": "¿Está seguro de que desea autorizar esta organización?",
33
+ "approveConfirmText": "No puede deshacer esta acción",
34
+ "approvedSuccessfully": "La organización fue aprobada con éxito",
35
+ "rejectConfirmHeaderText": "¿Está seguro de que desea rechazar esta organización?",
36
+ "rejectConfirmText": "No puede deshacer esta acción",
37
+ "rejectedSuccessfully": "La organización fue rechazada con éxito",
38
+ "adminDetailsHeading": "Detalles del Administrador de la Organización",
39
+ "adminName": "Nombre",
40
+ "adminEmail": "Correo Electrónico",
41
+ "adminPhone": "Teléfono"
42
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "title": "Détails de l'Organisation",
3
+ "subTitle": "Voir les détails de l'organisation sélectionnée",
4
+ "deauthorise": "DÉSACTIVER",
5
+ "reActivate": "RÉACTIVER",
6
+ "approve": "APPROUVER",
7
+ "reject": "REJETER",
8
+ "organisationDetailsHeading": "Détails de l'Organisation",
9
+ "name": "Nom",
10
+ "taxId": "Identifiant Fiscal",
11
+ "paymentId": "ID de Paiement d'Inscription",
12
+ "companyRole": "Rôle",
13
+ "email": "E-mail",
14
+ "phoneNo": "Téléphone",
15
+ "website": "Site Web",
16
+ "address": "Adresse",
17
+ "creditBalance": "Solde de Crédits",
18
+ "programmeCount": "Nombre de Programmes",
19
+ "deauthoriseConfirmHeaderText": "Êtes-vous sûr de vouloir désactiver cette organisation ?",
20
+ "deauthoriseConfirmText": "L'organisation restera visible mais aucune action supplémentaire ne pourra être effectuée.\nNote : tous les utilisateurs associés à l'organisation seront également désactivés.",
21
+ "activeStatus": "Actif",
22
+ "deauthorisedStatus": "Désactivé",
23
+ "pendingStatus": "En Attente",
24
+ "rejectedStatus": "Rejeté",
25
+ "remarks": "Remarques",
26
+ "deauthorisationSuccess": "Organisation désactivée avec succès !",
27
+ "reActivateConfirmHeaderText": "Êtes-vous sûr de vouloir réactiver cette organisation ?",
28
+ "reActivateConfirmText": "Note : tous les utilisateurs associés à l'organisation seront également réactivés.",
29
+ "reactivationSuccess": "Organisation réactivée avec succès !",
30
+ "ministerName": "Nom du Ministre",
31
+ "sectoralScope": "Portée Sectorielle",
32
+ "approveConfirmHeaderText": "Êtes-vous sûr de vouloir autoriser cette organisation ?",
33
+ "approveConfirmText": "Vous ne pouvez pas annuler cette action",
34
+ "approvedSuccessfully": "L'Organisation a été approuvée avec succès",
35
+ "rejectConfirmHeaderText": "Êtes-vous sûr de vouloir rejeter cette organisation ?",
36
+ "rejectConfirmText": "Vous ne pouvez pas annuler cette action",
37
+ "rejectedSuccessfully": "L'Organisation a été rejetée avec succès",
38
+ "adminDetailsHeading": "Détails de l'Administrateur de l'Organisation",
39
+ "adminName": "Nom",
40
+ "adminEmail": "E-mail",
41
+ "adminPhone": "Téléphone"
42
+ }
@@ -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,34 @@
1
+ {
2
+ "viewCreditsTransfers": "Transferencias",
3
+ "desc": "Ver las transferencias en el Registro de Carbono basadas en sus permisos",
4
+ "requestID": "ID DE SOLICITUD",
5
+ "certifier": "CERTIFICADOR",
6
+ "initiator": "INICIADOR",
7
+ "date": "FECHA",
8
+ "pName": "NOMBRE DEL PROGRAMA",
9
+ "sector": "SECTOR",
10
+ "cSender": "EMISOR DE CRÉDITOS",
11
+ "cReceiver": "RECEPTOR DE CRÉDITOS",
12
+ "cRequested": "CRÉDITO SOLICITADO",
13
+ "cBalance": "SALDO DE CRÉDITO",
14
+ "status": "ESTADO",
15
+ "noTransfer": "No hay Transferencias Disponibles",
16
+ "cancelTitle": "¿Está seguro de que desea cancelar esta solicitud?",
17
+ "rejectTitle": "¿Está seguro de que desea rechazar esta solicitud?",
18
+ "acceptTitle": "Aceptar Solicitud de Transferencia",
19
+ "proceed": "Proceder",
20
+ "cancel": "Cancelar",
21
+ "reject": "Rechazar",
22
+ "recognise": "Reconocer",
23
+ "notrecognise": "No Reconocer",
24
+ "accept": "Aceptar",
25
+ "recogniseTitle": "Retirar Créditos",
26
+ "notRecogniseTitle": "¿Está seguro de que no quiere reconocer esta solicitud de retiro de transferencia internacional?",
27
+ "laccount": "Cuenta Local del Gobierno",
28
+ "iaccount": "Cuenta Internacional del Gobierno",
29
+ "transferReqApproved": "La solicitud de transferencia ha sido aceptada con éxito",
30
+ "internationalTranferReqAccepted": "La solicitud de retiro de transferencia internacional ha sido aceptada con éxito",
31
+ "internationalTransferReqRejected": "La solicitud de retiro de transferencia internacional ha sido rechazada con éxito",
32
+ "internationalTransferReqCancelled": "La solicitud de retiro de transferencia internacional ha sido cancelada con éxito",
33
+ "allTransfersPausedLabelTxt": "Todas las transferencias están actualmente en pausa"
34
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "viewCreditsTransfers": "Transferts",
3
+ "desc": "Voir les transferts dans le Registre de Carbone en fonction de vos permissions",
4
+ "requestID": "ID DE DEMANDE",
5
+ "certifier": "CERTIFICATEUR",
6
+ "initiator": "INITIATEUR",
7
+ "date": "DATE",
8
+ "pName": "NOM DU PROGRAMME",
9
+ "sector": "SECTEUR",
10
+ "cSender": "EXPÉDITEUR DE CRÉDITS",
11
+ "cReceiver": "RÉCEPTEUR DE CRÉDITS",
12
+ "cRequested": "CRÉDIT DEMANDÉ",
13
+ "cBalance": "SOLDE DE CRÉDITS",
14
+ "status": "STATUT",
15
+ "noTransfer": "Aucun Transfert Disponible",
16
+ "cancelTitle": "Êtes-vous sûr de vouloir annuler cette demande ?",
17
+ "rejectTitle": "Êtes-vous sûr de vouloir rejeter cette demande ?",
18
+ "acceptTitle": "Accepter la Demande de Transfert",
19
+ "proceed": "Procéder",
20
+ "cancel": "Annuler",
21
+ "reject": "Rejeter",
22
+ "recognise": "Reconnaître",
23
+ "notrecognise": "Ne Pas Reconnaître",
24
+ "accept": "Accepter",
25
+ "recogniseTitle": "Retirer des Crédits",
26
+ "notRecogniseTitle": "Êtes-vous sûr de ne pas vouloir reconnaître cette demande de retraite de transfert international ?",
27
+ "laccount": "Compte Local du Gouvernement",
28
+ "iaccount": "Compte International du Gouvernement",
29
+ "transferReqApproved": "La demande de transfert a été acceptée avec succès",
30
+ "internationalTranferReqAccepted": "La demande de retraite de transfert international a été acceptée avec succès",
31
+ "internationalTransferReqRejected": "La demande de retraite de transfert international a été rejetée avec succès",
32
+ "internationalTransferReqCancelled": "La demande de retraite de transfert international a été annulée avec succès",
33
+ "allTransfersPausedLabelTxt": "Tous les transferts sont actuellement en pause"
34
+ }
@@ -0,0 +1,94 @@
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": "Projects Pending",
11
+ "trasnferReqReceived": "Pending Transfers Received",
12
+ "trasnferReqInit": "Pending Transfers Sent",
13
+ "programmesUnCertified": "Projects Certifiable",
14
+ "programmesCertified": "Projects Certified",
15
+ "creditBal": "Credit Balance",
16
+ "creditCertified": "Credits Certified",
17
+ "programmes": "Projects",
18
+ "credits": "Credits",
19
+ "certifiedCredits": "Certified Credits",
20
+ "totalProgrammes": "Total Projects",
21
+ "totalProgrammesSector": "Total Projects: Sector",
22
+ "totalCredits": "Total Credits",
23
+ "totalCreditsCertified": "Total Credits Certified",
24
+ "programmeLocations": "Project Locations",
25
+ "trasnferLocations": "Transfer Locations International",
26
+ "tTprogrammespendingGoverment": "Pending state projects awaiting authorisation",
27
+ "tTTransferReqSentGovernment": "Pending credit transfer requests sent to project owners initiated by your organisation",
28
+ "tTCreditBalanceGovernment": "Total credit balance owned by your organisation",
29
+ "tTProgrammesGoverment": "Number of projects created during the specified period and their project state in the carbon registry at present",
30
+ "tTCreditsGovernment": "Number of credits of authorised projects created during the specified period and their credit state in the carbon registry at present",
31
+ "tTCertifiedCreditsGovernment": "Number of credits of projects created during the specified period, uncertified, certified and revoked in the carbon registry at present",
32
+ "tTTotalProgrammesGovernment": "Graphical representation of the number of projects created during the specified period in each project state in the carbon registry at present",
33
+ "tTTotalProgrammesSectorGovernment": "Graphical representation of the number of projects in each project sector created during the specified time in the carbon registry",
34
+ "tTTotalCreditsGovernment": "Graphical representation of the number of credits of projects 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 projects created during the specified period certified, uncertified and revoked in the carbon registry at present",
36
+ "tTProgrammeLocationsGovernment": " Locations of the projects created during the specified period and their project 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 projects created during the specified period and their project state in the carbon registry at present, owned by your organisation",
42
+ "tTCreditsProgrammeDev": "Number of credits of authorised projects 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 projects 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 projects created during the specified period, owned by your organisation, in each project state in the carbon registry at present",
45
+ "tTTotalProgrammesSecProgrammeDev": "Graphical representation of the number of projects owned by your organisation, in each project sector created during the specified time in the carbon registry",
46
+ "tTTotalCreditsProgrammeDev": "Graphical representation of the number of credits of projects 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 projects created during the specified period, owned by your organisation, certified, uncertified and revoked in the carbon registry at present",
48
+ "tTProgrammeLocationsProgrammeDev": "Locations of the projects created during the specified period, owned by your organisation, and their project states in the carbon registry at present",
49
+ "tTTrasnferLocationsProgrammeDev": "Locations of credits international transfer requests of projects owned by your organisation recognised during the specified period",
50
+ "tTProgrammesUnCertiCertifier": "Number of projects not yet certified including certificates revoked by your organisation",
51
+ "tTProgrammesCertiCertifier": "Number of projects certified by your organisation",
52
+ "tTCreditCertifiedCertifier": "Number of credits certified by your organisation",
53
+ "tTProgrammesCertifierMine": "Number of projects created during the specified period, certified by your organisation, and their project state in the carbon registry at present",
54
+ "tTCreditsCertifierMine": "Number of credits of authorised projects 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 projects 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 projects in each project sector created during the specified time, certified by your company, in the carbon registry",
57
+ "tTTotalProgrammesSecCertifierMine": "Graphical representation of the number of projects in each project sector created during the specified time, certified by your company, in the carbon registry",
58
+ "tTTotalCreditsCertifierMine": "Graphical representation of the number of credits of projects 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 projects certified, uncertified and revoked by your organisation, spread over the specified time",
60
+ "tTProgrammeLocationsCertifierMine": "Locations of the projects created during the specified period, certified by your organisation, and their project states in the carbon registry at present",
61
+ "tTTrasnferLocationsCertifierMine": "Locations of credits of international transfer requests of projects certified by your organisation recognised during the specified period",
62
+ "tTProgrammesCertifierOverall": "Number of projects created during the specified period and their project state in the carbon registry at present",
63
+ "tTCreditsCertifierOverall": "Number of credits of authorised projects created during the specified period and their credit state in the carbon registry at present",
64
+ "tTCertifiedCreditsCertifierOverall": "Number of credits of projects created during the specified period, uncertified, certified and revoked in the carbon registry at present",
65
+ "tTTotalProgrammesCertifierOverall": "Graphical representation of the number of projects created during the specified period in each project state in the carbon registry at present",
66
+ "tTTotalProgrammesSecCertifierOverall": "Graphical representation of the number of projects in each project sector created during the specified time in the carbon registry",
67
+ "tTTotalCreditsCertifierOverall": "Graphical representation of the number of credits of projects 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 projects created during the specified period certified, uncertified and revoked in the carbon registry at present",
69
+ "tTProgrammeLocationsCertifierOverall": "Locations of the projects created during the specified period and their project states in the carbon registry at present",
70
+ "tTTrasnferLocationsCertifierOverall": "Locations of credits of international transfer requests recognised during the specified period",
71
+ "ndcType": "Activities: Type",
72
+ "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",
73
+ "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",
74
+ "ndcSector": "Activities: Sector",
75
+ "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",
76
+ "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",
77
+ "creditsSector": "Credit Estimated",
78
+ "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",
79
+ "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",
80
+ "totalInvestment": "Total Financing",
81
+ "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",
82
+ "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",
83
+ "programmeLocation": "Project Locations",
84
+ "programmeLocationTT": "Locations of projects created in the transparency system during the specified time with their project states at present",
85
+ "programmeLocationTTMy": "Locations of projects, owned by your organisation, created in the transparency system during the specified time with their project states at present",
86
+ "investLocations": "Financing Locations",
87
+ "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",
88
+ "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",
89
+ "titleEmission": "Emissions Reductions",
90
+ "titleEmissionTT": "Amount of emission reductions expected and achieved by projects created in the transparency system during the specified time, at present",
91
+ "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",
92
+ "emissionExpected": "Expected",
93
+ "emissionEAchieved": "Achieved"
94
+ }
@@ -0,0 +1,71 @@
1
+ {
2
+ "today": "Hoy",
3
+ "last7": "Últimos 7 días",
4
+ "last14": "Últimos 14 días",
5
+ "overall": "GENERAL",
6
+ "mine": "MÍOS",
7
+ "auth": "Autorizado",
8
+ "rejected": "Rechazado",
9
+ "pending": "Pendiente",
10
+ "programmesPending": "Programas Pendientes",
11
+ "trasnferReqReceived": "Transferencias Pendientes Recibidas",
12
+ "trasnferReqInit": "Transferencias Pendientes Enviadas",
13
+ "programmesUnCertified": "Programas Certificables",
14
+ "programmesCertified": "Programas Certificados",
15
+ "creditBal": "Saldo de Créditos",
16
+ "creditCertified": "Créditos Certificados",
17
+ "programmes": "Programas",
18
+ "credits": "Créditos",
19
+ "certifiedCredits": "Créditos Certificados",
20
+ "totalProgrammes": "Total de Programas",
21
+ "totalProgrammesSector": "Total de Programas: Sector",
22
+ "totalCredits": "Total de Créditos",
23
+ "totalCreditsCertified": "Total de Créditos Certificados",
24
+ "programmeLocations": "Ubicaciones de Programas",
25
+ "trasnferLocations": "Ubicaciones de Transferencias Internacionales",
26
+ "tTprogrammespendingGoverment": "Programas estatales pendientes a la espera de autorización",
27
+ "tTTransferReqSentGovernment": "Solicitudes de transferencia de créditos pendientes enviadas a propietarios de programas iniciadas por su organización",
28
+ "tTCreditBalanceGovernment": "Saldo total de créditos propiedad de su organización",
29
+ "tTProgrammesGoverment": "Número de programas creados durante el período especificado y su estado actual en el registro de carbono",
30
+ "tTCreditsGovernment": "Número de créditos de programas autorizados creados durante el período especificado y su estado actual en el registro de carbono",
31
+ "tTCertifiedCreditsGovernment": "Número de créditos de programas creados durante el período especificado, no certificados, certificados y revocados en el registro de carbono actualmente",
32
+ "tTTotalProgrammesGovernment": "Representación gráfica del número de programas creados durante el período especificado en cada estado del programa en el registro de carbono actualmente",
33
+ "tTTotalProgrammesSectorGovernment": "Representación gráfica del número de programas en cada sector del programa creados durante el tiempo especificado en el registro de carbono",
34
+ "tTTotalCreditsGovernment": "Representación gráfica del número de créditos de programas creados durante el período especificado en cada estado de crédito en el registro de carbono actualmente",
35
+ "tTTotalCreditsCertifiedGovernment": "Representación gráfica del número de créditos de programas creados durante el período especificado certificados, no certificados y revocados en el registro de carbono actualmente",
36
+ "tTProgrammeLocationsGovernment": "Ubicaciones de los programas creados durante el período especificado y sus estados de programa en el registro de carbono actualmente",
37
+ "tTTransferLocationsGovernment": "Ubicaciones de créditos de solicitudes de transferencia internacional reconocidas durante el período especificado",
38
+ "tTTransferReqRecProgrammeDev": "Solicitudes de transferencia de créditos pendientes recibidas por su organización",
39
+ "tTTransferReqInitProgrammeDev": "Solicitudes locales de transferencia de créditos pendientes iniciadas por su organización",
40
+ "tTCreditBalanceProgrammeDev": "Saldo total de créditos propiedad de su organización",
41
+ "tTProgrammesProgrammeDev": "Número de programas creados durante el período especificado y su estado de programa en el registro de carbono actualmente, propiedad de su organización",
42
+ "tTCreditsProgrammeDev": "Número de créditos de programas autorizados creados durante el período especificado y su estado de crédito en el registro de carbono actualmente, propiedad de su organización",
43
+ "tTCertifiedCreditsProgrammeDev": "Número de créditos de programas creados durante el período especificado, no certificados, certificados y revocados en el registro de carbono actualmente, propiedad de su organización",
44
+ "tTTotalProgrammesProgrammeDev": "Representación gráfica del número de programas creados durante el período especificado, propiedad de su organización, en cada estado del programa en el registro de carbono actualmente",
45
+ "tTTotalProgrammesSecProgrammeDev": "Representación gráfica del número de programas propiedad de su organización, en cada sector del programa creado durante el tiempo especificado en el registro de carbono",
46
+ "tTTotalCreditsProgrammeDev": "Representación gráfica del número de créditos de programas creados durante el período especificado, propiedad de su organización, en cada estado de crédito en el registro de carbono actualmente",
47
+ "tTTotalCertifiedCreditsProgrammeDev": "Representación gráfica del número de créditos de programas creados durante el período especificado, propiedad de su organización, certificados, no certificados y revocados en el registro de carbono actualmente",
48
+ "tTProgrammeLocationsProgrammeDev": "Ubicaciones de los programas creados durante el período especificado, propiedad de su organización, y sus estados de programa en el registro de carbono actualmente",
49
+ "tTTrasnferLocationsProgrammeDev": "Ubicaciones de créditos de solicitudes de transferencia internacional de programas propiedad de su organización reconocidas durante el período especificado",
50
+ "tTProgrammesUnCertiCertifier": "Número de programas aún no certificados incluyendo certificados revocados por su organización",
51
+ "tTProgrammesCertiCertifier": "Número de programas certificados por su organización",
52
+ "tTCreditCertifiedCertifier": "Número de créditos certificados por su organización",
53
+ "tTProgrammesCertifierMine": "Número de programas creados durante el período especificado, certificados por su organización, y su estado de programa en el registro de carbono actualmente",
54
+ "tTCreditsCertifierMine": "Número de créditos de programas autorizados creados durante el período especificado, certificados por su organización y su estado de crédito en el registro de carbono actualmente",
55
+ "tTCertifiedCreditsCertifierMine": "Número de créditos de programas creados durante el período especificado, certificados por su organización, no certificados, certificados y revocados en el registro de carbono actualmente",
56
+ "tTTotalProgrammesCertifierMine": "Representación gráfica del número de programas en cada sector del programa creados durante el tiempo especificado, certificados por su empresa, en el registro de carbono",
57
+ "tTTotalProgrammesSecCertifierMine": "Representación gráfica del número de programas en cada sector del programa creados durante el tiempo especificado, certificados por su empresa, en el registro de carbono",
58
+ "tTTotalCreditsCertifierMine": "Representación gráfica del número de créditos de programas creados durante el período especificado, certificados por su organización, en cada estado de crédito en el registro de carbono actualmente",
59
+ "tTTotalCertifiedCreditsCertifierMine": "Representación gráfica del número de créditos de programas certificados, no certificados y revocados por su organización, repartidos durante el tiempo especificado",
60
+ "tTProgrammeLocationsCertifierMine": "Ubicaciones de los programas creados durante el período especificado, certificados por su organización, y sus estados de programa en el registro de carbono actualmente",
61
+ "tTTrasnferLocationsCertifierMine": "Ubicaciones de créditos de solicitudes de transferencia internacional de programas certificados por su organización reconocidas durante el período especificado",
62
+ "tTProgrammesCertifierOverall": "Número de programas creados durante el período especificado y su estado de programa en el registro de carbono actualmente",
63
+ "tTCreditsCertifierOverall": "Número de créditos de programas autorizados creados durante el período especificado y su estado de crédito en el registro de carbono actualmente",
64
+ "tTCertifiedCreditsCertifierOverall": "Número de créditos de programas creados durante el período especificado, no certificados, certificados y revocados en el registro de carbono actualmente",
65
+ "tTTotalProgrammesCertifierOverall": "Representación gráfica del número de programas creados durante el período especificado en cada estado de programa en el registro de carbono en la actualidad",
66
+ "tTTotalProgrammesSecCertifierOverall": "Representación gráfica del número de programas en cada sector de programa creados durante el tiempo especificado en el registro de carbono",
67
+ "tTTotalCreditsCertifierOverall": "Representación gráfica del número de créditos de programas creados durante el período especificado en cada estado de crédito en el registro de carbono en la actualidad",
68
+ "tTTotalCertifiedCreditsCertifierOverall": "Representación gráfica del número de créditos de programas creados durante el período especificado certificados, no certificados y revocados en el registro de carbono en la actualidad",
69
+ "tTProgrammeLocationsCertifierOverall": "Ubicaciones de los programas creados durante el período especificado y sus estados de programa en el registro de carbono en la actualidad",
70
+ "tTTrasnferLocationsCertifierOverall": "Ubicaciones de los créditos de solicitudes de transferencia internacional reconocidas durante el período especificado"
71
+ }
@@ -0,0 +1,71 @@
1
+ {
2
+ "today": "Aujourd'hui",
3
+ "last7": "Les 7 derniers jours",
4
+ "last14": "Les 14 derniers jours",
5
+ "overall": "GLOBAL",
6
+ "mine": "LES MIENS",
7
+ "auth": "Autorisé",
8
+ "rejected": "Rejeté",
9
+ "pending": "En attente",
10
+ "programmesPending": "Programmes en attente",
11
+ "trasnferReqReceived": "Transferts en attente reçus",
12
+ "trasnferReqInit": "Transferts en attente envoyés",
13
+ "programmesUnCertified": "Programmes certifiables",
14
+ "programmesCertified": "Programmes certifiés",
15
+ "creditBal": "Solde de crédit",
16
+ "creditCertified": "Crédits certifiés",
17
+ "programmes": "Programmes",
18
+ "credits": "Crédits",
19
+ "certifiedCredits": "Crédits certifiés",
20
+ "totalProgrammes": "Total de programmes",
21
+ "totalProgrammesSector": "Total de programmes : Secteur",
22
+ "totalCredits": "Total de crédits",
23
+ "totalCreditsCertified": "Total de crédits certifiés",
24
+ "programmeLocations": "Emplacements des programmes",
25
+ "trasnferLocations": "Emplacements de transfert internationaux",
26
+ "tTprogrammespendingGoverment": "Programmes en attente nécessitant une autorisation",
27
+ "tTTransferReqSentGovernment": "Demandes de transfert de crédits en attente envoyées aux propriétaires de programmes initiées par votre organisation",
28
+ "tTCreditBalanceGovernment": "Solde total de crédit détenu par votre organisation",
29
+ "tTProgrammesGoverment": "Nombre de programmes créés pendant la période spécifiée et leur état de programme actuel dans le registre carbone",
30
+ "tTCreditsGovernment": "Nombre de crédits des programmes autorisés créés pendant la période spécifiée et leur état de crédit actuel dans le registre carbone",
31
+ "tTCertifiedCreditsGovernment": "Nombre de crédits des programmes créés pendant la période spécifiée, non certifiés, certifiés et révoqués dans le registre carbone",
32
+ "tTTotalProgrammesGovernment": "Représentation graphique du nombre de programmes créés pendant la période spécifiée dans chaque état de programme dans le registre carbone",
33
+ "tTTotalProgrammesSectorGovernment": "Représentation graphique du nombre de programmes créés par secteur de programme pendant la période spécifiée dans le registre carbone",
34
+ "tTTotalCreditsGovernment": "Représentation graphique du nombre de crédits des programmes créés pendant la période spécifiée dans chaque état de crédit dans le registre carbone",
35
+ "tTTotalCreditsCertifiedGovernment": "Représentation graphique du nombre de crédits des programmes créés pendant la période spécifiée certifiés, non certifiés et révoqués dans le registre carbone",
36
+ "tTProgrammeLocationsGovernment": "Emplacements des programmes créés pendant la période spécifiée et leur état de programme actuel dans le registre carbone",
37
+ "tTTransferLocationsGovernment": "Emplacements des crédits des demandes de transfert international reconnues pendant la période spécifiée",
38
+ "tTTransferReqRecProgrammeDev": "Demandes de transfert de crédits en attente reçues par votre organisation",
39
+ "tTTransferReqInitProgrammeDev": "Demandes de transfert de crédits locaux en attente initiées par votre organisation",
40
+ "tTCreditBalanceProgrammeDev": "Solde total de crédit détenu par votre organisation",
41
+ "tTProgrammesProgrammeDev": "Nombre de programmes créés pendant la période spécifiée et leur état de programme actuel dans le registre carbone, détenus par votre organisation",
42
+ "tTCreditsProgrammeDev": "Nombre de crédits des programmes autorisés créés pendant la période spécifiée et leur état de crédit actuel dans le registre carbone, détenus par votre organisation",
43
+ "tTCertifiedCreditsProgrammeDev": "Nombre de crédits des programmes créés pendant la période spécifiée, non certifiés, certifiés et révoqués dans le registre carbone, détenus par votre organisation",
44
+ "tTTotalProgrammesProgrammeDev": "Représentation graphique du nombre de programmes créés pendant la période spécifiée, détenus par votre organisation, dans chaque état de programme dans le registre carbone",
45
+ "tTTotalProgrammesSecProgrammeDev": "Représentation graphique du nombre de programmes détenus par votre organisation dans chaque secteur de programme créé pendant la période spécifiée dans le registre carbone",
46
+ "tTTotalCreditsProgrammeDev": "Représentation graphique du nombre de crédits des programmes créés pendant la période spécifiée, détenus par votre organisation, dans chaque état de crédit dans le registre carbone",
47
+ "tTTotalCertifiedCreditsProgrammeDev": "Représentation graphique du nombre de crédits des programmes créés pendant la période spécifiée, détenus par votre organisation, certifiés, non certifiés et révoqués dans le registre carbone",
48
+ "tTProgrammeLocationsProgrammeDev": "Emplacements des programmes créés pendant la période spécifiée, détenus par votre organisation, et leur état de programme actuel dans le registre carbone",
49
+ "tTTrasnferLocationsProgrammeDev": "Emplacements des demandes de transfert international de crédits de programmes détenus par votre organisation reconnues pendant la période spécifiée",
50
+ "tTProgrammesUnCertiCertifier": "Nombre de programmes non certifiés, y compris les certificats révoqués par votre organisation",
51
+ "tTProgrammesCertiCertifier": "Nombre de programmes certifiés par votre organisation",
52
+ "tTCreditCertifiedCertifier": "Nombre de crédits certifiés par votre organisation",
53
+ "tTProgrammesCertifierMine": "Nombre de programmes créés pendant la période spécifiée, certifiés par votre organisation, et leur état de programme actuel dans le registre carbone",
54
+ "tTCreditsCertifierMine": "Nombre de crédits des programmes autorisés créés pendant la période spécifiée, certifiés par votre organisation, et leur état de crédit actuel dans le registre carbone",
55
+ "tTCertifiedCreditsCertifierMine": "Nombre de crédits des programmes créés pendant la période spécifiée, certifiés par votre organisation, non certifiés, certifiés et révoqués dans le registre carbone",
56
+ "tTTotalProgrammesCertifierMine": "Représentation graphique du nombre de programmes dans chaque secteur de programme créé pendant la période spécifiée, certifiés par votre entreprise, dans le registre carbone",
57
+ "tTTotalProgrammesSecCertifierMine": "Représentation graphique du nombre de programmes dans chaque secteur de programme créé pendant la période spécifiée, certifiés par votre entreprise, dans le registre carbone",
58
+ "tTTotalCreditsCertifierMine": "Représentation graphique du nombre de crédits des programmes créés pendant la période spécifiée, certifiés par votre organisation, dans chaque état de crédit dans le registre carbone",
59
+ "tTTotalCertifiedCreditsCertifierMine": "Représentation graphique du nombre de crédits des programmes certifiés, non certifiés et révoqués par votre organisation, répartis sur la période spécifiée",
60
+ "tTProgrammeLocationsCertifierMine": "Emplacements des programmes créés pendant la période spécifiée, certifiés par votre organisation, et leur état de programme actuel dans le registre carbone",
61
+ "tTTrasnferLocationsCertifierMine": "Emplacements des demandes de transfert international de crédits de programmes certifiés par votre organisation reconnues pendant la période spécifiée",
62
+ "tTProgrammesCertifierOverall": "Nombre de programmes créés pendant la période spécifiée et leur état de programme actuel dans le registre carbone",
63
+ "tTCreditsCertifierOverall": "Nombre de crédits des programmes autorisés créés pendant la période spécifiée et leur état de crédit actuel dans le registre carbone",
64
+ "tTCertifiedCreditsCertifierOverall": "Nombre de crédits des programmes créés pendant la période spécifiée, non certifiés, certifiés et révoqués dans le registre carbone",
65
+ "tTTotalProgrammesCertifierOverall": "Représentation graphique du nombre de programmes créés pendant la période spécifiée dans chaque état de programme dans le registre carbone",
66
+ "tTTotalProgrammesSecCertifierOverall": "Représentation graphique du nombre de programmes dans chaque secteur de programme créé pendant la période spécifiée dans le registre carbone",
67
+ "tTTotalCreditsCertifierOverall": "Représentation graphique du nombre de crédits des programmes créés pendant la période spécifiée dans chaque état de crédit dans le registre carbone",
68
+ "tTTotalCertifiedCreditsCertifierOverall": "Représentation graphique du nombre de crédits des programmes créés pendant la période spécifiée certifiés, non certifiés et révoqués dans le registre carbone",
69
+ "tTProgrammeLocationsCertifierOverall": "Emplacements des programmes créés pendant la période spécifiée et leur état de programme actuel dans le registre carbone",
70
+ "tTTrasnferLocationsCertifierOverall": "Emplacements des demandes de transfert international de crédits reconnues pendant la période spécifiée"
71
+ }
@@ -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
+