@undp/carbon-library 1.0.258-CARBON-380.1 → 1.0.258-carbon-lib-test.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. package/dist/cjs/index.js +395 -78
  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 +0 -1
  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/Storybook/AddNewCompanyComponent.stories.d.ts +12 -0
  15. package/dist/cjs/types/Storybook/AddNewUserComponent.stories.d.ts +12 -0
  16. package/dist/cjs/types/Storybook/Decorators/AddNewCompanyI18nDecorator.d.ts +2 -0
  17. package/dist/cjs/types/Storybook/Decorators/AddNewUserI18nDecorator.d.ts +2 -0
  18. package/dist/cjs/types/Storybook/Decorators/ConnectionContextDecorator.d.ts +2 -0
  19. package/dist/cjs/types/index.d.ts +1 -0
  20. package/dist/esm/index.js +389 -80
  21. package/dist/esm/index.js.map +1 -1
  22. package/dist/esm/types/Components/Common/CoBenifits/coBenifits.d.ts +0 -1
  23. package/dist/esm/types/Components/Common/Models/programmeRetireForm.d.ts +0 -1
  24. package/dist/esm/types/Components/Common/Models/programmeTransferForm.d.ts +0 -1
  25. package/dist/esm/types/Components/Common/NdcActionBody/ndcActionBody.d.ts +0 -2
  26. package/dist/esm/types/Components/Common/ProgrammeDocuments/programmeDocuments.d.ts +0 -2
  27. package/dist/esm/types/Components/RegistryDashboard/programmeRejectAndTransferComponent.d.ts +0 -1
  28. package/dist/esm/types/Context/ConnectionContext/connectionContext.d.ts +8 -0
  29. package/dist/esm/types/Context/SettingsContext/settingsContext.d.ts +10 -0
  30. package/dist/esm/types/Context/UserInformationContext/userInformationContext.d.ts +6 -0
  31. package/dist/esm/types/Context/index.d.ts +3 -0
  32. package/dist/esm/types/Definitions/Definitions/connectionContext.definitions.d.ts +1 -0
  33. package/dist/esm/types/Storybook/AddNewCompanyComponent.stories.d.ts +12 -0
  34. package/dist/esm/types/Storybook/AddNewUserComponent.stories.d.ts +12 -0
  35. package/dist/esm/types/Storybook/Decorators/AddNewCompanyI18nDecorator.d.ts +2 -0
  36. package/dist/esm/types/Storybook/Decorators/AddNewUserI18nDecorator.d.ts +2 -0
  37. package/dist/esm/types/Storybook/Decorators/ConnectionContextDecorator.d.ts +2 -0
  38. package/dist/esm/types/index.d.ts +1 -0
  39. package/dist/index.d.ts +21 -8
  40. package/dist/locales/i18n/addCompany/en.json +3 -3
  41. package/dist/locales/i18n/addProgramme/en.json +11 -11
  42. package/dist/locales/i18n/companyProfile/en.json +1 -1
  43. package/dist/locales/i18n/dashboard/en.json +51 -51
  44. package/dist/locales/i18n/mrvdashboard/en.json +19 -19
  45. package/dist/locales/i18n/nav/en.json +2 -2
  46. package/dist/locales/i18n/ndcAction/en.json +17 -17
  47. package/dist/locales/i18n/programme/en.json +19 -19
  48. package/dist/locales/i18n/userProfile/en.json +1 -1
  49. package/dist/locales/i18n/view/en.json +42 -42
  50. package/package.json +29 -2
@@ -10,6 +10,5 @@ export interface CoBenefitProps {
10
10
  loading?: any;
11
11
  sdgGoalImages?: any;
12
12
  translator?: any;
13
- useConnection?: any;
14
13
  }
15
14
  export declare const CoBenifitsComponent: (props: CoBenefitProps) => React.JSX.Element;
@@ -9,6 +9,5 @@ export interface ProgrammeRetireFormProps {
9
9
  hideType: boolean;
10
10
  myCompanyId?: number;
11
11
  translator: any;
12
- useConnection: any;
13
12
  }
14
13
  export declare const ProgrammeRetireForm: FC<ProgrammeRetireFormProps>;
@@ -12,7 +12,6 @@ export interface ProgrammeTransferFormProps {
12
12
  userCompanyId: number | undefined;
13
13
  companyRole: string;
14
14
  translator: any;
15
- useConnection: any;
16
15
  ministryLevelPermission?: boolean;
17
16
  }
18
17
  export declare const ProgrammeTransferForm: FC<ProgrammeTransferFormProps>;
@@ -8,9 +8,7 @@ export interface NdcActionBodyProps {
8
8
  programmeOwnerId?: any;
9
9
  getProgrammeDocs?: any;
10
10
  ministryLevelPermission?: boolean;
11
- useConnection: any;
12
11
  translator: any;
13
- useUserContext: any;
14
12
  onFinish?: any;
15
13
  programme?: any;
16
14
  }
@@ -9,8 +9,6 @@ export interface ProgrammeDocumentsProps {
9
9
  getDocumentDetails: any;
10
10
  getProgrammeById: any;
11
11
  ministryLevelPermission?: boolean;
12
- useConnection: any;
13
- useUserContext: any;
14
12
  translator: any;
15
13
  methodologyDocumentUpdated: any;
16
14
  programmeStatus?: any;
@@ -7,6 +7,5 @@ export interface ProgrammeRejectAndTransferCardItemProps {
7
7
  updatedDate: any;
8
8
  loading: boolean;
9
9
  toolTipText: string;
10
- t: any;
11
10
  }
12
11
  export declare const ProgrammeRejectAndTransferComponent: FC<ProgrammeRejectAndTransferCardItemProps>;
@@ -0,0 +1,8 @@
1
+ import React, { FC } from 'react';
2
+ import { ConnectionContextProviderProps, ConnectionProps } from '../../Definitions';
3
+ declare const ConnectionContext: React.Context<{
4
+ connection?: ConnectionProps | undefined;
5
+ }>;
6
+ export declare const ConnectionContextProvider: FC<ConnectionContextProviderProps>;
7
+ export default ConnectionContext;
8
+ export declare const useConnection: () => ConnectionProps;
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ export declare const SettingsContext: React.Context<{
3
+ isTransferFrozen: boolean;
4
+ setTransferFrozen: (value: boolean) => void;
5
+ }>;
6
+ export declare const SettingsContextProvider: ({ children }: React.PropsWithChildren) => React.JSX.Element;
7
+ export declare const useSettingsContext: () => {
8
+ isTransferFrozen: boolean;
9
+ setTransferFrozen: (value: boolean) => void;
10
+ };
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { UserContextProps } from '../../Definitions';
3
+ export declare const UserContext: React.Context<UserContextProps>;
4
+ export declare const UserInformationContextProvider: ({ children }: React.PropsWithChildren) => React.JSX.Element;
5
+ export default UserContext;
6
+ export declare const useUserContext: () => UserContextProps;
@@ -0,0 +1,3 @@
1
+ export * from './ConnectionContext/connectionContext';
2
+ export * from './UserInformationContext/userInformationContext';
3
+ export * from './SettingsContext/settingsContext';
@@ -3,6 +3,7 @@ import { ReactNode } from 'react';
3
3
  export type Methods = 'get' | 'post' | 'delete' | 'put' | 'patch';
4
4
  export type ConnectionContextProviderProps = {
5
5
  serverURL: string;
6
+ t: any;
6
7
  children: ReactNode;
7
8
  };
8
9
  export interface Response<T> {
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ import type { StoryObj } from "@storybook/react";
3
+ import "antd/dist/antd.css";
4
+ import ConnectionContextDecorator from './Decorators/ConnectionContextDecorator';
5
+ declare const meta: {
6
+ title: string;
7
+ component: (props: any) => import("react").JSX.Element;
8
+ decorators: (typeof ConnectionContextDecorator)[];
9
+ };
10
+ export default meta;
11
+ type Story = StoryObj<typeof meta>;
12
+ export declare const Primary: Story;
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ import type { StoryObj } from "@storybook/react";
3
+ import "antd/dist/antd.css";
4
+ import ConnectionContextDecorator from './Decorators/ConnectionContextDecorator';
5
+ declare const meta: {
6
+ title: string;
7
+ component: (props: any) => import("react").JSX.Element;
8
+ decorators: (typeof ConnectionContextDecorator)[];
9
+ };
10
+ export default meta;
11
+ type Story = StoryObj<typeof meta>;
12
+ export declare const Primary: Story;
@@ -0,0 +1,2 @@
1
+ import React from "react";
2
+ export default function AddNewCompanyI18nDecorator(Story: any, context: any): React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import React from "react";
2
+ export default function AddNewUserI18nDecorator(Story: any, context: any): React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import React from "react";
2
+ export default function ConnectionContextDecorator(Story: any, context: any): React.JSX.Element;
@@ -1,3 +1,4 @@
1
1
  export * from './Components';
2
2
  export * from './Definitions';
3
3
  export * from './Styles';
4
+ export * from './Context';
package/dist/index.d.ts CHANGED
@@ -129,7 +129,6 @@ interface CoBenefitProps {
129
129
  loading?: any;
130
130
  sdgGoalImages?: any;
131
131
  translator?: any;
132
- useConnection?: any;
133
132
  }
134
133
  declare const CoBenifitsComponent: (props: CoBenefitProps) => React.JSX.Element;
135
134
 
@@ -359,7 +358,6 @@ interface ProgrammeRetireFormProps {
359
358
  hideType: boolean;
360
359
  myCompanyId?: number;
361
360
  translator: any;
362
- useConnection: any;
363
361
  }
364
362
  declare const ProgrammeRetireForm: FC<ProgrammeRetireFormProps>;
365
363
 
@@ -386,7 +384,6 @@ interface ProgrammeTransferFormProps {
386
384
  userCompanyId: number | undefined;
387
385
  companyRole: string;
388
386
  translator: any;
389
- useConnection: any;
390
387
  ministryLevelPermission?: boolean;
391
388
  }
392
389
  declare const ProgrammeTransferForm: FC<ProgrammeTransferFormProps>;
@@ -987,6 +984,7 @@ interface CountrySelect {
987
984
  type Methods = 'get' | 'post' | 'delete' | 'put' | 'patch';
988
985
  type ConnectionContextProviderProps = {
989
986
  serverURL: string;
987
+ t: any;
990
988
  children: ReactNode;
991
989
  };
992
990
  interface Response<T> {
@@ -1151,9 +1149,7 @@ interface NdcActionBodyProps {
1151
1149
  programmeOwnerId?: any;
1152
1150
  getProgrammeDocs?: any;
1153
1151
  ministryLevelPermission?: boolean;
1154
- useConnection: any;
1155
1152
  translator: any;
1156
- useUserContext: any;
1157
1153
  onFinish?: any;
1158
1154
  programme?: any;
1159
1155
  }
@@ -1174,8 +1170,6 @@ interface ProgrammeDocumentsProps {
1174
1170
  getDocumentDetails: any;
1175
1171
  getProgrammeById: any;
1176
1172
  ministryLevelPermission?: boolean;
1177
- useConnection: any;
1178
- useUserContext: any;
1179
1173
  translator: any;
1180
1174
  methodologyDocumentUpdated: any;
1181
1175
  programmeStatus?: any;
@@ -1216,4 +1210,23 @@ declare const TooltipColor = "#6ACDFF";
1216
1210
  declare const InvestmentBGColor = "rgba(151, 110, 215, 0.3)";
1217
1211
  declare const InvestmentColor = "#9155FD";
1218
1212
 
1219
- 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 };
1213
+ declare const ConnectionContextProvider: FC<ConnectionContextProviderProps>;
1214
+
1215
+ declare const useConnection: () => ConnectionProps;
1216
+
1217
+ declare const UserContext: React.Context<UserContextProps>;
1218
+ declare const UserInformationContextProvider: ({ children }: React.PropsWithChildren) => React.JSX.Element;
1219
+
1220
+ declare const useUserContext: () => UserContextProps;
1221
+
1222
+ declare const SettingsContext: React.Context<{
1223
+ isTransferFrozen: boolean;
1224
+ setTransferFrozen: (value: boolean) => void;
1225
+ }>;
1226
+ declare const SettingsContextProvider: ({ children }: React.PropsWithChildren) => React.JSX.Element;
1227
+ declare const useSettingsContext: () => {
1228
+ isTransferFrozen: boolean;
1229
+ setTransferFrozen: (value: boolean) => void;
1230
+ };
1231
+
1232
+ export { Action, AdaptationProperties, AddNdcActionComponent, AddNewCompanyComponent, AddNewUserComponent, AdminBGColor, AdminColor, AgricultureProperties, BaseEntity, CarbonSystemType, CertBGColor, CertColor, CoBenefitProps, CoBenefitsProperties, CoBenifitsComponent, Company, CompanyManagementColumns, CompanyManagementComponent, CompanyProfileComponent, CompanyRole, CompanyState, ConfigurationSettingsType, ConnectionContextProvider, 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, SettingsContext, SettingsContextProvider, SolarProperties, StasticCard, StasticCardItemProps, StatsCardsTypes, SubTypeOfMitigation, SupportCreationComponent, SupportManagementComponent, SystemNames, TimelineBody, TimelineBodyProps, Titles, TooltipColor, TransferActionModel, TransferActionModelProps, TxType, TypeOfMitigation, UnitField, User, UserContext, UserContextProps, UserCreationProps, UserInformationContextProvider, 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, useConnection, useSettingsContext, useUserContext, userForgotPasswordProps };
@@ -13,10 +13,10 @@
13
13
  "maxUploadSize": "Maximum upload file size is 5MB!",
14
14
  "role": "Role",
15
15
  "certifier": "Certifier",
16
- "programmeDeveleper": "Project Develeoper",
16
+ "programmeDeveleper": "Programme Develeoper",
17
17
  "viewer": "Viewer",
18
- "viewerToolTip": "Permitted to certify and revoke certifications of projects",
19
- "programmeDeveleperToolTip": "Permitted to own projects and transfer carbon credits",
18
+ "viewerToolTip": "Permitted to certify and revoke certifications of programmes",
19
+ "programmeDeveleperToolTip": "Permitted to own programmes and transfer carbon credits",
20
20
  "phoneNo": "Phone Number",
21
21
  "addresss": "Address",
22
22
  "isRequired": "is required!",
@@ -1,9 +1,9 @@
1
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",
2
+ "addProgramme": "Add New Programme",
3
+ "addProgrammeSub": "Add New Programmes to the Transparency System",
4
+ "addProgramme1": "Programme Details",
5
+ "addProgramme2": "Programme Financing Sought",
6
+ "addProgramme3": "NDC Action Details",
7
7
  "addProgramme4": "Co-Benefits",
8
8
  "inNDC": "Included in NDC",
9
9
  "inNDCToolTip": "Nationally Determined Contributions (NDC)",
@@ -12,27 +12,27 @@
12
12
  "yes": "YES",
13
13
  "no": "NO",
14
14
  "proponentPercentValidation": "Total Organisation Percentage is invalid",
15
- "programmeCreationSuccess": "The project has been created successfully",
15
+ "programmeCreationSuccess": "The programme has been created successfully",
16
16
  "title": "Title",
17
17
  "externalId": "External ID",
18
18
  "ghgCovered": "GHGs Covered",
19
19
  "sector": "Sector",
20
- "startTime": "Project Start Date",
20
+ "startTime": "Programme Start Date",
21
21
  "designDoc": "Design Document",
22
22
  "designDocTooltip": "Design a Project Document with the UNFCCC CDM Mechanism Tool Prototype",
23
23
  "buyerCountryEligibility": "Buyer Country Eligibility",
24
24
  "company": "Organisation",
25
25
  "proponentPercentage": "Ownership Percentage",
26
26
  "sectoralScope": "Sectoral Scope",
27
- "endTime": "Project End Date",
28
- "ndcScope": "Activity Scope",
27
+ "endTime": "Programme End Date",
28
+ "ndcScope": "NDC Scope",
29
29
  "geographicalLocation": "Geographical Location",
30
30
  "next": "NEXT",
31
- "estimatedProgrammeCostUSD": "Estimated Project Cost (USD)",
31
+ "estimatedProgrammeCostUSD": "Estimated Programme Cost (USD)",
32
32
  "minViableCarbonPrice": "Minimum Carbon Price: USD per ton (assuming no other revenue)",
33
33
  "creditEst": "Estimated Credits",
34
34
  "sumbit": "SUBMIT",
35
- "addAction": "ADD ACTIVITY",
35
+ "addAction": "ADD ACTION",
36
36
  "back": "BACK",
37
37
  "conditional": "CONDITIONAL",
38
38
  "unConditional": "UNCONDITIONAL",
@@ -15,7 +15,7 @@
15
15
  "website" : "Website",
16
16
  "address" : "Address",
17
17
  "creditBalance":"Credit Balance",
18
- "programmeCount":"Number of Projects",
18
+ "programmeCount":"Number of Programmes",
19
19
  "deauthoriseConfirmHeaderText": "Are you sure you want to deactivate this organisation?",
20
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
21
  "activeStatus": "Active",
@@ -7,66 +7,66 @@
7
7
  "auth": "Authorised",
8
8
  "rejected": "Rejected",
9
9
  "pending": "Pending",
10
- "programmesPending": "Projects Pending",
10
+ "programmesPending": "Programmes Pending",
11
11
  "trasnferReqReceived": "Pending Transfers Received",
12
12
  "trasnferReqInit": "Pending Transfers Sent",
13
- "programmesUnCertified": "Projects Certifiable",
14
- "programmesCertified": "Projects Certified",
13
+ "programmesUnCertified": "Programmes Certifiable",
14
+ "programmesCertified": "Programmes Certified",
15
15
  "creditBal": "Credit Balance",
16
16
  "creditCertified": "Credits Certified",
17
- "programmes": "Projects",
17
+ "programmes": "Programmes",
18
18
  "credits": "Credits",
19
19
  "certifiedCredits": "Certified Credits",
20
- "totalProgrammes": "Total Projects",
21
- "totalProgrammesSector": "Total Projects: Sector",
20
+ "totalProgrammes": "Total Programmes",
21
+ "totalProgrammesSector": "Total Programmes: Sector",
22
22
  "totalCredits": "Total Credits",
23
23
  "totalCreditsCertified": "Total Credits Certified",
24
- "programmeLocations": "Project Locations",
24
+ "programmeLocations": "Programme Locations",
25
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",
26
+ "tTprogrammespendingGoverment": "Pending state programmes awaiting authorisation",
27
+ "tTTransferReqSentGovernment": "Pending credit transfer requests sent to programme owners initiated by your organisation",
28
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",
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
37
  "tTTransferLocationsGovernment": "Locations of credits of international transfer requests recognised during the specified period",
38
38
  "tTTransferReqRecProgrammeDev": "Pending credit transfer requests received by your organisation",
39
39
  "tTTransferReqInitProgrammeDev": "Pending local credit transfer requests initiated by your organisation",
40
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",
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
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",
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
70
  "tTTrasnferLocationsCertifierOverall": "Locations of credits of international transfer requests recognised during the specified period",
71
71
  "ndcType": "Activities: Type",
72
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",
@@ -77,15 +77,15 @@
77
77
  "creditsSector": "Credit Estimated",
78
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
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",
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
83
  "programmeLocation": "Project Locations",
84
84
  "programmeLocationTT": "Locations of projects created in the transparency system during the specified time with their project states at present",
85
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",
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
89
  "titleEmission": "Emissions Reductions",
90
90
  "titleEmissionTT": "Amount of emission reductions expected and achieved by projects created in the transparency system during the specified time, at present",
91
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",
@@ -3,27 +3,27 @@
3
3
  "last7": "Last 7 days",
4
4
  "last14": "Last 14 days",
5
5
  "overall": "OVERALL",
6
- "ndcType": "Activities: Type",
7
- "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",
8
- "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",
9
- "ndcSector": "Activities: Sector",
10
- "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",
11
- "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",
6
+ "ndcType": "NDC Actions: Type",
7
+ "ndcTypeTT": "Graphical representation of the number of NDC actions under each NDC action type at present in programmes created in the transparency system during the specified time",
8
+ "ndcTypeTTMy": "Graphical representation of the number of NDC actions under each NDC action type at present in programmes, owned by your organisation, created in the transparency system during the specified time",
9
+ "ndcSector": "NDC Actions: Sector",
10
+ "ndcSectorTT": "Graphical representation of the number of NDC actions under each programme sector at present in programmes created in the transparency system during the specified time",
11
+ "ndcSectorTTMy": "Graphical representation of the number of NDC actions under each programme sector at present in programmes, owned by your organisation, created in the transparency system during the specified time",
12
12
  "creditsSector": "Credit Estimated",
13
- "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",
14
- "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",
15
- "totalInvestment": "Total Financing",
16
- "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",
17
- "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",
18
- "programmeLocation": "Project Locations",
19
- "programmeLocationTT": "Locations of projects created in the transparency system during the specified time with their project states at present",
20
- "programmeLocationTTMy": "Locations of projects, owned by your organisation, created in the transparency system during the specified time with their project states at present",
21
- "investLocations": "Financing Locations",
22
- "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",
23
- "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",
13
+ "creditsSectorTT": "Graphical representation of the number of credits estimated under each programme sector at present in programmes created in the transparency system during the specified time",
14
+ "creditsSectorTTMy": "Graphical representation of the number of credits estimated under each programme sector at present in programmes, owned by your organisation, created in the transparency system during the specified time",
15
+ "totalInvestment": "Total Investment",
16
+ "totalInvestmentTT": "Graphical representation of the total amount of investments under each investment type at present in programmes created in the transparency system during the specified time",
17
+ "totalInvestmentTTMy": "Graphical representation of the total amount of investments under each investment type, made to programmes owned by your organisation at present, created in the transparency system during the specified time",
18
+ "programmeLocation": "Programme Locations",
19
+ "programmeLocationTT": "Locations of programmes created in the transparency system during the specified time with their programme states at present",
20
+ "programmeLocationTTMy": "Locations of programmes, owned by your organisation, created in the transparency system during the specified time with their programme states at present",
21
+ "investLocations": "Investments Locations",
22
+ "investLocationsTT": "Locations of the investors' organisation with the number of investments under each investment type at present in programmes created in the transparency system during the specified time",
23
+ "investLocationsTTMy": "Locations of the investors' organisation with the number of investments under each investment type made to programmes owned by your organisation at present, created in the transparency system during the specified time",
24
24
  "titleEmission": "Emissions Reductions",
25
- "titleEmissionTT": "Amount of emission reductions expected and achieved by projects created in the transparency system during the specified time, at present",
26
- "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",
25
+ "titleEmissionTT": "Amount of emission reductions expected and achieved by programmes created in the transparency system during the specified time, at present",
26
+ "titleEmissionTTMy": "Amount of emission reductions expected and achieved by programmes, owned by your organisation, created in the transparency system during the specified time, at present",
27
27
  "emissionExpected": "Expected",
28
28
  "emissionEAchieved": "Achieved"
29
29
  }
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "dashboard": "Dashboard",
3
3
  "ghgInventory": "GHG Inventory",
4
- "programmes": "Projects",
4
+ "programmes": "Programmes",
5
5
  "transfers": "Transfers",
6
6
  "companies": "Organisations",
7
7
  "users": "Users",
8
8
  "viewAll": "View All",
9
9
  "addNew": "Add New",
10
- "investments": "Financing",
10
+ "investments": "Investments",
11
11
  "ndcActions": "Activities",
12
12
  "ndcDetails": "NDC Actions",
13
13
  "reports": "Reports",
@@ -1,14 +1,14 @@
1
1
  {
2
- "addNdcTitle": "Add Activity",
3
- "addNdcSubTitle": "Add Activities to projects in the Transparency system",
4
- "NdcTitle": "Activities",
5
- "NdcSubTitle": "Activities of projects in the Transparency System",
6
- "NdcDetailsViewTitle": "Activity Details -",
7
- "NdcDetailsViewSubTitle": "Activities of projects in the Transparency System",
8
- "ndcActionDetailsTitle": "Activity details",
2
+ "addNdcTitle": "Add NDC Action",
3
+ "addNdcSubTitle": "Add NDC Actions to programmes in the Transparency system",
4
+ "NdcTitle": "NDC Actions",
5
+ "NdcSubTitle": "NDC Actions of programmes in the Transparency System",
6
+ "NdcDetailsViewTitle": "NDC Action Details -",
7
+ "NdcDetailsViewSubTitle": "NDC Actions of programmes in the Transparency System",
8
+ "ndcActionDetailsTitle": "NDC Action details",
9
9
  "coBenefitsTitle": "Co-Benefits",
10
10
  "projectReportsTitle": "Project Reports",
11
- "ndcAction": "Activity",
11
+ "ndcAction": "NDC Action",
12
12
  "methodology": "Methodology",
13
13
  "goldStandard": "Gold Standard",
14
14
  "mitigationType": "Mitigation Type",
@@ -39,10 +39,10 @@
39
39
  "invalidFileFormat": "Unsupported file format",
40
40
  "isRequired": "is required",
41
41
  "ndcToolTip": "Nationally Determined Contributions",
42
- "noNdcActions": "No Activities Available",
43
- "ndcColumnsActionId": "ACTIVITY ID",
42
+ "noNdcActions": "No NDC Actions Available",
43
+ "ndcColumnsActionId": "ACTION ID",
44
44
  "ndcColumnsDate": "DATE",
45
- "ndcColumnsNdcAction": "ACTIVITY",
45
+ "ndcColumnsNdcAction": "NDC ACTION",
46
46
  "ndcColumnsProgrammeName": "PROGRAMME NAME",
47
47
  "ndcColumnsSector": "SECTOR",
48
48
  "ndcColumnsOwners": "OWNERS",
@@ -51,8 +51,8 @@
51
51
  "viewMitigationTitle": "Mitigation",
52
52
  "viewAdaptationTitle": "Adaptation",
53
53
  "viewGeneralTitle": "General",
54
- "viewProgramme": "Project",
55
- "viewNdcAction": "Activity",
54
+ "viewProgramme": "Programme",
55
+ "viewNdcAction": "NDC Action",
56
56
  "viewCurrentStatus": "Current Status",
57
57
  "viewMethodology": "Methodology",
58
58
  "viewMoniteringReport": "Monitoring Report",
@@ -70,13 +70,13 @@
70
70
  "viewAdaptationImplementingAgency": "Implementing Agency",
71
71
  "viewAdaptationNationalPlanObjectives": "National Plan Objectives",
72
72
  "viewAdaptationNationalPlanCoverage": "National Plan Coverage",
73
- "searchByProgrammeName": "Search by project name",
73
+ "searchByProgrammeName": "Search by programme name",
74
74
  "seeMine": "Mine Only",
75
75
  "NdcCreditChartTitle": "Emissions Reductions (tCo2E)",
76
- "ndcSuccessfullyCreated": "The Activity has been created successfully",
77
- "ndcCreationFailed": "The Activity creation failed",
76
+ "ndcSuccessfullyCreated": "The NDC action has been created successfully",
77
+ "ndcCreationFailed": "The NDC action creation failed",
78
78
  "methodologyEstimatedCreditsInvalid": "Methodology Estimated Credits should be greater than 0",
79
- "userEstimatedCreditsInvalid": "Estimated Credits for the Activity cannot be greater than the Estimated Credits for the project",
79
+ "userEstimatedCreditsInvalid": "Estimated Credits for the NDC Action cannot be greater than the Estimated Credits for the programme",
80
80
  "coBenefitsSubTitle": "Co-Benefits",
81
81
  "ministryLevel": "Ministry Level",
82
82
  "ghgEmiReduced": "GHG Emissions Reduced (tCO2e)",