@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
|
@@ -2623,6 +2623,35 @@ export declare const sqUi: {
|
|
|
2623
2623
|
readonly series: "Seri";
|
|
2624
2624
|
readonly value: "Vlerë";
|
|
2625
2625
|
};
|
|
2626
|
+
readonly typeSwitcher: {
|
|
2627
|
+
readonly label: "Lloji i grafikut";
|
|
2628
|
+
readonly line: "Vijë";
|
|
2629
|
+
readonly bar: "Shtylla";
|
|
2630
|
+
readonly area: "Sipërfaqe";
|
|
2631
|
+
readonly pie: "Rrethor";
|
|
2632
|
+
readonly donut: "Unazë";
|
|
2633
|
+
};
|
|
2634
|
+
};
|
|
2635
|
+
readonly dashboardGrid: {
|
|
2636
|
+
readonly move: "Zhvendos {{title}}";
|
|
2637
|
+
readonly resize: "Ripërmaso {{title}}";
|
|
2638
|
+
readonly remove: "Hiq {{title}}";
|
|
2639
|
+
readonly add: "Shto widget";
|
|
2640
|
+
readonly grabbed: "U mor. Përdor shigjetat për të zhvendosur, Enter për të lëshuar, Escape për të anuluar.";
|
|
2641
|
+
readonly resizeGrabbed: "Ripërmasim. Përdor shigjetat për madhësinë, Enter për të konfirmuar, Escape për të anuluar.";
|
|
2642
|
+
readonly movedTo: "Kolona {{col}}, rreshti {{row}}.";
|
|
2643
|
+
readonly resizedTo: "{{cols}} × {{rows}}.";
|
|
2644
|
+
readonly droppedAt: "Widget-i u vendos në kolonën {{col}}, rreshtin {{row}}.";
|
|
2645
|
+
readonly removed: "Widget-i u hoq.";
|
|
2646
|
+
readonly cancelled: "Ndryshimi u anulua.";
|
|
2647
|
+
};
|
|
2648
|
+
readonly widgetPicker: {
|
|
2649
|
+
readonly title: "Shto një widget";
|
|
2650
|
+
readonly description: "Zgjidh një widget për panelin.";
|
|
2651
|
+
readonly searchLabel: "Kërko widget-e";
|
|
2652
|
+
readonly searchPlaceholder: "Kërko widget-e…";
|
|
2653
|
+
readonly empty: "Asnjë widget nuk përputhet me kërkimin.";
|
|
2654
|
+
readonly none: "Nuk ka miniaplikacione të disponueshme.";
|
|
2626
2655
|
};
|
|
2627
2656
|
readonly editor: {
|
|
2628
2657
|
readonly toolbarLabel: "Formatimi i tekstit";
|
package/dist/i18n/locales/sq.js
CHANGED
|
@@ -2603,8 +2603,37 @@ const e = {
|
|
|
2603
2603
|
table: {
|
|
2604
2604
|
series: "Seri",
|
|
2605
2605
|
value: "Vlerë"
|
|
2606
|
+
},
|
|
2607
|
+
typeSwitcher: {
|
|
2608
|
+
label: "Lloji i grafikut",
|
|
2609
|
+
line: "Vijë",
|
|
2610
|
+
bar: "Shtylla",
|
|
2611
|
+
area: "Sipërfaqe",
|
|
2612
|
+
pie: "Rrethor",
|
|
2613
|
+
donut: "Unazë"
|
|
2606
2614
|
}
|
|
2607
2615
|
},
|
|
2616
|
+
dashboardGrid: {
|
|
2617
|
+
move: "Zhvendos {{title}}",
|
|
2618
|
+
resize: "Ripërmaso {{title}}",
|
|
2619
|
+
remove: "Hiq {{title}}",
|
|
2620
|
+
add: "Shto widget",
|
|
2621
|
+
grabbed: "U mor. Përdor shigjetat për të zhvendosur, Enter për të lëshuar, Escape për të anuluar.",
|
|
2622
|
+
resizeGrabbed: "Ripërmasim. Përdor shigjetat për madhësinë, Enter për të konfirmuar, Escape për të anuluar.",
|
|
2623
|
+
movedTo: "Kolona {{col}}, rreshti {{row}}.",
|
|
2624
|
+
resizedTo: "{{cols}} × {{rows}}.",
|
|
2625
|
+
droppedAt: "Widget-i u vendos në kolonën {{col}}, rreshtin {{row}}.",
|
|
2626
|
+
removed: "Widget-i u hoq.",
|
|
2627
|
+
cancelled: "Ndryshimi u anulua."
|
|
2628
|
+
},
|
|
2629
|
+
widgetPicker: {
|
|
2630
|
+
title: "Shto një widget",
|
|
2631
|
+
description: "Zgjidh një widget për panelin.",
|
|
2632
|
+
searchLabel: "Kërko widget-e",
|
|
2633
|
+
searchPlaceholder: "Kërko widget-e…",
|
|
2634
|
+
empty: "Asnjë widget nuk përputhet me kërkimin.",
|
|
2635
|
+
none: "Nuk ka miniaplikacione të disponueshme."
|
|
2636
|
+
},
|
|
2608
2637
|
editor: {
|
|
2609
2638
|
toolbarLabel: "Formatimi i tekstit",
|
|
2610
2639
|
regionLabel: "Redaktues teksti i pasur",
|
|
@@ -2623,6 +2623,35 @@ export declare const svUi: {
|
|
|
2623
2623
|
readonly series: "Serie";
|
|
2624
2624
|
readonly value: "Värde";
|
|
2625
2625
|
};
|
|
2626
|
+
readonly typeSwitcher: {
|
|
2627
|
+
readonly label: "Diagramtyp";
|
|
2628
|
+
readonly line: "Linje";
|
|
2629
|
+
readonly bar: "Stapel";
|
|
2630
|
+
readonly area: "Yta";
|
|
2631
|
+
readonly pie: "Cirkel";
|
|
2632
|
+
readonly donut: "Ring";
|
|
2633
|
+
};
|
|
2634
|
+
};
|
|
2635
|
+
readonly dashboardGrid: {
|
|
2636
|
+
readonly move: "Flytta {{title}}";
|
|
2637
|
+
readonly resize: "Ändra storlek på {{title}}";
|
|
2638
|
+
readonly remove: "Ta bort {{title}}";
|
|
2639
|
+
readonly add: "Lägg till widget";
|
|
2640
|
+
readonly grabbed: "Upplockad. Använd piltangenterna för att flytta, Enter för att släppa, Escape för att avbryta.";
|
|
2641
|
+
readonly resizeGrabbed: "Storleksändring. Använd piltangenterna, Enter för att bekräfta, Escape för att avbryta.";
|
|
2642
|
+
readonly movedTo: "Kolumn {{col}}, rad {{row}}.";
|
|
2643
|
+
readonly resizedTo: "{{cols}} × {{rows}}.";
|
|
2644
|
+
readonly droppedAt: "Widget placerad i kolumn {{col}}, rad {{row}}.";
|
|
2645
|
+
readonly removed: "Widget borttagen.";
|
|
2646
|
+
readonly cancelled: "Ändring avbruten.";
|
|
2647
|
+
};
|
|
2648
|
+
readonly widgetPicker: {
|
|
2649
|
+
readonly title: "Lägg till widget";
|
|
2650
|
+
readonly description: "Välj en widget att lägga till på panelen.";
|
|
2651
|
+
readonly searchLabel: "Sök widgetar";
|
|
2652
|
+
readonly searchPlaceholder: "Sök widgetar…";
|
|
2653
|
+
readonly empty: "Inga widgetar matchar sökningen.";
|
|
2654
|
+
readonly none: "Inga widgetar tillgängliga.";
|
|
2626
2655
|
};
|
|
2627
2656
|
readonly editor: {
|
|
2628
2657
|
readonly toolbarLabel: "Textformatering";
|
package/dist/i18n/locales/sv.js
CHANGED
|
@@ -2601,8 +2601,37 @@ const e = {
|
|
|
2601
2601
|
table: {
|
|
2602
2602
|
series: "Serie",
|
|
2603
2603
|
value: "Värde"
|
|
2604
|
+
},
|
|
2605
|
+
typeSwitcher: {
|
|
2606
|
+
label: "Diagramtyp",
|
|
2607
|
+
line: "Linje",
|
|
2608
|
+
bar: "Stapel",
|
|
2609
|
+
area: "Yta",
|
|
2610
|
+
pie: "Cirkel",
|
|
2611
|
+
donut: "Ring"
|
|
2604
2612
|
}
|
|
2605
2613
|
},
|
|
2614
|
+
dashboardGrid: {
|
|
2615
|
+
move: "Flytta {{title}}",
|
|
2616
|
+
resize: "Ändra storlek på {{title}}",
|
|
2617
|
+
remove: "Ta bort {{title}}",
|
|
2618
|
+
add: "Lägg till widget",
|
|
2619
|
+
grabbed: "Upplockad. Använd piltangenterna för att flytta, Enter för att släppa, Escape för att avbryta.",
|
|
2620
|
+
resizeGrabbed: "Storleksändring. Använd piltangenterna, Enter för att bekräfta, Escape för att avbryta.",
|
|
2621
|
+
movedTo: "Kolumn {{col}}, rad {{row}}.",
|
|
2622
|
+
resizedTo: "{{cols}} × {{rows}}.",
|
|
2623
|
+
droppedAt: "Widget placerad i kolumn {{col}}, rad {{row}}.",
|
|
2624
|
+
removed: "Widget borttagen.",
|
|
2625
|
+
cancelled: "Ändring avbruten."
|
|
2626
|
+
},
|
|
2627
|
+
widgetPicker: {
|
|
2628
|
+
title: "Lägg till widget",
|
|
2629
|
+
description: "Välj en widget att lägga till på panelen.",
|
|
2630
|
+
searchLabel: "Sök widgetar",
|
|
2631
|
+
searchPlaceholder: "Sök widgetar…",
|
|
2632
|
+
empty: "Inga widgetar matchar sökningen.",
|
|
2633
|
+
none: "Inga widgetar tillgängliga."
|
|
2634
|
+
},
|
|
2606
2635
|
editor: {
|
|
2607
2636
|
toolbarLabel: "Textformatering",
|
|
2608
2637
|
regionLabel: "Redigerare för formaterad text",
|
|
@@ -2623,6 +2623,35 @@ export declare const trUi: {
|
|
|
2623
2623
|
readonly series: "Seri";
|
|
2624
2624
|
readonly value: "Değer";
|
|
2625
2625
|
};
|
|
2626
|
+
readonly typeSwitcher: {
|
|
2627
|
+
readonly label: "Grafik türü";
|
|
2628
|
+
readonly line: "Çizgi";
|
|
2629
|
+
readonly bar: "Sütun";
|
|
2630
|
+
readonly area: "Alan";
|
|
2631
|
+
readonly pie: "Pasta";
|
|
2632
|
+
readonly donut: "Halka";
|
|
2633
|
+
};
|
|
2634
|
+
};
|
|
2635
|
+
readonly dashboardGrid: {
|
|
2636
|
+
readonly move: "{{title}} taşı";
|
|
2637
|
+
readonly resize: "{{title}} yeniden boyutlandır";
|
|
2638
|
+
readonly remove: "{{title}} kaldır";
|
|
2639
|
+
readonly add: "Widget ekle";
|
|
2640
|
+
readonly grabbed: "Alındı. Taşımak için ok tuşlarını, bırakmak için Enter, iptal için Escape kullanın.";
|
|
2641
|
+
readonly resizeGrabbed: "Boyutlandırma. Boyut için ok tuşlarını, onay için Enter, iptal için Escape kullanın.";
|
|
2642
|
+
readonly movedTo: "Sütun {{col}}, satır {{row}}.";
|
|
2643
|
+
readonly resizedTo: "{{cols}} × {{rows}}.";
|
|
2644
|
+
readonly droppedAt: "Widget {{col}}. sütuna, {{row}}. satıra yerleştirildi.";
|
|
2645
|
+
readonly removed: "Widget kaldırıldı.";
|
|
2646
|
+
readonly cancelled: "Değişiklik iptal edildi.";
|
|
2647
|
+
};
|
|
2648
|
+
readonly widgetPicker: {
|
|
2649
|
+
readonly title: "Widget ekle";
|
|
2650
|
+
readonly description: "Panonuza eklemek için bir widget seçin.";
|
|
2651
|
+
readonly searchLabel: "Widget ara";
|
|
2652
|
+
readonly searchPlaceholder: "Widget ara…";
|
|
2653
|
+
readonly empty: "Aramayla eşleşen widget yok.";
|
|
2654
|
+
readonly none: "Kullanılabilir widget yok.";
|
|
2626
2655
|
};
|
|
2627
2656
|
readonly editor: {
|
|
2628
2657
|
readonly toolbarLabel: "Metin biçimlendirme";
|
package/dist/i18n/locales/tr.js
CHANGED
|
@@ -2599,8 +2599,37 @@ const e = {
|
|
|
2599
2599
|
table: {
|
|
2600
2600
|
series: "Seri",
|
|
2601
2601
|
value: "Değer"
|
|
2602
|
+
},
|
|
2603
|
+
typeSwitcher: {
|
|
2604
|
+
label: "Grafik türü",
|
|
2605
|
+
line: "Çizgi",
|
|
2606
|
+
bar: "Sütun",
|
|
2607
|
+
area: "Alan",
|
|
2608
|
+
pie: "Pasta",
|
|
2609
|
+
donut: "Halka"
|
|
2602
2610
|
}
|
|
2603
2611
|
},
|
|
2612
|
+
dashboardGrid: {
|
|
2613
|
+
move: "{{title}} taşı",
|
|
2614
|
+
resize: "{{title}} yeniden boyutlandır",
|
|
2615
|
+
remove: "{{title}} kaldır",
|
|
2616
|
+
add: "Widget ekle",
|
|
2617
|
+
grabbed: "Alındı. Taşımak için ok tuşlarını, bırakmak için Enter, iptal için Escape kullanın.",
|
|
2618
|
+
resizeGrabbed: "Boyutlandırma. Boyut için ok tuşlarını, onay için Enter, iptal için Escape kullanın.",
|
|
2619
|
+
movedTo: "Sütun {{col}}, satır {{row}}.",
|
|
2620
|
+
resizedTo: "{{cols}} × {{rows}}.",
|
|
2621
|
+
droppedAt: "Widget {{col}}. sütuna, {{row}}. satıra yerleştirildi.",
|
|
2622
|
+
removed: "Widget kaldırıldı.",
|
|
2623
|
+
cancelled: "Değişiklik iptal edildi."
|
|
2624
|
+
},
|
|
2625
|
+
widgetPicker: {
|
|
2626
|
+
title: "Widget ekle",
|
|
2627
|
+
description: "Panonuza eklemek için bir widget seçin.",
|
|
2628
|
+
searchLabel: "Widget ara",
|
|
2629
|
+
searchPlaceholder: "Widget ara…",
|
|
2630
|
+
empty: "Aramayla eşleşen widget yok.",
|
|
2631
|
+
none: "Kullanılabilir widget yok."
|
|
2632
|
+
},
|
|
2604
2633
|
editor: {
|
|
2605
2634
|
toolbarLabel: "Metin biçimlendirme",
|
|
2606
2635
|
regionLabel: "Zengin metin düzenleyici",
|
|
@@ -2623,6 +2623,35 @@ export declare const zhUi: {
|
|
|
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/zh.js
CHANGED
|
@@ -2594,8 +2594,37 @@ const e = {
|
|
|
2594
2594
|
table: {
|
|
2595
2595
|
series: "系列",
|
|
2596
2596
|
value: "值"
|
|
2597
|
+
},
|
|
2598
|
+
typeSwitcher: {
|
|
2599
|
+
label: "图表类型",
|
|
2600
|
+
line: "折线",
|
|
2601
|
+
bar: "柱状",
|
|
2602
|
+
area: "面积",
|
|
2603
|
+
pie: "饼图",
|
|
2604
|
+
donut: "环形"
|
|
2597
2605
|
}
|
|
2598
2606
|
},
|
|
2607
|
+
dashboardGrid: {
|
|
2608
|
+
move: "移动{{title}}",
|
|
2609
|
+
resize: "调整{{title}}大小",
|
|
2610
|
+
remove: "移除{{title}}",
|
|
2611
|
+
add: "添加小组件",
|
|
2612
|
+
grabbed: "已选中。使用方向键移动,Enter 放置,Escape 取消。",
|
|
2613
|
+
resizeGrabbed: "正在调整大小。使用方向键调整,Enter 确认,Escape 取消。",
|
|
2614
|
+
movedTo: "第 {{col}} 列,第 {{row}} 行。",
|
|
2615
|
+
resizedTo: "{{cols}} × {{rows}}.",
|
|
2616
|
+
droppedAt: "小组件已放置在第 {{col}} 列,第 {{row}} 行。",
|
|
2617
|
+
removed: "小组件已移除。",
|
|
2618
|
+
cancelled: "已取消更改。"
|
|
2619
|
+
},
|
|
2620
|
+
widgetPicker: {
|
|
2621
|
+
title: "添加小组件",
|
|
2622
|
+
description: "选择要添加到仪表板的小组件。",
|
|
2623
|
+
searchLabel: "搜索小组件",
|
|
2624
|
+
searchPlaceholder: "搜索小组件…",
|
|
2625
|
+
empty: "没有与搜索匹配的小组件。",
|
|
2626
|
+
none: "没有可用的小组件。"
|
|
2627
|
+
},
|
|
2599
2628
|
editor: {
|
|
2600
2629
|
toolbarLabel: "文本格式",
|
|
2601
2630
|
regionLabel: "富文本编辑器",
|