feat: product catalog

This commit is contained in:
2026-03-02 16:23:09 +01:00
parent 501f9659a1
commit d2418b5720
3 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ const imgValid = (src?: string | Buffer): boolean => {
};
const labels = (locale: 'en' | 'de') => locale === 'de' ? {
catalog: 'Katalog',
catalog: 'Kabelkatalog',
subtitle: 'WIR SORGEN DAFÜR, DASS DER STROM FLIESST MIT QUALITÄTSGEPRÜFTEN KABELN. VON DER NIEDERSPANNUNG BIS ZUR HOCHSPANNUNG.',
about: 'Über uns',
toc: 'Inhalt',
@@ -105,7 +105,7 @@ const labels = (locale: 'en' | 'de') => locale === 'de' ? {
value: 'Wert',
other: 'Sonstige'
} : {
catalog: 'Catalog',
catalog: 'Cable Catalog',
subtitle: 'WE ENSURE THE CURRENT FLOWS WITH QUALITY-TESTED CABLES. FROM LOW TO HIGH VOLTAGE.',
about: 'About Us',
toc: 'Contents',