@@ -75,6 +75,7 @@ export interface Translations {
7575
7676 // Plate styles
7777 styleNormal : string ;
78+ styleAcrylic : string ;
7879 style3DBlack : string ;
7980 style3DCarbon : string ;
8081 style3DBlackMatte : string ;
@@ -144,6 +145,7 @@ const translations: Record<Language, Translations> = {
144145 widthStandard : 'Standard (520mm)' ,
145146 widthCompact : 'Kompakt' ,
146147 styleNormal : 'Normal (weiß)' ,
148+ styleAcrylic : 'Acryl (glänzend)' ,
147149 style3DBlack : '3D Schwarz glänzend' ,
148150 style3DCarbon : '3D Carbon glänzend' ,
149151 style3DBlackMatte : '3D Schwarz matt' ,
@@ -202,6 +204,7 @@ const translations: Record<Language, Translations> = {
202204 widthStandard : 'Standard (520mm)' ,
203205 widthCompact : 'Compact' ,
204206 styleNormal : 'Normal (white)' ,
207+ styleAcrylic : 'Acrylic (glossy)' ,
205208 style3DBlack : '3D Black glossy' ,
206209 style3DCarbon : '3D Carbon glossy' ,
207210 style3DBlackMatte : '3D Black matte' ,
@@ -260,6 +263,7 @@ const translations: Record<Language, Translations> = {
260263 widthStandard : 'Standard (520mm)' ,
261264 widthCompact : 'Compact' ,
262265 styleNormal : 'Normal (blanc)' ,
266+ styleAcrylic : 'Acrylique (brillant)' ,
263267 style3DBlack : '3D Noir brillant' ,
264268 style3DCarbon : '3D Carbone brillant' ,
265269 style3DBlackMatte : '3D Noir mat' ,
@@ -318,6 +322,7 @@ const translations: Record<Language, Translations> = {
318322 widthStandard : 'Estándar (520mm)' ,
319323 widthCompact : 'Compacto' ,
320324 styleNormal : 'Normal (blanco)' ,
325+ styleAcrylic : 'Acrílico (brillante)' ,
321326 style3DBlack : '3D Negro brillante' ,
322327 style3DCarbon : '3D Carbono brillante' ,
323328 style3DBlackMatte : '3D Negro mate' ,
@@ -376,6 +381,7 @@ const translations: Record<Language, Translations> = {
376381 widthStandard : 'Standard (520mm)' ,
377382 widthCompact : 'Compatto' ,
378383 styleNormal : 'Normale (bianco)' ,
384+ styleAcrylic : 'Acrilico (lucido)' ,
379385 style3DBlack : '3D Nero lucido' ,
380386 style3DCarbon : '3D Carbonio lucido' ,
381387 style3DBlackMatte : '3D Nero opaco' ,
@@ -434,6 +440,7 @@ const translations: Record<Language, Translations> = {
434440 widthStandard : 'Standaard (520mm)' ,
435441 widthCompact : 'Compact' ,
436442 styleNormal : 'Normaal (wit)' ,
443+ styleAcrylic : 'Acryl (glanzend)' ,
437444 style3DBlack : '3D Zwart glanzend' ,
438445 style3DCarbon : '3D Carbon glanzend' ,
439446 style3DBlackMatte : '3D Zwart mat' ,
@@ -482,13 +489,6 @@ const translations: Record<Language, Translations> = {
482489 fontColor : 'Kolor czcionki' ,
483490 backgroundColor : 'Kolor tła' ,
484491 rightBandText : 'Region/Kod' ,
485- danishOptions : 'Dansk skylt' ,
486- danishStyle : 'Stil' ,
487- danishClassic : 'Klassisk (utan EU-fält)' ,
488- danishEuro : 'EU-skylt (med fält)' ,
489- danishPlateType : 'Skyltstorlek' ,
490- danishType1 : 'Typ 1 – 504×120 mm' ,
491- danishType3 : 'Typ 3/5 – 240×165 mm' ,
492492 danishOptions : 'Tablica duńska' ,
493493 danishStyle : 'Styl' ,
494494 danishClassic : 'Klasyczna (bez paska UE)' ,
@@ -499,6 +499,7 @@ const translations: Record<Language, Translations> = {
499499 widthStandard : 'Standardowa (520mm)' ,
500500 widthCompact : 'Kompaktowa' ,
501501 styleNormal : 'Normalna (biała)' ,
502+ styleAcrylic : 'Akrylowa (błyszcząca)' ,
502503 style3DBlack : '3D Czarna błyszcząca' ,
503504 style3DCarbon : '3D Carbon błyszczący' ,
504505 style3DBlackMatte : '3D Czarna matowa' ,
@@ -557,6 +558,7 @@ const translations: Record<Language, Translations> = {
557558 widthStandard : 'Padrão (520mm)' ,
558559 widthCompact : 'Compacto' ,
559560 styleNormal : 'Normal (branco)' ,
561+ styleAcrylic : 'Acrílico (brilhante)' ,
560562 style3DBlack : '3D Preto brilhante' ,
561563 style3DCarbon : '3D Carbono brilhante' ,
562564 style3DBlackMatte : '3D Preto mate' ,
@@ -605,9 +607,17 @@ const translations: Record<Language, Translations> = {
605607 fontColor : 'Textfärg' ,
606608 backgroundColor : 'Bakgrundsfärg' ,
607609 rightBandText : 'Region/Kod' ,
610+ danishOptions : 'Dansk skylt' ,
611+ danishStyle : 'Stil' ,
612+ danishClassic : 'Klassisk (utan EU-fält)' ,
613+ danishEuro : 'EU-skylt (med fält)' ,
614+ danishPlateType : 'Skyltstorlek' ,
615+ danishType1 : 'Typ 1 – 504×120 mm' ,
616+ danishType3 : 'Typ 3/5 – 240×165 mm' ,
608617 widthStandard : 'Standard (520mm)' ,
609618 widthCompact : 'Kompakt' ,
610619 styleNormal : 'Normal (vit)' ,
620+ styleAcrylic : 'Akryl (blank)' ,
611621 style3DBlack : '3D Svart blank' ,
612622 style3DCarbon : '3D Kolfiber blank' ,
613623 style3DBlackMatte : '3D Svart matt' ,
@@ -666,6 +676,7 @@ const translations: Record<Language, Translations> = {
666676 widthStandard : 'Standardní (520mm)' ,
667677 widthCompact : 'Kompaktní' ,
668678 styleNormal : 'Normální (bílá)' ,
679+ styleAcrylic : 'Akrylát (lesklý)' ,
669680 style3DBlack : '3D Černá lesklá' ,
670681 style3DCarbon : '3D Karbon lesklý' ,
671682 style3DBlackMatte : '3D Černá matná' ,
@@ -714,9 +725,17 @@ const translations: Record<Language, Translations> = {
714725 fontColor : 'Boja fonta' ,
715726 backgroundColor : 'Boja pozadine' ,
716727 rightBandText : 'Regija/kod' ,
728+ danishOptions : 'Danska pločica' ,
729+ danishStyle : 'Stil' ,
730+ danishClassic : 'Klasična (bez EU trake)' ,
731+ danishEuro : 'Euro (s trakom)' ,
732+ danishPlateType : 'Veličina pločice' ,
733+ danishType1 : 'Tip 1 – 504×120 mm' ,
734+ danishType3 : 'Tip 3/5 – 240×165 mm' ,
717735 widthStandard : 'Standard (520mm)' ,
718736 widthCompact : 'Kompaktno' ,
719737 styleNormal : 'Normalno (bijelo)' ,
738+ styleAcrylic : 'Akril (sjajno)' ,
720739 style3DBlack : '3D crna sjajno' ,
721740 style3DCarbon : '3D karbonski sjajno' ,
722741 style3DBlackMatte : '3D crno mat' ,
0 commit comments