@alfadocs/ui-kit 1.44.0 → 1.46.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-BXBy9c0f.js → actions-cell-renderer-B5m9lwgC.js} +2 -2
- package/dist/_chunks/ai-credits-notice-xszqOZTC.js +90 -0
- package/dist/_chunks/ai-credits-notice.agent-C9L7orrP.js +17 -0
- package/dist/_chunks/{ai-consent-banner-D7I2U-cz.js → ai-permission-notice-D7I2U-cz.js} +1 -1
- package/dist/_chunks/ai-sparkle-D23NT8Z_.js +45 -0
- package/dist/_chunks/{anamnesis-summary-rows-DQUqwWc1.js → anamnesis-summary-rows-DI-UX5r6.js} +2 -2
- package/dist/_chunks/{appointment-card-TgR_2GKS.js → appointment-card-DluZy8Iv.js} +2 -2
- package/dist/_chunks/{appointment-peek-abiR0T9e.js → appointment-peek-BsfCpiJs.js} +3 -3
- package/dist/_chunks/{appointment-timeline-CCnyUYKz.js → appointment-timeline-Cs5f9viN.js} +3 -3
- package/dist/_chunks/{appointment-tray-N0yEI8UF.js → appointment-tray-CLrGGnKR.js} +2 -2
- package/dist/_chunks/baby-Dku-Xvg9.js +23 -0
- package/dist/_chunks/{balance-badge-cell-o6LldMUA.js → balance-badge-cell-YGrYdrvR.js} +3 -3
- package/dist/_chunks/{booking-D43ASl8y.js → booking-B7gA9gFB.js} +279 -296
- package/dist/_chunks/button-group-CA1tmu39.js +325 -0
- package/dist/_chunks/{calendar-U6N0F99w.js → calendar-OzSeTb4V.js} +2 -2
- package/dist/_chunks/{calendar-event-card-DKUnT9Be.js → calendar-event-card-B6N5h1dO.js} +57 -48
- package/dist/_chunks/{calendar-workspace-DBYAtdyd.js → calendar-workspace-BB-BZT7W.js} +3002 -2912
- package/dist/_chunks/{chart-PF2krCZC.js → chart-D8ucl8hH.js} +2 -2
- package/dist/_chunks/{data-table-CcAx_I1w.js → data-table-DnKOmEVw.js} +2 -2
- package/dist/_chunks/{editable-currency-cell-renderer-Psb6XKHR.js → editable-currency-cell-renderer-OUkUv7U4.js} +2 -2
- package/dist/_chunks/{face-scheme-Bm6pe7R8.js → face-scheme-mIhwrQXt.js} +3 -3
- package/dist/_chunks/{file-manager-BfLQxF5t.js → file-manager-DOcJGIx2.js} +4 -4
- package/dist/_chunks/{header-settings-CTe45iDy.js → header-settings-BEfx_-TF.js} +2 -2
- package/dist/_chunks/{help-me-write-templates-GUeEn3Ff.js → help-me-write-templates-DHIwa4xR.js} +205 -199
- package/dist/_chunks/{hover-card-BMJBVqIf.js → hover-card-nUae8NPJ.js} +67 -62
- package/dist/_chunks/{icon-button-group-DkkdIygu.js → icon-button-group-DZKC6KGf.js} +181 -168
- package/dist/_chunks/kit-extensions-DuoFF1R3.js +94 -0
- package/dist/_chunks/{marketplace-app-shell-DdwPj03y.js → marketplace-app-shell-PB89Dkk_.js} +2 -2
- package/dist/_chunks/{notes-panel-CY4KmDo-.js → notes-panel-CHbDDMx8.js} +83 -73
- package/dist/_chunks/{patient-details-C8ImUrVg.js → patient-details-DUj1htsH.js} +2 -2
- package/dist/_chunks/{patient-field-row-BRSOKvme.js → patient-field-row-CO0WR7yA.js} +2 -2
- package/dist/_chunks/{patient-summary-card-BhmKB2KR.js → patient-summary-card-DNzdYjxE.js} +59 -45
- package/dist/_chunks/rich-text-editor-BwDV2XkZ.js +4153 -0
- package/dist/_chunks/{tasks-panel-CpcikOeY.js → tasks-panel-DncuBPIZ.js} +2 -2
- package/dist/_chunks/{theme-toggle-bI0pgDDv.js → theme-toggle-BP0XRGMM.js} +2 -2
- package/dist/_chunks/use-ai-sparkle-Cf4yVTLB.js +76 -0
- package/dist/_chunks/{workflow-status-xeaJTzD3.js → workflow-status-CuJAOuKL.js} +43 -42
- package/dist/agent-catalog.json +32 -4
- package/dist/agent-i18n/en.json +1 -1
- package/dist/components/ai-credits-notice/ai-credits-notice.agent.d.ts +3 -0
- package/dist/components/ai-credits-notice/ai-credits-notice.d.ts +48 -0
- package/dist/components/ai-credits-notice/index.d.ts +4 -0
- package/dist/components/ai-credits-notice/index.js +7 -0
- package/dist/components/{ai-consent-banner/ai-consent-banner.agent.d.ts → ai-permission-notice/ai-permission-notice.agent.d.ts} +2 -2
- package/dist/components/{ai-consent-banner/ai-consent-banner.d.ts → ai-permission-notice/ai-permission-notice.d.ts} +1 -1
- package/dist/components/ai-permission-notice/index.d.ts +4 -0
- package/dist/components/{ai-consent-banner → ai-permission-notice}/index.js +1 -1
- package/dist/components/ai-sparkle/ai-sparkle.d.ts +24 -0
- package/dist/components/ai-sparkle/index.d.ts +3 -0
- package/dist/components/ai-sparkle/index.js +5 -0
- package/dist/components/appointment-card/index.js +2 -2
- package/dist/components/appointment-peek/index.js +1 -1
- package/dist/components/appointment-timeline/index.js +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/button-group/index.js +1 -1
- package/dist/components/calendar/index.js +1 -1
- package/dist/components/calendar-event-card/index.js +1 -1
- package/dist/components/chart/index.js +1 -1
- package/dist/components/data-table/index.js +3 -3
- 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/hover-card/hover-card.d.ts +4 -0
- package/dist/components/hover-card/index.d.ts +1 -1
- package/dist/components/hover-card/index.js +3 -2
- package/dist/components/icon-button-group/index.js +1 -1
- package/dist/components/index.d.ts +5 -3
- package/dist/components/notes-panel/index.js +1 -1
- package/dist/components/notes-panel/notes-panel.d.ts +10 -0
- package/dist/components/patient-details/index.js +1 -1
- package/dist/components/patient-summary-card/index.js +1 -1
- package/dist/components/patient-table/index.js +1 -1
- package/dist/components/rich-text-editor/editor-extensions.d.ts +54 -0
- package/dist/components/rich-text-editor/editor-toolbar.d.ts +2 -1
- package/dist/components/rich-text-editor/help-me-write-overlay.d.ts +4 -0
- package/dist/components/rich-text-editor/index.d.ts +2 -0
- package/dist/components/rich-text-editor/index.js +6 -4
- package/dist/components/rich-text-editor/kit-extensions.d.ts +4 -0
- package/dist/components/rich-text-editor/rich-text-editor.d.ts +18 -2
- package/dist/components/tasks-panel/index.js +1 -1
- package/dist/components/theme-toggle/index.js +1 -1
- package/dist/components/workflow-status/index.js +1 -1
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.js +54 -48
- package/dist/hooks/use-ai-sparkle.d.ts +91 -0
- package/dist/host-compat.css +2 -2
- package/dist/i18n/locales/ar.d.ts +31 -0
- package/dist/i18n/locales/ar.js +33 -2
- package/dist/i18n/locales/de.d.ts +31 -0
- package/dist/i18n/locales/de.js +33 -2
- package/dist/i18n/locales/el.d.ts +31 -0
- package/dist/i18n/locales/el.js +33 -2
- package/dist/i18n/locales/en.d.ts +31 -0
- package/dist/i18n/locales/en.js +33 -2
- package/dist/i18n/locales/es.d.ts +31 -0
- package/dist/i18n/locales/es.js +33 -2
- package/dist/i18n/locales/fr.d.ts +31 -0
- package/dist/i18n/locales/fr.js +33 -2
- package/dist/i18n/locales/hi.d.ts +31 -0
- package/dist/i18n/locales/hi.js +33 -2
- package/dist/i18n/locales/it.d.ts +31 -0
- package/dist/i18n/locales/it.js +33 -2
- package/dist/i18n/locales/ja.d.ts +31 -0
- package/dist/i18n/locales/ja.js +33 -2
- package/dist/i18n/locales/nl.d.ts +31 -0
- package/dist/i18n/locales/nl.js +33 -2
- package/dist/i18n/locales/pl.d.ts +31 -0
- package/dist/i18n/locales/pl.js +33 -2
- package/dist/i18n/locales/pt.d.ts +31 -0
- package/dist/i18n/locales/pt.js +33 -2
- package/dist/i18n/locales/ro.d.ts +31 -0
- package/dist/i18n/locales/ro.js +33 -2
- package/dist/i18n/locales/ru.d.ts +31 -0
- package/dist/i18n/locales/ru.js +33 -2
- package/dist/i18n/locales/sq.d.ts +31 -0
- package/dist/i18n/locales/sq.js +33 -2
- package/dist/i18n/locales/sv.d.ts +31 -0
- package/dist/i18n/locales/sv.js +33 -2
- package/dist/i18n/locales/tr.d.ts +31 -0
- package/dist/i18n/locales/tr.js +33 -2
- package/dist/i18n/locales/zh.d.ts +31 -0
- package/dist/i18n/locales/zh.js +33 -2
- package/dist/index.js +1113 -1102
- package/dist/locales/ar.json +33 -2
- package/dist/locales/de.json +33 -2
- package/dist/locales/el.json +33 -2
- package/dist/locales/en.json +33 -2
- package/dist/locales/es.json +33 -2
- package/dist/locales/fr.json +33 -2
- package/dist/locales/hi.json +33 -2
- package/dist/locales/it.json +33 -2
- package/dist/locales/ja.json +33 -2
- package/dist/locales/nl.json +33 -2
- package/dist/locales/pl.json +33 -2
- package/dist/locales/pt.json +33 -2
- package/dist/locales/ro.json +33 -2
- package/dist/locales/ru.json +33 -2
- package/dist/locales/sq.json +33 -2
- package/dist/locales/sv.json +33 -2
- package/dist/locales/tr.json +33 -2
- package/dist/locales/zh.json +33 -2
- package/dist/patterns/anamnesis/index.js +1 -1
- package/dist/patterns/calendar/calendar-workspace.d.ts +6 -4
- package/dist/patterns/calendar/calendar.data.d.ts +9 -0
- package/dist/patterns/calendar/calendar.journey.d.ts +1 -1
- package/dist/patterns/calendar/calendar.sheets.d.ts +16 -5
- package/dist/patterns/calendar/calendar.types.d.ts +3 -1
- package/dist/patterns/calendar/index.js +1 -1
- package/dist/patterns/help-me-write-templates/help-me-write-templates.d.ts +11 -2
- package/dist/patterns/help-me-write-templates/index.js +1 -1
- package/dist/patterns/marketplace-app-shell/index.js +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +14 -4
- package/dist/_chunks/button-group-R32U7SyV.js +0 -307
- package/dist/_chunks/rich-text-editor-BYE6kK4u.js +0 -3839
- package/dist/components/ai-consent-banner/index.d.ts +0 -4
|
@@ -6,6 +6,25 @@ export declare const trUi: {
|
|
|
6
6
|
readonly infoTip: {
|
|
7
7
|
readonly triggerLabel: "Daha fazla bilgi";
|
|
8
8
|
};
|
|
9
|
+
readonly aiCreditsNotice: {
|
|
10
|
+
readonly dismiss: "Bir daha gösterme";
|
|
11
|
+
readonly included: {
|
|
12
|
+
readonly eyebrow: "Yapay zeka desteği";
|
|
13
|
+
readonly heading: "Planınıza dahildir";
|
|
14
|
+
readonly body: "Bu deneme süresi boyunca yapay zeka özellikleri ek ücret alınmadan sunulur.";
|
|
15
|
+
readonly allowance: "Bu ay {{limit}} işlemden {{remaining}} kaldı";
|
|
16
|
+
readonly resetsOn: "{{date}} tarihinde yenilenir";
|
|
17
|
+
readonly learnMore: "Daha fazla bilgi";
|
|
18
|
+
};
|
|
19
|
+
readonly bundles: {
|
|
20
|
+
readonly eyebrow: "Yapay zeka kredileri";
|
|
21
|
+
readonly headingWithAllowance: "{{limit}} kredide {{remaining}} kaldı";
|
|
22
|
+
readonly body: "Ücretsiz plan ayda {{limit}} işlem içerir. Sınırsız devam etmek için bir kredi paketi seçin.";
|
|
23
|
+
readonly bodyGeneric: "Sınırsız devam etmek için bir kredi paketi seçin.";
|
|
24
|
+
readonly viewBundles: "Paketleri görüntüle";
|
|
25
|
+
readonly seeCosts: "Her işlemin maliyeti";
|
|
26
|
+
};
|
|
27
|
+
};
|
|
9
28
|
readonly opticalPrescription: {
|
|
10
29
|
readonly ariaLabel: "Gözlük reçetesi";
|
|
11
30
|
readonly metaLabel: "Reçete ayrıntıları";
|
|
@@ -595,6 +614,7 @@ export declare const trUi: {
|
|
|
595
614
|
readonly slider: {
|
|
596
615
|
readonly minLabel: "Minimum";
|
|
597
616
|
readonly maxLabel: "Maksimum";
|
|
617
|
+
readonly value: "Değer";
|
|
598
618
|
};
|
|
599
619
|
readonly checkboxGroup: {
|
|
600
620
|
readonly selectAll: "Tümünü seç";
|
|
@@ -746,6 +766,8 @@ export declare const trUi: {
|
|
|
746
766
|
readonly remove: "Dosyayı kaldır";
|
|
747
767
|
readonly progress: "%{{percent}} yüklendi";
|
|
748
768
|
readonly filesSelected: "{{count}} dosya seçildi";
|
|
769
|
+
readonly maxSizeHint: "En fazla {{size}}";
|
|
770
|
+
readonly maxFilesHint: "En fazla {{count}} dosya";
|
|
749
771
|
readonly errors: {
|
|
750
772
|
readonly fileTooLarge: "Dosya {{maxSize}} sınırını aşıyor";
|
|
751
773
|
readonly fileTooSmall: "Dosya {{minSize}} boyutundan küçük";
|
|
@@ -2041,6 +2063,7 @@ export declare const trUi: {
|
|
|
2041
2063
|
readonly mr: "Bay";
|
|
2042
2064
|
readonly ms: "Bayan";
|
|
2043
2065
|
};
|
|
2066
|
+
readonly nameWithHonorific: "{{honorific}} {{name}}";
|
|
2044
2067
|
readonly gender: {
|
|
2045
2068
|
readonly m: "Erkek";
|
|
2046
2069
|
readonly f: "Kadın";
|
|
@@ -2791,6 +2814,8 @@ export declare const trUi: {
|
|
|
2791
2814
|
readonly remove: "Vurguyu kaldır";
|
|
2792
2815
|
};
|
|
2793
2816
|
readonly heading: "Başlık";
|
|
2817
|
+
readonly extensionsKit: "Kitten";
|
|
2818
|
+
readonly extensionsMarketplace: "Marketplace’ten";
|
|
2794
2819
|
readonly extensions: "Düzenleyici eklentileri";
|
|
2795
2820
|
readonly insertVariable: "Değişken ekle";
|
|
2796
2821
|
readonly variables: {
|
|
@@ -4828,6 +4853,7 @@ export declare const trUi: {
|
|
|
4828
4853
|
readonly resetFiltersCount_zero: "Filtreleri sıfırla — {{count}} etkin";
|
|
4829
4854
|
readonly resetFiltersCount_two: "Filtreleri sıfırla — {{count}} etkin";
|
|
4830
4855
|
readonly resetFiltersCount_few: "Filtreleri sıfırla — {{count}} etkin";
|
|
4856
|
+
readonly backlogCount: "Tamamlanacaklar — {{n}} tamamlanacak";
|
|
4831
4857
|
};
|
|
4832
4858
|
readonly view: {
|
|
4833
4859
|
readonly menuLabel: "Takvim görünümü — {{view}}";
|
|
@@ -4895,6 +4921,11 @@ export declare const trUi: {
|
|
|
4895
4921
|
readonly filterNoPatient: "Hastasız";
|
|
4896
4922
|
readonly filterNoOperator: "Operatörsüz";
|
|
4897
4923
|
readonly filterNoChair: "Koltuksuz";
|
|
4924
|
+
readonly settings: "Panel ayarları";
|
|
4925
|
+
readonly settingsNarrowed: "Panel ayarları, liste filtrelenmiş";
|
|
4926
|
+
readonly settingsTitle: "Neler listelenir";
|
|
4927
|
+
readonly settingsHint: "Eksik alanlarından en az biri açık olduğu sürece kart görünür kalır.";
|
|
4928
|
+
readonly emptyNarrowed: "Panel ayarlarında bazı filtreler kapalı.";
|
|
4898
4929
|
readonly notShownOnChairAxis: "Bir koltuk atanana kadar koltuk sütunlarında gösterilmez.";
|
|
4899
4930
|
};
|
|
4900
4931
|
readonly waitingList: {
|
package/dist/i18n/locales/tr.js
CHANGED
|
@@ -2,6 +2,25 @@ const e = {
|
|
|
2
2
|
infoTip: {
|
|
3
3
|
triggerLabel: "Daha fazla bilgi"
|
|
4
4
|
},
|
|
5
|
+
aiCreditsNotice: {
|
|
6
|
+
dismiss: "Bir daha gösterme",
|
|
7
|
+
included: {
|
|
8
|
+
eyebrow: "Yapay zeka desteği",
|
|
9
|
+
heading: "Planınıza dahildir",
|
|
10
|
+
body: "Bu deneme süresi boyunca yapay zeka özellikleri ek ücret alınmadan sunulur.",
|
|
11
|
+
allowance: "Bu ay {{limit}} işlemden {{remaining}} kaldı",
|
|
12
|
+
resetsOn: "{{date}} tarihinde yenilenir",
|
|
13
|
+
learnMore: "Daha fazla bilgi"
|
|
14
|
+
},
|
|
15
|
+
bundles: {
|
|
16
|
+
eyebrow: "Yapay zeka kredileri",
|
|
17
|
+
headingWithAllowance: "{{limit}} kredide {{remaining}} kaldı",
|
|
18
|
+
body: "Ücretsiz plan ayda {{limit}} işlem içerir. Sınırsız devam etmek için bir kredi paketi seçin.",
|
|
19
|
+
bodyGeneric: "Sınırsız devam etmek için bir kredi paketi seçin.",
|
|
20
|
+
viewBundles: "Paketleri görüntüle",
|
|
21
|
+
seeCosts: "Her işlemin maliyeti"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
5
24
|
opticalPrescription: {
|
|
6
25
|
ariaLabel: "Gözlük reçetesi",
|
|
7
26
|
metaLabel: "Reçete ayrıntıları",
|
|
@@ -586,7 +605,8 @@ const e = {
|
|
|
586
605
|
},
|
|
587
606
|
slider: {
|
|
588
607
|
minLabel: "Minimum",
|
|
589
|
-
maxLabel: "Maksimum"
|
|
608
|
+
maxLabel: "Maksimum",
|
|
609
|
+
value: "Değer"
|
|
590
610
|
},
|
|
591
611
|
checkboxGroup: {
|
|
592
612
|
selectAll: "Tümünü seç",
|
|
@@ -738,6 +758,8 @@ const e = {
|
|
|
738
758
|
remove: "Dosyayı kaldır",
|
|
739
759
|
progress: "%{{percent}} yüklendi",
|
|
740
760
|
filesSelected: "{{count}} dosya seçildi",
|
|
761
|
+
maxSizeHint: "En fazla {{size}}",
|
|
762
|
+
maxFilesHint: "En fazla {{count}} dosya",
|
|
741
763
|
errors: {
|
|
742
764
|
fileTooLarge: "Dosya {{maxSize}} sınırını aşıyor",
|
|
743
765
|
fileTooSmall: "Dosya {{minSize}} boyutundan küçük",
|
|
@@ -2031,6 +2053,7 @@ const e = {
|
|
|
2031
2053
|
mr: "Bay",
|
|
2032
2054
|
ms: "Bayan"
|
|
2033
2055
|
},
|
|
2056
|
+
nameWithHonorific: "{{honorific}} {{name}}",
|
|
2034
2057
|
gender: {
|
|
2035
2058
|
m: "Erkek",
|
|
2036
2059
|
f: "Kadın"
|
|
@@ -2768,6 +2791,8 @@ const e = {
|
|
|
2768
2791
|
remove: "Vurguyu kaldır"
|
|
2769
2792
|
},
|
|
2770
2793
|
heading: "Başlık",
|
|
2794
|
+
extensionsKit: "Kitten",
|
|
2795
|
+
extensionsMarketplace: "Marketplace’ten",
|
|
2771
2796
|
extensions: "Düzenleyici eklentileri",
|
|
2772
2797
|
insertVariable: "Değişken ekle",
|
|
2773
2798
|
variables: {
|
|
@@ -4792,7 +4817,8 @@ const e = {
|
|
|
4792
4817
|
operatorsCount_few: "Operatörler — {{count}} seçili",
|
|
4793
4818
|
resetFiltersCount_zero: "Filtreleri sıfırla — {{count}} etkin",
|
|
4794
4819
|
resetFiltersCount_two: "Filtreleri sıfırla — {{count}} etkin",
|
|
4795
|
-
resetFiltersCount_few: "Filtreleri sıfırla — {{count}} etkin"
|
|
4820
|
+
resetFiltersCount_few: "Filtreleri sıfırla — {{count}} etkin",
|
|
4821
|
+
backlogCount: "Tamamlanacaklar — {{n}} tamamlanacak"
|
|
4796
4822
|
},
|
|
4797
4823
|
view: {
|
|
4798
4824
|
menuLabel: "Takvim görünümü — {{view}}",
|
|
@@ -4860,6 +4886,11 @@ const e = {
|
|
|
4860
4886
|
filterNoPatient: "Hastasız",
|
|
4861
4887
|
filterNoOperator: "Operatörsüz",
|
|
4862
4888
|
filterNoChair: "Koltuksuz",
|
|
4889
|
+
settings: "Panel ayarları",
|
|
4890
|
+
settingsNarrowed: "Panel ayarları, liste filtrelenmiş",
|
|
4891
|
+
settingsTitle: "Neler listelenir",
|
|
4892
|
+
settingsHint: "Eksik alanlarından en az biri açık olduğu sürece kart görünür kalır.",
|
|
4893
|
+
emptyNarrowed: "Panel ayarlarında bazı filtreler kapalı.",
|
|
4863
4894
|
notShownOnChairAxis: "Bir koltuk atanana kadar koltuk sütunlarında gösterilmez."
|
|
4864
4895
|
},
|
|
4865
4896
|
waitingList: {
|
|
@@ -6,6 +6,25 @@ export declare const zhUi: {
|
|
|
6
6
|
readonly infoTip: {
|
|
7
7
|
readonly triggerLabel: "更多信息";
|
|
8
8
|
};
|
|
9
|
+
readonly aiCreditsNotice: {
|
|
10
|
+
readonly dismiss: "不再显示";
|
|
11
|
+
readonly included: {
|
|
12
|
+
readonly eyebrow: "AI 辅助";
|
|
13
|
+
readonly heading: "已包含在您的套餐中";
|
|
14
|
+
readonly body: "在此试用期间,AI 功能免费提供,无需额外付费。";
|
|
15
|
+
readonly allowance: "本月 AI 操作剩余 {{remaining}}/{{limit}}";
|
|
16
|
+
readonly resetsOn: "将于 {{date}} 更新";
|
|
17
|
+
readonly learnMore: "了解更多";
|
|
18
|
+
};
|
|
19
|
+
readonly bundles: {
|
|
20
|
+
readonly eyebrow: "AI 额度";
|
|
21
|
+
readonly headingWithAllowance: "额度 {{remaining}}/{{limit}}";
|
|
22
|
+
readonly body: "免费套餐每月包含 {{limit}} 次操作。选择一个额度包以不受限制地继续使用。";
|
|
23
|
+
readonly bodyGeneric: "选择一个额度包以不受限制地继续使用。";
|
|
24
|
+
readonly viewBundles: "查看额度包";
|
|
25
|
+
readonly seeCosts: "每次操作的费用";
|
|
26
|
+
};
|
|
27
|
+
};
|
|
9
28
|
readonly opticalPrescription: {
|
|
10
29
|
readonly ariaLabel: "眼镜处方";
|
|
11
30
|
readonly metaLabel: "处方详情";
|
|
@@ -584,6 +603,7 @@ export declare const zhUi: {
|
|
|
584
603
|
readonly slider: {
|
|
585
604
|
readonly minLabel: "最小值";
|
|
586
605
|
readonly maxLabel: "最大值";
|
|
606
|
+
readonly value: "值";
|
|
587
607
|
};
|
|
588
608
|
readonly checkboxGroup: {
|
|
589
609
|
readonly selectAll: "全选";
|
|
@@ -735,6 +755,8 @@ export declare const zhUi: {
|
|
|
735
755
|
readonly remove: "移除文件";
|
|
736
756
|
readonly progress: "已上传 {{percent}}%";
|
|
737
757
|
readonly filesSelected: "已选择 {{count}} 个文件";
|
|
758
|
+
readonly maxSizeHint: "最大 {{size}}";
|
|
759
|
+
readonly maxFilesHint: "最多 {{count}} 个文件";
|
|
738
760
|
readonly errors: {
|
|
739
761
|
readonly fileTooLarge: "文件超过 {{maxSize}}";
|
|
740
762
|
readonly fileTooSmall: "文件小于 {{minSize}}";
|
|
@@ -2041,6 +2063,7 @@ export declare const zhUi: {
|
|
|
2041
2063
|
readonly mr: "Mr.";
|
|
2042
2064
|
readonly ms: "Ms.";
|
|
2043
2065
|
};
|
|
2066
|
+
readonly nameWithHonorific: "{{honorific}} {{name}}";
|
|
2044
2067
|
readonly gender: {
|
|
2045
2068
|
readonly m: "男";
|
|
2046
2069
|
readonly f: "女";
|
|
@@ -2791,6 +2814,8 @@ export declare const zhUi: {
|
|
|
2791
2814
|
readonly remove: "清除高亮";
|
|
2792
2815
|
};
|
|
2793
2816
|
readonly heading: "标题";
|
|
2817
|
+
readonly extensionsKit: "来自工具包";
|
|
2818
|
+
readonly extensionsMarketplace: "来自应用市场";
|
|
2794
2819
|
readonly extensions: "编辑器扩展";
|
|
2795
2820
|
readonly insertVariable: "插入变量";
|
|
2796
2821
|
readonly variables: {
|
|
@@ -4828,6 +4853,7 @@ export declare const zhUi: {
|
|
|
4828
4853
|
readonly resetFiltersCount_zero: "重置筛选——{{count}} 个生效中";
|
|
4829
4854
|
readonly resetFiltersCount_two: "重置筛选——{{count}} 个生效中";
|
|
4830
4855
|
readonly resetFiltersCount_few: "重置筛选——{{count}} 个生效中";
|
|
4856
|
+
readonly backlogCount: "待完善 — {{n}} 项待完善";
|
|
4831
4857
|
};
|
|
4832
4858
|
readonly view: {
|
|
4833
4859
|
readonly menuLabel: "日历视图——{{view}}";
|
|
@@ -4895,6 +4921,11 @@ export declare const zhUi: {
|
|
|
4895
4921
|
readonly filterNoPatient: "无患者";
|
|
4896
4922
|
readonly filterNoOperator: "无操作员";
|
|
4897
4923
|
readonly filterNoChair: "无诊椅";
|
|
4924
|
+
readonly settings: "面板设置";
|
|
4925
|
+
readonly settingsNarrowed: "面板设置,列表已筛选";
|
|
4926
|
+
readonly settingsTitle: "显示哪些内容";
|
|
4927
|
+
readonly settingsHint: "只要有一项缺失信息处于开启状态,该卡片就会显示。";
|
|
4928
|
+
readonly emptyNarrowed: "面板设置中有部分筛选已关闭。";
|
|
4898
4929
|
readonly notShownOnChairAxis: "在分配诊椅之前,不会显示在诊椅列中。";
|
|
4899
4930
|
};
|
|
4900
4931
|
readonly waitingList: {
|
package/dist/i18n/locales/zh.js
CHANGED
|
@@ -2,6 +2,25 @@ const e = {
|
|
|
2
2
|
infoTip: {
|
|
3
3
|
triggerLabel: "更多信息"
|
|
4
4
|
},
|
|
5
|
+
aiCreditsNotice: {
|
|
6
|
+
dismiss: "不再显示",
|
|
7
|
+
included: {
|
|
8
|
+
eyebrow: "AI 辅助",
|
|
9
|
+
heading: "已包含在您的套餐中",
|
|
10
|
+
body: "在此试用期间,AI 功能免费提供,无需额外付费。",
|
|
11
|
+
allowance: "本月 AI 操作剩余 {{remaining}}/{{limit}}",
|
|
12
|
+
resetsOn: "将于 {{date}} 更新",
|
|
13
|
+
learnMore: "了解更多"
|
|
14
|
+
},
|
|
15
|
+
bundles: {
|
|
16
|
+
eyebrow: "AI 额度",
|
|
17
|
+
headingWithAllowance: "额度 {{remaining}}/{{limit}}",
|
|
18
|
+
body: "免费套餐每月包含 {{limit}} 次操作。选择一个额度包以不受限制地继续使用。",
|
|
19
|
+
bodyGeneric: "选择一个额度包以不受限制地继续使用。",
|
|
20
|
+
viewBundles: "查看额度包",
|
|
21
|
+
seeCosts: "每次操作的费用"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
5
24
|
opticalPrescription: {
|
|
6
25
|
ariaLabel: "眼镜处方",
|
|
7
26
|
metaLabel: "处方详情",
|
|
@@ -575,7 +594,8 @@ const e = {
|
|
|
575
594
|
},
|
|
576
595
|
slider: {
|
|
577
596
|
minLabel: "最小值",
|
|
578
|
-
maxLabel: "最大值"
|
|
597
|
+
maxLabel: "最大值",
|
|
598
|
+
value: "值"
|
|
579
599
|
},
|
|
580
600
|
checkboxGroup: {
|
|
581
601
|
selectAll: "全选",
|
|
@@ -727,6 +747,8 @@ const e = {
|
|
|
727
747
|
remove: "移除文件",
|
|
728
748
|
progress: "已上传 {{percent}}%",
|
|
729
749
|
filesSelected: "已选择 {{count}} 个文件",
|
|
750
|
+
maxSizeHint: "最大 {{size}}",
|
|
751
|
+
maxFilesHint: "最多 {{count}} 个文件",
|
|
730
752
|
errors: {
|
|
731
753
|
fileTooLarge: "文件超过 {{maxSize}}",
|
|
732
754
|
fileTooSmall: "文件小于 {{minSize}}",
|
|
@@ -2031,6 +2053,7 @@ const e = {
|
|
|
2031
2053
|
mr: "Mr.",
|
|
2032
2054
|
ms: "Ms."
|
|
2033
2055
|
},
|
|
2056
|
+
nameWithHonorific: "{{honorific}} {{name}}",
|
|
2034
2057
|
gender: {
|
|
2035
2058
|
m: "男",
|
|
2036
2059
|
f: "女"
|
|
@@ -2761,6 +2784,8 @@ const e = {
|
|
|
2761
2784
|
},
|
|
2762
2785
|
highlight: { remove: "清除高亮" },
|
|
2763
2786
|
heading: "标题",
|
|
2787
|
+
extensionsKit: "来自工具包",
|
|
2788
|
+
extensionsMarketplace: "来自应用市场",
|
|
2764
2789
|
extensions: "编辑器扩展",
|
|
2765
2790
|
insertVariable: "插入变量",
|
|
2766
2791
|
variables: {
|
|
@@ -4777,7 +4802,8 @@ const e = {
|
|
|
4777
4802
|
operatorsCount_few: "操作员——已选 {{count}} 位",
|
|
4778
4803
|
resetFiltersCount_zero: "重置筛选——{{count}} 个生效中",
|
|
4779
4804
|
resetFiltersCount_two: "重置筛选——{{count}} 个生效中",
|
|
4780
|
-
resetFiltersCount_few: "重置筛选——{{count}} 个生效中"
|
|
4805
|
+
resetFiltersCount_few: "重置筛选——{{count}} 个生效中",
|
|
4806
|
+
backlogCount: "待完善 — {{n}} 项待完善"
|
|
4781
4807
|
},
|
|
4782
4808
|
view: {
|
|
4783
4809
|
menuLabel: "日历视图——{{view}}",
|
|
@@ -4845,6 +4871,11 @@ const e = {
|
|
|
4845
4871
|
filterNoPatient: "无患者",
|
|
4846
4872
|
filterNoOperator: "无操作员",
|
|
4847
4873
|
filterNoChair: "无诊椅",
|
|
4874
|
+
settings: "面板设置",
|
|
4875
|
+
settingsNarrowed: "面板设置,列表已筛选",
|
|
4876
|
+
settingsTitle: "显示哪些内容",
|
|
4877
|
+
settingsHint: "只要有一项缺失信息处于开启状态,该卡片就会显示。",
|
|
4878
|
+
emptyNarrowed: "面板设置中有部分筛选已关闭。",
|
|
4848
4879
|
notShownOnChairAxis: "在分配诊椅之前,不会显示在诊椅列中。"
|
|
4849
4880
|
},
|
|
4850
4881
|
waitingList: {
|