@quadrel-enterprise-ui/framework 20.27.7 → 20.28.0
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/package.json +1 -1
- package/src/assets/i18n/de.json +6 -6
- package/src/assets/i18n/fr.json +9 -9
- package/src/assets/i18n/it.json +12 -13
package/package.json
CHANGED
package/src/assets/i18n/de.json
CHANGED
|
@@ -132,18 +132,18 @@
|
|
|
132
132
|
"i18n.qd.table.pagination.entry": "Eintrag",
|
|
133
133
|
"i18n.qd.table.pagination.selectedSingular": "1 Zeile ausgewählt",
|
|
134
134
|
"i18n.qd.table.pagination.selectedPlural": "{{count}} Zeilen ausgewählt",
|
|
135
|
-
"i18n.qd.stepper.step.one": "
|
|
136
|
-
"i18n.qd.stepper.step.two": "
|
|
135
|
+
"i18n.qd.stepper.step.one": "Empfänger",
|
|
136
|
+
"i18n.qd.stepper.step.two": "Fracht",
|
|
137
137
|
"i18n.qd.stepper.step.three": "Transport",
|
|
138
|
-
"i18n.qd.stepper.step.four": "
|
|
138
|
+
"i18n.qd.stepper.step.four": "Zusammenfassung",
|
|
139
139
|
"i18n.qd.stepper.cancel.dialog.delete": "Beenden",
|
|
140
140
|
"i18n.qd.stepper.cancel.dialog.cancel": "Abbrechen",
|
|
141
141
|
"i18n.qd.stepper.cancel.dialog.title": "Prozess beenden",
|
|
142
142
|
"i18n.qd.stepper.cancel.dialog.message": "Soll die Erfassung wirklich beendet werden? Die bisher eingegebene Daten werden vollständig und unwiderruflich gelöscht.",
|
|
143
|
-
"i18n.qd.tabs.tab.one": "
|
|
144
|
-
"i18n.qd.tabs.tab.two": "
|
|
143
|
+
"i18n.qd.tabs.tab.one": "Empfänger",
|
|
144
|
+
"i18n.qd.tabs.tab.two": "Fracht",
|
|
145
145
|
"i18n.qd.tabs.tab.three": "Transport",
|
|
146
|
-
"i18n.qd.tabs.tab.four": "
|
|
146
|
+
"i18n.qd.tabs.tab.four": "Veranlagung",
|
|
147
147
|
"i18n.qd.dialog.action.primary": "Bestätigen",
|
|
148
148
|
"i18n.qd.dialog.action.cancel": "Abbrechen",
|
|
149
149
|
"i18n.qd.dialog.action.close": "Schließen",
|
package/src/assets/i18n/fr.json
CHANGED
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"i18n.qd.input.units.measure.inches": "Pouces",
|
|
69
69
|
"i18n.qd.input.units.measure.feet": "Pieds",
|
|
70
70
|
"i18n.qd.input.units.percentage": "%",
|
|
71
|
-
"i18n.qd.input.options.loading": "
|
|
72
|
-
"i18n.qd.input.options.error": "
|
|
71
|
+
"i18n.qd.input.options.loading": "Chargement des suggestions...",
|
|
72
|
+
"i18n.qd.input.options.error": "Erreur lors du chargement des suggestions",
|
|
73
73
|
"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.",
|
|
74
74
|
"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.",
|
|
75
75
|
"i18n.qd.input.number.invalidCharacters.comma": "La valeur saisie est invalide. Format numérique attendu : « 123,45 ».",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"i18n.qd.form.error.digitsOnly": "L'entrée n'est pas un chiffre",
|
|
111
111
|
"i18n.qd.form.error.asyncTnCheck": "Le numéro de tarif n'est pas valide",
|
|
112
112
|
"i18n.qd.form.error.fileSize": "Le fichier est trop volumineux.",
|
|
113
|
-
"i18n.qd.form.error.fileType": "Type de fichier non
|
|
113
|
+
"i18n.qd.form.error.fileType": "Type de fichier non valide",
|
|
114
114
|
"i18n.qd.form.error.uploadFailed": "Le téléversement a échoué.",
|
|
115
115
|
"i18n.qd.form.placeholder.prefix": "Ex.",
|
|
116
116
|
"i18n.qd.form.placeholder.selectFile": "Sélectionner un fichier",
|
|
@@ -131,18 +131,18 @@
|
|
|
131
131
|
"i18n.contact.city.placeholder": "Ville",
|
|
132
132
|
"i18n.contact.phoneNumber.placeholder": "Téléphone",
|
|
133
133
|
"i18n.contact.emailAddress.placeholder": "E-mail",
|
|
134
|
-
"i18n.qd.stepper.step.one": "
|
|
135
|
-
"i18n.qd.stepper.step.two": "
|
|
134
|
+
"i18n.qd.stepper.step.one": "Destinataire",
|
|
135
|
+
"i18n.qd.stepper.step.two": "Fret",
|
|
136
136
|
"i18n.qd.stepper.step.three": "Transport",
|
|
137
|
-
"i18n.qd.stepper.step.four": "
|
|
137
|
+
"i18n.qd.stepper.step.four": "Résumé",
|
|
138
138
|
"i18n.qd.stepper.cancel.dialog.delete": "Terminer",
|
|
139
139
|
"i18n.qd.stepper.cancel.dialog.cancel": "Annuler",
|
|
140
140
|
"i18n.qd.stepper.cancel.dialog.title": "Terminer le processus",
|
|
141
141
|
"i18n.qd.stepper.cancel.dialog.message": "Faut-il vraiment mettre fin à la saisie ? Les données saisies jusqu'à présent sont entièrement et irrévocablement effacées.",
|
|
142
|
-
"i18n.qd.tabs.tab.one": "
|
|
143
|
-
"i18n.qd.tabs.tab.two": "
|
|
142
|
+
"i18n.qd.tabs.tab.one": "Destinataire",
|
|
143
|
+
"i18n.qd.tabs.tab.two": "Fret",
|
|
144
144
|
"i18n.qd.tabs.tab.three": "Transport",
|
|
145
|
-
"i18n.qd.tabs.tab.four": "
|
|
145
|
+
"i18n.qd.tabs.tab.four": "Taxation",
|
|
146
146
|
"i18n.qd.dialog.action.primary": "Valider",
|
|
147
147
|
"i18n.qd.dialog.action.cancel": "Annuler",
|
|
148
148
|
"i18n.qd.dialog.action.close": "Fermer",
|
package/src/assets/i18n/it.json
CHANGED
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"i18n.qd.input.units.measure.inches": "Pollici",
|
|
69
69
|
"i18n.qd.input.units.measure.feet": "Piedi",
|
|
70
70
|
"i18n.qd.input.units.percentage": "%",
|
|
71
|
-
"i18n.qd.input.options.loading": "
|
|
72
|
-
"i18n.qd.input.options.error": "
|
|
71
|
+
"i18n.qd.input.options.loading": "Caricamento dei suggerimenti...",
|
|
72
|
+
"i18n.qd.input.options.error": "Errore durante il caricamento dei suggerimenti",
|
|
73
73
|
"i18n.qd.input.number.ambiguousHint.comma": "Il valore inserito viene interpretato in base al formato regionale e utilizza una virgola (,) come separatore decimale.",
|
|
74
74
|
"i18n.qd.input.number.ambiguousHint.dot": "Il valore inserito viene interpretato in base al formato regionale e utilizza un punto (.) come separatore decimale.",
|
|
75
75
|
"i18n.qd.input.number.invalidCharacters.comma": "Il valore inserito non è valido. Formato numerico previsto: \"123,45\".",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"i18n.qd.form.error.digitsOnly": "L'input non è una cifra",
|
|
111
111
|
"i18n.qd.form.error.asyncTnCheck": "Il numero di tariffa non è valido",
|
|
112
112
|
"i18n.qd.form.error.fileSize": "Il file è troppo grande.",
|
|
113
|
-
"i18n.qd.form.error.fileType": "
|
|
113
|
+
"i18n.qd.form.error.fileType": "Tipo di file non valido",
|
|
114
114
|
"i18n.qd.form.error.uploadFailed": "Il caricamento del file non è riuscito.",
|
|
115
115
|
"i18n.qd.form.placeholder.prefix": "Ad es.",
|
|
116
116
|
"i18n.qd.form.placeholder.selectFile": "Seleziona un file",
|
|
@@ -131,18 +131,18 @@
|
|
|
131
131
|
"i18n.contact.city.placeholder": "Città",
|
|
132
132
|
"i18n.contact.phoneNumber.placeholder": "Telefono",
|
|
133
133
|
"i18n.contact.emailAddress.placeholder": "E-mail",
|
|
134
|
-
"i18n.qd.stepper.step.one": "
|
|
135
|
-
"i18n.qd.stepper.step.two": "
|
|
136
|
-
"i18n.qd.stepper.step.three": "
|
|
137
|
-
"i18n.qd.stepper.step.four": "
|
|
134
|
+
"i18n.qd.stepper.step.one": "Destinatario",
|
|
135
|
+
"i18n.qd.stepper.step.two": "Merce",
|
|
136
|
+
"i18n.qd.stepper.step.three": "Trasporto",
|
|
137
|
+
"i18n.qd.stepper.step.four": "Riepilogo",
|
|
138
138
|
"i18n.qd.stepper.cancel.dialog.delete": "Finitura",
|
|
139
139
|
"i18n.qd.stepper.cancel.dialog.cancel": "Annullare",
|
|
140
140
|
"i18n.qd.stepper.cancel.dialog.title": "Fine del processo",
|
|
141
141
|
"i18n.qd.stepper.cancel.dialog.message": "Volete davvero terminare la registrazione? I dati inseriti fino a quel momento saranno completamente e irrevocabilmente cancellati.",
|
|
142
|
-
"i18n.qd.tabs.tab.one": "
|
|
143
|
-
"i18n.qd.tabs.tab.two": "
|
|
144
|
-
"i18n.qd.tabs.tab.three": "
|
|
145
|
-
"i18n.qd.tabs.tab.four": "
|
|
142
|
+
"i18n.qd.tabs.tab.one": "Destinatario",
|
|
143
|
+
"i18n.qd.tabs.tab.two": "Merce",
|
|
144
|
+
"i18n.qd.tabs.tab.three": "Trasporto",
|
|
145
|
+
"i18n.qd.tabs.tab.four": "Tassazione",
|
|
146
146
|
"i18n.qd.dialog.action.primary": "Conferma",
|
|
147
147
|
"i18n.qd.dialog.action.cancel": "Annulla",
|
|
148
148
|
"i18n.qd.dialog.action.close": "Chiudi",
|
|
@@ -158,7 +158,6 @@
|
|
|
158
158
|
"i18n.qd.stepper.next": "Prossimo",
|
|
159
159
|
"i18n.qd.stepper.submit": "Trasferire",
|
|
160
160
|
"i18n.qd.stepper.cancel": "Annulla",
|
|
161
|
-
"i18n.qd.page.header.saveDraft": "Salva bozza",
|
|
162
161
|
"i18n.qd.page.footer.submit": "Trasferire",
|
|
163
162
|
"i18n.qd.page.header.edit": "Modificare",
|
|
164
163
|
"i18n.qd.page.header.actions": "Azioni",
|
|
@@ -183,5 +182,5 @@
|
|
|
183
182
|
"i18n.qd.quick.edit.removeButtonLabel": "Eliminare",
|
|
184
183
|
"i18n.qd.quick.edit.removeConfirmation.message": "Vuoi davvero eliminare questa voce?",
|
|
185
184
|
"i18n.contact.tag": "AEO",
|
|
186
|
-
"i18n.qd.page.footer.saveDraft": "
|
|
185
|
+
"i18n.qd.page.footer.saveDraft": "Salva bozza"
|
|
187
186
|
}
|