@alfadocs/ui-kit 0.82.0 → 0.84.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 (92) hide show
  1. package/dist/_chunks/{actions-cell-renderer-DLrcSTK_.js → actions-cell-renderer-DaL80uqL.js} +2 -2
  2. package/dist/_chunks/chart-GFLv4cXm.js +609 -0
  3. package/dist/_chunks/dashboard-grid-D2dm0IRN.js +691 -0
  4. package/dist/_chunks/{editable-currency-cell-renderer-GwfA9tTR.js → editable-currency-cell-renderer-Dus_sBvX.js} +2 -2
  5. package/dist/_chunks/{face-scheme-C0rk21gg.js → face-scheme-CjQAHvSP.js} +2 -2
  6. package/dist/_chunks/{file-manager-DfTG7bxx.js → file-manager-DLJlinIO.js} +3 -3
  7. package/dist/_chunks/{header-settings-DMfdx0Vq.js → header-settings-CLwFqMHI.js} +2 -2
  8. package/dist/_chunks/{icon-button-group-C_lqXTAj.js → icon-button-group-BLHPN6jg.js} +178 -163
  9. package/dist/_chunks/{marketplace-app-shell-Bxq1PYAj.js → marketplace-app-shell-Br2yebEK.js} +2 -2
  10. package/dist/_chunks/{patient-table-DweKjiXg.js → patient-table-BHzmUbzu.js} +2 -2
  11. package/dist/_chunks/{theme-toggle-BJCz_UOi.js → theme-toggle-B4mOrQX1.js} +2 -2
  12. package/dist/_chunks/widget-picker-DEmTVuFL.js +193 -0
  13. package/dist/agent-catalog.json +238 -4
  14. package/dist/agent-i18n/en.json +27 -1
  15. package/dist/components/chart/chart.d.ts +36 -1
  16. package/dist/components/chart/index.js +1 -1
  17. package/dist/components/dashboard-grid/dashboard-grid-engine.d.ts +37 -0
  18. package/dist/components/dashboard-grid/dashboard-grid.agent.d.ts +4 -0
  19. package/dist/components/dashboard-grid/dashboard-grid.d.ts +74 -0
  20. package/dist/components/dashboard-grid/index.d.ts +3 -0
  21. package/dist/components/dashboard-grid/index.js +6 -0
  22. package/dist/components/data-table/index.js +2 -2
  23. package/dist/components/face-scheme/index.js +1 -1
  24. package/dist/components/file-manager/index.js +1 -1
  25. package/dist/components/header-settings/index.js +1 -1
  26. package/dist/components/icon-button-group/index.js +1 -1
  27. package/dist/components/index.d.ts +2 -0
  28. package/dist/components/patient-table/index.js +1 -1
  29. package/dist/components/theme-toggle/index.js +1 -1
  30. package/dist/components/widget-picker/index.d.ts +3 -0
  31. package/dist/components/widget-picker/index.js +6 -0
  32. package/dist/components/widget-picker/widget-picker.agent.d.ts +4 -0
  33. package/dist/components/widget-picker/widget-picker.d.ts +49 -0
  34. package/dist/i18n/locales/ar.d.ts +29 -0
  35. package/dist/i18n/locales/ar.js +29 -0
  36. package/dist/i18n/locales/de.d.ts +29 -0
  37. package/dist/i18n/locales/de.js +29 -0
  38. package/dist/i18n/locales/el.d.ts +29 -0
  39. package/dist/i18n/locales/el.js +29 -0
  40. package/dist/i18n/locales/en.d.ts +29 -0
  41. package/dist/i18n/locales/en.js +29 -0
  42. package/dist/i18n/locales/es.d.ts +29 -0
  43. package/dist/i18n/locales/es.js +29 -0
  44. package/dist/i18n/locales/fr.d.ts +29 -0
  45. package/dist/i18n/locales/fr.js +29 -0
  46. package/dist/i18n/locales/hi.d.ts +29 -0
  47. package/dist/i18n/locales/hi.js +29 -0
  48. package/dist/i18n/locales/it.d.ts +29 -0
  49. package/dist/i18n/locales/it.js +29 -0
  50. package/dist/i18n/locales/ja.d.ts +29 -0
  51. package/dist/i18n/locales/ja.js +29 -0
  52. package/dist/i18n/locales/nl.d.ts +29 -0
  53. package/dist/i18n/locales/nl.js +29 -0
  54. package/dist/i18n/locales/pl.d.ts +29 -0
  55. package/dist/i18n/locales/pl.js +29 -0
  56. package/dist/i18n/locales/pt.d.ts +29 -0
  57. package/dist/i18n/locales/pt.js +29 -0
  58. package/dist/i18n/locales/ro.d.ts +29 -0
  59. package/dist/i18n/locales/ro.js +29 -0
  60. package/dist/i18n/locales/ru.d.ts +29 -0
  61. package/dist/i18n/locales/ru.js +29 -0
  62. package/dist/i18n/locales/sq.d.ts +29 -0
  63. package/dist/i18n/locales/sq.js +29 -0
  64. package/dist/i18n/locales/sv.d.ts +29 -0
  65. package/dist/i18n/locales/sv.js +29 -0
  66. package/dist/i18n/locales/tr.d.ts +29 -0
  67. package/dist/i18n/locales/tr.js +29 -0
  68. package/dist/i18n/locales/zh.d.ts +29 -0
  69. package/dist/i18n/locales/zh.js +29 -0
  70. package/dist/index.js +82 -76
  71. package/dist/locales/ar.json +29 -0
  72. package/dist/locales/de.json +29 -0
  73. package/dist/locales/el.json +29 -0
  74. package/dist/locales/en.json +29 -0
  75. package/dist/locales/es.json +29 -0
  76. package/dist/locales/fr.json +29 -0
  77. package/dist/locales/hi.json +29 -0
  78. package/dist/locales/it.json +29 -0
  79. package/dist/locales/ja.json +29 -0
  80. package/dist/locales/nl.json +29 -0
  81. package/dist/locales/pl.json +29 -0
  82. package/dist/locales/pt.json +29 -0
  83. package/dist/locales/ro.json +29 -0
  84. package/dist/locales/ru.json +29 -0
  85. package/dist/locales/sq.json +29 -0
  86. package/dist/locales/sv.json +29 -0
  87. package/dist/locales/tr.json +29 -0
  88. package/dist/locales/zh.json +29 -0
  89. package/dist/patterns/marketplace-app-shell/index.js +1 -1
  90. package/dist/tokens.css +1 -1
  91. package/package.json +9 -1
  92. package/dist/_chunks/chart-CpkpA74k.js +0 -374
@@ -2618,8 +2618,37 @@
2618
2618
  "table": {
2619
2619
  "series": "Σειρά",
2620
2620
  "value": "Τιμή"
2621
+ },
2622
+ "typeSwitcher": {
2623
+ "label": "Τύπος γραφήματος",
2624
+ "line": "Γραμμή",
2625
+ "bar": "Ράβδοι",
2626
+ "area": "Περιοχή",
2627
+ "pie": "Πίτα",
2628
+ "donut": "Δακτύλιος"
2621
2629
  }
2622
2630
  },
2631
+ "dashboardGrid": {
2632
+ "move": "Μετακίνηση {{title}}",
2633
+ "resize": "Αλλαγή μεγέθους {{title}}",
2634
+ "remove": "Αφαίρεση {{title}}",
2635
+ "add": "Προσθήκη widget",
2636
+ "grabbed": "Επιλέχθηκε. Χρησιμοποιήστε τα βέλη για μετακίνηση, Enter για τοποθέτηση, Escape για ακύρωση.",
2637
+ "resizeGrabbed": "Αλλαγή μεγέθους. Χρησιμοποιήστε τα βέλη, Enter για επιβεβαίωση, Escape για ακύρωση.",
2638
+ "movedTo": "Στήλη {{col}}, γραμμή {{row}}.",
2639
+ "resizedTo": "{{cols}} × {{rows}}.",
2640
+ "droppedAt": "Το widget τοποθετήθηκε στη στήλη {{col}}, γραμμή {{row}}.",
2641
+ "removed": "Το widget αφαιρέθηκε.",
2642
+ "cancelled": "Η αλλαγή ακυρώθηκε."
2643
+ },
2644
+ "widgetPicker": {
2645
+ "title": "Προσθήκη widget",
2646
+ "description": "Επιλέξτε ένα widget για τον πίνακα.",
2647
+ "searchLabel": "Αναζήτηση widget",
2648
+ "searchPlaceholder": "Αναζήτηση widget…",
2649
+ "empty": "Κανένα widget δεν ταιριάζει με την αναζήτηση.",
2650
+ "none": "Δεν υπάρχουν διαθέσιμα widget."
2651
+ },
2623
2652
  "editor": {
2624
2653
  "toolbarLabel": "Μορφοποίηση κειμένου",
2625
2654
  "regionLabel": "Επεξεργαστής εμπλουτισμένου κειμένου",
@@ -2618,8 +2618,37 @@
2618
2618
  "table": {
2619
2619
  "series": "Series",
2620
2620
  "value": "Value"
2621
+ },
2622
+ "typeSwitcher": {
2623
+ "label": "Chart type",
2624
+ "line": "Line",
2625
+ "bar": "Bar",
2626
+ "area": "Area",
2627
+ "pie": "Pie",
2628
+ "donut": "Donut"
2621
2629
  }
2622
2630
  },
2631
+ "dashboardGrid": {
2632
+ "move": "Move {{title}}",
2633
+ "resize": "Resize {{title}}",
2634
+ "remove": "Remove {{title}}",
2635
+ "add": "Add widget",
2636
+ "grabbed": "Picked up. Use the arrow keys to move, Enter to drop, Escape to cancel.",
2637
+ "resizeGrabbed": "Resizing. Use the arrow keys to change the size, Enter to confirm, Escape to cancel.",
2638
+ "movedTo": "Column {{col}}, row {{row}}.",
2639
+ "resizedTo": "{{cols}} × {{rows}}.",
2640
+ "droppedAt": "Widget placed at column {{col}}, row {{row}}.",
2641
+ "removed": "Widget removed.",
2642
+ "cancelled": "Change cancelled."
2643
+ },
2644
+ "widgetPicker": {
2645
+ "title": "Add a widget",
2646
+ "description": "Choose a widget to add to your dashboard.",
2647
+ "searchLabel": "Search widgets",
2648
+ "searchPlaceholder": "Search widgets…",
2649
+ "empty": "No widgets match your search.",
2650
+ "none": "No widgets available."
2651
+ },
2623
2652
  "editor": {
2624
2653
  "toolbarLabel": "Text formatting",
2625
2654
  "regionLabel": "Rich text editor",
@@ -2618,8 +2618,37 @@
2618
2618
  "table": {
2619
2619
  "series": "Serie",
2620
2620
  "value": "Valor"
2621
+ },
2622
+ "typeSwitcher": {
2623
+ "label": "Tipo de gráfico",
2624
+ "line": "Línea",
2625
+ "bar": "Barras",
2626
+ "area": "Área",
2627
+ "pie": "Circular",
2628
+ "donut": "Anillo"
2621
2629
  }
2622
2630
  },
2631
+ "dashboardGrid": {
2632
+ "move": "Mover {{title}}",
2633
+ "resize": "Redimensionar {{title}}",
2634
+ "remove": "Quitar {{title}}",
2635
+ "add": "Añadir widget",
2636
+ "grabbed": "Seleccionado. Usa las flechas para mover, Intro para soltar, Esc para cancelar.",
2637
+ "resizeGrabbed": "Redimensionando. Usa las flechas para cambiar el tamaño, Intro para confirmar, Esc para cancelar.",
2638
+ "movedTo": "Columna {{col}}, fila {{row}}.",
2639
+ "resizedTo": "{{cols}} × {{rows}}.",
2640
+ "droppedAt": "Widget colocado en la columna {{col}}, fila {{row}}.",
2641
+ "removed": "Widget eliminado.",
2642
+ "cancelled": "Cambio cancelado."
2643
+ },
2644
+ "widgetPicker": {
2645
+ "title": "Añadir un widget",
2646
+ "description": "Elige un widget para añadir al panel.",
2647
+ "searchLabel": "Buscar widgets",
2648
+ "searchPlaceholder": "Buscar widgets…",
2649
+ "empty": "Ningún widget coincide con la búsqueda.",
2650
+ "none": "No hay widgets disponibles."
2651
+ },
2623
2652
  "editor": {
2624
2653
  "toolbarLabel": "Formato de texto",
2625
2654
  "regionLabel": "Editor de texto enriquecido",
@@ -2618,8 +2618,37 @@
2618
2618
  "table": {
2619
2619
  "series": "Série",
2620
2620
  "value": "Valeur"
2621
+ },
2622
+ "typeSwitcher": {
2623
+ "label": "Type de graphique",
2624
+ "line": "Ligne",
2625
+ "bar": "Barres",
2626
+ "area": "Aires",
2627
+ "pie": "Secteurs",
2628
+ "donut": "Anneau"
2621
2629
  }
2622
2630
  },
2631
+ "dashboardGrid": {
2632
+ "move": "Déplacer {{title}}",
2633
+ "resize": "Redimensionner {{title}}",
2634
+ "remove": "Supprimer {{title}}",
2635
+ "add": "Ajouter un widget",
2636
+ "grabbed": "Saisi. Utilisez les flèches pour déplacer, Entrée pour déposer, Échap pour annuler.",
2637
+ "resizeGrabbed": "Redimensionnement. Utilisez les flèches pour changer la taille, Entrée pour confirmer, Échap pour annuler.",
2638
+ "movedTo": "Colonne {{col}}, ligne {{row}}.",
2639
+ "resizedTo": "{{cols}} × {{rows}}.",
2640
+ "droppedAt": "Widget placé en colonne {{col}}, ligne {{row}}.",
2641
+ "removed": "Widget supprimé.",
2642
+ "cancelled": "Modification annulée."
2643
+ },
2644
+ "widgetPicker": {
2645
+ "title": "Ajouter un widget",
2646
+ "description": "Choisissez un widget à ajouter au tableau de bord.",
2647
+ "searchLabel": "Rechercher des widgets",
2648
+ "searchPlaceholder": "Rechercher des widgets…",
2649
+ "empty": "Aucun widget ne correspond à la recherche.",
2650
+ "none": "Aucun widget disponible."
2651
+ },
2623
2652
  "editor": {
2624
2653
  "toolbarLabel": "Mise en forme du texte",
2625
2654
  "regionLabel": "Éditeur de texte enrichi",
@@ -2618,8 +2618,37 @@
2618
2618
  "table": {
2619
2619
  "series": "श्रृंखला",
2620
2620
  "value": "मान"
2621
+ },
2622
+ "typeSwitcher": {
2623
+ "label": "चार्ट प्रकार",
2624
+ "line": "रेखा",
2625
+ "bar": "बार",
2626
+ "area": "क्षेत्र",
2627
+ "pie": "पाई",
2628
+ "donut": "डोनट"
2621
2629
  }
2622
2630
  },
2631
+ "dashboardGrid": {
2632
+ "move": "{{title}} ले जाएँ",
2633
+ "resize": "{{title}} का आकार बदलें",
2634
+ "remove": "{{title}} हटाएँ",
2635
+ "add": "विजेट जोड़ें",
2636
+ "grabbed": "उठाया गया। ले जाने के लिए तीर कुंजियाँ, रखने के लिए Enter, रद्द करने के लिए Escape।",
2637
+ "resizeGrabbed": "आकार बदला जा रहा है। तीर कुंजियाँ, पुष्टि के लिए Enter, रद्द करने के लिए Escape।",
2638
+ "movedTo": "कॉलम {{col}}, पंक्ति {{row}}।",
2639
+ "resizedTo": "{{cols}} × {{rows}}.",
2640
+ "droppedAt": "विजेट कॉलम {{col}}, पंक्ति {{row}} पर रखा गया।",
2641
+ "removed": "विजेट हटाया गया।",
2642
+ "cancelled": "बदलाव रद्द।"
2643
+ },
2644
+ "widgetPicker": {
2645
+ "title": "विजेट जोड़ें",
2646
+ "description": "डैशबोर्ड में जोड़ने के लिए एक विजेट चुनें।",
2647
+ "searchLabel": "विजेट खोजें",
2648
+ "searchPlaceholder": "विजेट खोजें…",
2649
+ "empty": "खोज से कोई विजेट मेल नहीं खाता।",
2650
+ "none": "कोई विजेट उपलब्ध नहीं है।"
2651
+ },
2623
2652
  "editor": {
2624
2653
  "toolbarLabel": "टेक्स्ट फ़ॉर्मेटिंग",
2625
2654
  "regionLabel": "रिच टेक्स्ट एडिटर",
@@ -2618,8 +2618,37 @@
2618
2618
  "table": {
2619
2619
  "series": "Serie",
2620
2620
  "value": "Valore"
2621
+ },
2622
+ "typeSwitcher": {
2623
+ "label": "Tipo di grafico",
2624
+ "line": "Linea",
2625
+ "bar": "Barre",
2626
+ "area": "Area",
2627
+ "pie": "Torta",
2628
+ "donut": "Ciambella"
2621
2629
  }
2622
2630
  },
2631
+ "dashboardGrid": {
2632
+ "move": "Sposta {{title}}",
2633
+ "resize": "Ridimensiona {{title}}",
2634
+ "remove": "Rimuovi {{title}}",
2635
+ "add": "Aggiungi widget",
2636
+ "grabbed": "Selezionato. Usa le frecce per spostare, Invio per rilasciare, Esc per annullare.",
2637
+ "resizeGrabbed": "Ridimensionamento. Usa le frecce per cambiare dimensione, Invio per confermare, Esc per annullare.",
2638
+ "movedTo": "Colonna {{col}}, riga {{row}}.",
2639
+ "resizedTo": "{{cols}} × {{rows}}.",
2640
+ "droppedAt": "Widget posizionato in colonna {{col}}, riga {{row}}.",
2641
+ "removed": "Widget rimosso.",
2642
+ "cancelled": "Modifica annullata."
2643
+ },
2644
+ "widgetPicker": {
2645
+ "title": "Aggiungi un widget",
2646
+ "description": "Scegli un widget da aggiungere alla dashboard.",
2647
+ "searchLabel": "Cerca widget",
2648
+ "searchPlaceholder": "Cerca widget…",
2649
+ "empty": "Nessun widget corrisponde alla ricerca.",
2650
+ "none": "Nessun widget disponibile."
2651
+ },
2623
2652
  "editor": {
2624
2653
  "toolbarLabel": "Formattazione testo",
2625
2654
  "regionLabel": "Editor di testo formattato",
@@ -2618,8 +2618,37 @@
2618
2618
  "table": {
2619
2619
  "series": "シリーズ",
2620
2620
  "value": "値"
2621
+ },
2622
+ "typeSwitcher": {
2623
+ "label": "グラフの種類",
2624
+ "line": "折れ線",
2625
+ "bar": "棒",
2626
+ "area": "面",
2627
+ "pie": "円",
2628
+ "donut": "ドーナツ"
2621
2629
  }
2622
2630
  },
2631
+ "dashboardGrid": {
2632
+ "move": "{{title}}を移動",
2633
+ "resize": "{{title}}のサイズ変更",
2634
+ "remove": "{{title}}を削除",
2635
+ "add": "ウィジェットを追加",
2636
+ "grabbed": "選択しました。矢印キーで移動、Enterで配置、Escapeでキャンセル。",
2637
+ "resizeGrabbed": "サイズ変更中。矢印キーで変更、Enterで確定、Escapeでキャンセル。",
2638
+ "movedTo": "{{col}}列目、{{row}}行目。",
2639
+ "resizedTo": "{{cols}} × {{rows}}.",
2640
+ "droppedAt": "ウィジェットを{{col}}列目、{{row}}行目に配置しました。",
2641
+ "removed": "ウィジェットを削除しました。",
2642
+ "cancelled": "変更をキャンセルしました。"
2643
+ },
2644
+ "widgetPicker": {
2645
+ "title": "ウィジェットを追加",
2646
+ "description": "ダッシュボードに追加するウィジェットを選択します。",
2647
+ "searchLabel": "ウィジェットを検索",
2648
+ "searchPlaceholder": "ウィジェットを検索…",
2649
+ "empty": "検索に一致するウィジェットはありません。",
2650
+ "none": "利用できるウィジェットがありません。"
2651
+ },
2623
2652
  "editor": {
2624
2653
  "toolbarLabel": "テキスト書式設定",
2625
2654
  "regionLabel": "リッチテキストエディター",
@@ -2618,8 +2618,37 @@
2618
2618
  "table": {
2619
2619
  "series": "Reeks",
2620
2620
  "value": "Waarde"
2621
+ },
2622
+ "typeSwitcher": {
2623
+ "label": "Grafiektype",
2624
+ "line": "Lijn",
2625
+ "bar": "Staaf",
2626
+ "area": "Vlak",
2627
+ "pie": "Cirkel",
2628
+ "donut": "Ring"
2621
2629
  }
2622
2630
  },
2631
+ "dashboardGrid": {
2632
+ "move": "{{title}} verplaatsen",
2633
+ "resize": "{{title}} vergroten/verkleinen",
2634
+ "remove": "{{title}} verwijderen",
2635
+ "add": "Widget toevoegen",
2636
+ "grabbed": "Opgepakt. Gebruik de pijltjestoetsen om te verplaatsen, Enter om neer te zetten, Escape om te annuleren.",
2637
+ "resizeGrabbed": "Formaat wijzigen. Gebruik de pijltjestoetsen, Enter om te bevestigen, Escape om te annuleren.",
2638
+ "movedTo": "Kolom {{col}}, rij {{row}}.",
2639
+ "resizedTo": "{{cols}} × {{rows}}.",
2640
+ "droppedAt": "Widget geplaatst in kolom {{col}}, rij {{row}}.",
2641
+ "removed": "Widget verwijderd.",
2642
+ "cancelled": "Wijziging geannuleerd."
2643
+ },
2644
+ "widgetPicker": {
2645
+ "title": "Widget toevoegen",
2646
+ "description": "Kies een widget om aan je dashboard toe te voegen.",
2647
+ "searchLabel": "Widgets zoeken",
2648
+ "searchPlaceholder": "Widgets zoeken…",
2649
+ "empty": "Geen widgets komen overeen met de zoekopdracht.",
2650
+ "none": "Geen widgets beschikbaar."
2651
+ },
2623
2652
  "editor": {
2624
2653
  "toolbarLabel": "Tekstopmaak",
2625
2654
  "regionLabel": "Tekstverwerker",
@@ -2618,8 +2618,37 @@
2618
2618
  "table": {
2619
2619
  "series": "Seria",
2620
2620
  "value": "Wartość"
2621
+ },
2622
+ "typeSwitcher": {
2623
+ "label": "Typ wykresu",
2624
+ "line": "Liniowy",
2625
+ "bar": "Słupkowy",
2626
+ "area": "Warstwowy",
2627
+ "pie": "Kołowy",
2628
+ "donut": "Pierścieniowy"
2621
2629
  }
2622
2630
  },
2631
+ "dashboardGrid": {
2632
+ "move": "Przenieś {{title}}",
2633
+ "resize": "Zmień rozmiar {{title}}",
2634
+ "remove": "Usuń {{title}}",
2635
+ "add": "Dodaj widżet",
2636
+ "grabbed": "Podniesiono. Użyj strzałek, aby przenieść, Enter aby upuścić, Escape aby anulować.",
2637
+ "resizeGrabbed": "Zmiana rozmiaru. Użyj strzałek, Enter aby potwierdzić, Escape aby anulować.",
2638
+ "movedTo": "Kolumna {{col}}, wiersz {{row}}.",
2639
+ "resizedTo": "{{cols}} × {{rows}}.",
2640
+ "droppedAt": "Widżet umieszczony w kolumnie {{col}}, wierszu {{row}}.",
2641
+ "removed": "Widżet usunięty.",
2642
+ "cancelled": "Zmiana anulowana."
2643
+ },
2644
+ "widgetPicker": {
2645
+ "title": "Dodaj widżet",
2646
+ "description": "Wybierz widżet do dodania do pulpitu.",
2647
+ "searchLabel": "Szukaj widżetów",
2648
+ "searchPlaceholder": "Szukaj widżetów…",
2649
+ "empty": "Żaden widżet nie pasuje do wyszukiwania.",
2650
+ "none": "Brak dostępnych widżetów."
2651
+ },
2623
2652
  "editor": {
2624
2653
  "toolbarLabel": "Formatowanie tekstu",
2625
2654
  "regionLabel": "Edytor tekstu sformatowanego",
@@ -2618,8 +2618,37 @@
2618
2618
  "table": {
2619
2619
  "series": "Série",
2620
2620
  "value": "Valor"
2621
+ },
2622
+ "typeSwitcher": {
2623
+ "label": "Tipo de gráfico",
2624
+ "line": "Linha",
2625
+ "bar": "Barras",
2626
+ "area": "Área",
2627
+ "pie": "Circular",
2628
+ "donut": "Anel"
2621
2629
  }
2622
2630
  },
2631
+ "dashboardGrid": {
2632
+ "move": "Mover {{title}}",
2633
+ "resize": "Redimensionar {{title}}",
2634
+ "remove": "Remover {{title}}",
2635
+ "add": "Adicionar widget",
2636
+ "grabbed": "Selecionado. Use as setas para mover, Enter para soltar, Esc para cancelar.",
2637
+ "resizeGrabbed": "A redimensionar. Use as setas para alterar o tamanho, Enter para confirmar, Esc para cancelar.",
2638
+ "movedTo": "Coluna {{col}}, linha {{row}}.",
2639
+ "resizedTo": "{{cols}} × {{rows}}.",
2640
+ "droppedAt": "Widget colocado na coluna {{col}}, linha {{row}}.",
2641
+ "removed": "Widget removido.",
2642
+ "cancelled": "Alteração cancelada."
2643
+ },
2644
+ "widgetPicker": {
2645
+ "title": "Adicionar um widget",
2646
+ "description": "Escolha um widget para adicionar ao painel.",
2647
+ "searchLabel": "Pesquisar widgets",
2648
+ "searchPlaceholder": "Pesquisar widgets…",
2649
+ "empty": "Nenhum widget corresponde à pesquisa.",
2650
+ "none": "Nenhum widget disponível."
2651
+ },
2623
2652
  "editor": {
2624
2653
  "toolbarLabel": "Formatação de texto",
2625
2654
  "regionLabel": "Editor de texto formatado",
@@ -2618,8 +2618,37 @@
2618
2618
  "table": {
2619
2619
  "series": "Serie",
2620
2620
  "value": "Valoare"
2621
+ },
2622
+ "typeSwitcher": {
2623
+ "label": "Tip de grafic",
2624
+ "line": "Linie",
2625
+ "bar": "Bare",
2626
+ "area": "Arie",
2627
+ "pie": "Circular",
2628
+ "donut": "Inel"
2621
2629
  }
2622
2630
  },
2631
+ "dashboardGrid": {
2632
+ "move": "Mută {{title}}",
2633
+ "resize": "Redimensionează {{title}}",
2634
+ "remove": "Elimină {{title}}",
2635
+ "add": "Adaugă widget",
2636
+ "grabbed": "Selectat. Folosește săgețile pentru a muta, Enter pentru a plasa, Escape pentru a anula.",
2637
+ "resizeGrabbed": "Redimensionare. Folosește săgețile pentru a schimba dimensiunea, Enter pentru a confirma, Escape pentru a anula.",
2638
+ "movedTo": "Coloana {{col}}, rândul {{row}}.",
2639
+ "resizedTo": "{{cols}} × {{rows}}.",
2640
+ "droppedAt": "Widget plasat în coloana {{col}}, rândul {{row}}.",
2641
+ "removed": "Widget eliminat.",
2642
+ "cancelled": "Modificare anulată."
2643
+ },
2644
+ "widgetPicker": {
2645
+ "title": "Adaugă un widget",
2646
+ "description": "Alege un widget de adăugat pe tablou.",
2647
+ "searchLabel": "Caută widgeturi",
2648
+ "searchPlaceholder": "Caută widgeturi…",
2649
+ "empty": "Niciun widget nu corespunde căutării.",
2650
+ "none": "Niciun widget disponibil."
2651
+ },
2623
2652
  "editor": {
2624
2653
  "toolbarLabel": "Formatare text",
2625
2654
  "regionLabel": "Editor de text îmbogățit",
@@ -2618,8 +2618,37 @@
2618
2618
  "table": {
2619
2619
  "series": "Серия",
2620
2620
  "value": "Значение"
2621
+ },
2622
+ "typeSwitcher": {
2623
+ "label": "Тип диаграммы",
2624
+ "line": "Линия",
2625
+ "bar": "Столбцы",
2626
+ "area": "Область",
2627
+ "pie": "Круговая",
2628
+ "donut": "Кольцевая"
2621
2629
  }
2622
2630
  },
2631
+ "dashboardGrid": {
2632
+ "move": "Переместить {{title}}",
2633
+ "resize": "Изменить размер {{title}}",
2634
+ "remove": "Удалить {{title}}",
2635
+ "add": "Добавить виджет",
2636
+ "grabbed": "Захвачено. Стрелки — переместить, Enter — отпустить, Escape — отменить.",
2637
+ "resizeGrabbed": "Изменение размера. Стрелки — изменить размер, Enter — подтвердить, Escape — отменить.",
2638
+ "movedTo": "Столбец {{col}}, строка {{row}}.",
2639
+ "resizedTo": "{{cols}} × {{rows}}.",
2640
+ "droppedAt": "Виджет размещён: столбец {{col}}, строка {{row}}.",
2641
+ "removed": "Виджет удалён.",
2642
+ "cancelled": "Изменение отменено."
2643
+ },
2644
+ "widgetPicker": {
2645
+ "title": "Добавить виджет",
2646
+ "description": "Выберите виджет для панели.",
2647
+ "searchLabel": "Поиск виджетов",
2648
+ "searchPlaceholder": "Поиск виджетов…",
2649
+ "empty": "Ни один виджет не соответствует запросу.",
2650
+ "none": "Нет доступных виджетов."
2651
+ },
2623
2652
  "editor": {
2624
2653
  "toolbarLabel": "Форматирование текста",
2625
2654
  "regionLabel": "Редактор форматированного текста",
@@ -2618,8 +2618,37 @@
2618
2618
  "table": {
2619
2619
  "series": "Seri",
2620
2620
  "value": "Vlerë"
2621
+ },
2622
+ "typeSwitcher": {
2623
+ "label": "Lloji i grafikut",
2624
+ "line": "Vijë",
2625
+ "bar": "Shtylla",
2626
+ "area": "Sipërfaqe",
2627
+ "pie": "Rrethor",
2628
+ "donut": "Unazë"
2621
2629
  }
2622
2630
  },
2631
+ "dashboardGrid": {
2632
+ "move": "Zhvendos {{title}}",
2633
+ "resize": "Ripërmaso {{title}}",
2634
+ "remove": "Hiq {{title}}",
2635
+ "add": "Shto widget",
2636
+ "grabbed": "U mor. Përdor shigjetat për të zhvendosur, Enter për të lëshuar, Escape për të anuluar.",
2637
+ "resizeGrabbed": "Ripërmasim. Përdor shigjetat për madhësinë, Enter për të konfirmuar, Escape për të anuluar.",
2638
+ "movedTo": "Kolona {{col}}, rreshti {{row}}.",
2639
+ "resizedTo": "{{cols}} × {{rows}}.",
2640
+ "droppedAt": "Widget-i u vendos në kolonën {{col}}, rreshtin {{row}}.",
2641
+ "removed": "Widget-i u hoq.",
2642
+ "cancelled": "Ndryshimi u anulua."
2643
+ },
2644
+ "widgetPicker": {
2645
+ "title": "Shto një widget",
2646
+ "description": "Zgjidh një widget për panelin.",
2647
+ "searchLabel": "Kërko widget-e",
2648
+ "searchPlaceholder": "Kërko widget-e…",
2649
+ "empty": "Asnjë widget nuk përputhet me kërkimin.",
2650
+ "none": "Nuk ka miniaplikacione të disponueshme."
2651
+ },
2623
2652
  "editor": {
2624
2653
  "toolbarLabel": "Formatimi i tekstit",
2625
2654
  "regionLabel": "Redaktues teksti i pasur",
@@ -2618,8 +2618,37 @@
2618
2618
  "table": {
2619
2619
  "series": "Serie",
2620
2620
  "value": "Värde"
2621
+ },
2622
+ "typeSwitcher": {
2623
+ "label": "Diagramtyp",
2624
+ "line": "Linje",
2625
+ "bar": "Stapel",
2626
+ "area": "Yta",
2627
+ "pie": "Cirkel",
2628
+ "donut": "Ring"
2621
2629
  }
2622
2630
  },
2631
+ "dashboardGrid": {
2632
+ "move": "Flytta {{title}}",
2633
+ "resize": "Ändra storlek på {{title}}",
2634
+ "remove": "Ta bort {{title}}",
2635
+ "add": "Lägg till widget",
2636
+ "grabbed": "Upplockad. Använd piltangenterna för att flytta, Enter för att släppa, Escape för att avbryta.",
2637
+ "resizeGrabbed": "Storleksändring. Använd piltangenterna, Enter för att bekräfta, Escape för att avbryta.",
2638
+ "movedTo": "Kolumn {{col}}, rad {{row}}.",
2639
+ "resizedTo": "{{cols}} × {{rows}}.",
2640
+ "droppedAt": "Widget placerad i kolumn {{col}}, rad {{row}}.",
2641
+ "removed": "Widget borttagen.",
2642
+ "cancelled": "Ändring avbruten."
2643
+ },
2644
+ "widgetPicker": {
2645
+ "title": "Lägg till widget",
2646
+ "description": "Välj en widget att lägga till på panelen.",
2647
+ "searchLabel": "Sök widgetar",
2648
+ "searchPlaceholder": "Sök widgetar…",
2649
+ "empty": "Inga widgetar matchar sökningen.",
2650
+ "none": "Inga widgetar tillgängliga."
2651
+ },
2623
2652
  "editor": {
2624
2653
  "toolbarLabel": "Textformatering",
2625
2654
  "regionLabel": "Redigerare för formaterad text",
@@ -2618,8 +2618,37 @@
2618
2618
  "table": {
2619
2619
  "series": "Seri",
2620
2620
  "value": "Değer"
2621
+ },
2622
+ "typeSwitcher": {
2623
+ "label": "Grafik türü",
2624
+ "line": "Çizgi",
2625
+ "bar": "Sütun",
2626
+ "area": "Alan",
2627
+ "pie": "Pasta",
2628
+ "donut": "Halka"
2621
2629
  }
2622
2630
  },
2631
+ "dashboardGrid": {
2632
+ "move": "{{title}} taşı",
2633
+ "resize": "{{title}} yeniden boyutlandır",
2634
+ "remove": "{{title}} kaldır",
2635
+ "add": "Widget ekle",
2636
+ "grabbed": "Alındı. Taşımak için ok tuşlarını, bırakmak için Enter, iptal için Escape kullanın.",
2637
+ "resizeGrabbed": "Boyutlandırma. Boyut için ok tuşlarını, onay için Enter, iptal için Escape kullanın.",
2638
+ "movedTo": "Sütun {{col}}, satır {{row}}.",
2639
+ "resizedTo": "{{cols}} × {{rows}}.",
2640
+ "droppedAt": "Widget {{col}}. sütuna, {{row}}. satıra yerleştirildi.",
2641
+ "removed": "Widget kaldırıldı.",
2642
+ "cancelled": "Değişiklik iptal edildi."
2643
+ },
2644
+ "widgetPicker": {
2645
+ "title": "Widget ekle",
2646
+ "description": "Panonuza eklemek için bir widget seçin.",
2647
+ "searchLabel": "Widget ara",
2648
+ "searchPlaceholder": "Widget ara…",
2649
+ "empty": "Aramayla eşleşen widget yok.",
2650
+ "none": "Kullanılabilir widget yok."
2651
+ },
2623
2652
  "editor": {
2624
2653
  "toolbarLabel": "Metin biçimlendirme",
2625
2654
  "regionLabel": "Zengin metin düzenleyici",
@@ -2618,8 +2618,37 @@
2618
2618
  "table": {
2619
2619
  "series": "系列",
2620
2620
  "value": "值"
2621
+ },
2622
+ "typeSwitcher": {
2623
+ "label": "图表类型",
2624
+ "line": "折线",
2625
+ "bar": "柱状",
2626
+ "area": "面积",
2627
+ "pie": "饼图",
2628
+ "donut": "环形"
2621
2629
  }
2622
2630
  },
2631
+ "dashboardGrid": {
2632
+ "move": "移动{{title}}",
2633
+ "resize": "调整{{title}}大小",
2634
+ "remove": "移除{{title}}",
2635
+ "add": "添加小组件",
2636
+ "grabbed": "已选中。使用方向键移动,Enter 放置,Escape 取消。",
2637
+ "resizeGrabbed": "正在调整大小。使用方向键调整,Enter 确认,Escape 取消。",
2638
+ "movedTo": "第 {{col}} 列,第 {{row}} 行。",
2639
+ "resizedTo": "{{cols}} × {{rows}}.",
2640
+ "droppedAt": "小组件已放置在第 {{col}} 列,第 {{row}} 行。",
2641
+ "removed": "小组件已移除。",
2642
+ "cancelled": "已取消更改。"
2643
+ },
2644
+ "widgetPicker": {
2645
+ "title": "添加小组件",
2646
+ "description": "选择要添加到仪表板的小组件。",
2647
+ "searchLabel": "搜索小组件",
2648
+ "searchPlaceholder": "搜索小组件…",
2649
+ "empty": "没有与搜索匹配的小组件。",
2650
+ "none": "没有可用的小组件。"
2651
+ },
2623
2652
  "editor": {
2624
2653
  "toolbarLabel": "文本格式",
2625
2654
  "regionLabel": "富文本编辑器",
@@ -1,4 +1,4 @@
1
- import { C as l, M as o } from "../../_chunks/marketplace-app-shell-Bxq1PYAj.js";
1
+ import { C as l, M as o } from "../../_chunks/marketplace-app-shell-Br2yebEK.js";
2
2
  export {
3
3
  l as ConnectWithAlfadocs,
4
4
  o as MarketplaceAppShell