@alfadocs/ui-kit 0.21.0 → 0.23.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.
Files changed (38) hide show
  1. package/dist/agent-catalog.json +1 -1
  2. package/dist/i18n/config.d.ts +1 -1
  3. package/dist/i18n/config.js +18356 -2114
  4. package/dist/i18n/locales/ar.d.ts +1081 -0
  5. package/dist/i18n/locales/de.d.ts +1081 -0
  6. package/dist/i18n/locales/el.d.ts +1078 -0
  7. package/dist/i18n/locales/es.d.ts +1078 -0
  8. package/dist/i18n/locales/fr.d.ts +1078 -0
  9. package/dist/i18n/locales/hi.d.ts +1078 -0
  10. package/dist/i18n/locales/ja.d.ts +1078 -0
  11. package/dist/i18n/locales/nl.d.ts +1078 -0
  12. package/dist/i18n/locales/pl.d.ts +1078 -0
  13. package/dist/i18n/locales/pt.d.ts +1079 -0
  14. package/dist/i18n/locales/ro.d.ts +1078 -0
  15. package/dist/i18n/locales/ru.d.ts +1078 -0
  16. package/dist/i18n/locales/sq.d.ts +1078 -0
  17. package/dist/i18n/locales/sv.d.ts +1078 -0
  18. package/dist/i18n/locales/tr.d.ts +1078 -0
  19. package/dist/i18n/locales/zh.d.ts +1078 -0
  20. package/dist/i18n/resources.d.ts +48 -1034
  21. package/dist/locales/ar.json +1073 -1
  22. package/dist/locales/de.json +58 -8
  23. package/dist/locales/el.json +1073 -0
  24. package/dist/locales/es.json +1073 -0
  25. package/dist/locales/fr.json +1073 -0
  26. package/dist/locales/hi.json +1073 -0
  27. package/dist/locales/it.json +31 -0
  28. package/dist/locales/ja.json +1073 -0
  29. package/dist/locales/nl.json +1073 -0
  30. package/dist/locales/pl.json +1073 -0
  31. package/dist/locales/pt.json +1073 -0
  32. package/dist/locales/ro.json +1073 -0
  33. package/dist/locales/ru.json +1073 -0
  34. package/dist/locales/sq.json +1073 -0
  35. package/dist/locales/sv.json +1073 -0
  36. package/dist/locales/tr.json +1073 -0
  37. package/dist/locales/zh.json +1073 -0
  38. package/package.json +4 -1
@@ -41,7 +41,7 @@
41
41
  "label": "Suchen",
42
42
  "placeholder": "Suchen …",
43
43
  "resultsLabel": "Suchergebnisse",
44
- "noResults": "Keine Ergebnisse für „{{query}}"
44
+ "noResults": "Keine Ergebnisse für „{{query}}\""
45
45
  },
46
46
  "contactCard": {
47
47
  "vatNumberLabel": "USt-IdNr.:",
@@ -54,6 +54,9 @@
54
54
  "copySuccess": "In Zwischenablage kopiert",
55
55
  "copyFailed": "Kopieren fehlgeschlagen"
56
56
  },
57
+ "link": {
58
+ "opensInNewTab": "Öffnet in einem neuen Tab"
59
+ },
57
60
  "inputs": {
58
61
  "switch": {
59
62
  "on": "An",
@@ -65,6 +68,10 @@
65
68
  "text": {
66
69
  "clear": "Eingabe leeren"
67
70
  },
71
+ "recaptcha": {
72
+ "expired": "Überprüfung abgelaufen – bitte erneut versuchen.",
73
+ "error": "Überprüfung fehlgeschlagen – bitte erneut versuchen."
74
+ },
68
75
  "search": {
69
76
  "clear": "Suche leeren",
70
77
  "loading": "Wird gesucht …",
@@ -75,6 +82,12 @@
75
82
  "toggleHide": "Passwort verbergen",
76
83
  "capsLock": "Feststelltaste ist aktiviert",
77
84
  "strengthLabel": "Passwortstärke",
85
+ "strength": {
86
+ "weak": "Schwach",
87
+ "fair": "Mittel",
88
+ "good": "Gut",
89
+ "strong": "Stark"
90
+ },
78
91
  "requirements": {
79
92
  "length_one": "Mindestens {{count}} Zeichen",
80
93
  "length_other": "Mindestens {{count}} Zeichen",
@@ -85,12 +98,6 @@
85
98
  "noSpaces": "Keine Leerzeichen",
86
99
  "met": "erfüllt",
87
100
  "unmet": "noch nicht erfüllt"
88
- },
89
- "strength": {
90
- "weak": "Schwach",
91
- "fair": "Mittel",
92
- "good": "Gut",
93
- "strong": "Stark"
94
101
  }
95
102
  },
96
103
  "textarea": {
@@ -110,7 +117,7 @@
110
117
  },
111
118
  "combobox": {
112
119
  "empty": "Keine Ergebnisse gefunden",
113
- "create": "„{{value}} erstellen",
120
+ "create": "„{{value}}\" erstellen",
114
121
  "placeholder": "Suchen …",
115
122
  "clear": "Auswahl aufheben"
116
123
  },
@@ -330,6 +337,25 @@
330
337
  "print": "Drucken",
331
338
  "columnToggle": "Spalten",
332
339
  "bulkAction": "{{count}} ausgewählt",
340
+ "refresh": "Aktualisieren",
341
+ "export": {
342
+ "menu": "Exportieren",
343
+ "csv": "CSV exportieren",
344
+ "xlsx": "Excel exportieren",
345
+ "pdf": "PDF exportieren",
346
+ "custom": "Exportieren"
347
+ },
348
+ "quickSearch": {
349
+ "placeholder": "Suchen …",
350
+ "label": "Schnellsuche"
351
+ },
352
+ "filterChips": {
353
+ "label": "Aktive Filter",
354
+ "clearAll": "Alle entfernen"
355
+ },
356
+ "facetFilter": {
357
+ "label": "Filter"
358
+ },
333
359
  "expandRow": "Zeile aufklappen",
334
360
  "collapseRow": "Zeile zuklappen",
335
361
  "totalRow": "Gesamt",
@@ -528,6 +554,30 @@
528
554
  "edit": "Bearbeiten",
529
555
  "locked": "Gesperrt"
530
556
  },
557
+ "stepperCalendar": {
558
+ "label": "Terminbuchung",
559
+ "steps": {
560
+ "service": "Leistung",
561
+ "date": "Datum",
562
+ "time": "Uhrzeit",
563
+ "details": "Ihre Daten"
564
+ },
565
+ "actions": {
566
+ "back": "Zurück",
567
+ "next": "Weiter",
568
+ "submit": "Termin bestätigen"
569
+ },
570
+ "service": {
571
+ "duration": "{{minutes}} Min."
572
+ },
573
+ "time": {
574
+ "empty": "Keine freien Termine — bitte einen anderen Tag wählen"
575
+ },
576
+ "date": {
577
+ "previousMonth": "Vorheriger Monat",
578
+ "nextMonth": "Nächster Monat"
579
+ }
580
+ },
531
581
  "sidebar": {
532
582
  "label": "Hauptmenü",
533
583
  "collapse": "Seitenleiste einklappen",