@undp/carbon-library 1.0.133-CARBON-325.4 → 1.0.133-CARBON-325.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. package/dist/cjs/index.js +2650 -477
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/Components/Common/AntComponents/antTableComponents.d.ts +21 -0
  4. package/dist/cjs/types/Components/Common/Models/programmeIssueForm.d.ts +2 -0
  5. package/dist/cjs/types/Components/Common/NdcActionBody/ndcActionBody.d.ts +2 -0
  6. package/dist/cjs/types/Components/Common/TimelineBody/timelineBody.d.ts +3 -2
  7. package/dist/cjs/types/Components/Ndc/ndcDetailsComponent.d.ts +3 -0
  8. package/dist/cjs/types/Components/RegistryDashboard/programmeRejectAndTransferComponent.d.ts +1 -0
  9. package/dist/cjs/types/Components/Support/AddNewSupport/supportCreationComponent.d.ts +3 -0
  10. package/dist/cjs/types/Components/Support/SupportManagement/supportManagementComponent.d.ts +4 -0
  11. package/dist/cjs/types/Components/index.d.ts +3 -0
  12. package/dist/cjs/types/Definitions/Entities/programmeTransfer.d.ts +1 -0
  13. package/dist/cjs/types/Definitions/Enums/enablementTypes.enum.d.ts +3 -3
  14. package/dist/cjs/types/Definitions/Enums/investment.enum.d.ts +4 -0
  15. package/dist/cjs/types/Definitions/Enums/typeOfMitigation.enum.d.ts +10 -1
  16. package/dist/cjs/types/Utils/documentsPermission.d.ts +1 -1
  17. package/dist/esm/index.js +2649 -481
  18. package/dist/esm/index.js.map +1 -1
  19. package/dist/esm/types/Components/Common/AntComponents/antTableComponents.d.ts +21 -0
  20. package/dist/esm/types/Components/Common/Models/programmeIssueForm.d.ts +2 -0
  21. package/dist/esm/types/Components/Common/NdcActionBody/ndcActionBody.d.ts +2 -0
  22. package/dist/esm/types/Components/Common/TimelineBody/timelineBody.d.ts +3 -2
  23. package/dist/esm/types/Components/Ndc/ndcDetailsComponent.d.ts +3 -0
  24. package/dist/esm/types/Components/RegistryDashboard/programmeRejectAndTransferComponent.d.ts +1 -0
  25. package/dist/esm/types/Components/Support/AddNewSupport/supportCreationComponent.d.ts +3 -0
  26. package/dist/esm/types/Components/Support/SupportManagement/supportManagementComponent.d.ts +4 -0
  27. package/dist/esm/types/Components/index.d.ts +3 -0
  28. package/dist/esm/types/Definitions/Entities/programmeTransfer.d.ts +1 -0
  29. package/dist/esm/types/Definitions/Enums/enablementTypes.enum.d.ts +3 -3
  30. package/dist/esm/types/Definitions/Enums/investment.enum.d.ts +4 -0
  31. package/dist/esm/types/Definitions/Enums/typeOfMitigation.enum.d.ts +10 -1
  32. package/dist/esm/types/Utils/documentsPermission.d.ts +1 -1
  33. package/dist/index.d.ts +27 -2
  34. package/dist/locales/i18n/addCompany/en.json +38 -0
  35. package/dist/locales/i18n/addCompany/es.json +36 -0
  36. package/dist/locales/i18n/addCompany/fr.json +36 -0
  37. package/dist/locales/i18n/addProgramme/en.json +45 -0
  38. package/dist/locales/i18n/addUser/en.json +24 -0
  39. package/dist/locales/i18n/addUser/es.json +24 -0
  40. package/dist/locales/i18n/addUser/fr.json +24 -0
  41. package/dist/locales/i18n/coBenifits/en.json +39 -0
  42. package/dist/locales/i18n/common/en.json +22 -0
  43. package/dist/locales/i18n/common/es.json +21 -0
  44. package/dist/locales/i18n/common/fr.json +21 -0
  45. package/dist/locales/i18n/company/en.json +24 -0
  46. package/dist/locales/i18n/company/es.json +23 -0
  47. package/dist/locales/i18n/company/fr.json +23 -0
  48. package/dist/locales/i18n/companyProfile/en.json +45 -0
  49. package/dist/locales/i18n/companyProfile/es.json +42 -0
  50. package/dist/locales/i18n/companyProfile/fr.json +42 -0
  51. package/dist/locales/i18n/creditTransfer/en.json +34 -0
  52. package/dist/locales/i18n/creditTransfer/es.json +34 -0
  53. package/dist/locales/i18n/creditTransfer/fr.json +34 -0
  54. package/dist/locales/i18n/dashboard/en.json +94 -0
  55. package/dist/locales/i18n/dashboard/es.json +71 -0
  56. package/dist/locales/i18n/dashboard/fr.json +71 -0
  57. package/dist/locales/i18n/economic/en.json +35 -0
  58. package/dist/locales/i18n/environment/en.json +41 -0
  59. package/dist/locales/i18n/forgotPassword/en.json +9 -0
  60. package/dist/locales/i18n/forgotPassword/es.json +9 -0
  61. package/dist/locales/i18n/forgotPassword/fr.json +9 -0
  62. package/dist/locales/i18n/genderParity/en.json +14 -0
  63. package/dist/locales/i18n/homepage/en.json +33 -0
  64. package/dist/locales/i18n/homepage/es.json +30 -0
  65. package/dist/locales/i18n/homepage/fr.json +30 -0
  66. package/dist/locales/i18n/login/en.json +11 -0
  67. package/dist/locales/i18n/login/es.json +10 -0
  68. package/dist/locales/i18n/login/fr.json +10 -0
  69. package/dist/locales/i18n/mrvdashboard/en.json +29 -0
  70. package/dist/locales/i18n/mrvdashboard/es.json +0 -0
  71. package/dist/locales/i18n/mrvdashboard/fr.json +0 -0
  72. package/dist/locales/i18n/nav/en.json +15 -0
  73. package/dist/locales/i18n/nav/es.json +9 -0
  74. package/dist/locales/i18n/nav/fr.json +9 -0
  75. package/dist/locales/i18n/ndc/en.json +12 -0
  76. package/dist/locales/i18n/ndcAction/en.json +100 -0
  77. package/dist/locales/i18n/passwordReset/en.json +10 -0
  78. package/dist/locales/i18n/passwordReset/es.json +10 -0
  79. package/dist/locales/i18n/passwordReset/fr.json +10 -0
  80. package/dist/locales/i18n/programme/en.json +87 -0
  81. package/dist/locales/i18n/programme/es.json +17 -0
  82. package/dist/locales/i18n/programme/fr.json +17 -0
  83. package/dist/locales/i18n/resetPassword/en.json +8 -0
  84. package/dist/locales/i18n/resetPassword/es.json +8 -0
  85. package/dist/locales/i18n/resetPassword/fr.json +8 -0
  86. package/dist/locales/i18n/safeguards/en.json +73 -0
  87. package/dist/locales/i18n/social/en.json +41 -0
  88. package/dist/locales/i18n/user/en.json +16 -0
  89. package/dist/locales/i18n/user/es.json +16 -0
  90. package/dist/locales/i18n/user/fr.json +16 -0
  91. package/dist/locales/i18n/userProfile/en.json +34 -0
  92. package/dist/locales/i18n/userProfile/es.json +34 -0
  93. package/dist/locales/i18n/userProfile/fr.json +34 -0
  94. package/dist/locales/i18n/view/en.json +151 -0
  95. package/dist/locales/i18n/view/es.json +128 -0
  96. package/dist/locales/i18n/view/fr.json +128 -0
  97. package/package.json +3 -1
@@ -0,0 +1,21 @@
1
+ import React from "react";
2
+ interface Item {
3
+ key: string;
4
+ name: string;
5
+ age: string;
6
+ address: string;
7
+ }
8
+ interface EditableRowProps {
9
+ index: number;
10
+ }
11
+ export declare const EditableRow: React.FC<EditableRowProps>;
12
+ interface EditableCellProps {
13
+ title: React.ReactNode;
14
+ editable: boolean;
15
+ children: React.ReactNode;
16
+ dataIndex: keyof Item;
17
+ record: Item;
18
+ handleSave: (record: Item) => void;
19
+ }
20
+ export declare const EditableCell: React.FC<EditableCellProps>;
21
+ export {};
@@ -8,5 +8,7 @@ export interface ProgrammeIssueFormProps {
8
8
  subText: string;
9
9
  enableIssue: boolean;
10
10
  translator: any;
11
+ ndcActions?: any[];
11
12
  }
13
+ export declare const getValidNdcActions: (programme: any) => any[];
12
14
  export declare const ProgrammeIssueForm: FC<ProgrammeIssueFormProps>;
@@ -11,5 +11,7 @@ export interface NdcActionBodyProps {
11
11
  useConnection: any;
12
12
  translator: any;
13
13
  useUserContext: any;
14
+ onFinish?: any;
15
+ programme?: any;
14
16
  }
15
17
  export declare const NdcActionBody: FC<NdcActionBodyProps>;
@@ -1,9 +1,10 @@
1
- import { FC } from 'react';
2
- import './timelineBody.scss';
1
+ import { FC } from "react";
2
+ import "./timelineBody.scss";
3
3
  export interface TimelineBodyProps {
4
4
  text: string;
5
5
  remark?: string | null;
6
6
  via?: string | null;
7
7
  t: any;
8
8
  }
9
+ export declare const addNdcDesc: (props: any) => string;
9
10
  export declare const TimelineBody: FC<TimelineBodyProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import "./ndcDetailsComponent.scss";
3
+ export declare const NdcDetailsComponent: (props: any) => React.JSX.Element;
@@ -7,5 +7,6 @@ export interface ProgrammeRejectAndTransferCardItemProps {
7
7
  updatedDate: any;
8
8
  loading: boolean;
9
9
  toolTipText: string;
10
+ t: any;
10
11
  }
11
12
  export declare const ProgrammeRejectAndTransferComponent: FC<ProgrammeRejectAndTransferCardItemProps>;
@@ -0,0 +1,3 @@
1
+ import "../supportComponent.scss";
2
+ import React from "react";
3
+ export declare const SupportCreationComponent: (props: any) => React.JSX.Element;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import "../supportComponent.scss";
3
+ import "../../../Styles/common.table.scss";
4
+ export declare const SupportManagementComponent: (props: any) => React.JSX.Element;
@@ -8,12 +8,15 @@ export * from "./User/UserProfile/userProfileComponent";
8
8
  export * from "./User/UserManagement/userManagementComponent";
9
9
  export * from "./Investment/AddNewInvestment/investmentCreationComponent";
10
10
  export * from "./Investment/InvestmentManagement/investmentManagementComponent";
11
+ export * from "./Support/AddNewSupport/supportCreationComponent";
12
+ export * from "./Support/SupportManagement/supportManagementComponent";
11
13
  export * from "./NdcActions/NdcActionManagement/ndcActionManagementComponent";
12
14
  export * from "./NdcActions/AddNdcAction/addNdcActionComponent";
13
15
  export * from "./NdcActions/NdcView/ndcActionViewComponent";
14
16
  export * from "./Transfers/creditTransfersComponent";
15
17
  export * from "./MrvDashboard/mrvDashboardViewComponent";
16
18
  export * from "./RegistryDashboard/registryDashboardViewComponent";
19
+ export * from "./Ndc/ndcDetailsComponent";
17
20
  export * from "./Common/Loading/loading";
18
21
  export * from "./Common/LegendItem/legendItem";
19
22
  export * from "./Common/Maps/mapComponent";
@@ -21,4 +21,5 @@ export declare class ProgrammeTransfer implements BaseEntity {
21
21
  createdTime?: number;
22
22
  retirementType?: RetireType;
23
23
  toCompanyMeta?: any;
24
+ omgePercentage?: any;
24
25
  }
@@ -1,8 +1,8 @@
1
1
  export declare enum EnablementTypes {
2
2
  CapacityBuilding = "Capacity Building",
3
- InstitutionalArrangement = "Institutional Arrangement",
4
- StakeholderFramework = "Stakeholder Framework",
5
- TechnologyTransfer = "Technology Transfer"
3
+ TechnologyTransfer = "Technology Transfer",
4
+ Financial = "Financial",
5
+ EnhancedTransparency = "Enhanced Transparency"
6
6
  }
7
7
  export declare const enablementTypesAndValues: {
8
8
  type: string;
@@ -14,6 +14,10 @@ export declare enum InvestmentType {
14
14
  PUBLIC = "Public",
15
15
  PRIVATE = "Private"
16
16
  }
17
+ export declare enum InvestmentCreationType {
18
+ EXISTING = "Existing",
19
+ NEW = "New"
20
+ }
17
21
  export declare enum InvestmentStream {
18
22
  CLIMATE_FINANCE = "ClimateFinance",
19
23
  CARBON_MARKET = "CarbonMarket"
@@ -1,4 +1,13 @@
1
1
  export declare enum TypeOfMitigation {
2
2
  AGRICULTURE = "Agriculture",
3
- SOLAR = "Solar"
3
+ SOLAR = "Solar",
4
+ EE_HOUSEHOLDS = "EEHouseholds"
5
+ }
6
+ export declare enum SubTypeOfMitigation {
7
+ SOIL_ENRICHMENT_BIOCHAR = "SoilEnrichmentBiochar",
8
+ RICE_CROPS = "RiceCrops",
9
+ SOLAR_PHOTOVOLTAICS_PV = "SolarPhotovoltaicsPV",
10
+ SOLAR_WATER_PUMPING_OFF_GRID = "SolarWaterPumpingOffGrid",
11
+ SOLAR_WATER_PUMPING_ON_GRID = "SolarWaterPumpingOnGrid",
12
+ STOVES_HOUSES_IN_NAMIBIA = "StovesHousesInNamibia"
4
13
  }
@@ -1,3 +1,3 @@
1
1
  import { DocType, DocumentStatus } from "../Definitions";
2
2
  export declare const linkDocVisible: (docStatus: DocumentStatus) => boolean;
3
- export declare const uploadDocUserPermission: (userInfoState: any, docType: DocType, programmeOwnerId: any[], ministryLevelPermission?: boolean, programmeStatus?: any) => boolean;
3
+ export declare const uploadDocUserPermission: (userInfoState: any, docType: DocType, programmeOwnerId: any[], ministryLevelPermission?: boolean) => boolean;
package/dist/index.d.ts CHANGED
@@ -23,6 +23,10 @@ declare const InvestmentCreationComponent: (props: any) => React.JSX.Element;
23
23
 
24
24
  declare const InvestmentManagementComponent: (props: any) => React.JSX.Element;
25
25
 
26
+ declare const SupportCreationComponent: (props: any) => React.JSX.Element;
27
+
28
+ declare const SupportManagementComponent: (props: any) => React.JSX.Element;
29
+
26
30
  declare const NdcActionManagementComponent: (props: any) => React.JSX.Element;
27
31
 
28
32
  declare const AddNdcActionComponent: (props: any) => React.JSX.Element;
@@ -35,6 +39,8 @@ declare const MrvDashboardComponent: (props: any) => React.JSX.Element;
35
39
 
36
40
  declare const RegistryDashboardComponent: (props: any) => React.JSX.Element;
37
41
 
42
+ declare const NdcDetailsComponent: (props: any) => React.JSX.Element;
43
+
38
44
  declare const Loading: () => React.JSX.Element;
39
45
 
40
46
  interface LegendItemItemProps {
@@ -179,6 +185,7 @@ declare class ProgrammeTransfer implements BaseEntity {
179
185
  createdTime?: number;
180
186
  retirementType?: RetireType;
181
187
  toCompanyMeta?: any;
188
+ omgePercentage?: any;
182
189
  }
183
190
 
184
191
  declare enum ProgrammeStageR {
@@ -207,7 +214,16 @@ declare enum ProgrammeStageLegend {
207
214
 
208
215
  declare enum TypeOfMitigation {
209
216
  AGRICULTURE = "Agriculture",
210
- SOLAR = "Solar"
217
+ SOLAR = "Solar",
218
+ EE_HOUSEHOLDS = "EEHouseholds"
219
+ }
220
+ declare enum SubTypeOfMitigation {
221
+ SOIL_ENRICHMENT_BIOCHAR = "SoilEnrichmentBiochar",
222
+ RICE_CROPS = "RiceCrops",
223
+ SOLAR_PHOTOVOLTAICS_PV = "SolarPhotovoltaicsPV",
224
+ SOLAR_WATER_PUMPING_OFF_GRID = "SolarWaterPumpingOffGrid",
225
+ SOLAR_WATER_PUMPING_ON_GRID = "SolarWaterPumpingOnGrid",
226
+ STOVES_HOUSES_IN_NAMIBIA = "StovesHousesInNamibia"
211
227
  }
212
228
 
213
229
  declare enum CarbonSystemType {
@@ -330,7 +346,9 @@ interface ProgrammeIssueFormProps {
330
346
  subText: string;
331
347
  enableIssue: boolean;
332
348
  translator: any;
349
+ ndcActions?: any[];
333
350
  }
351
+ declare const getValidNdcActions: (programme: any) => any[];
334
352
  declare const ProgrammeIssueForm: FC<ProgrammeIssueFormProps>;
335
353
 
336
354
  interface ProgrammeRetireFormProps {
@@ -437,6 +455,10 @@ declare enum InvestmentType {
437
455
  PUBLIC = "Public",
438
456
  PRIVATE = "Private"
439
457
  }
458
+ declare enum InvestmentCreationType {
459
+ EXISTING = "Existing",
460
+ NEW = "New"
461
+ }
440
462
  declare enum InvestmentStream {
441
463
  CLIMATE_FINANCE = "ClimateFinance",
442
464
  CARBON_MARKET = "CarbonMarket"
@@ -1133,6 +1155,8 @@ interface NdcActionBodyProps {
1133
1155
  useConnection: any;
1134
1156
  translator: any;
1135
1157
  useUserContext: any;
1158
+ onFinish?: any;
1159
+ programme?: any;
1136
1160
  }
1137
1161
  declare const NdcActionBody: FC<NdcActionBodyProps>;
1138
1162
 
@@ -1170,6 +1194,7 @@ interface TimelineBodyProps {
1170
1194
  via?: string | null;
1171
1195
  t: any;
1172
1196
  }
1197
+ declare const addNdcDesc: (props: any) => string;
1173
1198
  declare const TimelineBody: FC<TimelineBodyProps>;
1174
1199
 
1175
1200
  declare const AdminBGColor = "rgba(255, 166, 166, 0.42)";
@@ -1192,4 +1217,4 @@ declare const TooltipColor = "#6ACDFF";
1192
1217
  declare const InvestmentBGColor = "rgba(151, 110, 215, 0.3)";
1193
1218
  declare const InvestmentColor = "#9155FD";
1194
1219
 
1195
- export { Action, AdaptationProperties, AddNdcActionComponent, AddNewCompanyComponent, AddNewUserComponent, AdminBGColor, AdminColor, AgricultureProperties, BaseEntity, CarbonSystemType, CertBGColor, CertColor, CoBenefitProps, CoBenefitsProperties, CoBenifitsComponent, Company, CompanyManagementColumns, CompanyManagementComponent, CompanyProfileComponent, CompanyRole, CompanyState, ConfigurationSettingsType, ConnectionContextProviderProps, ConnectionProps, CountrySelect, CreditCalculationProperties, CreditTransferComponent, CreditTransferStage, DevBGColor, DevColor, DocType, DocumentStatus, ESGType, EnablementProperties, EnergyGenerationUnits, FormElementType, GovBGColor, GovColor, HeaderProps, ImgWithFallback, InfoView, InfoViewProps, Instrument, InvestmentBGColor, InvestmentBody, InvestmentBodyProps, InvestmentColor, InvestmentCreationComponent, InvestmentLevel, InvestmentManagementComponent, InvestmentStatus, InvestmentStream, InvestmentType, LandAreaUnits, LayoutSiderProps, LegendItem, LegendItemItemProps, Loading, LoginProps, ManagerBGColor, ManagerColor, MapComponent, MapComponentProps, MapPopupData, MapSourceData, MapTypes, MapboxComponent, MarkerData, Methods, MinBGColor, MinColor, MitigationSubTypes, MitigationTypes, MrvDashboardComponent, MrvStatsCardsTypes, NdcAction, NdcActionBody, NdcActionBodyProps, NdcActionManagementComponent, NdcActionStatus, NdcActionTypes, NdcActionViewComponent, NdcFinancing, OrganisationStatus, OrganisationStatusProps, ProfileIcon, ProfileIconProps, Programme, ProgrammeCertify, ProgrammeCreationComponent, ProgrammeDeveloperCreation, ProgrammeDocuments, ProgrammeDocumentsProps, ProgrammeEntity, ProgrammeIssueForm, ProgrammeIssueFormProps, ProgrammeManagementColumns, ProgrammeManagementComponent, ProgrammeProperties, ProgrammePropertiesR, ProgrammePropertiesT, ProgrammePropertiesU, ProgrammeR, ProgrammeRetireForm, ProgrammeRetireFormProps, ProgrammeRevokeForm, ProgrammeRevokeFormProps, ProgrammeStageLegend, ProgrammeStageMRV, ProgrammeStageR, ProgrammeStageUnified, ProgrammeT, ProgrammeTransfer, ProgrammeTransferForm, ProgrammeTransferFormProps, ProgrammeU, RadioButtonStatus, RadioButtonStatus2, RegistryDashboardComponent, RejectDocumentationConfirmationModel, RejectDocumentationProps, Response, RetireType, Role, RoleIcon, RoleIconProps, RootBGColor, RootColor, SdgGoals, Sector, SectoralScope, SolarProperties, StasticCard, StasticCardItemProps, StatsCardsTypes, SystemNames, TimelineBody, TimelineBodyProps, Titles, TooltipColor, TransferActionModel, TransferActionModelProps, TxType, TypeOfMitigation, UnitField, User, UserContextProps, UserCreationProps, UserManagementColumns, UserManagementComponent, UserProfileComponent, UserProps, UserRoleIcon, UserRoleIconProps, ViewBGColor, ViewColor, WidgetType, addCommSep, addCommSepRound, addRoundNumber, addSpaces, consumerGroupList, creditUnit, dateFormat, dateTimeFormat, energyGenerationUnitList, getBase64, getCompanyBgColor, getCreditStageVal, getFinancialFields, getGeneralFields, getInvestmentStatusEnumVal, getNdcActionStatusEnumVal, getNdcStatusTagType, getRetirementTypeString, getStageEnumVal, getStageTagType, getStageTagTypeMRV, getStageTransferEnumVal, getStatusTagType, getTransferStageTagType, isBase64, landAreaUnitList, methodologyOptions, mitigationSubTypeList, mitigationSubTypesListMapped, mitigationTypeList, ndcActionTypeList, sectorMitigationTypesListMapped, sumArray, titleList, userForgotPasswordProps };
1220
+ export { Action, AdaptationProperties, AddNdcActionComponent, AddNewCompanyComponent, AddNewUserComponent, AdminBGColor, AdminColor, AgricultureProperties, BaseEntity, CarbonSystemType, CertBGColor, CertColor, CoBenefitProps, CoBenefitsProperties, CoBenifitsComponent, Company, CompanyManagementColumns, CompanyManagementComponent, CompanyProfileComponent, CompanyRole, CompanyState, ConfigurationSettingsType, ConnectionContextProviderProps, ConnectionProps, CountrySelect, CreditCalculationProperties, CreditTransferComponent, CreditTransferStage, DevBGColor, DevColor, DocType, DocumentStatus, ESGType, EnablementProperties, EnergyGenerationUnits, FormElementType, GovBGColor, GovColor, HeaderProps, ImgWithFallback, InfoView, InfoViewProps, Instrument, InvestmentBGColor, InvestmentBody, InvestmentBodyProps, InvestmentColor, InvestmentCreationComponent, InvestmentCreationType, InvestmentLevel, InvestmentManagementComponent, InvestmentStatus, InvestmentStream, InvestmentType, LandAreaUnits, LayoutSiderProps, LegendItem, LegendItemItemProps, Loading, LoginProps, ManagerBGColor, ManagerColor, MapComponent, MapComponentProps, MapPopupData, MapSourceData, MapTypes, MapboxComponent, MarkerData, Methods, MinBGColor, MinColor, MitigationSubTypes, MitigationTypes, MrvDashboardComponent, MrvStatsCardsTypes, NdcAction, NdcActionBody, NdcActionBodyProps, NdcActionManagementComponent, NdcActionStatus, NdcActionTypes, NdcActionViewComponent, NdcDetailsComponent, NdcFinancing, OrganisationStatus, OrganisationStatusProps, ProfileIcon, ProfileIconProps, Programme, ProgrammeCertify, ProgrammeCreationComponent, ProgrammeDeveloperCreation, ProgrammeDocuments, ProgrammeDocumentsProps, ProgrammeEntity, ProgrammeIssueForm, ProgrammeIssueFormProps, ProgrammeManagementColumns, ProgrammeManagementComponent, ProgrammeProperties, ProgrammePropertiesR, ProgrammePropertiesT, ProgrammePropertiesU, ProgrammeR, ProgrammeRetireForm, ProgrammeRetireFormProps, ProgrammeRevokeForm, ProgrammeRevokeFormProps, ProgrammeStageLegend, ProgrammeStageMRV, ProgrammeStageR, ProgrammeStageUnified, ProgrammeT, ProgrammeTransfer, ProgrammeTransferForm, ProgrammeTransferFormProps, ProgrammeU, RadioButtonStatus, RadioButtonStatus2, RegistryDashboardComponent, RejectDocumentationConfirmationModel, RejectDocumentationProps, Response, RetireType, Role, RoleIcon, RoleIconProps, RootBGColor, RootColor, SdgGoals, Sector, SectoralScope, SolarProperties, StasticCard, StasticCardItemProps, StatsCardsTypes, SubTypeOfMitigation, SupportCreationComponent, SupportManagementComponent, SystemNames, TimelineBody, TimelineBodyProps, Titles, TooltipColor, TransferActionModel, TransferActionModelProps, TxType, TypeOfMitigation, UnitField, User, UserContextProps, UserCreationProps, UserManagementColumns, UserManagementComponent, UserProfileComponent, UserProps, UserRoleIcon, UserRoleIconProps, ViewBGColor, ViewColor, WidgetType, addCommSep, addCommSepRound, addNdcDesc, addRoundNumber, addSpaces, consumerGroupList, creditUnit, dateFormat, dateTimeFormat, energyGenerationUnitList, getBase64, getCompanyBgColor, getCreditStageVal, getFinancialFields, getGeneralFields, getInvestmentStatusEnumVal, getNdcActionStatusEnumVal, getNdcStatusTagType, getRetirementTypeString, getStageEnumVal, getStageTagType, getStageTagTypeMRV, getStageTransferEnumVal, getStatusTagType, getTransferStageTagType, getValidNdcActions, isBase64, landAreaUnitList, methodologyOptions, mitigationSubTypeList, mitigationSubTypesListMapped, mitigationTypeList, ndcActionTypeList, sectorMitigationTypesListMapped, sumArray, titleList, userForgotPasswordProps };
@@ -0,0 +1,38 @@
1
+ {
2
+ "editCompany": "Edit Organisation",
3
+ "addNewCompany": "Add New Organisation",
4
+ "editCompanySub": "Edit Organisation information",
5
+ "addCompanySub": "Add a new organisation to the Carbon Registry",
6
+ "name": "Name",
7
+ "email": "Email",
8
+ "taxId": "VAT Registration #",
9
+ "website": "Website",
10
+ "companyLogo": "Organisation Logo",
11
+ "companyLogoWithType": "Organisation Logo (File Type : JPEG , PNG , SVG )",
12
+ "unsupportedFormat": "Unsupported file format!",
13
+ "maxUploadSize": "Maximum upload file size is 5MB!",
14
+ "role": "Role",
15
+ "certifier": "Certifier",
16
+ "programmeDeveleper": "Project Develeoper",
17
+ "viewer": "Viewer",
18
+ "viewerToolTip": "Permitted to certify and revoke certifications of projects",
19
+ "programmeDeveleperToolTip": "Permitted to own projects and transfer carbon credits",
20
+ "phoneNo": "Phone Number",
21
+ "addresss": "Address",
22
+ "isRequired": "is required!",
23
+ "isInvalid": "is invalid!",
24
+ "next": "NEXT",
25
+ "back": "BACK",
26
+ "update": "UPDATE",
27
+ "submit": "SUBMIT",
28
+ "companyDetailsTitle": "Organisation Details",
29
+ "companyAdminDetailsTitle": "Organisation Admin Details",
30
+ "cancel": "CANCEL",
31
+ "companyAddedSuccess": "The organisation has been created successfully",
32
+ "companyUpdatedSuccess": "The organisation has been updated successfully ",
33
+ "companyRegisteredSuccess": "User registration request has been sent",
34
+ "errorInAddUser": "Error in adding user!",
35
+ "errorInUpdatingCompany": "Error in updating company!",
36
+ "region": "Region",
37
+ "national": "National"
38
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "editCompany": "Editar Organización",
3
+ "addNewCompany": "Agregar Nueva Organización",
4
+ "editCompanySub": "Editar información de la Organización",
5
+ "addCompanySub": "Agregar una nueva organización al Registro de Carbono",
6
+ "name": "Nombre",
7
+ "email": "Correo Electrónico",
8
+ "taxId": "Número de Identificación Fiscal",
9
+ "website": "Sitio Web",
10
+ "companyLogo": "Logo de la Organización",
11
+ "companyLogoWithType": "Logo de la Organización (Tipo de Archivo: JPEG, PNG, SVG)",
12
+ "unsupportedFormat": "Formato de archivo no compatible!",
13
+ "maxUploadSize": "El tamaño máximo de carga de archivo es de 5 MB!",
14
+ "role": "Rol",
15
+ "certifier": "Certificador",
16
+ "programmeDeveleper": "Desarrollador de Programas",
17
+ "viewer": "Visualizador",
18
+ "viewerToolTip": "Autorizado para certificar y revocar certificaciones de programas",
19
+ "programmeDeveleperToolTip": "Autorizado para poseer programas y transferir créditos de carbono",
20
+ "phoneNo": "Número de Teléfono",
21
+ "addresss": "Dirección",
22
+ "isRequired": "es obligatorio!",
23
+ "isInvalid": "es inválido!",
24
+ "next": "SIGUIENTE",
25
+ "back": "ATRÁS",
26
+ "update": "ACTUALIZAR",
27
+ "submit": "ENVIAR",
28
+ "companyDetailsTitle": "Detalles de la Organización",
29
+ "companyAdminDetailsTitle": "Detalles del Administrador de la Organización",
30
+ "cancel": "CANCELAR",
31
+ "companyAddedSuccess": "La organización se ha creado con éxito",
32
+ "companyUpdatedSuccess": "La organización se ha actualizado con éxito",
33
+ "companyRegisteredSuccess": "La solicitud de registro de usuario ha sido enviada",
34
+ "errorInAddUser": "Error al agregar usuario!",
35
+ "errorInUpdatingCompany": "Error al actualizar la empresa!"
36
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "editCompany": "Modifier l'Organisation",
3
+ "addNewCompany": "Ajouter une Nouvelle Organisation",
4
+ "editCompanySub": "Modifier les Informations de l'Organisation",
5
+ "addCompanySub": "Ajouter une nouvelle organisation au Registre Carbone",
6
+ "name": "Nom",
7
+ "email": "Email",
8
+ "taxId": "Identifiant Fiscal",
9
+ "website": "Site Web",
10
+ "companyLogo": "Logo de l'Organisation",
11
+ "companyLogoWithType": "Logo de l'Organisation (Type de Fichier : JPEG, PNG, SVG)",
12
+ "unsupportedFormat": "Format de fichier non pris en charge !",
13
+ "maxUploadSize": "La taille maximale de téléchargement de fichier est de 5 Mo !",
14
+ "role": "Rôle",
15
+ "certifier": "Certificateur",
16
+ "programmeDeveleper": "Développeur de Programme",
17
+ "viewer": "Observateur",
18
+ "viewerToolTip": "Autorisé à certifier et révoquer les certifications de programmes",
19
+ "programmeDeveleperToolTip": "Autorisé à posséder des programmes et à transférer des crédits carbone",
20
+ "phoneNo": "Numéro de Téléphone",
21
+ "addresss": "Adresse",
22
+ "isRequired": "est requis !",
23
+ "isInvalid": "est invalide !",
24
+ "next": "SUIVANT",
25
+ "back": "RETOUR",
26
+ "update": "METTRE À JOUR",
27
+ "submit": "SOUMETTRE",
28
+ "companyDetailsTitle": "Détails de l'Organisation",
29
+ "companyAdminDetailsTitle": "Détails de l'Administrateur de l'Organisation",
30
+ "cancel": "ANNULER",
31
+ "companyAddedSuccess": "L'organisation a été créée avec succès",
32
+ "companyUpdatedSuccess": "L'organisation a été mise à jour avec succès",
33
+ "companyRegisteredSuccess": "La demande d'inscription d'utilisateur a été envoyée",
34
+ "errorInAddUser": "Erreur lors de l'ajout de l'utilisateur !",
35
+ "errorInUpdatingCompany": "Erreur lors de la mise à jour de l'entreprise !"
36
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "addProgramme": "Add New Project",
3
+ "addProgrammeSub": "Add New Projects to the Transparency System",
4
+ "addProgramme1": "Project Details",
5
+ "addProgramme2": "Project Financing Sought",
6
+ "addProgramme3": "Activity Details",
7
+ "addProgramme4": "Co-Benefits",
8
+ "inNDC": "Included in NDC",
9
+ "inNDCToolTip": "Nationally Determined Contributions (NDC)",
10
+ "inNAP": "Included in NAP",
11
+ "inNAPToolTip": "National Adaptation Plan (NAP)",
12
+ "yes": "YES",
13
+ "no": "NO",
14
+ "proponentPercentValidation": "Total Organisation Percentage is invalid",
15
+ "programmeCreationSuccess": "The project has been created successfully",
16
+ "title": "Title",
17
+ "externalId": "External ID",
18
+ "ghgCovered": "GHGs Covered",
19
+ "sector": "Sector",
20
+ "startTime": "Project Start Date",
21
+ "designDoc": "Design Document",
22
+ "designDocTooltip": "Design a Project Document with the UNFCCC CDM Mechanism Tool Prototype",
23
+ "buyerCountryEligibility": "Buyer Country Eligibility",
24
+ "company": "Organisation",
25
+ "proponentPercentage": "Ownership Percentage",
26
+ "sectoralScope": "Sectoral Scope",
27
+ "endTime": "Project End Date",
28
+ "ndcScope": "Activity Scope",
29
+ "geographicalLocation": "Geographical Location",
30
+ "next": "NEXT",
31
+ "estimatedProgrammeCostUSD": "Estimated Project Cost (USD)",
32
+ "minViableCarbonPrice": "Minimum Carbon Price: USD per ton (assuming no other revenue)",
33
+ "creditEst": "Estimated Credits",
34
+ "sumbit": "SUBMIT",
35
+ "addAction": "ADD ACTIVITY",
36
+ "back": "BACK",
37
+ "conditional": "CONDITIONAL",
38
+ "unConditional": "UNCONDITIONAL",
39
+ "endTimeVal": "End date cannot be earlier than the start date",
40
+ "invalidFileFormat": "Unsupported file format",
41
+ "duplicateOrg": "This organisation is already selected!",
42
+ "isRequired": "is required!",
43
+ "environmentalImpactAssessment": "Environmental Impact Assessment",
44
+ "environmentalAssessmentRegistrationNo": "Environmental Assessment Registration Number"
45
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "editUser": "Edit User",
3
+ "addNewUser": "Add New User",
4
+ "editUserSub": "Edit the user information",
5
+ "addUserSub": "Add new users to the Carbon Registry for your organisation",
6
+ "name": "Name",
7
+ "email": "Email",
8
+ "role": "Role",
9
+ "admin": "Admin",
10
+ "manager": "Manager",
11
+ "viewer": "Viewer",
12
+ "phoneNo": "Phone Number",
13
+ "isRequired": "is required!",
14
+ "isInvalid": "is invalid!",
15
+ "update": "UPDATE",
16
+ "submit": "SUBMIT",
17
+ "addUserSuccess": "The user has been created successfully",
18
+ "addUserError": "Error in adding user!",
19
+ "updateUserSuccess": "The user account has been updated successfully",
20
+ "updateUserError": "Error in updating user!",
21
+ "adminToolTip": "Full access to all permitted functions",
22
+ "managerToolTip": "Access to all permitted functions except user management",
23
+ "viewerToolTip": "Read-only access to all permitted functionalities"
24
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "editUser": "Editar Usuario",
3
+ "addNewUser": "Agregar Nuevo Usuario",
4
+ "editUserSub": "Editar la información del usuario",
5
+ "addUserSub": "Agregar nuevos usuarios al Registro de Carbono de su organización",
6
+ "name": "Nombre",
7
+ "email": "Correo Electrónico",
8
+ "role": "Rol",
9
+ "admin": "Admin",
10
+ "manager": "Gerente",
11
+ "viewer": "Visualizador",
12
+ "phoneNo": "Número de Teléfono",
13
+ "isRequired": "es obligatorio!",
14
+ "isInvalid": "es inválido!",
15
+ "update": "ACTUALIZAR",
16
+ "submit": "ENVIAR",
17
+ "addUserSuccess": "El usuario se ha creado con éxito",
18
+ "addUserError": "¡Error al agregar usuario!",
19
+ "updateUserSuccess": "La cuenta de usuario se ha actualizado con éxito",
20
+ "updateUserError": "¡Error al actualizar usuario!",
21
+ "adminToolTip": "Acceso completo a todas las funciones permitidas",
22
+ "managerToolTip": "Acceso a todas las funciones permitidas excepto la gestión de usuarios",
23
+ "viewerToolTip": "Acceso de solo lectura a todas las funcionalidades permitidas"
24
+ }
@@ -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,24 @@
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 PROJECTS",
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
+ "omgePercentage":"Overall Mitigation in Global Emissions (OMGE) Account"
24
+ }