sheets
This commit is contained in:
@@ -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.
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
Reference in New Issue
Block a user