@lambda-development/erp-core 0.1.29 → 0.1.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/i18n/locales/de.json.d.ts +1 -0
- package/dist/i18n/locales/en.json.d.ts +1 -0
- package/dist/i18n/locales/fr.json.d.ts +1 -0
- package/dist/index.js +706 -683
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -571,6 +571,7 @@ declare const _default: {
|
|
|
571
571
|
"intro": "Der Text unter Notizen / Konditionen unterstützt eine einfache Formatierung im PDF:",
|
|
572
572
|
"heading": "fette Überschrift",
|
|
573
573
|
"emphasis": "kursiv / fett",
|
|
574
|
+
"rule": "horizontale Trennlinie",
|
|
574
575
|
"price": "rechtsbündiger Preis neben dem Text darüber (z. B. Monatlich | CHF 380.—)",
|
|
575
576
|
"block": "Trennen Sie Blöcke durch eine Leerzeile."
|
|
576
577
|
}
|
|
@@ -634,6 +634,7 @@ declare const _default: {
|
|
|
634
634
|
"intro": "The Notes / Terms text supports light formatting on the PDF:",
|
|
635
635
|
"heading": "bold heading",
|
|
636
636
|
"emphasis": "italic / bold",
|
|
637
|
+
"rule": "horizontal divider line",
|
|
637
638
|
"price": "right-aligned price beside the text above (e.g. Monthly | CHF 380.—)",
|
|
638
639
|
"block": "Separate blocks with a blank line."
|
|
639
640
|
}
|
|
@@ -571,6 +571,7 @@ declare const _default: {
|
|
|
571
571
|
"intro": "Le texte des Notes / Conditions prend en charge une mise en forme légère sur le PDF :",
|
|
572
572
|
"heading": "titre en gras",
|
|
573
573
|
"emphasis": "italique / gras",
|
|
574
|
+
"rule": "ligne de séparation horizontale",
|
|
574
575
|
"price": "prix aligné à droite à côté du texte ci-dessus (p. ex. Mensuel | CHF 380.—)",
|
|
575
576
|
"block": "Séparez les blocs par une ligne vide."
|
|
576
577
|
}
|