Refactor legal document translations: Updated various legal sections across multiple languages, ensuring accurate localization and dynamic content rendering in components. Enhanced translation handling for battery regulations and privacy policies, while correcting minor text formatting issues.

This commit is contained in:
sebseb7
2025-07-16 12:52:42 +02:00
parent 98393cea21
commit 3611908021
90 changed files with 2161 additions and 393 deletions

View File

@@ -143,7 +143,7 @@ const OrdersTab = ({ orderIdFromHash, t }) => {
if (loading) {
return (
<Box sx={{ p: { xs: 1, sm: 3 }, display: "flex", justifyContent: "center" }}>
<Box sx={{ p: { xs: 1, sm: 3 }, display: "flex", justifyContent: "center" }}>
<CircularProgress />
</Box>
);
@@ -158,7 +158,7 @@ const OrdersTab = ({ orderIdFromHash, t }) => {
}
return (
<Box sx={{ p: { xs: 1, sm: 3 } }}>
<Box sx={{ p: { xs: 1, sm: 3 } }}>
{orders.length > 0 ? (
<TableContainer component={Paper}>
<Table>