trasnlsater

This commit is contained in:
sebseb7
2025-07-16 09:45:11 +02:00
parent 08c04909e0
commit 3e3e676ded
21 changed files with 183 additions and 103 deletions

View File

@@ -547,6 +547,7 @@ class GrowTentKonfigurator extends Component {
15%
</Typography>
<Typography variant="body2">
{/* Note: Translation key would be: product.discount.from3Products */}
ab 3 Produkten
</Typography>
</Box>
@@ -555,6 +556,7 @@ class GrowTentKonfigurator extends Component {
24%
</Typography>
<Typography variant="body2">
{/* Note: Translation key would be: product.discount.from5Products */}
ab 5 Produkten
</Typography>
</Box>
@@ -563,11 +565,13 @@ class GrowTentKonfigurator extends Component {
36%
</Typography>
<Typography variant="body2">
{/* Note: Translation key would be: product.discount.from7Products */}
ab 7 Produkten
</Typography>
</Box>
</Box>
<Typography variant="caption" sx={{ color: '#666', mt: 1, display: 'block' }}>
{/* Note: Translation key would be: product.discount.moreProductsMoreSavings */}
Je mehr Produkte du auswählst, desto mehr sparst du!
</Typography>
</Paper>