feat: Enhance ChatAssistant and ProductFilters components with dynamic privacy prompts and category push notification support; update localization strings for new article notifications across multiple languages

This commit is contained in:
sebseb7
2026-03-26 20:51:28 +01:00
parent 4b634414e5
commit de8e59f1bb
26 changed files with 435 additions and 45 deletions

View File

@@ -3,5 +3,7 @@ export default {
"perPage": "ανά σελίδα",
"availability": "Διαθεσιμότητα",
"manufacturer": "Κατασκευαστής",
"all": "Όλα"
"all": "Όλα",
"notifyNewArticles": "Ειδοποίησέ με για νέα προϊόντα",
"notifyNewArticlesBrowserUnsupported": "Ο φυλλομετρητής σας δεν υποστηρίζει push ειδοποιήσεις."
};