@undp/carbon-library 1.0.178-paymentId-patch.0 → 1.0.179-CARBON-339.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. package/dist/cjs/index.js +2 -2
  2. package/dist/esm/index.js +2 -2
  3. package/dist/locales/i18n/addCompany/en.json +38 -0
  4. package/dist/locales/i18n/addCompany/es.json +36 -0
  5. package/dist/locales/i18n/addCompany/fr.json +36 -0
  6. package/dist/locales/i18n/addProgramme/en.json +45 -0
  7. package/dist/locales/i18n/addUser/en.json +24 -0
  8. package/dist/locales/i18n/addUser/es.json +24 -0
  9. package/dist/locales/i18n/addUser/fr.json +24 -0
  10. package/dist/locales/i18n/coBenifits/en.json +39 -0
  11. package/dist/locales/i18n/common/en.json +22 -0
  12. package/dist/locales/i18n/common/es.json +21 -0
  13. package/dist/locales/i18n/common/fr.json +21 -0
  14. package/dist/locales/i18n/company/en.json +23 -0
  15. package/dist/locales/i18n/company/es.json +23 -0
  16. package/dist/locales/i18n/company/fr.json +23 -0
  17. package/dist/locales/i18n/companyProfile/en.json +44 -0
  18. package/dist/locales/i18n/companyProfile/es.json +42 -0
  19. package/dist/locales/i18n/companyProfile/fr.json +42 -0
  20. package/dist/locales/i18n/creditTransfer/en.json +34 -0
  21. package/dist/locales/i18n/creditTransfer/es.json +34 -0
  22. package/dist/locales/i18n/creditTransfer/fr.json +34 -0
  23. package/dist/locales/i18n/dashboard/en.json +94 -0
  24. package/dist/locales/i18n/dashboard/es.json +71 -0
  25. package/dist/locales/i18n/dashboard/fr.json +71 -0
  26. package/dist/locales/i18n/economic/en.json +35 -0
  27. package/dist/locales/i18n/environment/en.json +41 -0
  28. package/dist/locales/i18n/forgotPassword/en.json +9 -0
  29. package/dist/locales/i18n/forgotPassword/es.json +9 -0
  30. package/dist/locales/i18n/forgotPassword/fr.json +9 -0
  31. package/dist/locales/i18n/genderParity/en.json +14 -0
  32. package/dist/locales/i18n/homepage/en.json +33 -0
  33. package/dist/locales/i18n/homepage/es.json +30 -0
  34. package/dist/locales/i18n/homepage/fr.json +30 -0
  35. package/dist/locales/i18n/login/en.json +11 -0
  36. package/dist/locales/i18n/login/es.json +10 -0
  37. package/dist/locales/i18n/login/fr.json +10 -0
  38. package/dist/locales/i18n/mrvdashboard/en.json +29 -0
  39. package/dist/locales/i18n/mrvdashboard/es.json +0 -0
  40. package/dist/locales/i18n/mrvdashboard/fr.json +0 -0
  41. package/dist/locales/i18n/nav/en.json +15 -0
  42. package/dist/locales/i18n/nav/es.json +9 -0
  43. package/dist/locales/i18n/nav/fr.json +9 -0
  44. package/dist/locales/i18n/ndc/en.json +12 -0
  45. package/dist/locales/i18n/ndcAction/en.json +89 -0
  46. package/dist/locales/i18n/passwordReset/en.json +10 -0
  47. package/dist/locales/i18n/passwordReset/es.json +10 -0
  48. package/dist/locales/i18n/passwordReset/fr.json +10 -0
  49. package/dist/locales/i18n/programme/en.json +87 -0
  50. package/dist/locales/i18n/programme/es.json +17 -0
  51. package/dist/locales/i18n/programme/fr.json +17 -0
  52. package/dist/locales/i18n/resetPassword/en.json +8 -0
  53. package/dist/locales/i18n/resetPassword/es.json +8 -0
  54. package/dist/locales/i18n/resetPassword/fr.json +8 -0
  55. package/dist/locales/i18n/safeguards/en.json +73 -0
  56. package/dist/locales/i18n/social/en.json +41 -0
  57. package/dist/locales/i18n/user/en.json +16 -0
  58. package/dist/locales/i18n/user/es.json +16 -0
  59. package/dist/locales/i18n/user/fr.json +16 -0
  60. package/dist/locales/i18n/userProfile/en.json +34 -0
  61. package/dist/locales/i18n/userProfile/es.json +34 -0
  62. package/dist/locales/i18n/userProfile/fr.json +34 -0
  63. package/dist/locales/i18n/view/en.json +144 -0
  64. package/dist/locales/i18n/view/es.json +128 -0
  65. package/dist/locales/i18n/view/fr.json +128 -0
  66. package/package.json +3 -1
@@ -0,0 +1,24 @@
1
+ {
2
+ "editUser": "Modifier l'utilisateur",
3
+ "addNewUser": "Ajouter un nouvel utilisateur",
4
+ "editUserSub": "Modifier les informations de l'utilisateur",
5
+ "addUserSub": "Ajouter de nouveaux utilisateurs au registre carbone de votre organisation",
6
+ "name": "Nom",
7
+ "email": "Email",
8
+ "role": "Rôle",
9
+ "admin": "Admin",
10
+ "manager": "Gestionnaire",
11
+ "viewer": "Observateur",
12
+ "phoneNo": "Numéro de téléphone",
13
+ "isRequired": "est requis!",
14
+ "isInvalid": "est invalide!",
15
+ "update": "METTRE À JOUR",
16
+ "submit": "SOUMETTRE",
17
+ "addUserSuccess": "L'utilisateur a été créé avec succès",
18
+ "addUserError": "Erreur lors de l'ajout de l'utilisateur!",
19
+ "updateUserSuccess": "Le compte utilisateur a été mis à jour avec succès",
20
+ "updateUserError": "Erreur lors de la mise à jour de l'utilisateur!",
21
+ "adminToolTip": "Accès complet à toutes les fonctions autorisées",
22
+ "managerToolTip": "Accès à toutes les fonctions autorisées sauf la gestion des utilisateurs",
23
+ "viewerToolTip": "Accès en lecture seule à toutes les fonctionnalités autorisées"
24
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "sdgGoals": "SDG Goals",
3
+ "genderPart": "Gender Parity",
4
+ "safeguards": "Safeguards",
5
+ "environmental": "Environmental",
6
+ "social": "Social",
7
+ "economic": "Economic",
8
+ "assessment": "Assessment",
9
+ "assessmentIsThirdPartyVerified": "Has an independent third party (environmental auditor, voluntary standards organization, designated operational entity etc.) verified the statements made in the SD description you are about to submit?",
10
+ "assesmentIsWillingToVerified": "Are you willing to have an independent third party verify the statements made in the SD description you are about to submit?",
11
+ "assesmentIsThePersonListed": "Are you the person listed in the latest version of the form Modalities of Communication statement (F-CDM-MOC) for this project?",
12
+ "assessmentTitle": "Title",
13
+ "assessmentFirstName": "First Name",
14
+ "assessmentLastName": "Last Name",
15
+ "assessmentOrganisation": "Organisation",
16
+ "assessmentTelephone": "Telephone Number",
17
+ "assessmentEmail": "Email Address",
18
+ "assessmentAffiliationCDM": "Affiliation to CDM",
19
+ "assessmentStudyName": "Study Name",
20
+ "assessmentFunder": "Funder",
21
+ "assessmentDocuments": "Documents",
22
+ "isRequired": "is required",
23
+ "n/a": "N/A",
24
+ "yes": "YES",
25
+ "no": "NO",
26
+ "back":"BACK",
27
+ "submit":"SUBMIT",
28
+ "verifyingOrgNamelbl":"Name or type of verifying organisation or any other relevant information",
29
+ "information":"information",
30
+ "verifyingDetailslbl":"Details",
31
+ "specify":"Specify",
32
+ "contactInformation":"Contact Information",
33
+ "feasibilityReport":"Feasibility Report",
34
+ "invalidFileFormat": "Unsupported file format",
35
+ "email": "Email",
36
+ "isInvalid": "is invalid!"
37
+ }
38
+
39
+
@@ -0,0 +1,22 @@
1
+ {
2
+ "submit": "Submit",
3
+ "name": "Name",
4
+ "email": "Email",
5
+ "pwd": "Password",
6
+ "login": "Sign In",
7
+ "signUp": "Sign Up",
8
+ "language": "Language",
9
+ "company": "Organisations",
10
+ "edit": "EDIT",
11
+ "isRequired": "is required!",
12
+ "isInvalid": "is invalid!",
13
+ "sessionExpiredErrorMsg": "Your session has expired, Please log in again to continue working.",
14
+ "backto": "Back to",
15
+ "signIn": "Sign In",
16
+ "loginFailed": "Login failed",
17
+ "networkError": "Network error. Please check your internet connection and try again.",
18
+ "systemError": "Something went wrong. Please try again.",
19
+ "maxSizeVal": "Maximum upload file size is 5MB",
20
+ "approve": "APPROVE",
21
+ "reject": "REJECT"
22
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "submit": "Enviar",
3
+ "name": "Nombre",
4
+ "email": "Correo Electrónico",
5
+ "pwd": "Contraseña",
6
+ "login": "Iniciar Sesión",
7
+ "signUp": "Registrarse",
8
+ "language": "Idioma",
9
+ "company": "Organizaciones",
10
+ "edit": "EDITAR",
11
+ "isRequired": "es obligatorio!",
12
+ "isInvalid": "es inválido!",
13
+ "sessionExpiredErrorMsg": "Su sesión ha caducado. Por favor, inicie sesión nuevamente para continuar trabajando.",
14
+ "backto": "Volver a",
15
+ "signIn": "Iniciar Sesión",
16
+ "loginFailed": "Inicio de sesión fallido",
17
+ "networkError": "Error de red. Por favor, verifique su conexión a internet y vuelva a intentarlo.",
18
+ "systemError": "Algo salió mal. Por favor, inténtelo de nuevo.",
19
+ "approve": "APROBAR",
20
+ "reject": "RECHAZAR"
21
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "submit": "Soumettre",
3
+ "name": "Nom",
4
+ "email": "E-mail",
5
+ "pwd": "Mot de passe",
6
+ "login": "Se Connecter",
7
+ "signUp": "S'Inscrire",
8
+ "language": "Langue",
9
+ "company": "Organisations",
10
+ "edit": "ÉDITER",
11
+ "isRequired": "est requis !",
12
+ "isInvalid": "est invalide !",
13
+ "sessionExpiredErrorMsg": "Votre session a expiré. Veuillez vous connecter à nouveau pour continuer à travailler.",
14
+ "backto": "Retour à",
15
+ "signIn": "Se Connecter",
16
+ "loginFailed": "Échec de la Connexion",
17
+ "networkError": "Erreur réseau. Veuillez vérifier votre connexion Internet et réessayer.",
18
+ "systemError": "Quelque chose s'est mal passé. Veuillez réessayer.",
19
+ "approve": "APPROUVER",
20
+ "reject": "REJETER"
21
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "developer": "Developer",
3
+ "name": "ORGANISATION NAME",
4
+ "taxId": "TAX ID",
5
+ "filterByOrgType": "Filter by Organisation Type",
6
+ "companyRole": "ORGANISATION TYPE",
7
+ "companyState": "STATUS",
8
+ "viewCompanies": "View Organisations",
9
+ "viewDesc": "View all the visible organisations in the system based on your permissions",
10
+ "addCompany": "Add organisation",
11
+ "numberOfProgrammes": "NUMBER OF PROGRAMMES",
12
+ "creditBalance": "CREDIT BALANCE",
13
+ "date": "Date",
14
+ "getCompanyError": "Error in getting company",
15
+ "filterByCompany": "Filter by Organisation Type",
16
+ "gov": "Government",
17
+ "certifier": "Certifier",
18
+ "all": "All",
19
+ "searchMail": "Search by email",
20
+ "searchName": "Search by name",
21
+ "min": "Ministry",
22
+ "nationalSopValue": "National Share of Proceeds"
23
+ }
@@ -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,44 @@
1
+ {
2
+ "title": "Organisation Details",
3
+ "subTitle": "View the details of the selected organisation",
4
+ "deauthorise": "DEACTIVATE",
5
+ "reActivate": "REACTIVATE",
6
+ "approve": "APPROVE",
7
+ "reject": "REJECT",
8
+ "organisationDetailsHeading": "Organisation Details",
9
+ "name" : "Name",
10
+ "taxId" : "VAT Registration #",
11
+ "paymentId" : "Registration Payment ID",
12
+ "companyRole": "Role",
13
+ "email" : "Email",
14
+ "phoneNo" : "Phone",
15
+ "website" : "Website",
16
+ "address" : "Address",
17
+ "creditBalance":"Credit Balance",
18
+ "programmeCount":"Number of Programmes",
19
+ "deauthoriseConfirmHeaderText": "Are you sure you want to deactivate this organisation?",
20
+ "deauthoriseConfirmText":"Organisation will still be visible but no further action will be able to take place.\n Note: all users associated with the organisation will also be deactivated.",
21
+ "activeStatus": "Active",
22
+ "deauthorisedStatus": "Deactivated",
23
+ "pendingStatus": "Pending",
24
+ "rejectedStatus": "Rejected",
25
+ "remarks": "Remarks",
26
+ "deauthorisationSuccess": "Company deactivated successfully!",
27
+ "reActivateConfirmHeaderText": "Are you sure you want to reactivate this organisation?",
28
+ "reActivateConfirmText": "Note: all users associated with the organisation will also be reactivated.",
29
+ "reactivationSuccess": "Company reactivated successfully!",
30
+ "region": "Region",
31
+ "ministerName": "Name of the Minister",
32
+ "sectoralScope": "Sectoral Scope",
33
+ "approveConfirmHeaderText": "Are you sure you want to authorise this organisation?",
34
+ "approveConfirmText": "You can't undo this action",
35
+ "approvedSuccessfully": "The Organisation was approved successfully",
36
+ "rejectConfirmHeaderText": "Are you sure you want to reject this organisation?",
37
+ "rejectConfirmText": "You can't undo this action",
38
+ "rejectedSuccessfully": "The Organisation was rejected successfully",
39
+ "adminDetailsHeading": "Organisation Admin Details",
40
+ "adminName": "Name",
41
+ "adminEmail": "Email",
42
+ "adminPhone": "Phone",
43
+ "nationalSopValue": "National Share of Proceeds"
44
+ }
@@ -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": "Programmes Pending",
11
+ "trasnferReqReceived": "Pending Transfers Received",
12
+ "trasnferReqInit": "Pending Transfers Sent",
13
+ "programmesUnCertified": "Programmes Certifiable",
14
+ "programmesCertified": "Programmes Certified",
15
+ "creditBal": "Credit Balance",
16
+ "creditCertified": "Credits Certified",
17
+ "programmes": "Programmes",
18
+ "credits": "Credits",
19
+ "certifiedCredits": "Certified Credits",
20
+ "totalProgrammes": "Total Programmes",
21
+ "totalProgrammesSector": "Total Programmes: Sector",
22
+ "totalCredits": "Total Credits",
23
+ "totalCreditsCertified": "Total Credits Certified",
24
+ "programmeLocations": "Programme Locations",
25
+ "trasnferLocations": "Transfer Locations International",
26
+ "tTprogrammespendingGoverment": "Pending state programmes awaiting authorisation",
27
+ "tTTransferReqSentGovernment": "Pending credit transfer requests sent to programme owners initiated by your organisation",
28
+ "tTCreditBalanceGovernment": "Total credit balance owned by your organisation",
29
+ "tTProgrammesGoverment": "Number of programmes created during the specified period and their programme state in the carbon registry at present",
30
+ "tTCreditsGovernment": "Number of credits of authorised programmes created during the specified period and their credit state in the carbon registry at present",
31
+ "tTCertifiedCreditsGovernment": "Number of credits of programmes created during the specified period, uncertified, certified and revoked in the carbon registry at present",
32
+ "tTTotalProgrammesGovernment": "Graphical representation of the number of programmes created during the specified period in each programme state in the carbon registry at present",
33
+ "tTTotalProgrammesSectorGovernment": "Graphical representation of the number of programmes in each programme sector created during the specified time in the carbon registry",
34
+ "tTTotalCreditsGovernment": "Graphical representation of the number of credits of programmes created during the specified period in each credit state in the carbon registry at present",
35
+ "tTTotalCreditsCertifiedGovernment": "Graphical representation of the number of credits of programmes created during the specified period certified, uncertified and revoked in the carbon registry at present",
36
+ "tTProgrammeLocationsGovernment": " Locations of the programmes created during the specified period and their programme states in the carbon registry at present",
37
+ "tTTransferLocationsGovernment": "Locations of credits of international transfer requests recognised during the specified period",
38
+ "tTTransferReqRecProgrammeDev": "Pending credit transfer requests received by your organisation",
39
+ "tTTransferReqInitProgrammeDev": "Pending local credit transfer requests initiated by your organisation",
40
+ "tTCreditBalanceProgrammeDev": "Total credit balance owned by your organisation",
41
+ "tTProgrammesProgrammeDev": "Number of programmes created during the specified period and their programme state in the carbon registry at present, owned by your organisation",
42
+ "tTCreditsProgrammeDev": "Number of credits of authorised programmes created during the specified period and their credit state in the carbon registry at present, owned by your organisation",
43
+ "tTCertifiedCreditsProgrammeDev": "Number of credits of programmes created during the specified period, uncertified, certified and revoked in the carbon registry at present, owned by your organisation",
44
+ "tTTotalProgrammesProgrammeDev": "Graphical representation of the number of programmes created during the specified period, owned by your organisation, in each programme state in the carbon registry at present",
45
+ "tTTotalProgrammesSecProgrammeDev": "Graphical representation of the number of programmes owned by your organisation, in each programme sector created during the specified time in the carbon registry",
46
+ "tTTotalCreditsProgrammeDev": "Graphical representation of the number of credits of programmes created during the specified period, owned by your organisation, in each credit state in the carbon registry at present",
47
+ "tTTotalCertifiedCreditsProgrammeDev": "Graphical representation of the number of credits of programmes created during the specified period, owned by your organisation, certified, uncertified and revoked in the carbon registry at present",
48
+ "tTProgrammeLocationsProgrammeDev": "Locations of the programmes created during the specified period, owned by your organisation, and their programme states in the carbon registry at present",
49
+ "tTTrasnferLocationsProgrammeDev": "Locations of credits international transfer requests of programmes owned by your organisation recognised during the specified period",
50
+ "tTProgrammesUnCertiCertifier": "Number of programmes not yet certified including certificates revoked by your organisation",
51
+ "tTProgrammesCertiCertifier": "Number of programmes certified by your organisation",
52
+ "tTCreditCertifiedCertifier": "Number of credits certified by your organisation",
53
+ "tTProgrammesCertifierMine": "Number of programmes created during the specified period, certified by your organisation, and their programme state in the carbon registry at present",
54
+ "tTCreditsCertifierMine": "Number of credits of authorised programmes created during the specified period, certified by your organisation and their credit state in the carbon registry at present",
55
+ "tTCertifiedCreditsCertifierMine": "Number of credits of programmes created during the specified period, certified by your organisation, uncertified, certified and revoked in the carbon registry at present",
56
+ "tTTotalProgrammesCertifierMine": "Graphical representation of the number of programmes in each programme sector created during the specified time, certified by your company, in the carbon registry",
57
+ "tTTotalProgrammesSecCertifierMine": "Graphical representation of the number of programmes in each programme sector created during the specified time, certified by your company, in the carbon registry",
58
+ "tTTotalCreditsCertifierMine": "Graphical representation of the number of credits of programmes created during the specified period, certified by your organisation, in each credit state in the carbon registry at present",
59
+ "tTTotalCertifiedCreditsCertifierMine": "Graphical representation of the number of credits of programmes certified, uncertified and revoked by your organisation, spread over the specified time",
60
+ "tTProgrammeLocationsCertifierMine": "Locations of the programmes created during the specified period, certified by your organisation, and their programme states in the carbon registry at present",
61
+ "tTTrasnferLocationsCertifierMine": "Locations of credits of international transfer requests of programmes certified by your organisation recognised during the specified period",
62
+ "tTProgrammesCertifierOverall": "Number of programmes created during the specified period and their programme state in the carbon registry at present",
63
+ "tTCreditsCertifierOverall": "Number of credits of authorised programmes created during the specified period and their credit state in the carbon registry at present",
64
+ "tTCertifiedCreditsCertifierOverall": "Number of credits of programmes created during the specified period, uncertified, certified and revoked in the carbon registry at present",
65
+ "tTTotalProgrammesCertifierOverall": "Graphical representation of the number of programmes created during the specified period in each programme state in the carbon registry at present",
66
+ "tTTotalProgrammesSecCertifierOverall": "Graphical representation of the number of programmes in each programme sector created during the specified time in the carbon registry",
67
+ "tTTotalCreditsCertifierOverall": "Graphical representation of the number of credits of programmes created during the specified period in each credit state in the carbon registry at present",
68
+ "tTTotalCertifiedCreditsCertifierOverall": "Graphical representation of the number of credits of programmes created during the specified period certified, uncertified and revoked in the carbon registry at present",
69
+ "tTProgrammeLocationsCertifierOverall": "Locations of the programmes created during the specified period and their programme states in the carbon registry at present",
70
+ "tTTrasnferLocationsCertifierOverall": "Locations of credits of international transfer requests recognised during the specified period",
71
+ "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 Investment",
81
+ "totalInvestmentTT": "Graphical representation of the total amount of investments under each investment type at present in projects created in the transparency system during the specified time",
82
+ "totalInvestmentTTMy": "Graphical representation of the total amount of investments under each investment 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": "Investments Locations",
87
+ "investLocationsTT": "Locations of the investors' organisation with the number of investments under each investment 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 investments under each investment 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
+ }