@quadrel-enterprise-ui/framework 20.14.0 → 20.15.1
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/fesm2022/quadrel-enterprise-ui-framework.mjs +691 -431
- package/fesm2022/quadrel-enterprise-ui-framework.mjs.map +1 -1
- package/index.d.ts +239 -196
- package/package.json +1 -1
- package/src/assets/i18n/de.json +4 -0
- package/src/assets/i18n/en.json +6 -0
- package/src/assets/i18n/fr.json +6 -0
- package/src/assets/i18n/it.json +6 -0
package/src/assets/i18n/fr.json
CHANGED
|
@@ -68,6 +68,12 @@
|
|
|
68
68
|
"i18n.qd.input.units.percentage": "%",
|
|
69
69
|
"i18n.qd.input.options.loading": "[fr] Vorschläge werden geladen...",
|
|
70
70
|
"i18n.qd.input.options.error": "[fr] Fehler beim Laden der Vorschläge",
|
|
71
|
+
|
|
72
|
+
"i18n.qd.input.number.ambiguousHint.comma": "La valeur saisie est interprétée conformément au format régional et utilise une virgule (,) comme séparateur décimal.",
|
|
73
|
+
"i18n.qd.input.number.ambiguousHint.dot": "La valeur saisie est interprétée conformément au format régional et utilise un point (.) comme séparateur décimal.",
|
|
74
|
+
"i18n.qd.input.number.invalidCharacters.comma": "La valeur saisie est invalide. Format numérique attendu : « 123,45 ».",
|
|
75
|
+
"i18n.qd.input.number.invalidCharacters.dot": "La valeur saisie est invalide. Format numérique attendu : « 123.45 ».",
|
|
76
|
+
|
|
71
77
|
"i18n.qd.multiInput.label.tariffNumbers": "[fr]Tarifnummern",
|
|
72
78
|
"i18n.qd.multiInput.label.tariffNumbers.hint": "[fr]Bitte erfassen Sie mindestens eine Tarifnummer.",
|
|
73
79
|
"i18n.qd.multiInput.label.tariffNumbers.hintFormat": "[fr]Bitte erfassen Sie mindestens eine Tarifnummer (Format: 9- od. 13-stellig).",
|
package/src/assets/i18n/it.json
CHANGED
|
@@ -68,6 +68,12 @@
|
|
|
68
68
|
"i18n.qd.input.units.percentage": "%",
|
|
69
69
|
"i18n.qd.input.options.loading": "[it] Vorschläge werden geladen...",
|
|
70
70
|
"i18n.qd.input.options.error": "[it] Fehler beim Laden der Vorschläge",
|
|
71
|
+
|
|
72
|
+
"i18n.qd.input.number.ambiguousHint.comma": "Il valore inserito viene interpretato in base al formato regionale e utilizza una virgola (,) come separatore decimale.",
|
|
73
|
+
"i18n.qd.input.number.ambiguousHint.dot": "Il valore inserito viene interpretato in base al formato regionale e utilizza un punto (.) come separatore decimale.",
|
|
74
|
+
"i18n.qd.input.number.invalidCharacters.comma": "Il valore inserito non è valido. Formato numerico previsto: \"123,45\".",
|
|
75
|
+
"i18n.qd.input.number.invalidCharacters.dot": "Il valore inserito non è valido. Formato numerico previsto: \"123.45\".",
|
|
76
|
+
|
|
71
77
|
"i18n.qd.multiInput.label.tariffNumbers": "[it]Tarifnummern",
|
|
72
78
|
"i18n.qd.multiInput.label.tariffNumbers.hint": "[it]Bitte erfassen Sie mindestens eine Tarifnummer.",
|
|
73
79
|
"i18n.qd.multiInput.label.tariffNumbers.hintFormat": "[it]Bitte erfassen Sie mindestens eine Tarifnummer (Format: 9- od. 13-stellig).",
|