Skip to content

Commit

Permalink
Update data providers in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
devcshort committed Oct 4, 2023
1 parent 38950f1 commit c43de19
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 17 deletions.
19 changes: 12 additions & 7 deletions packages/client/components/molecules/DataProviders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,17 @@ export function DataProviders() {
<Flex
maw="1200px"
m="0 auto"
pt="lg"
pb="lg"
pt="xl"
pb="xl"
pl="md"
pr="md"
direction="column"
>
<Title size="h3" order={3} color="primary" mb="md" underline>
<Group spacing="sm">
<IconDatabase /> {t('data_providers.provided_by')}
</Group>
<Title size="h3" order={3} color="primary" mb="md" align="center">
{t('data_providers.provided_by')}
</Title>

<Grid>
<Grid justify="center">
{appConfig.providers.map((el: any) => (
<Grid.Col key={el.name} lg={3} md={4} sm={6} xs={12}>
<Card
Expand All @@ -39,6 +37,13 @@ export function DataProviders() {
radius="md"
shadow="sm"
withBorder
sx={{
height: '100%',
justifyContent: 'center',
alignItems: 'center',
display: 'flex',
flexDirection: 'column',
}}
>
<Text size="lg" fw="bold" color="primary">
{el.name}
Expand Down
4 changes: 2 additions & 2 deletions packages/client/public/locales/ar/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@
"prompt_auth": "الرجاء تسجيل الدخول لاستخدام هذه الميزة."
},
"data_providers": {
"provided_by": "الموارد المقدمة من"
"provided_by": "البيانات المقدمة من"
},
"footer": {
"copyright": "كل الحقوق محفوظة.",
"privacy_policy": "سياسة الخصوصية"
}
}
}
2 changes: 1 addition & 1 deletion packages/client/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"prompt_auth": "Please login to use this feature."
},
"data_providers": {
"provided_by": "Resources provided by"
"provided_by": "Data provided by"
},
"footer": {
"copyright": "All rights reserved.",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/public/locales/es/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"prompt_auth": "Inicia sesión para utilizar esta función."
},
"data_providers": {
"provided_by": "Recursos proporcionados por"
"provided_by": "Datos proporcionados por"
},
"footer": {
"copyright": "Reservados todos los derechos.",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/public/locales/ne/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@
"prompt_auth": "कृपया यो सुविधा प्रयोग गर्न लगइन गर्नुहोस्।"
},
"data_providers": {
"provided_by": "द्वारा प्रदान गरिएको स्रोतहरू"
"provided_by": "द्वारा प्रदान गरिएको डाटा"
},
"footer": {
"copyright": "सबै अधिकार सुरक्षित।",
"privacy_policy": "गोपनीयता नीति"
}
}
}
4 changes: 2 additions & 2 deletions packages/client/public/locales/so/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@
"prompt_auth": "Fadlan gal si aad u isticmaasho sifadan"
},
"data_providers": {
"provided_by": "Khayraadka ay bixiyeen"
"provided_by": "Xogta ay bixiyeen"
},
"footer": {
"copyright": "Dhammaan xuquuqaha way xifdiyeen",
"privacy_policy": "Qaanuunka Arrimaha Khaaska ah"
}
}
}
4 changes: 2 additions & 2 deletions packages/client/public/locales/vi/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@
"prompt_auth": "Vui lòng đăng nhập để sử dụng tính năng này."
},
"data_providers": {
"provided_by": "Tài nguyên được cung cấp bởi"
"provided_by": "Dữ liệu được cung cấp bởi"
},
"footer": {
"copyright": "Đã đăng ký Bản quyền.",
"privacy_policy": "Chính sách bảo mật"
}
}
}

0 comments on commit c43de19

Please sign in to comment.