feat: Add new virtual categories 'bald' and 'neu', update category handling in renderApp, and enhance translations across multiple locales

This commit is contained in:
sebseb7
2026-03-25 07:04:50 +01:00
parent e5a3b7bcce
commit 0ce8ce3626
27 changed files with 144 additions and 8 deletions

View File

@@ -1,4 +1,6 @@
export default {
"new": "جديد",
"soon": "قريباً",
"home": "الرئيسية",
"aktionen": "العروض",
"filiale": "الفرع",

View File

@@ -1,4 +1,6 @@
export default {
"new": "Нови",
"soon": "Очаквайте скоро",
"home": "Начало",
"aktionen": "Промоции",
"filiale": "Клон",

View File

@@ -1,4 +1,6 @@
export default {
"new": "Novinky",
"soon": "Již brzy",
"home": "Domů",
"aktionen": "Akce",
"filiale": "Pobočka",

View File

@@ -1,5 +1,7 @@
export default {
"home": "Startseite",
"new": "Neuheiten",
"soon": "Demnächst",
"aktionen": "Aktionen",
"filiale": "Filiale",
"categories": "Kategorien",

View File

@@ -1,4 +1,6 @@
export default {
"new": "Νέα",
"soon": "Σύντομα",
"home": "Αρχική",
"aktionen": "Προσφορές",
"filiale": "Κατάστημα",

View File

@@ -1,5 +1,7 @@
export default {
"home": "Home", // Startseite
"new": "New arrivals", // Neuheiten
"soon": "Coming soon", // Demnächst
"aktionen": "Promotions", // Aktionen
"filiale": "Branch", // Filiale
"categories": "Categories", // Kategorien

View File

@@ -1,4 +1,6 @@
export default {
"new": "Novedades",
"soon": "Próximamente",
"home": "Inicio",
"aktionen": "Promociones",
"filiale": "Sucursal",

View File

@@ -1,4 +1,6 @@
export default {
"new": "Nouveautés",
"soon": "Bientôt",
"home": "Accueil",
"aktionen": "Promotions",
"filiale": "Agence",

View File

@@ -1,4 +1,6 @@
export default {
"new": "Novi",
"soon": "Uskoro",
"home": "Početna",
"aktionen": "Promocije",
"filiale": "Podružnica",

View File

@@ -1,4 +1,6 @@
export default {
"new": "Újdonságok",
"soon": "Hamarosan",
"home": "Kezdőlap",
"aktionen": "Akciók",
"filiale": "Fiók",

View File

@@ -1,4 +1,6 @@
export default {
"new": "Novità",
"soon": "In arrivo",
"home": "Home",
"aktionen": "Promozioni",
"filiale": "Filiale",

View File

@@ -1,4 +1,6 @@
export default {
"new": "Nowości",
"soon": "Wkrótce",
"home": "Strona główna",
"aktionen": "Promocje",
"filiale": "Oddział",

View File

@@ -1,4 +1,6 @@
export default {
"new": "Noutăți",
"soon": "În curând",
"home": "Acasă",
"aktionen": "Promoții",
"filiale": "Sucursală",

View File

@@ -1,4 +1,6 @@
export default {
"new": "Новинки",
"soon": "Скоро",
"home": "Главная",
"aktionen": "Акции",
"filiale": "Филиал",

View File

@@ -1,4 +1,6 @@
export default {
"new": "Novinky",
"soon": "Čoskoro",
"home": "Domov",
"aktionen": "Akcie",
"filiale": "Pobočka",

View File

@@ -1,4 +1,6 @@
export default {
"new": "Novosti",
"soon": "Kmalu",
"home": "Domov",
"aktionen": "Promocije",
"filiale": "Poslovalnica",

View File

@@ -1,4 +1,6 @@
export default {
"new": "Të reja",
"soon": "Së shpejti",
"home": "Kreu",
"aktionen": "Promocione",
"filiale": "Degë",

View File

@@ -1,4 +1,6 @@
export default {
"new": "Нови",
"soon": "Ускоро",
"home": "Početna",
"aktionen": "Promocije",
"filiale": "Filijala",

View File

@@ -1,4 +1,6 @@
export default {
"new": "Nyheter",
"soon": "Snart",
"home": "Hem",
"aktionen": "Kampanjer",
"filiale": "Filial",

View File

@@ -1,4 +1,6 @@
export default {
"new": "Yeniler",
"soon": "Yakında",
"home": "Ana Sayfa",
"aktionen": "Promosyonlar",
"filiale": "Şube",

View File

@@ -1,4 +1,6 @@
export default {
"new": "Новинки",
"soon": "Незабаром",
"home": "Головна",
"aktionen": "Акції",
"filiale": "Філія",

View File

@@ -1,4 +1,6 @@
export default {
"new": "新品",
"soon": "即将上架",
"home": "首页",
"aktionen": "促销活动",
"filiale": "分店",