@undp/carbon-library 1.0.285-CARBON-306.0 → 1.0.285-CARBON-287.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,16 +5,31 @@
5
5
  "reActivate": "REACTIVATE",
6
6
  "approve": "APPROVE",
7
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",
8
19
  "deauthoriseConfirmHeaderText": "Are you sure you want to deactivate this organisation?",
9
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.",
10
21
  "activeStatus": "Active",
11
22
  "deauthorisedStatus": "Deactivated",
12
23
  "pendingStatus": "Pending",
13
24
  "rejectedStatus": "Rejected",
25
+ "remarks": "Remarks",
14
26
  "deauthorisationSuccess": "Company deactivated successfully!",
15
27
  "reActivateConfirmHeaderText": "Are you sure you want to reactivate this organisation?",
16
28
  "reActivateConfirmText": "Note: all users associated with the organisation will also be reactivated.",
17
29
  "reactivationSuccess": "Company reactivated successfully!",
30
+ "region": "Region",
31
+ "ministerName": "Name of the Minister",
32
+ "sectoralScope": "Sectoral Scope",
18
33
  "approveConfirmHeaderText": "Are you sure you want to authorise this organisation?",
19
34
  "approveConfirmText": "You can't undo this action",
20
35
  "approvedSuccessfully": "The Organisation was approved successfully",
@@ -24,5 +39,7 @@
24
39
  "adminDetailsHeading": "Organisation Admin Details",
25
40
  "adminName": "Name",
26
41
  "adminEmail": "Email",
27
- "adminPhone": "Phone"
42
+ "adminPhone": "Phone",
43
+ "nationalSopValue": "National Share of Proceeds",
44
+ "omgePercentage":"Overall Mitigation in Global Emissions (OMGE) Account"
28
45
  }
@@ -5,16 +5,30 @@
5
5
  "reActivate": "REACTIVAR",
6
6
  "approve": "APROBAR",
7
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",
8
19
  "deauthoriseConfirmHeaderText": "¿Está seguro de que desea desactivar esta organización?",
9
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.",
10
21
  "activeStatus": "Activo",
11
22
  "deauthorisedStatus": "Desactivado",
12
23
  "pendingStatus": "Pendiente",
13
24
  "rejectedStatus": "Rechazado",
25
+ "remarks": "Observaciones",
14
26
  "deauthorisationSuccess": "¡Organización desactivada con éxito!",
15
27
  "reActivateConfirmHeaderText": "¿Está seguro de que desea reactivar esta organización?",
16
28
  "reActivateConfirmText": "Nota: todos los usuarios asociados con la organización también serán reactivados.",
17
29
  "reactivationSuccess": "¡Organización reactivada con éxito!",
30
+ "ministerName": "Nombre del Ministro",
31
+ "sectoralScope": "Ámbito Sectorial",
18
32
  "approveConfirmHeaderText": "¿Está seguro de que desea autorizar esta organización?",
19
33
  "approveConfirmText": "No puede deshacer esta acción",
20
34
  "approvedSuccessfully": "La organización fue aprobada con éxito",
@@ -5,6 +5,17 @@
5
5
  "reActivate": "RÉACTIVER",
6
6
  "approve": "APPROUVER",
7
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",
8
19
  "deauthoriseConfirmHeaderText": "Êtes-vous sûr de vouloir désactiver cette organisation ?",
9
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.",
10
21
  "activeStatus": "Actif",
@@ -16,6 +27,8 @@
16
27
  "reActivateConfirmHeaderText": "Êtes-vous sûr de vouloir réactiver cette organisation ?",
17
28
  "reActivateConfirmText": "Note : tous les utilisateurs associés à l'organisation seront également réactivés.",
18
29
  "reactivationSuccess": "Organisation réactivée avec succès !",
30
+ "ministerName": "Nom du Ministre",
31
+ "sectoralScope": "Portée Sectorielle",
19
32
  "approveConfirmHeaderText": "Êtes-vous sûr de vouloir autoriser cette organisation ?",
20
33
  "approveConfirmText": "Vous ne pouvez pas annuler cette action",
21
34
  "approvedSuccessfully": "L'Organisation a été approuvée avec succès",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.285-CARBON-306.0",
3
+ "version": "1.0.285-CARBON-287.0",
4
4
  "description": "Shared Library of tools for Carbon Credits applications ecosystem for ExO and and HQ/GEF",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -1,3 +0,0 @@
1
- import React from "react";
2
- import "./companyDetailsComponent.scss";
3
- export declare const CompanyDetailsComponent: (props: any) => React.JSX.Element;
@@ -1,3 +0,0 @@
1
- import React from "react";
2
- import "./companyDetailsComponent.scss";
3
- export declare const CompanyDetailsComponent: (props: any) => React.JSX.Element;
@@ -1,19 +0,0 @@
1
- {
2
- "organisationDetailsHeading": "Organisation Details",
3
- "name" : "Name",
4
- "taxId" : "VAT Registration #",
5
- "paymentId" : "Registration Payment ID",
6
- "companyRole": "Role",
7
- "email" : "Email",
8
- "phoneNo" : "Phone",
9
- "website" : "Website",
10
- "address" : "Address",
11
- "creditBalance":"Credit Balance",
12
- "programmeCount":"Number of Projects",
13
- "remarks": "Remarks",
14
- "region": "Region",
15
- "ministerName": "Name of the Minister",
16
- "sectoralScope": "Sectoral Scope",
17
- "nationalSopValue": "National Share of Proceeds",
18
- "omgePercentage":"Overall Mitigation in Global Emissions (OMGE) Account"
19
- }
@@ -1,16 +0,0 @@
1
- {
2
- "organisationDetailsHeading": "Detalles de la Organización",
3
- "name": "Nombre",
4
- "taxId": "ID Fiscal",
5
- "paymentId": "ID de Pago de Registro",
6
- "companyRole": "Rol",
7
- "email": "Correo Electrónico",
8
- "phoneNo": "Teléfono",
9
- "website": "Sitio Web",
10
- "address": "Dirección",
11
- "creditBalance": "Saldo de Créditos",
12
- "programmeCount": "Número de Programas",
13
- "remarks": "Observaciones",
14
- "ministerName": "Nombre del Ministro",
15
- "sectoralScope": "Ámbito Sectorial"
16
- }
@@ -1,16 +0,0 @@
1
- {
2
- "organisationDetailsHeading": "Détails de l'Organisation",
3
- "name": "Nom",
4
- "taxId": "Identifiant Fiscal",
5
- "paymentId": "ID de Paiement d'Inscription",
6
- "companyRole": "Rôle",
7
- "email": "E-mail",
8
- "phoneNo": "Téléphone",
9
- "website": "Site Web",
10
- "address": "Adresse",
11
- "creditBalance": "Solde de Crédits",
12
- "programmeCount": "Nombre de Programmes",
13
- "remarks": "Remarques",
14
- "ministerName": "Nom du Ministre",
15
- "sectoralScope": "Portée Sectorielle"
16
- }