This commit is contained in:
2026-01-30 00:17:46 +01:00
parent 51565fdf41
commit 14b2f83971
121 changed files with 121 additions and 43 deletions

View File

@@ -389,19 +389,19 @@ const stripHtml = (html: string): string => {
const getLabels = (locale: 'en' | 'de') => { const getLabels = (locale: 'en' | 'de') => {
const labels = { const labels = {
en: { en: {
productDatasheet: 'Product Datasheet', productDatasheet: 'Technical Datasheet',
description: 'Description', description: 'APPLICATION',
specifications: 'Technical Specifications', specifications: 'TECHNICAL DATA',
categories: 'Categories', categories: 'CATEGORIES',
sku: 'SKU', sku: 'SKU',
noImage: 'No image available', noImage: 'No image available',
}, },
de: { de: {
productDatasheet: 'Produktdatenblatt', productDatasheet: 'Technisches Datenblatt',
description: 'Beschreibung', description: 'ANWENDUNG',
specifications: 'Technische Spezifikationen', specifications: 'TECHNISCHE DATEN',
categories: 'Kategorien', categories: 'KATEGORIEN',
sku: 'Artikelnummer', sku: 'ARTIKELNUMMER',
noImage: 'Kein Bild verfügbar', noImage: 'Kein Bild verfügbar',
}, },
}; };
@@ -436,7 +436,7 @@ export const PDFDatasheet: React.FC<PDFDatasheetProps> = ({
<View style={styles.docInfo}> <View style={styles.docInfo}>
<Text style={styles.docTitle}> <Text style={styles.docTitle}>
{locale === 'en' ? 'Product Datasheet' : 'Produktdatenblatt'} {labels.productDatasheet}
</Text> </Text>
<View style={styles.skuContainer}> <View style={styles.skuContainer}>
<Text style={styles.skuLabel}>{labels.sku}</Text> <Text style={styles.skuLabel}>{labels.sku}</Text>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More