@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.
- package/dist/_chunks/{actions-cell-renderer-DLrcSTK_.js → actions-cell-renderer-DaL80uqL.js} +2 -2
- package/dist/_chunks/chart-GFLv4cXm.js +609 -0
- package/dist/_chunks/dashboard-grid-D2dm0IRN.js +691 -0
- package/dist/_chunks/{editable-currency-cell-renderer-GwfA9tTR.js → editable-currency-cell-renderer-Dus_sBvX.js} +2 -2
- package/dist/_chunks/{face-scheme-C0rk21gg.js → face-scheme-CjQAHvSP.js} +2 -2
- package/dist/_chunks/{file-manager-DfTG7bxx.js → file-manager-DLJlinIO.js} +3 -3
- package/dist/_chunks/{header-settings-DMfdx0Vq.js → header-settings-CLwFqMHI.js} +2 -2
- package/dist/_chunks/{icon-button-group-C_lqXTAj.js → icon-button-group-BLHPN6jg.js} +178 -163
- package/dist/_chunks/{marketplace-app-shell-Bxq1PYAj.js → marketplace-app-shell-Br2yebEK.js} +2 -2
- package/dist/_chunks/{patient-table-DweKjiXg.js → patient-table-BHzmUbzu.js} +2 -2
- package/dist/_chunks/{theme-toggle-BJCz_UOi.js → theme-toggle-B4mOrQX1.js} +2 -2
- package/dist/_chunks/widget-picker-DEmTVuFL.js +193 -0
- package/dist/agent-catalog.json +238 -4
- package/dist/agent-i18n/en.json +27 -1
- package/dist/components/chart/chart.d.ts +36 -1
- package/dist/components/chart/index.js +1 -1
- package/dist/components/dashboard-grid/dashboard-grid-engine.d.ts +37 -0
- package/dist/components/dashboard-grid/dashboard-grid.agent.d.ts +4 -0
- package/dist/components/dashboard-grid/dashboard-grid.d.ts +74 -0
- package/dist/components/dashboard-grid/index.d.ts +3 -0
- package/dist/components/dashboard-grid/index.js +6 -0
- package/dist/components/data-table/index.js +2 -2
- package/dist/components/face-scheme/index.js +1 -1
- package/dist/components/file-manager/index.js +1 -1
- package/dist/components/header-settings/index.js +1 -1
- package/dist/components/icon-button-group/index.js +1 -1
- package/dist/components/index.d.ts +2 -0
- package/dist/components/patient-table/index.js +1 -1
- package/dist/components/theme-toggle/index.js +1 -1
- package/dist/components/widget-picker/index.d.ts +3 -0
- package/dist/components/widget-picker/index.js +6 -0
- package/dist/components/widget-picker/widget-picker.agent.d.ts +4 -0
- package/dist/components/widget-picker/widget-picker.d.ts +49 -0
- package/dist/i18n/locales/ar.d.ts +29 -0
- package/dist/i18n/locales/ar.js +29 -0
- package/dist/i18n/locales/de.d.ts +29 -0
- package/dist/i18n/locales/de.js +29 -0
- package/dist/i18n/locales/el.d.ts +29 -0
- package/dist/i18n/locales/el.js +29 -0
- package/dist/i18n/locales/en.d.ts +29 -0
- package/dist/i18n/locales/en.js +29 -0
- package/dist/i18n/locales/es.d.ts +29 -0
- package/dist/i18n/locales/es.js +29 -0
- package/dist/i18n/locales/fr.d.ts +29 -0
- package/dist/i18n/locales/fr.js +29 -0
- package/dist/i18n/locales/hi.d.ts +29 -0
- package/dist/i18n/locales/hi.js +29 -0
- package/dist/i18n/locales/it.d.ts +29 -0
- package/dist/i18n/locales/it.js +29 -0
- package/dist/i18n/locales/ja.d.ts +29 -0
- package/dist/i18n/locales/ja.js +29 -0
- package/dist/i18n/locales/nl.d.ts +29 -0
- package/dist/i18n/locales/nl.js +29 -0
- package/dist/i18n/locales/pl.d.ts +29 -0
- package/dist/i18n/locales/pl.js +29 -0
- package/dist/i18n/locales/pt.d.ts +29 -0
- package/dist/i18n/locales/pt.js +29 -0
- package/dist/i18n/locales/ro.d.ts +29 -0
- package/dist/i18n/locales/ro.js +29 -0
- package/dist/i18n/locales/ru.d.ts +29 -0
- package/dist/i18n/locales/ru.js +29 -0
- package/dist/i18n/locales/sq.d.ts +29 -0
- package/dist/i18n/locales/sq.js +29 -0
- package/dist/i18n/locales/sv.d.ts +29 -0
- package/dist/i18n/locales/sv.js +29 -0
- package/dist/i18n/locales/tr.d.ts +29 -0
- package/dist/i18n/locales/tr.js +29 -0
- package/dist/i18n/locales/zh.d.ts +29 -0
- package/dist/i18n/locales/zh.js +29 -0
- package/dist/index.js +82 -76
- package/dist/locales/ar.json +29 -0
- package/dist/locales/de.json +29 -0
- package/dist/locales/el.json +29 -0
- package/dist/locales/en.json +29 -0
- package/dist/locales/es.json +29 -0
- package/dist/locales/fr.json +29 -0
- package/dist/locales/hi.json +29 -0
- package/dist/locales/it.json +29 -0
- package/dist/locales/ja.json +29 -0
- package/dist/locales/nl.json +29 -0
- package/dist/locales/pl.json +29 -0
- package/dist/locales/pt.json +29 -0
- package/dist/locales/ro.json +29 -0
- package/dist/locales/ru.json +29 -0
- package/dist/locales/sq.json +29 -0
- package/dist/locales/sv.json +29 -0
- package/dist/locales/tr.json +29 -0
- package/dist/locales/zh.json +29 -0
- package/dist/patterns/marketplace-app-shell/index.js +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +9 -1
- package/dist/_chunks/chart-CpkpA74k.js +0 -374
package/dist/i18n/locales/fr.js
CHANGED
|
@@ -2600,8 +2600,37 @@ const e = {
|
|
|
2600
2600
|
table: {
|
|
2601
2601
|
series: "Série",
|
|
2602
2602
|
value: "Valeur"
|
|
2603
|
+
},
|
|
2604
|
+
typeSwitcher: {
|
|
2605
|
+
label: "Type de graphique",
|
|
2606
|
+
line: "Ligne",
|
|
2607
|
+
bar: "Barres",
|
|
2608
|
+
area: "Aires",
|
|
2609
|
+
pie: "Secteurs",
|
|
2610
|
+
donut: "Anneau"
|
|
2603
2611
|
}
|
|
2604
2612
|
},
|
|
2613
|
+
dashboardGrid: {
|
|
2614
|
+
move: "Déplacer {{title}}",
|
|
2615
|
+
resize: "Redimensionner {{title}}",
|
|
2616
|
+
remove: "Supprimer {{title}}",
|
|
2617
|
+
add: "Ajouter un widget",
|
|
2618
|
+
grabbed: "Saisi. Utilisez les flèches pour déplacer, Entrée pour déposer, Échap pour annuler.",
|
|
2619
|
+
resizeGrabbed: "Redimensionnement. Utilisez les flèches pour changer la taille, Entrée pour confirmer, Échap pour annuler.",
|
|
2620
|
+
movedTo: "Colonne {{col}}, ligne {{row}}.",
|
|
2621
|
+
resizedTo: "{{cols}} × {{rows}}.",
|
|
2622
|
+
droppedAt: "Widget placé en colonne {{col}}, ligne {{row}}.",
|
|
2623
|
+
removed: "Widget supprimé.",
|
|
2624
|
+
cancelled: "Modification annulée."
|
|
2625
|
+
},
|
|
2626
|
+
widgetPicker: {
|
|
2627
|
+
title: "Ajouter un widget",
|
|
2628
|
+
description: "Choisissez un widget à ajouter au tableau de bord.",
|
|
2629
|
+
searchLabel: "Rechercher des widgets",
|
|
2630
|
+
searchPlaceholder: "Rechercher des widgets…",
|
|
2631
|
+
empty: "Aucun widget ne correspond à la recherche.",
|
|
2632
|
+
none: "Aucun widget disponible."
|
|
2633
|
+
},
|
|
2605
2634
|
editor: {
|
|
2606
2635
|
toolbarLabel: "Mise en forme du texte",
|
|
2607
2636
|
regionLabel: "Éditeur de texte enrichi",
|
|
@@ -2623,6 +2623,35 @@ export declare const hiUi: {
|
|
|
2623
2623
|
readonly series: "श्रृंखला";
|
|
2624
2624
|
readonly value: "मान";
|
|
2625
2625
|
};
|
|
2626
|
+
readonly typeSwitcher: {
|
|
2627
|
+
readonly label: "चार्ट प्रकार";
|
|
2628
|
+
readonly line: "रेखा";
|
|
2629
|
+
readonly bar: "बार";
|
|
2630
|
+
readonly area: "क्षेत्र";
|
|
2631
|
+
readonly pie: "पाई";
|
|
2632
|
+
readonly donut: "डोनट";
|
|
2633
|
+
};
|
|
2634
|
+
};
|
|
2635
|
+
readonly dashboardGrid: {
|
|
2636
|
+
readonly move: "{{title}} ले जाएँ";
|
|
2637
|
+
readonly resize: "{{title}} का आकार बदलें";
|
|
2638
|
+
readonly remove: "{{title}} हटाएँ";
|
|
2639
|
+
readonly add: "विजेट जोड़ें";
|
|
2640
|
+
readonly grabbed: "उठाया गया। ले जाने के लिए तीर कुंजियाँ, रखने के लिए Enter, रद्द करने के लिए Escape।";
|
|
2641
|
+
readonly resizeGrabbed: "आकार बदला जा रहा है। तीर कुंजियाँ, पुष्टि के लिए Enter, रद्द करने के लिए Escape।";
|
|
2642
|
+
readonly movedTo: "कॉलम {{col}}, पंक्ति {{row}}।";
|
|
2643
|
+
readonly resizedTo: "{{cols}} × {{rows}}.";
|
|
2644
|
+
readonly droppedAt: "विजेट कॉलम {{col}}, पंक्ति {{row}} पर रखा गया।";
|
|
2645
|
+
readonly removed: "विजेट हटाया गया।";
|
|
2646
|
+
readonly cancelled: "बदलाव रद्द।";
|
|
2647
|
+
};
|
|
2648
|
+
readonly widgetPicker: {
|
|
2649
|
+
readonly title: "विजेट जोड़ें";
|
|
2650
|
+
readonly description: "डैशबोर्ड में जोड़ने के लिए एक विजेट चुनें।";
|
|
2651
|
+
readonly searchLabel: "विजेट खोजें";
|
|
2652
|
+
readonly searchPlaceholder: "विजेट खोजें…";
|
|
2653
|
+
readonly empty: "खोज से कोई विजेट मेल नहीं खाता।";
|
|
2654
|
+
readonly none: "कोई विजेट उपलब्ध नहीं है।";
|
|
2626
2655
|
};
|
|
2627
2656
|
readonly editor: {
|
|
2628
2657
|
readonly toolbarLabel: "टेक्स्ट फ़ॉर्मेटिंग";
|
package/dist/i18n/locales/hi.js
CHANGED
|
@@ -2597,8 +2597,37 @@ const e = {
|
|
|
2597
2597
|
table: {
|
|
2598
2598
|
series: "श्रृंखला",
|
|
2599
2599
|
value: "मान"
|
|
2600
|
+
},
|
|
2601
|
+
typeSwitcher: {
|
|
2602
|
+
label: "चार्ट प्रकार",
|
|
2603
|
+
line: "रेखा",
|
|
2604
|
+
bar: "बार",
|
|
2605
|
+
area: "क्षेत्र",
|
|
2606
|
+
pie: "पाई",
|
|
2607
|
+
donut: "डोनट"
|
|
2600
2608
|
}
|
|
2601
2609
|
},
|
|
2610
|
+
dashboardGrid: {
|
|
2611
|
+
move: "{{title}} ले जाएँ",
|
|
2612
|
+
resize: "{{title}} का आकार बदलें",
|
|
2613
|
+
remove: "{{title}} हटाएँ",
|
|
2614
|
+
add: "विजेट जोड़ें",
|
|
2615
|
+
grabbed: "उठाया गया। ले जाने के लिए तीर कुंजियाँ, रखने के लिए Enter, रद्द करने के लिए Escape।",
|
|
2616
|
+
resizeGrabbed: "आकार बदला जा रहा है। तीर कुंजियाँ, पुष्टि के लिए Enter, रद्द करने के लिए Escape।",
|
|
2617
|
+
movedTo: "कॉलम {{col}}, पंक्ति {{row}}।",
|
|
2618
|
+
resizedTo: "{{cols}} × {{rows}}.",
|
|
2619
|
+
droppedAt: "विजेट कॉलम {{col}}, पंक्ति {{row}} पर रखा गया।",
|
|
2620
|
+
removed: "विजेट हटाया गया।",
|
|
2621
|
+
cancelled: "बदलाव रद्द।"
|
|
2622
|
+
},
|
|
2623
|
+
widgetPicker: {
|
|
2624
|
+
title: "विजेट जोड़ें",
|
|
2625
|
+
description: "डैशबोर्ड में जोड़ने के लिए एक विजेट चुनें।",
|
|
2626
|
+
searchLabel: "विजेट खोजें",
|
|
2627
|
+
searchPlaceholder: "विजेट खोजें…",
|
|
2628
|
+
empty: "खोज से कोई विजेट मेल नहीं खाता।",
|
|
2629
|
+
none: "कोई विजेट उपलब्ध नहीं है।"
|
|
2630
|
+
},
|
|
2602
2631
|
editor: {
|
|
2603
2632
|
toolbarLabel: "टेक्स्ट फ़ॉर्मेटिंग",
|
|
2604
2633
|
regionLabel: "रिच टेक्स्ट एडिटर",
|
|
@@ -2620,6 +2620,35 @@ export declare const itUi: {
|
|
|
2620
2620
|
readonly series: "Serie";
|
|
2621
2621
|
readonly value: "Valore";
|
|
2622
2622
|
};
|
|
2623
|
+
readonly typeSwitcher: {
|
|
2624
|
+
readonly label: "Tipo di grafico";
|
|
2625
|
+
readonly line: "Linea";
|
|
2626
|
+
readonly bar: "Barre";
|
|
2627
|
+
readonly area: "Area";
|
|
2628
|
+
readonly pie: "Torta";
|
|
2629
|
+
readonly donut: "Ciambella";
|
|
2630
|
+
};
|
|
2631
|
+
};
|
|
2632
|
+
readonly dashboardGrid: {
|
|
2633
|
+
readonly move: "Sposta {{title}}";
|
|
2634
|
+
readonly resize: "Ridimensiona {{title}}";
|
|
2635
|
+
readonly remove: "Rimuovi {{title}}";
|
|
2636
|
+
readonly add: "Aggiungi widget";
|
|
2637
|
+
readonly grabbed: "Selezionato. Usa le frecce per spostare, Invio per rilasciare, Esc per annullare.";
|
|
2638
|
+
readonly resizeGrabbed: "Ridimensionamento. Usa le frecce per cambiare dimensione, Invio per confermare, Esc per annullare.";
|
|
2639
|
+
readonly movedTo: "Colonna {{col}}, riga {{row}}.";
|
|
2640
|
+
readonly resizedTo: "{{cols}} × {{rows}}.";
|
|
2641
|
+
readonly droppedAt: "Widget posizionato in colonna {{col}}, riga {{row}}.";
|
|
2642
|
+
readonly removed: "Widget rimosso.";
|
|
2643
|
+
readonly cancelled: "Modifica annullata.";
|
|
2644
|
+
};
|
|
2645
|
+
readonly widgetPicker: {
|
|
2646
|
+
readonly title: "Aggiungi un widget";
|
|
2647
|
+
readonly description: "Scegli un widget da aggiungere alla dashboard.";
|
|
2648
|
+
readonly searchLabel: "Cerca widget";
|
|
2649
|
+
readonly searchPlaceholder: "Cerca widget…";
|
|
2650
|
+
readonly empty: "Nessun widget corrisponde alla ricerca.";
|
|
2651
|
+
readonly none: "Nessun widget disponibile.";
|
|
2623
2652
|
};
|
|
2624
2653
|
readonly editor: {
|
|
2625
2654
|
readonly toolbarLabel: "Formattazione testo";
|
package/dist/i18n/locales/it.js
CHANGED
|
@@ -2580,8 +2580,37 @@ const e = {
|
|
|
2580
2580
|
table: {
|
|
2581
2581
|
series: "Serie",
|
|
2582
2582
|
value: "Valore"
|
|
2583
|
+
},
|
|
2584
|
+
typeSwitcher: {
|
|
2585
|
+
label: "Tipo di grafico",
|
|
2586
|
+
line: "Linea",
|
|
2587
|
+
bar: "Barre",
|
|
2588
|
+
area: "Area",
|
|
2589
|
+
pie: "Torta",
|
|
2590
|
+
donut: "Ciambella"
|
|
2583
2591
|
}
|
|
2584
2592
|
},
|
|
2593
|
+
dashboardGrid: {
|
|
2594
|
+
move: "Sposta {{title}}",
|
|
2595
|
+
resize: "Ridimensiona {{title}}",
|
|
2596
|
+
remove: "Rimuovi {{title}}",
|
|
2597
|
+
add: "Aggiungi widget",
|
|
2598
|
+
grabbed: "Selezionato. Usa le frecce per spostare, Invio per rilasciare, Esc per annullare.",
|
|
2599
|
+
resizeGrabbed: "Ridimensionamento. Usa le frecce per cambiare dimensione, Invio per confermare, Esc per annullare.",
|
|
2600
|
+
movedTo: "Colonna {{col}}, riga {{row}}.",
|
|
2601
|
+
resizedTo: "{{cols}} × {{rows}}.",
|
|
2602
|
+
droppedAt: "Widget posizionato in colonna {{col}}, riga {{row}}.",
|
|
2603
|
+
removed: "Widget rimosso.",
|
|
2604
|
+
cancelled: "Modifica annullata."
|
|
2605
|
+
},
|
|
2606
|
+
widgetPicker: {
|
|
2607
|
+
title: "Aggiungi un widget",
|
|
2608
|
+
description: "Scegli un widget da aggiungere alla dashboard.",
|
|
2609
|
+
searchLabel: "Cerca widget",
|
|
2610
|
+
searchPlaceholder: "Cerca widget…",
|
|
2611
|
+
empty: "Nessun widget corrisponde alla ricerca.",
|
|
2612
|
+
none: "Nessun widget disponibile."
|
|
2613
|
+
},
|
|
2585
2614
|
editor: {
|
|
2586
2615
|
toolbarLabel: "Formattazione testo",
|
|
2587
2616
|
regionLabel: "Editor di testo formattato",
|
|
@@ -2623,6 +2623,35 @@ export declare const jaUi: {
|
|
|
2623
2623
|
readonly series: "シリーズ";
|
|
2624
2624
|
readonly value: "値";
|
|
2625
2625
|
};
|
|
2626
|
+
readonly typeSwitcher: {
|
|
2627
|
+
readonly label: "グラフの種類";
|
|
2628
|
+
readonly line: "折れ線";
|
|
2629
|
+
readonly bar: "棒";
|
|
2630
|
+
readonly area: "面";
|
|
2631
|
+
readonly pie: "円";
|
|
2632
|
+
readonly donut: "ドーナツ";
|
|
2633
|
+
};
|
|
2634
|
+
};
|
|
2635
|
+
readonly dashboardGrid: {
|
|
2636
|
+
readonly move: "{{title}}を移動";
|
|
2637
|
+
readonly resize: "{{title}}のサイズ変更";
|
|
2638
|
+
readonly remove: "{{title}}を削除";
|
|
2639
|
+
readonly add: "ウィジェットを追加";
|
|
2640
|
+
readonly grabbed: "選択しました。矢印キーで移動、Enterで配置、Escapeでキャンセル。";
|
|
2641
|
+
readonly resizeGrabbed: "サイズ変更中。矢印キーで変更、Enterで確定、Escapeでキャンセル。";
|
|
2642
|
+
readonly movedTo: "{{col}}列目、{{row}}行目。";
|
|
2643
|
+
readonly resizedTo: "{{cols}} × {{rows}}.";
|
|
2644
|
+
readonly droppedAt: "ウィジェットを{{col}}列目、{{row}}行目に配置しました。";
|
|
2645
|
+
readonly removed: "ウィジェットを削除しました。";
|
|
2646
|
+
readonly cancelled: "変更をキャンセルしました。";
|
|
2647
|
+
};
|
|
2648
|
+
readonly widgetPicker: {
|
|
2649
|
+
readonly title: "ウィジェットを追加";
|
|
2650
|
+
readonly description: "ダッシュボードに追加するウィジェットを選択します。";
|
|
2651
|
+
readonly searchLabel: "ウィジェットを検索";
|
|
2652
|
+
readonly searchPlaceholder: "ウィジェットを検索…";
|
|
2653
|
+
readonly empty: "検索に一致するウィジェットはありません。";
|
|
2654
|
+
readonly none: "利用できるウィジェットがありません。";
|
|
2626
2655
|
};
|
|
2627
2656
|
readonly editor: {
|
|
2628
2657
|
readonly toolbarLabel: "テキスト書式設定";
|
package/dist/i18n/locales/ja.js
CHANGED
|
@@ -2602,8 +2602,37 @@ const e = {
|
|
|
2602
2602
|
table: {
|
|
2603
2603
|
series: "シリーズ",
|
|
2604
2604
|
value: "値"
|
|
2605
|
+
},
|
|
2606
|
+
typeSwitcher: {
|
|
2607
|
+
label: "グラフの種類",
|
|
2608
|
+
line: "折れ線",
|
|
2609
|
+
bar: "棒",
|
|
2610
|
+
area: "面",
|
|
2611
|
+
pie: "円",
|
|
2612
|
+
donut: "ドーナツ"
|
|
2605
2613
|
}
|
|
2606
2614
|
},
|
|
2615
|
+
dashboardGrid: {
|
|
2616
|
+
move: "{{title}}を移動",
|
|
2617
|
+
resize: "{{title}}のサイズ変更",
|
|
2618
|
+
remove: "{{title}}を削除",
|
|
2619
|
+
add: "ウィジェットを追加",
|
|
2620
|
+
grabbed: "選択しました。矢印キーで移動、Enterで配置、Escapeでキャンセル。",
|
|
2621
|
+
resizeGrabbed: "サイズ変更中。矢印キーで変更、Enterで確定、Escapeでキャンセル。",
|
|
2622
|
+
movedTo: "{{col}}列目、{{row}}行目。",
|
|
2623
|
+
resizedTo: "{{cols}} × {{rows}}.",
|
|
2624
|
+
droppedAt: "ウィジェットを{{col}}列目、{{row}}行目に配置しました。",
|
|
2625
|
+
removed: "ウィジェットを削除しました。",
|
|
2626
|
+
cancelled: "変更をキャンセルしました。"
|
|
2627
|
+
},
|
|
2628
|
+
widgetPicker: {
|
|
2629
|
+
title: "ウィジェットを追加",
|
|
2630
|
+
description: "ダッシュボードに追加するウィジェットを選択します。",
|
|
2631
|
+
searchLabel: "ウィジェットを検索",
|
|
2632
|
+
searchPlaceholder: "ウィジェットを検索…",
|
|
2633
|
+
empty: "検索に一致するウィジェットはありません。",
|
|
2634
|
+
none: "利用できるウィジェットがありません。"
|
|
2635
|
+
},
|
|
2607
2636
|
editor: {
|
|
2608
2637
|
toolbarLabel: "テキスト書式設定",
|
|
2609
2638
|
regionLabel: "リッチテキストエディター",
|
|
@@ -2623,6 +2623,35 @@ export declare const nlUi: {
|
|
|
2623
2623
|
readonly series: "Reeks";
|
|
2624
2624
|
readonly value: "Waarde";
|
|
2625
2625
|
};
|
|
2626
|
+
readonly typeSwitcher: {
|
|
2627
|
+
readonly label: "Grafiektype";
|
|
2628
|
+
readonly line: "Lijn";
|
|
2629
|
+
readonly bar: "Staaf";
|
|
2630
|
+
readonly area: "Vlak";
|
|
2631
|
+
readonly pie: "Cirkel";
|
|
2632
|
+
readonly donut: "Ring";
|
|
2633
|
+
};
|
|
2634
|
+
};
|
|
2635
|
+
readonly dashboardGrid: {
|
|
2636
|
+
readonly move: "{{title}} verplaatsen";
|
|
2637
|
+
readonly resize: "{{title}} vergroten/verkleinen";
|
|
2638
|
+
readonly remove: "{{title}} verwijderen";
|
|
2639
|
+
readonly add: "Widget toevoegen";
|
|
2640
|
+
readonly grabbed: "Opgepakt. Gebruik de pijltjestoetsen om te verplaatsen, Enter om neer te zetten, Escape om te annuleren.";
|
|
2641
|
+
readonly resizeGrabbed: "Formaat wijzigen. Gebruik de pijltjestoetsen, Enter om te bevestigen, Escape om te annuleren.";
|
|
2642
|
+
readonly movedTo: "Kolom {{col}}, rij {{row}}.";
|
|
2643
|
+
readonly resizedTo: "{{cols}} × {{rows}}.";
|
|
2644
|
+
readonly droppedAt: "Widget geplaatst in kolom {{col}}, rij {{row}}.";
|
|
2645
|
+
readonly removed: "Widget verwijderd.";
|
|
2646
|
+
readonly cancelled: "Wijziging geannuleerd.";
|
|
2647
|
+
};
|
|
2648
|
+
readonly widgetPicker: {
|
|
2649
|
+
readonly title: "Widget toevoegen";
|
|
2650
|
+
readonly description: "Kies een widget om aan je dashboard toe te voegen.";
|
|
2651
|
+
readonly searchLabel: "Widgets zoeken";
|
|
2652
|
+
readonly searchPlaceholder: "Widgets zoeken…";
|
|
2653
|
+
readonly empty: "Geen widgets komen overeen met de zoekopdracht.";
|
|
2654
|
+
readonly none: "Geen widgets beschikbaar.";
|
|
2626
2655
|
};
|
|
2627
2656
|
readonly editor: {
|
|
2628
2657
|
readonly toolbarLabel: "Tekstopmaak";
|
package/dist/i18n/locales/nl.js
CHANGED
|
@@ -2593,8 +2593,37 @@ const e = {
|
|
|
2593
2593
|
table: {
|
|
2594
2594
|
series: "Reeks",
|
|
2595
2595
|
value: "Waarde"
|
|
2596
|
+
},
|
|
2597
|
+
typeSwitcher: {
|
|
2598
|
+
label: "Grafiektype",
|
|
2599
|
+
line: "Lijn",
|
|
2600
|
+
bar: "Staaf",
|
|
2601
|
+
area: "Vlak",
|
|
2602
|
+
pie: "Cirkel",
|
|
2603
|
+
donut: "Ring"
|
|
2596
2604
|
}
|
|
2597
2605
|
},
|
|
2606
|
+
dashboardGrid: {
|
|
2607
|
+
move: "{{title}} verplaatsen",
|
|
2608
|
+
resize: "{{title}} vergroten/verkleinen",
|
|
2609
|
+
remove: "{{title}} verwijderen",
|
|
2610
|
+
add: "Widget toevoegen",
|
|
2611
|
+
grabbed: "Opgepakt. Gebruik de pijltjestoetsen om te verplaatsen, Enter om neer te zetten, Escape om te annuleren.",
|
|
2612
|
+
resizeGrabbed: "Formaat wijzigen. Gebruik de pijltjestoetsen, Enter om te bevestigen, Escape om te annuleren.",
|
|
2613
|
+
movedTo: "Kolom {{col}}, rij {{row}}.",
|
|
2614
|
+
resizedTo: "{{cols}} × {{rows}}.",
|
|
2615
|
+
droppedAt: "Widget geplaatst in kolom {{col}}, rij {{row}}.",
|
|
2616
|
+
removed: "Widget verwijderd.",
|
|
2617
|
+
cancelled: "Wijziging geannuleerd."
|
|
2618
|
+
},
|
|
2619
|
+
widgetPicker: {
|
|
2620
|
+
title: "Widget toevoegen",
|
|
2621
|
+
description: "Kies een widget om aan je dashboard toe te voegen.",
|
|
2622
|
+
searchLabel: "Widgets zoeken",
|
|
2623
|
+
searchPlaceholder: "Widgets zoeken…",
|
|
2624
|
+
empty: "Geen widgets komen overeen met de zoekopdracht.",
|
|
2625
|
+
none: "Geen widgets beschikbaar."
|
|
2626
|
+
},
|
|
2598
2627
|
editor: {
|
|
2599
2628
|
toolbarLabel: "Tekstopmaak",
|
|
2600
2629
|
regionLabel: "Tekstverwerker",
|
|
@@ -2623,6 +2623,35 @@ export declare const plUi: {
|
|
|
2623
2623
|
readonly series: "Seria";
|
|
2624
2624
|
readonly value: "Wartość";
|
|
2625
2625
|
};
|
|
2626
|
+
readonly typeSwitcher: {
|
|
2627
|
+
readonly label: "Typ wykresu";
|
|
2628
|
+
readonly line: "Liniowy";
|
|
2629
|
+
readonly bar: "Słupkowy";
|
|
2630
|
+
readonly area: "Warstwowy";
|
|
2631
|
+
readonly pie: "Kołowy";
|
|
2632
|
+
readonly donut: "Pierścieniowy";
|
|
2633
|
+
};
|
|
2634
|
+
};
|
|
2635
|
+
readonly dashboardGrid: {
|
|
2636
|
+
readonly move: "Przenieś {{title}}";
|
|
2637
|
+
readonly resize: "Zmień rozmiar {{title}}";
|
|
2638
|
+
readonly remove: "Usuń {{title}}";
|
|
2639
|
+
readonly add: "Dodaj widżet";
|
|
2640
|
+
readonly grabbed: "Podniesiono. Użyj strzałek, aby przenieść, Enter aby upuścić, Escape aby anulować.";
|
|
2641
|
+
readonly resizeGrabbed: "Zmiana rozmiaru. Użyj strzałek, Enter aby potwierdzić, Escape aby anulować.";
|
|
2642
|
+
readonly movedTo: "Kolumna {{col}}, wiersz {{row}}.";
|
|
2643
|
+
readonly resizedTo: "{{cols}} × {{rows}}.";
|
|
2644
|
+
readonly droppedAt: "Widżet umieszczony w kolumnie {{col}}, wierszu {{row}}.";
|
|
2645
|
+
readonly removed: "Widżet usunięty.";
|
|
2646
|
+
readonly cancelled: "Zmiana anulowana.";
|
|
2647
|
+
};
|
|
2648
|
+
readonly widgetPicker: {
|
|
2649
|
+
readonly title: "Dodaj widżet";
|
|
2650
|
+
readonly description: "Wybierz widżet do dodania do pulpitu.";
|
|
2651
|
+
readonly searchLabel: "Szukaj widżetów";
|
|
2652
|
+
readonly searchPlaceholder: "Szukaj widżetów…";
|
|
2653
|
+
readonly empty: "Żaden widżet nie pasuje do wyszukiwania.";
|
|
2654
|
+
readonly none: "Brak dostępnych widżetów.";
|
|
2626
2655
|
};
|
|
2627
2656
|
readonly editor: {
|
|
2628
2657
|
readonly toolbarLabel: "Formatowanie tekstu";
|
package/dist/i18n/locales/pl.js
CHANGED
|
@@ -2602,8 +2602,37 @@ const e = {
|
|
|
2602
2602
|
table: {
|
|
2603
2603
|
series: "Seria",
|
|
2604
2604
|
value: "Wartość"
|
|
2605
|
+
},
|
|
2606
|
+
typeSwitcher: {
|
|
2607
|
+
label: "Typ wykresu",
|
|
2608
|
+
line: "Liniowy",
|
|
2609
|
+
bar: "Słupkowy",
|
|
2610
|
+
area: "Warstwowy",
|
|
2611
|
+
pie: "Kołowy",
|
|
2612
|
+
donut: "Pierścieniowy"
|
|
2605
2613
|
}
|
|
2606
2614
|
},
|
|
2615
|
+
dashboardGrid: {
|
|
2616
|
+
move: "Przenieś {{title}}",
|
|
2617
|
+
resize: "Zmień rozmiar {{title}}",
|
|
2618
|
+
remove: "Usuń {{title}}",
|
|
2619
|
+
add: "Dodaj widżet",
|
|
2620
|
+
grabbed: "Podniesiono. Użyj strzałek, aby przenieść, Enter aby upuścić, Escape aby anulować.",
|
|
2621
|
+
resizeGrabbed: "Zmiana rozmiaru. Użyj strzałek, Enter aby potwierdzić, Escape aby anulować.",
|
|
2622
|
+
movedTo: "Kolumna {{col}}, wiersz {{row}}.",
|
|
2623
|
+
resizedTo: "{{cols}} × {{rows}}.",
|
|
2624
|
+
droppedAt: "Widżet umieszczony w kolumnie {{col}}, wierszu {{row}}.",
|
|
2625
|
+
removed: "Widżet usunięty.",
|
|
2626
|
+
cancelled: "Zmiana anulowana."
|
|
2627
|
+
},
|
|
2628
|
+
widgetPicker: {
|
|
2629
|
+
title: "Dodaj widżet",
|
|
2630
|
+
description: "Wybierz widżet do dodania do pulpitu.",
|
|
2631
|
+
searchLabel: "Szukaj widżetów",
|
|
2632
|
+
searchPlaceholder: "Szukaj widżetów…",
|
|
2633
|
+
empty: "Żaden widżet nie pasuje do wyszukiwania.",
|
|
2634
|
+
none: "Brak dostępnych widżetów."
|
|
2635
|
+
},
|
|
2607
2636
|
editor: {
|
|
2608
2637
|
toolbarLabel: "Formatowanie tekstu",
|
|
2609
2638
|
regionLabel: "Edytor tekstu sformatowanego",
|
|
@@ -2624,6 +2624,35 @@ export declare const ptUi: {
|
|
|
2624
2624
|
readonly series: "Série";
|
|
2625
2625
|
readonly value: "Valor";
|
|
2626
2626
|
};
|
|
2627
|
+
readonly typeSwitcher: {
|
|
2628
|
+
readonly label: "Tipo de gráfico";
|
|
2629
|
+
readonly line: "Linha";
|
|
2630
|
+
readonly bar: "Barras";
|
|
2631
|
+
readonly area: "Área";
|
|
2632
|
+
readonly pie: "Circular";
|
|
2633
|
+
readonly donut: "Anel";
|
|
2634
|
+
};
|
|
2635
|
+
};
|
|
2636
|
+
readonly dashboardGrid: {
|
|
2637
|
+
readonly move: "Mover {{title}}";
|
|
2638
|
+
readonly resize: "Redimensionar {{title}}";
|
|
2639
|
+
readonly remove: "Remover {{title}}";
|
|
2640
|
+
readonly add: "Adicionar widget";
|
|
2641
|
+
readonly grabbed: "Selecionado. Use as setas para mover, Enter para soltar, Esc para cancelar.";
|
|
2642
|
+
readonly resizeGrabbed: "A redimensionar. Use as setas para alterar o tamanho, Enter para confirmar, Esc para cancelar.";
|
|
2643
|
+
readonly movedTo: "Coluna {{col}}, linha {{row}}.";
|
|
2644
|
+
readonly resizedTo: "{{cols}} × {{rows}}.";
|
|
2645
|
+
readonly droppedAt: "Widget colocado na coluna {{col}}, linha {{row}}.";
|
|
2646
|
+
readonly removed: "Widget removido.";
|
|
2647
|
+
readonly cancelled: "Alteração cancelada.";
|
|
2648
|
+
};
|
|
2649
|
+
readonly widgetPicker: {
|
|
2650
|
+
readonly title: "Adicionar um widget";
|
|
2651
|
+
readonly description: "Escolha um widget para adicionar ao painel.";
|
|
2652
|
+
readonly searchLabel: "Pesquisar widgets";
|
|
2653
|
+
readonly searchPlaceholder: "Pesquisar widgets…";
|
|
2654
|
+
readonly empty: "Nenhum widget corresponde à pesquisa.";
|
|
2655
|
+
readonly none: "Nenhum widget disponível.";
|
|
2627
2656
|
};
|
|
2628
2657
|
readonly editor: {
|
|
2629
2658
|
readonly toolbarLabel: "Formatação de texto";
|
package/dist/i18n/locales/pt.js
CHANGED
|
@@ -2607,8 +2607,37 @@ const e = {
|
|
|
2607
2607
|
table: {
|
|
2608
2608
|
series: "Série",
|
|
2609
2609
|
value: "Valor"
|
|
2610
|
+
},
|
|
2611
|
+
typeSwitcher: {
|
|
2612
|
+
label: "Tipo de gráfico",
|
|
2613
|
+
line: "Linha",
|
|
2614
|
+
bar: "Barras",
|
|
2615
|
+
area: "Área",
|
|
2616
|
+
pie: "Circular",
|
|
2617
|
+
donut: "Anel"
|
|
2610
2618
|
}
|
|
2611
2619
|
},
|
|
2620
|
+
dashboardGrid: {
|
|
2621
|
+
move: "Mover {{title}}",
|
|
2622
|
+
resize: "Redimensionar {{title}}",
|
|
2623
|
+
remove: "Remover {{title}}",
|
|
2624
|
+
add: "Adicionar widget",
|
|
2625
|
+
grabbed: "Selecionado. Use as setas para mover, Enter para soltar, Esc para cancelar.",
|
|
2626
|
+
resizeGrabbed: "A redimensionar. Use as setas para alterar o tamanho, Enter para confirmar, Esc para cancelar.",
|
|
2627
|
+
movedTo: "Coluna {{col}}, linha {{row}}.",
|
|
2628
|
+
resizedTo: "{{cols}} × {{rows}}.",
|
|
2629
|
+
droppedAt: "Widget colocado na coluna {{col}}, linha {{row}}.",
|
|
2630
|
+
removed: "Widget removido.",
|
|
2631
|
+
cancelled: "Alteração cancelada."
|
|
2632
|
+
},
|
|
2633
|
+
widgetPicker: {
|
|
2634
|
+
title: "Adicionar um widget",
|
|
2635
|
+
description: "Escolha um widget para adicionar ao painel.",
|
|
2636
|
+
searchLabel: "Pesquisar widgets",
|
|
2637
|
+
searchPlaceholder: "Pesquisar widgets…",
|
|
2638
|
+
empty: "Nenhum widget corresponde à pesquisa.",
|
|
2639
|
+
none: "Nenhum widget disponível."
|
|
2640
|
+
},
|
|
2612
2641
|
editor: {
|
|
2613
2642
|
toolbarLabel: "Formatação de texto",
|
|
2614
2643
|
regionLabel: "Editor de texto formatado",
|
|
@@ -2623,6 +2623,35 @@ export declare const roUi: {
|
|
|
2623
2623
|
readonly series: "Serie";
|
|
2624
2624
|
readonly value: "Valoare";
|
|
2625
2625
|
};
|
|
2626
|
+
readonly typeSwitcher: {
|
|
2627
|
+
readonly label: "Tip de grafic";
|
|
2628
|
+
readonly line: "Linie";
|
|
2629
|
+
readonly bar: "Bare";
|
|
2630
|
+
readonly area: "Arie";
|
|
2631
|
+
readonly pie: "Circular";
|
|
2632
|
+
readonly donut: "Inel";
|
|
2633
|
+
};
|
|
2634
|
+
};
|
|
2635
|
+
readonly dashboardGrid: {
|
|
2636
|
+
readonly move: "Mută {{title}}";
|
|
2637
|
+
readonly resize: "Redimensionează {{title}}";
|
|
2638
|
+
readonly remove: "Elimină {{title}}";
|
|
2639
|
+
readonly add: "Adaugă widget";
|
|
2640
|
+
readonly grabbed: "Selectat. Folosește săgețile pentru a muta, Enter pentru a plasa, Escape pentru a anula.";
|
|
2641
|
+
readonly resizeGrabbed: "Redimensionare. Folosește săgețile pentru a schimba dimensiunea, Enter pentru a confirma, Escape pentru a anula.";
|
|
2642
|
+
readonly movedTo: "Coloana {{col}}, rândul {{row}}.";
|
|
2643
|
+
readonly resizedTo: "{{cols}} × {{rows}}.";
|
|
2644
|
+
readonly droppedAt: "Widget plasat în coloana {{col}}, rândul {{row}}.";
|
|
2645
|
+
readonly removed: "Widget eliminat.";
|
|
2646
|
+
readonly cancelled: "Modificare anulată.";
|
|
2647
|
+
};
|
|
2648
|
+
readonly widgetPicker: {
|
|
2649
|
+
readonly title: "Adaugă un widget";
|
|
2650
|
+
readonly description: "Alege un widget de adăugat pe tablou.";
|
|
2651
|
+
readonly searchLabel: "Caută widgeturi";
|
|
2652
|
+
readonly searchPlaceholder: "Caută widgeturi…";
|
|
2653
|
+
readonly empty: "Niciun widget nu corespunde căutării.";
|
|
2654
|
+
readonly none: "Niciun widget disponibil.";
|
|
2626
2655
|
};
|
|
2627
2656
|
readonly editor: {
|
|
2628
2657
|
readonly toolbarLabel: "Formatare text";
|
package/dist/i18n/locales/ro.js
CHANGED
|
@@ -2606,8 +2606,37 @@ const e = {
|
|
|
2606
2606
|
table: {
|
|
2607
2607
|
series: "Serie",
|
|
2608
2608
|
value: "Valoare"
|
|
2609
|
+
},
|
|
2610
|
+
typeSwitcher: {
|
|
2611
|
+
label: "Tip de grafic",
|
|
2612
|
+
line: "Linie",
|
|
2613
|
+
bar: "Bare",
|
|
2614
|
+
area: "Arie",
|
|
2615
|
+
pie: "Circular",
|
|
2616
|
+
donut: "Inel"
|
|
2609
2617
|
}
|
|
2610
2618
|
},
|
|
2619
|
+
dashboardGrid: {
|
|
2620
|
+
move: "Mută {{title}}",
|
|
2621
|
+
resize: "Redimensionează {{title}}",
|
|
2622
|
+
remove: "Elimină {{title}}",
|
|
2623
|
+
add: "Adaugă widget",
|
|
2624
|
+
grabbed: "Selectat. Folosește săgețile pentru a muta, Enter pentru a plasa, Escape pentru a anula.",
|
|
2625
|
+
resizeGrabbed: "Redimensionare. Folosește săgețile pentru a schimba dimensiunea, Enter pentru a confirma, Escape pentru a anula.",
|
|
2626
|
+
movedTo: "Coloana {{col}}, rândul {{row}}.",
|
|
2627
|
+
resizedTo: "{{cols}} × {{rows}}.",
|
|
2628
|
+
droppedAt: "Widget plasat în coloana {{col}}, rândul {{row}}.",
|
|
2629
|
+
removed: "Widget eliminat.",
|
|
2630
|
+
cancelled: "Modificare anulată."
|
|
2631
|
+
},
|
|
2632
|
+
widgetPicker: {
|
|
2633
|
+
title: "Adaugă un widget",
|
|
2634
|
+
description: "Alege un widget de adăugat pe tablou.",
|
|
2635
|
+
searchLabel: "Caută widgeturi",
|
|
2636
|
+
searchPlaceholder: "Caută widgeturi…",
|
|
2637
|
+
empty: "Niciun widget nu corespunde căutării.",
|
|
2638
|
+
none: "Niciun widget disponibil."
|
|
2639
|
+
},
|
|
2611
2640
|
editor: {
|
|
2612
2641
|
toolbarLabel: "Formatare text",
|
|
2613
2642
|
regionLabel: "Editor de text îmbogățit",
|
|
@@ -2623,6 +2623,35 @@ export declare const ruUi: {
|
|
|
2623
2623
|
readonly series: "Серия";
|
|
2624
2624
|
readonly value: "Значение";
|
|
2625
2625
|
};
|
|
2626
|
+
readonly typeSwitcher: {
|
|
2627
|
+
readonly label: "Тип диаграммы";
|
|
2628
|
+
readonly line: "Линия";
|
|
2629
|
+
readonly bar: "Столбцы";
|
|
2630
|
+
readonly area: "Область";
|
|
2631
|
+
readonly pie: "Круговая";
|
|
2632
|
+
readonly donut: "Кольцевая";
|
|
2633
|
+
};
|
|
2634
|
+
};
|
|
2635
|
+
readonly dashboardGrid: {
|
|
2636
|
+
readonly move: "Переместить {{title}}";
|
|
2637
|
+
readonly resize: "Изменить размер {{title}}";
|
|
2638
|
+
readonly remove: "Удалить {{title}}";
|
|
2639
|
+
readonly add: "Добавить виджет";
|
|
2640
|
+
readonly grabbed: "Захвачено. Стрелки — переместить, Enter — отпустить, Escape — отменить.";
|
|
2641
|
+
readonly resizeGrabbed: "Изменение размера. Стрелки — изменить размер, Enter — подтвердить, Escape — отменить.";
|
|
2642
|
+
readonly movedTo: "Столбец {{col}}, строка {{row}}.";
|
|
2643
|
+
readonly resizedTo: "{{cols}} × {{rows}}.";
|
|
2644
|
+
readonly droppedAt: "Виджет размещён: столбец {{col}}, строка {{row}}.";
|
|
2645
|
+
readonly removed: "Виджет удалён.";
|
|
2646
|
+
readonly cancelled: "Изменение отменено.";
|
|
2647
|
+
};
|
|
2648
|
+
readonly widgetPicker: {
|
|
2649
|
+
readonly title: "Добавить виджет";
|
|
2650
|
+
readonly description: "Выберите виджет для панели.";
|
|
2651
|
+
readonly searchLabel: "Поиск виджетов";
|
|
2652
|
+
readonly searchPlaceholder: "Поиск виджетов…";
|
|
2653
|
+
readonly empty: "Ни один виджет не соответствует запросу.";
|
|
2654
|
+
readonly none: "Нет доступных виджетов.";
|
|
2626
2655
|
};
|
|
2627
2656
|
readonly editor: {
|
|
2628
2657
|
readonly toolbarLabel: "Форматирование текста";
|
package/dist/i18n/locales/ru.js
CHANGED
|
@@ -2599,8 +2599,37 @@ const e = {
|
|
|
2599
2599
|
table: {
|
|
2600
2600
|
series: "Серия",
|
|
2601
2601
|
value: "Значение"
|
|
2602
|
+
},
|
|
2603
|
+
typeSwitcher: {
|
|
2604
|
+
label: "Тип диаграммы",
|
|
2605
|
+
line: "Линия",
|
|
2606
|
+
bar: "Столбцы",
|
|
2607
|
+
area: "Область",
|
|
2608
|
+
pie: "Круговая",
|
|
2609
|
+
donut: "Кольцевая"
|
|
2602
2610
|
}
|
|
2603
2611
|
},
|
|
2612
|
+
dashboardGrid: {
|
|
2613
|
+
move: "Переместить {{title}}",
|
|
2614
|
+
resize: "Изменить размер {{title}}",
|
|
2615
|
+
remove: "Удалить {{title}}",
|
|
2616
|
+
add: "Добавить виджет",
|
|
2617
|
+
grabbed: "Захвачено. Стрелки — переместить, Enter — отпустить, Escape — отменить.",
|
|
2618
|
+
resizeGrabbed: "Изменение размера. Стрелки — изменить размер, Enter — подтвердить, Escape — отменить.",
|
|
2619
|
+
movedTo: "Столбец {{col}}, строка {{row}}.",
|
|
2620
|
+
resizedTo: "{{cols}} × {{rows}}.",
|
|
2621
|
+
droppedAt: "Виджет размещён: столбец {{col}}, строка {{row}}.",
|
|
2622
|
+
removed: "Виджет удалён.",
|
|
2623
|
+
cancelled: "Изменение отменено."
|
|
2624
|
+
},
|
|
2625
|
+
widgetPicker: {
|
|
2626
|
+
title: "Добавить виджет",
|
|
2627
|
+
description: "Выберите виджет для панели.",
|
|
2628
|
+
searchLabel: "Поиск виджетов",
|
|
2629
|
+
searchPlaceholder: "Поиск виджетов…",
|
|
2630
|
+
empty: "Ни один виджет не соответствует запросу.",
|
|
2631
|
+
none: "Нет доступных виджетов."
|
|
2632
|
+
},
|
|
2604
2633
|
editor: {
|
|
2605
2634
|
toolbarLabel: "Форматирование текста",
|
|
2606
2635
|
regionLabel: "Редактор форматированного текста",
|