datastake-daf 0.6.765 → 0.6.766
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/index.js +312 -143
- package/dist/layouts/index.js +0 -3
- package/dist/pages/index.js +206 -219
- package/dist/services/index.js +18 -0
- package/dist/utils/index.js +312 -4
- package/package.json +1 -2
- package/src/@daf/core/components/Charts/BarChart/index.jsx +4 -0
- package/src/@daf/core/components/Dashboard/Map/ChainIcon/index.js +0 -7
- package/src/@daf/core/components/Graphs/StakeholderMappings/index.jsx +0 -2
- package/src/@daf/core/components/Graphs/components/BaseGraph.jsx +3 -4
- package/src/@daf/core/components/Screens/Admin/AdminDashboard/components/KeyIndicatorsWidget/config.js +2 -2
- package/src/@daf/core/components/Screens/Admin/AdminDashboard/components/KeyIndicatorsWidget/index.jsx +1 -1
- package/src/@daf/core/components/Screens/Admin/AdminDashboard/components/UserStatistics/UserActivity/helper.js +4 -1
- package/src/@daf/core/components/Screens/Admin/AdminDashboard/components/UserStatistics/UserActivity/index.jsx +5 -0
- package/src/@daf/core/components/Screens/Admin/AdminDashboard/components/UserStatistics/UserGrowth/index.jsx +1 -0
- package/src/@daf/core/components/Screens/Admin/AdminDashboard/components/UserStatistics/index.jsx +34 -26
- package/src/@daf/core/components/Screens/Admin/AdminDashboard/index.jsx +56 -52
- package/src/@daf/core/components/Screens/Admin/AdminScreens/Dashboard.jsx +52 -67
- package/src/@daf/core/components/Screens/Admin/AdminScreens/Location.jsx +96 -0
- package/src/@daf/core/components/Screens/Admin/AdminScreens/Subjects.jsx +96 -0
- package/src/@daf/core/components/Screens/Admin/AdminScreens/index.js +2 -1
- package/src/@daf/core/components/Screens/Admin/adminRoutes.js +116 -89
- package/src/@daf/core/components/Table/MoreTags/index.jsx +17 -5
- package/src/@daf/layouts/AuthLayout/components/Navbar/index.jsx +0 -1
- package/src/@daf/pages/Dashboards/SupplyChain/components/ChartsContainer/components/Identification/hook.js +10 -10
- package/src/@daf/pages/Dashboards/SupplyChain/components/SupplyChainMap/index.js +6 -3
- package/src/@daf/pages/Dashboards/UserDashboard/components/ContributionsGraph/helper.js +1 -14
- package/src/@daf/pages/Dashboards/UserDashboard/components/ContributionsGraph/hook.js +12 -5
- package/src/@daf/pages/Dashboards/UserDashboard/components/MineSites/index.jsx +1 -1
- package/src/@daf/pages/Dashboards/UserDashboard/components/Triangulation/hook.js +1 -1
- package/src/@daf/pages/Data/Channels/columns.js +175 -0
- package/src/@daf/pages/Data/Channels/config.js +0 -0
- package/src/@daf/pages/Data/Channels/create.jsx +0 -0
- package/src/@daf/pages/Data/Channels/index.jsx +0 -0
- package/src/@daf/pages/Events/Activities/columns.js +1 -4
- package/src/@daf/pages/Events/helper.js +3 -2
- package/src/@daf/pages/Events/index.jsx +1 -1
- package/src/@daf/pages/Locations/MineSite/columns.js +6 -4
- package/src/@daf/pages/Stakeholders/Operators/columns.js +4 -2
- package/src/@daf/pages/Summary/Activities/PlantingCycle/index.jsx +1 -0
- package/src/@daf/pages/Summary/Minesite/components/StakeholderMapping/config.js +2 -2
- package/src/@daf/pages/Summary/Minesite/components/StakeholderMapping/helper.js +7 -7
- package/src/@daf/pages/Summary/Minesite/components/StakeholderMapping/index.js +3 -2
- package/src/@daf/pages/Summary/Minesite/index.jsx +3 -1
- package/src/@daf/pages/Summary/Operator/components/Governance/index.js +0 -1
- package/src/@daf/pages/Summary/Operator/components/KeyInformation/config.js +33 -21
- package/src/@daf/pages/Summary/Operator/components/TradeRelationships/helper.js +13 -13
- package/src/@daf/pages/Summary/Operator/components/TradeRelationships/hook.js +8 -8
- package/src/@daf/pages/Summary/Operator/components/TradeRelationships/index.js +5 -2
- package/src/@daf/pages/Summary/Operator/index.jsx +3 -0
- package/src/@daf/pages/Summary/components/InformationAvailability/index.js +4 -3
- package/src/@daf/services/AdminService.js +14 -0
- package/src/constants/locales/en/translation.js +104 -2
- package/src/constants/locales/fr/translation.js +104 -1
- package/src/constants/locales/sp/translation.js +104 -1
- package/src/index.js +2 -0
- package/dist/style/datastake/mapbox-gl.css +0 -330
|
@@ -2,6 +2,13 @@ import React from "react";
|
|
|
2
2
|
import { Tag, Tooltip } from "antd";
|
|
3
3
|
import CountryFlag from "../../../../../core/components/UI/CountryFlag/index.jsx";
|
|
4
4
|
import {findOptions, truncateString } from "../../../../../../helpers/StringHelper.js";
|
|
5
|
+
import MoreTags from "../../../../../core/components/Table/MoreTags/index.jsx";
|
|
6
|
+
|
|
7
|
+
const getAllProducts = (arr) => {
|
|
8
|
+
return arr.flatMap(item =>
|
|
9
|
+
(item.products || []).map(product => product.typeOfProduct)
|
|
10
|
+
);
|
|
11
|
+
}
|
|
5
12
|
|
|
6
13
|
export const getKeyIndicatorConfig = ({ t, data = {}, options = {} }) => [
|
|
7
14
|
{
|
|
@@ -28,14 +35,14 @@ export const getKeyIndicatorConfig = ({ t, data = {}, options = {} }) => [
|
|
|
28
35
|
{
|
|
29
36
|
label: t("Supply Chain Position"),
|
|
30
37
|
render: () => {
|
|
31
|
-
const position = findOptions(data?.positionSupplyChain, options?.positionSupplyChainOptions);
|
|
38
|
+
const position = findOptions(data?.positionSupplyChain, options?.positionSupplyChainOptions || options?.optionPositionSupplyChain);
|
|
32
39
|
return <div>{position|| "-"}</div>;
|
|
33
40
|
},
|
|
34
41
|
},
|
|
35
42
|
{
|
|
36
43
|
label: t("Legal Form"),
|
|
37
44
|
render: () => {
|
|
38
|
-
const subCategory = findOptions(data?.subCategory, options?.subCategoriesOptions);
|
|
45
|
+
const subCategory = findOptions(data?.subCategory, options?.subCategoriesOptions || options?.subCategory);
|
|
39
46
|
if(subCategory?.length > 22) {
|
|
40
47
|
const _subCategory = truncateString(subCategory, 22);
|
|
41
48
|
return <Tooltip title={subCategory}>
|
|
@@ -48,43 +55,48 @@ export const getKeyIndicatorConfig = ({ t, data = {}, options = {} }) => [
|
|
|
48
55
|
{
|
|
49
56
|
label: t("Products"),
|
|
50
57
|
render: () => {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
58
|
+
|
|
59
|
+
const clientProducts = getAllProducts(data?.clients || []);
|
|
60
|
+
const supplierProducts = getAllProducts(data?.suppliers || []);
|
|
61
|
+
const locationProducts = getAllProducts(data?.locationSuppliers || []);
|
|
62
|
+
|
|
63
|
+
const allProducts = [...clientProducts, ...supplierProducts, ...locationProducts];
|
|
64
|
+
const uniqueProducts = [...new Set(allProducts)];
|
|
65
|
+
const products = findOptions(uniqueProducts, options?.mineralOptions || options?.minerals);
|
|
66
|
+
|
|
54
67
|
|
|
55
68
|
return (
|
|
56
|
-
|
|
57
|
-
{
|
|
58
|
-
|
|
59
|
-
<
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
</div>
|
|
69
|
+
<>
|
|
70
|
+
{products.length > 0 ? (
|
|
71
|
+
<div style={{ display: "flex", flexWrap: "wrap" }}>
|
|
72
|
+
<MoreTags
|
|
73
|
+
values={products}
|
|
74
|
+
limit={3}
|
|
75
|
+
tagColor="processing"
|
|
76
|
+
style={{ fontWeight: "normal", fontSize: 14 }}
|
|
77
|
+
/>
|
|
78
|
+
</div>
|
|
79
|
+
) : "-"}
|
|
80
|
+
</>
|
|
69
81
|
);
|
|
70
82
|
},
|
|
71
83
|
},
|
|
72
84
|
{
|
|
73
85
|
label: t("Associated Mine Sites"),
|
|
74
86
|
render: () => {
|
|
75
|
-
return <div>{data?.
|
|
87
|
+
return <div>{data?.locationSuppliers?.length || 0}</div>;
|
|
76
88
|
},
|
|
77
89
|
},
|
|
78
90
|
{
|
|
79
91
|
label: t("Identified Suppliers"),
|
|
80
92
|
render: () => {
|
|
81
|
-
return <div>{data?.
|
|
93
|
+
return <div>{data?.suppliers?.length || 0}</div>;
|
|
82
94
|
},
|
|
83
95
|
},
|
|
84
96
|
{
|
|
85
97
|
label: t("Identified Customers"),
|
|
86
98
|
render: () => {
|
|
87
|
-
return <div>{data?.
|
|
99
|
+
return <div>{data?.clients?.length || 0}</div>;
|
|
88
100
|
},
|
|
89
101
|
},
|
|
90
102
|
];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { leftIcons, leftBackgroundColorLocation, leftBackgroundColorStakeholder, topIcons } from './config.js';
|
|
2
2
|
import { findOptions } from '../../../../../../helpers/StringHelper.js';
|
|
3
3
|
|
|
4
|
-
export const getFilterConfig = ({operatorData = {}, options = {}, filters = {}, t = () => {}}) => {
|
|
4
|
+
export const getFilterConfig = ({operatorData = {}, options = {}, filters = {}, t = () => {}, APP}) => {
|
|
5
5
|
const productSet = new Set();
|
|
6
6
|
const allTradeMineralOptions = [
|
|
7
7
|
...(operatorData?.suppliers || []),
|
|
@@ -15,7 +15,7 @@ export const getFilterConfig = ({operatorData = {}, options = {}, filters = {},
|
|
|
15
15
|
.map((product) => {
|
|
16
16
|
productSet.add(product.typeOfProduct);
|
|
17
17
|
|
|
18
|
-
const label = options?.minerals?.find(
|
|
18
|
+
const label = options?.[APP !== 'nashiriki' ? 'mineralOptions' : 'minerals']?.find(
|
|
19
19
|
(mineral) => mineral.value === product.typeOfProduct,
|
|
20
20
|
)?.label;
|
|
21
21
|
|
|
@@ -61,15 +61,15 @@ export const getLeft = (data = {}, mapChildren = () => {}, supplierLocations = [
|
|
|
61
61
|
.filter((d) => !!d);
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
export const mapItem = (data, options, goTo, getRedirectLink) => {
|
|
65
|
-
const { positionSupplyChainOptions, locationCategories } = options || {};
|
|
64
|
+
export const mapItem = (data, options, goTo, getRedirectLink, operatorData = {}, APP) => {
|
|
65
|
+
const { positionSupplyChainOptions, locationCategories, optionPositionSupplyChain } = options || {};
|
|
66
66
|
return {
|
|
67
|
-
id: data.datastakeId || "-",
|
|
68
|
-
datastakeId: data.datastakeId || "-",
|
|
67
|
+
id: data.datastakeId || operatorData?.id || "-",
|
|
68
|
+
datastakeId: data.datastakeId || operatorData?.datastakeId || "-",
|
|
69
69
|
leftIcon: leftIcons[data.type === "mineSite" ? "location" : "stakeholder"],
|
|
70
|
-
name: data.name || "-",
|
|
71
|
-
subTitle: findOptions(data.type, [
|
|
72
|
-
...(positionSupplyChainOptions || []),
|
|
70
|
+
name: data.name || operatorData?.name || "-",
|
|
71
|
+
subTitle: findOptions(data.type || operatorData?.positionSupplyChain, [
|
|
72
|
+
...(positionSupplyChainOptions || optionPositionSupplyChain || []),
|
|
73
73
|
...(locationCategories || []),
|
|
74
74
|
]),
|
|
75
75
|
leftBackground:
|
|
@@ -78,19 +78,19 @@ export const mapItem = (data, options, goTo, getRedirectLink) => {
|
|
|
78
78
|
: leftBackgroundColorStakeholder,
|
|
79
79
|
topIcon: topIcons[data.type],
|
|
80
80
|
country: {
|
|
81
|
-
label: findOptions(data.country, options?.countries || []),
|
|
82
|
-
value: data.country,
|
|
81
|
+
label: findOptions((data.country || operatorData?.country), options?.countries || []),
|
|
82
|
+
value: data.country || operatorData?.country,
|
|
83
83
|
},
|
|
84
84
|
totalSources: data.sources ?? 0,
|
|
85
85
|
volume: data?.volume || "",
|
|
86
86
|
onClick: function () {
|
|
87
87
|
if (data.type === "mineSite") {
|
|
88
88
|
return goTo(
|
|
89
|
-
getRedirectLink(`/app
|
|
89
|
+
getRedirectLink(`/app/${APP === 'nashiriki' ? 'summary/scl' : 'mine-summary'}/${data.datastakeId}`),
|
|
90
90
|
);
|
|
91
91
|
}
|
|
92
92
|
return goTo(
|
|
93
|
-
getRedirectLink(`/app
|
|
93
|
+
getRedirectLink(`/app/${APP === 'nashiriki' ? 'summary/operators' : 'operator-summary'}/${data.datastakeId}`),
|
|
94
94
|
);
|
|
95
95
|
},
|
|
96
96
|
}
|
|
@@ -12,6 +12,8 @@ export const useTradeRelationship = ({
|
|
|
12
12
|
goTo,
|
|
13
13
|
getRedirectLink,
|
|
14
14
|
filters,
|
|
15
|
+
operatorData,
|
|
16
|
+
APP,
|
|
15
17
|
}) => {
|
|
16
18
|
const { positionSupplyChainOptions, locationCategories } = options || {};
|
|
17
19
|
const [graphData, setGraphData] = useState({});
|
|
@@ -20,21 +22,21 @@ export const useTradeRelationship = ({
|
|
|
20
22
|
|
|
21
23
|
const config = useMemo(() => ({
|
|
22
24
|
basepath: "analytics",
|
|
23
|
-
url:
|
|
25
|
+
url: `/widgets/trade-relationship-map`,
|
|
24
26
|
filters: {
|
|
27
|
+
datastakeId: id,
|
|
25
28
|
product: filters?.products,
|
|
26
29
|
sources: selectedPartners?.partners || [],
|
|
27
30
|
},
|
|
28
|
-
|
|
31
|
+
stop: !selectedPartners?.partners?.length || selectedPartners?.loading,
|
|
32
|
+
}), [id, filters?.products, selectedPartners?.partners, selectedPartners?.loading]);
|
|
29
33
|
|
|
30
34
|
const { data } = useWidgetFetch({config: config});
|
|
31
35
|
|
|
32
36
|
const mapItem = (data) => {
|
|
33
|
-
return _mapItem(data, options, goTo, getRedirectLink);
|
|
37
|
+
return _mapItem(data, options, goTo, getRedirectLink, operatorData, APP);
|
|
34
38
|
}
|
|
35
39
|
|
|
36
|
-
|
|
37
|
-
|
|
38
40
|
useEffect(() => {
|
|
39
41
|
if (id && selectedPartners?.partners?.length > 0 && fetchedProducts) {
|
|
40
42
|
const _fetch = async () => {
|
|
@@ -133,8 +135,6 @@ export const useTradeRelationship = ({
|
|
|
133
135
|
left: getLeft(data, mapChildren, supplierLocations),
|
|
134
136
|
};
|
|
135
137
|
|
|
136
|
-
console.log({graphData})
|
|
137
|
-
|
|
138
138
|
setGraphData(graphData);
|
|
139
139
|
} catch (err) {
|
|
140
140
|
setGraphData({});
|
|
@@ -146,7 +146,7 @@ export const useTradeRelationship = ({
|
|
|
146
146
|
|
|
147
147
|
_fetch();
|
|
148
148
|
}
|
|
149
|
-
}, [filters?.products, id, selectedPartners, fetchedProducts]);
|
|
149
|
+
}, [filters?.products, id, selectedPartners, fetchedProducts, operatorData, options, goTo, getRedirectLink, data]);
|
|
150
150
|
|
|
151
151
|
return {
|
|
152
152
|
graphData,
|
|
@@ -12,6 +12,7 @@ const TradeRelationships = ({
|
|
|
12
12
|
id,
|
|
13
13
|
options = {},
|
|
14
14
|
getRedirectLink = () => {},
|
|
15
|
+
APP,
|
|
15
16
|
}) => {
|
|
16
17
|
const [filters, setFilters] = useState({});
|
|
17
18
|
|
|
@@ -20,8 +21,8 @@ const TradeRelationships = ({
|
|
|
20
21
|
};
|
|
21
22
|
|
|
22
23
|
const filterConfig = useMemo(() => {
|
|
23
|
-
return getFilterConfig({operatorData, options, filters, t});
|
|
24
|
-
}, [filters.products, t, options?.
|
|
24
|
+
return getFilterConfig({operatorData, options, filters, t, APP});
|
|
25
|
+
}, [filters.products, t, options?.mineralOptions, operatorData, options?.mineral, APP]);
|
|
25
26
|
|
|
26
27
|
const { graphData, loading, fetchedProducts, setFetchedProducts } = useTradeRelationship({
|
|
27
28
|
id,
|
|
@@ -30,6 +31,8 @@ const TradeRelationships = ({
|
|
|
30
31
|
goTo,
|
|
31
32
|
getRedirectLink,
|
|
32
33
|
filters,
|
|
34
|
+
operatorData,
|
|
35
|
+
APP
|
|
33
36
|
});
|
|
34
37
|
|
|
35
38
|
useEffect(() => {
|
|
@@ -31,6 +31,7 @@ const OperatorSummary = ({
|
|
|
31
31
|
goBack = () => {},
|
|
32
32
|
onIdChange = () => {},
|
|
33
33
|
breadcrumbs = [],
|
|
34
|
+
APP,
|
|
34
35
|
}) => {
|
|
35
36
|
const {
|
|
36
37
|
selectedItem,
|
|
@@ -143,6 +144,7 @@ const OperatorSummary = ({
|
|
|
143
144
|
id={params?.id || selectedItem}
|
|
144
145
|
subject="stakeholder"
|
|
145
146
|
partners={partners}
|
|
147
|
+
APP={APP}
|
|
146
148
|
/>
|
|
147
149
|
</section>
|
|
148
150
|
<section>
|
|
@@ -154,6 +156,7 @@ const OperatorSummary = ({
|
|
|
154
156
|
goTo={goTo}
|
|
155
157
|
getRedirectLink={getRedirectLink}
|
|
156
158
|
operatorData={singleItemData}
|
|
159
|
+
APP={APP}
|
|
157
160
|
/>
|
|
158
161
|
</section>
|
|
159
162
|
<section>
|
|
@@ -9,7 +9,8 @@ const InformationAvailability = ({
|
|
|
9
9
|
t = () => {},
|
|
10
10
|
id,
|
|
11
11
|
subject,
|
|
12
|
-
partners
|
|
12
|
+
partners,
|
|
13
|
+
APP
|
|
13
14
|
}) => {
|
|
14
15
|
const defaultFetchConfig = useMemo(
|
|
15
16
|
() => ({
|
|
@@ -19,11 +20,11 @@ const InformationAvailability = ({
|
|
|
19
20
|
stop: !id || selectedPartners?.loading,
|
|
20
21
|
filters: {
|
|
21
22
|
// datastakeId: id,
|
|
22
|
-
scope: subject === "stakeholder" ? "operatorInfo" : "locationInfo",
|
|
23
|
+
scope: subject === "stakeholder" ? (APP === "nashiriki" ? "operator" : "operatorInfo") : (APP === "nashiriki" ? "nashiriki" : "locationInfo"),
|
|
23
24
|
sources: selectedPartners?.partners || [],
|
|
24
25
|
},
|
|
25
26
|
}),
|
|
26
|
-
[id, selectedPartners],
|
|
27
|
+
[id, selectedPartners, APP],
|
|
27
28
|
);
|
|
28
29
|
|
|
29
30
|
const { data, loading } = useWidgetFetch({config: defaultFetchConfig});
|
|
@@ -67,6 +67,20 @@ class AdminService extends BaseService {
|
|
|
67
67
|
url: `/accounts/cancelInvitation/${token}`,
|
|
68
68
|
})
|
|
69
69
|
}
|
|
70
|
+
|
|
71
|
+
getSubjects({ subject, params }) {
|
|
72
|
+
return this.apiGet({
|
|
73
|
+
url: `${subject}`,
|
|
74
|
+
params,
|
|
75
|
+
})
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
mergeSubjects({ subject, ...data }) {
|
|
79
|
+
return this.apiPost({
|
|
80
|
+
url: `/merge/${subject}`,
|
|
81
|
+
data,
|
|
82
|
+
})
|
|
83
|
+
}
|
|
70
84
|
}
|
|
71
85
|
|
|
72
86
|
export default createLazyService(AdminService);
|
|
@@ -1,13 +1,115 @@
|
|
|
1
1
|
const en = {
|
|
2
|
+
"Identified Customers": "Identified Customers",
|
|
3
|
+
"Identified Suppliers": "Identified Suppliers",
|
|
4
|
+
"Associated Mine Sites": "Associated Mine Sites",
|
|
5
|
+
"Supply Chain Position": "Supply Chain Position",
|
|
6
|
+
"Governance": "Governance",
|
|
7
|
+
"Holding": "Holding",
|
|
8
|
+
"Operator Review": "Operator Review",
|
|
9
|
+
"Stakeholder Mapping": "Stakeholder Mapping",
|
|
10
|
+
"sources-reporting": "Sources Reporting",
|
|
11
|
+
"link-details": "Link details",
|
|
12
|
+
"Mine Site Details": "Mine Site Details",
|
|
13
|
+
"Number of Workers on Site": "Number of Workers on Site",
|
|
14
|
+
"Extraction Methods": "Extraction Methods",
|
|
15
|
+
"Find Data": "Find Data",
|
|
16
|
+
"Mine Review": "Mine Review",
|
|
17
|
+
"Completion": "Completion",
|
|
18
|
+
"Information Completeness": "Information Completeness",
|
|
19
|
+
"Consolidated": "Consolidated",
|
|
20
|
+
"Datapoints": "Datapoints",
|
|
21
|
+
"Own Data": "Own Data",
|
|
22
|
+
"Create Worker": "Create Worker",
|
|
23
|
+
"Workers": "Workers",
|
|
24
|
+
"Census Update": "Census Update",
|
|
25
|
+
"Create Operator": "Create Operator",
|
|
26
|
+
"Edit Settings": "Edit Settings",
|
|
27
|
+
"Create Partner": "Create Partner",
|
|
28
|
+
"Only authorised users can create partnerships.": "Only authorised users can create partnerships.",
|
|
29
|
+
"Partners are organisations sharing their information with you, or receiving your information.": "Partners are organisations sharing their information with you, or receiving your information.",
|
|
30
|
+
"List": "List",
|
|
31
|
+
"Partner suspended successfully": "Partner suspended successfully",
|
|
32
|
+
"Invitation type": "Invitation type",
|
|
33
|
+
"Person name": "Person name",
|
|
34
|
+
"Source: This partner will share information with you.": "Source: This partner will share information with you.",
|
|
35
|
+
"Client: You will share information with this partner.": "Client: You will share information with this partner.",
|
|
36
|
+
"Exchange: You will both share information with each other.": "Exchange: You will both share information with each other.",
|
|
37
|
+
"Type of partnership": "Type of partnership",
|
|
38
|
+
"Type of partner": "Type of partner",
|
|
39
|
+
"Re-activate Partnership": "Re-activate Partnership",
|
|
40
|
+
"Activate Partner": "Activate Partner",
|
|
41
|
+
"Resend Invitation": "Resend Invitation",
|
|
42
|
+
"Resend Invite": "Resend Invite",
|
|
43
|
+
"Copy Invitation Link": "Copy Invitation Link",
|
|
44
|
+
"Are you sure you want to suspend this partner?": "Are you sure you want to suspend this partner?",
|
|
45
|
+
"Suspend Partner": "Suspend Partner",
|
|
46
|
+
"Are you sure you want to block this user?": "Are you sure you want to block this user?",
|
|
47
|
+
"Block User": "Block User",
|
|
48
|
+
"Suspended": "Suspended",
|
|
49
|
+
"Entity Type": "Entity Type",
|
|
50
|
+
"Source: This partner shares information with your organisation.": "Source: This partner shares information with your organisation.",
|
|
51
|
+
"Client: This partner receives information from your organisation.": "Client: This partner receives information from your organisation.",
|
|
52
|
+
"Exchange: You share information with each other.": "Exchange: You share information with each other.",
|
|
53
|
+
"Create Production Site": "Create Production Site",
|
|
54
|
+
"production-sites": "Production Sites",
|
|
55
|
+
"Summary": "Summary",
|
|
56
|
+
"Create Locations": "Create Locations",
|
|
57
|
+
"Create Incidents": "Create Incidents",
|
|
58
|
+
"Create Activity": "Create Activity",
|
|
59
|
+
"Activities": "Activities",
|
|
60
|
+
"Create Events": "Create Events",
|
|
61
|
+
"Create Document": "Create Document",
|
|
62
|
+
"Documents": "Documents",
|
|
63
|
+
"Triangluation": "Triangluation",
|
|
64
|
+
"Monitoring Map": "Monitoring Map",
|
|
65
|
+
"Major Incidents": "Major Incidents",
|
|
66
|
+
"Minor Incidents": "Minor Incidents",
|
|
67
|
+
"Moderate Incidents": "Moderate Incidents",
|
|
68
|
+
"Mine Site": "Mine Site",
|
|
69
|
+
"Location Type": "Location Type",
|
|
70
|
+
"Data Points": "Data Points",
|
|
71
|
+
"Information Subjects": "Information Subjects",
|
|
72
|
+
"Data Compilation": "Data Compilation",
|
|
73
|
+
"Data Chain of Custody": "Data Chain of Custody",
|
|
74
|
+
"Contributions": "Contributions",
|
|
75
|
+
"Others": "Others",
|
|
76
|
+
"Locations Data": "Locations Data",
|
|
77
|
+
"Stakeholders Data": "Stakeholders Data",
|
|
78
|
+
"Events Data": "Events Data",
|
|
79
|
+
"Accumulation": "Accumulation",
|
|
80
|
+
"Create Mine Site": "Create Mine Site",
|
|
81
|
+
"Supply Chain Map": "Supply Chain Map",
|
|
82
|
+
"Participants": "Participants",
|
|
83
|
+
"Trade Connections": "Trade Connections",
|
|
84
|
+
"Key Information": "Key Information",
|
|
85
|
+
"Weekly": "Weekly",
|
|
86
|
+
"Monthly": "Monthly",
|
|
87
|
+
"Daily": "Daily",
|
|
88
|
+
"Workforce": "Workforce",
|
|
89
|
+
"Trade Actors": "Trade Actors",
|
|
90
|
+
"Mining Sites": "Mining Sites",
|
|
91
|
+
"Primary Data Collection": "Primary Data Collection",
|
|
92
|
+
"Implementation Partner": "Implementation Partner",
|
|
93
|
+
"Origin": "Origin",
|
|
94
|
+
"Activity Participants": "Activity Participants",
|
|
95
|
+
"Legal Form": "Legal Form",
|
|
96
|
+
"Hectares Planted": "Hectares Planted",
|
|
97
|
+
"Sub Category": "Sub Category",
|
|
98
|
+
"Licensing": "Licensing",
|
|
99
|
+
"Email address": "Email address",
|
|
100
|
+
"Partner Type": "Partner Type",
|
|
101
|
+
"Product": "Product",
|
|
102
|
+
"Filter by": "Filter by",
|
|
103
|
+
"Key Stakeholder": "Key Stakeholder",
|
|
104
|
+
"Mineral Supply Chain Transparency": "Mineral Supply Chain Transparency",
|
|
2
105
|
"no-board-members": "No board members identified",
|
|
3
106
|
"no-management": "No management identified",
|
|
4
107
|
"no-beneficiaries": "No beneficiaries identified",
|
|
5
108
|
"no-stakeholders": "No stakeholders identified",
|
|
6
109
|
"no-operators": "No operators identified",
|
|
7
110
|
"no-traders": "No traders identified",
|
|
8
|
-
"no-
|
|
111
|
+
"no-governance": "No governance identified",
|
|
9
112
|
"no-other": "No other identified",
|
|
10
|
-
"No planning required": "No planning required",
|
|
11
113
|
"No evaluation required": "No evaluation required",
|
|
12
114
|
"No improvement required": "No improvement required",
|
|
13
115
|
"Currently unavailable": "Currently unavailable",
|
|
@@ -1,11 +1,114 @@
|
|
|
1
1
|
const fr = {
|
|
2
|
+
"Identified Customers": "Clients identifiés",
|
|
3
|
+
"Identified Suppliers": "Fournisseurs identifiés",
|
|
4
|
+
"Associated Mine Sites": "Sites miniers associés",
|
|
5
|
+
"Supply Chain Position": "Position dans la chaîne d'approvisionnement",
|
|
6
|
+
"Governance": "Gouvernance",
|
|
7
|
+
"Holding": "Holding",
|
|
8
|
+
"Operator Review": "Évaluation de l'opérateur",
|
|
9
|
+
"Stakeholder Mapping": "Cartographie des parties prenantes",
|
|
10
|
+
"sources-reporting": "Sources de rapport",
|
|
11
|
+
"link-details": "Détails du lien",
|
|
12
|
+
"Mine Site Details": "Détails du site minier",
|
|
13
|
+
"Number of Workers on Site": "Nombre de travailleurs sur le site",
|
|
14
|
+
"Extraction Methods": "Méthodes d'extraction",
|
|
15
|
+
"Find Data": "Rechercher des données",
|
|
16
|
+
"Mine Review": "Évaluation de la mine",
|
|
17
|
+
"Completion": "Achèvement",
|
|
18
|
+
"Information Completeness": "Complétude de l'information",
|
|
19
|
+
"Consolidated": "Consolidé",
|
|
20
|
+
"Datapoints": "Points de données",
|
|
21
|
+
"Own Data": "Données propres",
|
|
22
|
+
"Create Worker": "Créer un travailleur",
|
|
23
|
+
"Workers": "Travailleurs",
|
|
24
|
+
"Census Update": "Mise à jour du recensement",
|
|
25
|
+
"Create Operator": "Créer un opérateur",
|
|
26
|
+
"Edit Settings": "Modifier les paramètres",
|
|
27
|
+
"Create Partner": "Créer un partenaire",
|
|
28
|
+
"Only authorised users can create partnerships.": "Seuls les utilisateurs autorisés peuvent créer des partenariats.",
|
|
29
|
+
"Partners are organisations sharing their information with you, or receiving your information.": "Les partenaires sont des organisations qui partagent leurs informations avec vous ou qui reçoivent vos informations.",
|
|
30
|
+
"List": "Liste",
|
|
31
|
+
"Partner suspended successfully": "Partenaire suspendu avec succès",
|
|
32
|
+
"Invitation type": "Type d'invitation",
|
|
33
|
+
"Person name": "Nom de la personne",
|
|
34
|
+
"Source: This partner will share information with you.": "Source : Ce partenaire partagera des informations avec vous.",
|
|
35
|
+
"Client: You will share information with this partner.": "Client : Vous partagerez des informations avec ce partenaire.",
|
|
36
|
+
"Exchange: You will both share information with each other.": "Échange : Vous partagerez tous deux des informations l'un avec l'autre.",
|
|
37
|
+
"Type of partnership": "Type de partenariat",
|
|
38
|
+
"Type of partner": "Type de partenaire",
|
|
39
|
+
"Re-activate Partnership": "Réactiver le partenariat",
|
|
40
|
+
"Activate Partner": "Activer le partenaire",
|
|
41
|
+
"Resend Invitation": "Renvoyer l'invitation",
|
|
42
|
+
"Resend Invite": "Renvoyer l'invitation",
|
|
43
|
+
"Copy Invitation Link": "Copier le lien d'invitation",
|
|
44
|
+
"Are you sure you want to suspend this partner?": "Êtes-vous sûr de vouloir suspendre ce partenaire ?",
|
|
45
|
+
"Suspend Partner": "Suspendre le partenaire",
|
|
46
|
+
"Are you sure you want to block this user?": "Êtes-vous sûr de vouloir bloquer cet utilisateur ?",
|
|
47
|
+
"Block User": "Bloquer l'utilisateur",
|
|
48
|
+
"Suspended": "Suspendu",
|
|
49
|
+
"Entity Type": "Type d'entité",
|
|
50
|
+
"Source: This partner shares information with your organisation.": "Source : Ce partenaire partage des informations avec votre organisation.",
|
|
51
|
+
"Client: This partner receives information from your organisation.": "Client : Ce partenaire reçoit des informations de votre organisation.",
|
|
52
|
+
"Exchange: You share information with each other.": "Échange : Vous partagez des informations l'un avec l'autre.",
|
|
53
|
+
"Create Production Site": "Créer un site de production",
|
|
54
|
+
"production-sites": "Sites de production",
|
|
55
|
+
"Summary": "Résumé",
|
|
56
|
+
"Create Locations": "Créer des emplacements",
|
|
57
|
+
"Create Incidents": "Créer des incidents",
|
|
58
|
+
"Create Activity": "Créer une activité",
|
|
59
|
+
"Activities": "Activités",
|
|
60
|
+
"Create Events": "Créer des événements",
|
|
61
|
+
"Create Document": "Créer un document",
|
|
62
|
+
"Documents": "Documents",
|
|
63
|
+
"Triangluation": "Triangulation",
|
|
64
|
+
"Monitoring Map": "Carte de surveillance",
|
|
65
|
+
"Major Incidents": "Incidents majeurs",
|
|
66
|
+
"Minor Incidents": "Incidents mineurs",
|
|
67
|
+
"Moderate Incidents": "Incidents modérés",
|
|
68
|
+
"Mine Site": "Site minier",
|
|
69
|
+
"Location Type": "Type d'emplacement",
|
|
70
|
+
"Data Points": "Points de données",
|
|
71
|
+
"Information Subjects": "Sujets d'information",
|
|
72
|
+
"Data Compilation": "Compilation de données",
|
|
73
|
+
"Data Chain of Custody": "Chaîne de traçabilité des données",
|
|
74
|
+
"Contributions": "Contributions",
|
|
75
|
+
"Others": "Autres",
|
|
76
|
+
"Locations Data": "Données de localisation",
|
|
77
|
+
"Stakeholders Data": "Données des parties prenantes",
|
|
78
|
+
"Events Data": "Données d'événements",
|
|
79
|
+
"Accumulation": "Accumulation",
|
|
80
|
+
"Create Mine Site": "Créer un site minier",
|
|
81
|
+
"Supply Chain Map": "Carte de la chaîne d'approvisionnement",
|
|
82
|
+
"Participants": "Participants",
|
|
83
|
+
"Trade Connections": "Connexions commerciales",
|
|
84
|
+
"Key Information": "Informations clés",
|
|
85
|
+
"Weekly": "Hebdomadaire",
|
|
86
|
+
"Monthly": "Mensuel",
|
|
87
|
+
"Daily": "Quotidien",
|
|
88
|
+
"Workforce": "Main-d'œuvre",
|
|
89
|
+
"Trade Actors": "Acteurs commerciaux",
|
|
90
|
+
"Mining Sites": "Sites miniers",
|
|
91
|
+
"Primary Data Collection": "Collecte de données primaires",
|
|
92
|
+
"Implementation Partner": "Partenaire de mise en œuvre",
|
|
93
|
+
"Origin": "Origine",
|
|
94
|
+
"Activity Participants": "Participants à l'activité",
|
|
95
|
+
"Legal Form": "Forme juridique",
|
|
96
|
+
"Hectares Planted": "Hectares plantés",
|
|
97
|
+
"Sub Category": "Sous-catégorie",
|
|
98
|
+
"Licensing": "Licences",
|
|
99
|
+
"Email address": "Adresse e-mail",
|
|
100
|
+
"Partner Type": "Type de partenaire",
|
|
101
|
+
"Product": "Produit",
|
|
102
|
+
"Filter by": "Filtrer par",
|
|
103
|
+
"Key Stakeholder": "Partie prenante clé",
|
|
104
|
+
"Mineral Supply Chain Transparency": "Transparence de la chaîne d'approvisionnement minérale",
|
|
2
105
|
"no-board-members": "Aucun membre du conseil d'administration identifié",
|
|
3
106
|
"no-management": "Aucun management identifié",
|
|
4
107
|
"no-beneficiaries": "Aucun bénéficiaire identifié",
|
|
5
108
|
"no-stakeholders": "Aucun stakeholder identifié",
|
|
6
109
|
"no-operators": "Aucun opérateur identifié",
|
|
7
110
|
"no-traders": "Aucun négociant identifié",
|
|
8
|
-
"no-
|
|
111
|
+
"no-governance": "Aucun gouvernance identifié",
|
|
9
112
|
"no-other": "Aucun autre identifié",
|
|
10
113
|
"No planning required": "Pas de planification requise",
|
|
11
114
|
"No evaluation required": "Pas d'évaluation requise",
|