@alfadocs/ui-kit 1.42.0 → 1.44.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/{calendar-ChJQzRw-.js → calendar-U6N0F99w.js} +383 -359
- package/dist/_chunks/calendar-workspace-DBYAtdyd.js +12161 -0
- package/dist/_chunks/control-room-rail-Cv7GpMqX.js +354 -0
- package/dist/_chunks/{face-scheme-Dg6ZyLKb.js → face-scheme-Bm6pe7R8.js} +265 -275
- package/dist/_chunks/help-me-write-templates-GUeEn3Ff.js +741 -0
- package/dist/_chunks/{marketplace-app-shell-D_g9BaDI.js → marketplace-app-shell-DdwPj03y.js} +3 -3
- package/dist/_chunks/{notes-panel-CRAovkjx.js → notes-panel-CY4KmDo-.js} +159 -152
- package/dist/_chunks/{panel-subview-PMBRPFOa.js → panel-subview-CYnuX-KR.js} +61 -40
- package/dist/_chunks/rich-text-editor-BYE6kK4u.js +3839 -0
- package/dist/_chunks/{sidebar-ClTY9lLI.js → sidebar-DbZXLl8h.js} +2 -2
- package/dist/_chunks/tab-bar-Cw9UK18Z.js +228 -0
- package/dist/_chunks/{tool-rail-D89USYE6.js → tool-rail-CCFqDfAn.js} +282 -276
- package/dist/_chunks/undo-2-CYNAzclj.js +26 -0
- package/dist/_chunks/use-edge-resize-BHesP0kg.js +149 -0
- package/dist/_chunks/use-scroll-overflow-UbLrUfBo.js +72 -0
- package/dist/_chunks/variables-menu-vXUaSBj4.js +401 -0
- package/dist/agent-catalog.json +84 -3
- package/dist/agent-i18n/en.json +14 -3
- package/dist/components/calendar/calendar.d.ts +6 -0
- package/dist/components/calendar/index.js +1 -1
- package/dist/components/control-room-rail/control-room-rail.d.ts +9 -0
- package/dist/components/control-room-rail/index.js +1 -1
- package/dist/components/face-scheme/index.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/notes-panel/index.js +1 -1
- package/dist/components/notes-panel/notes-panel.d.ts +4 -0
- package/dist/components/panel-subview/index.js +1 -1
- package/dist/components/panel-subview/panel-subview.d.ts +6 -0
- package/dist/components/rich-text-editor/editor-toolbar.d.ts +35 -3
- package/dist/components/rich-text-editor/index.d.ts +1 -1
- package/dist/components/rich-text-editor/index.js +1 -1
- package/dist/components/rich-text-editor/rich-text-editor.d.ts +98 -15
- package/dist/components/sidebar/index.js +1 -1
- package/dist/components/tab-bar/index.js +1 -1
- package/dist/components/tool-rail/index.js +1 -1
- package/dist/components/tool-rail/tool-rail.d.ts +16 -0
- package/dist/components/variables-menu/index.d.ts +4 -0
- package/dist/components/variables-menu/index.js +6 -0
- package/dist/components/variables-menu/variables-menu.agent.d.ts +10 -0
- package/dist/components/variables-menu/variables-menu.d.ts +53 -0
- package/dist/hooks/index.d.ts +2 -0
- package/dist/hooks/index.js +35 -32
- package/dist/hooks/use-edge-resize.d.ts +13 -1
- package/dist/host-compat.css +5 -5
- package/dist/i18n/locales/ar.d.ts +77 -6
- package/dist/i18n/locales/ar.js +78 -7
- package/dist/i18n/locales/de.d.ts +77 -6
- package/dist/i18n/locales/de.js +78 -7
- package/dist/i18n/locales/el.d.ts +77 -6
- package/dist/i18n/locales/el.js +78 -7
- package/dist/i18n/locales/en.d.ts +77 -6
- package/dist/i18n/locales/en.js +85 -7
- package/dist/i18n/locales/es.d.ts +77 -6
- package/dist/i18n/locales/es.js +78 -7
- package/dist/i18n/locales/fr.d.ts +77 -6
- package/dist/i18n/locales/fr.js +78 -7
- package/dist/i18n/locales/hi.d.ts +77 -6
- package/dist/i18n/locales/hi.js +78 -7
- package/dist/i18n/locales/it.d.ts +77 -6
- package/dist/i18n/locales/it.js +78 -7
- package/dist/i18n/locales/ja.d.ts +77 -6
- package/dist/i18n/locales/ja.js +78 -7
- package/dist/i18n/locales/nl.d.ts +77 -6
- package/dist/i18n/locales/nl.js +78 -7
- package/dist/i18n/locales/pl.d.ts +77 -6
- package/dist/i18n/locales/pl.js +78 -7
- package/dist/i18n/locales/pt.d.ts +77 -6
- package/dist/i18n/locales/pt.js +78 -7
- package/dist/i18n/locales/ro.d.ts +77 -6
- package/dist/i18n/locales/ro.js +78 -7
- package/dist/i18n/locales/ru.d.ts +77 -6
- package/dist/i18n/locales/ru.js +78 -7
- package/dist/i18n/locales/sq.d.ts +77 -6
- package/dist/i18n/locales/sq.js +78 -7
- package/dist/i18n/locales/sv.d.ts +77 -6
- package/dist/i18n/locales/sv.js +78 -7
- package/dist/i18n/locales/tr.d.ts +77 -6
- package/dist/i18n/locales/tr.js +78 -7
- package/dist/i18n/locales/zh.d.ts +77 -6
- package/dist/i18n/locales/zh.js +78 -7
- package/dist/index.js +916 -913
- package/dist/locales/ar.json +78 -7
- package/dist/locales/de.json +78 -7
- package/dist/locales/el.json +78 -7
- package/dist/locales/en.json +78 -7
- package/dist/locales/es.json +78 -7
- package/dist/locales/fr.json +78 -7
- package/dist/locales/hi.json +78 -7
- package/dist/locales/it.json +78 -7
- package/dist/locales/ja.json +78 -7
- package/dist/locales/nl.json +78 -7
- package/dist/locales/pl.json +78 -7
- package/dist/locales/pt.json +78 -7
- package/dist/locales/ro.json +78 -7
- package/dist/locales/ru.json +78 -7
- package/dist/locales/sq.json +78 -7
- package/dist/locales/sv.json +78 -7
- package/dist/locales/tr.json +78 -7
- package/dist/locales/zh.json +78 -7
- package/dist/patterns/calendar/calendar-bookings-panel.d.ts +8 -3
- package/dist/patterns/calendar/calendar-care-rules.d.ts +49 -0
- package/dist/patterns/calendar/calendar-task-editor.d.ts +31 -0
- package/dist/patterns/calendar/calendar-workspace.d.ts +8 -1
- package/dist/patterns/calendar/calendar-workspace.model.d.ts +39 -12
- package/dist/patterns/calendar/calendar.data.d.ts +9 -0
- package/dist/patterns/calendar/calendar.journey.d.ts +35 -3
- package/dist/patterns/calendar/calendar.model.d.ts +23 -1
- package/dist/patterns/calendar/calendar.sheets.d.ts +21 -3
- package/dist/patterns/calendar/calendar.surface.d.ts +6 -1
- package/dist/patterns/calendar/calendar.types.d.ts +32 -1
- package/dist/patterns/calendar/index.js +1 -1
- package/dist/patterns/help-me-write-templates/help-me-write-templates.d.ts +58 -26
- package/dist/patterns/help-me-write-templates/index.d.ts +1 -1
- 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 +6 -6
- package/package.json +5 -1
- package/dist/_chunks/calendar-workspace-qlxrxCqm.js +0 -11392
- package/dist/_chunks/control-room-rail-CnNZusR5.js +0 -337
- package/dist/_chunks/help-me-write-templates-B-m7zgJa.js +0 -775
- package/dist/_chunks/highlighter-DSkckT2Q.js +0 -15
- package/dist/_chunks/rich-text-editor-DUMeifwc.js +0 -3176
- package/dist/_chunks/tab-bar-rDkLiaA6.js +0 -268
- package/dist/_chunks/use-edge-resize-ZnGG7gyO.js +0 -139
- package/dist/_chunks/use-overflow-collapse-BIOzKbni.js +0 -32
- package/dist/_chunks/wand-sparkles-DAjKyhz7.js +0 -27
package/dist/i18n/locales/tr.js
CHANGED
|
@@ -2770,9 +2770,26 @@ const e = {
|
|
|
2770
2770
|
heading: "Başlık",
|
|
2771
2771
|
extensions: "Düzenleyici eklentileri",
|
|
2772
2772
|
insertVariable: "Değişken ekle",
|
|
2773
|
-
variables:
|
|
2773
|
+
variables: {
|
|
2774
|
+
menuLabel: "Değişkenler",
|
|
2775
|
+
search: "Değişken ara…",
|
|
2776
|
+
recent: "Son kullanılanlar",
|
|
2777
|
+
groups: {
|
|
2778
|
+
patient: "Hasta",
|
|
2779
|
+
appointment: "Randevu",
|
|
2780
|
+
practice: "Klinik",
|
|
2781
|
+
operator: "Operatör",
|
|
2782
|
+
document: "Belge",
|
|
2783
|
+
other: "Diğer"
|
|
2784
|
+
},
|
|
2785
|
+
empty: "“{{query}}” ile eşleşen değişken yok",
|
|
2786
|
+
footer: {
|
|
2787
|
+
navigate: "gezinme",
|
|
2788
|
+
insert: "ekle",
|
|
2789
|
+
close: "kapat"
|
|
2790
|
+
}
|
|
2791
|
+
},
|
|
2774
2792
|
variableInvalid: "Geçersiz değişken: {{tokens}}. Değişken ekle menüsünden birini seç.",
|
|
2775
|
-
variableNoMatch: "“{{query}}” ile eşleşen değişken yok",
|
|
2776
2793
|
more: "Daha fazla seçenek",
|
|
2777
2794
|
link: {
|
|
2778
2795
|
url: "URL",
|
|
@@ -2862,7 +2879,18 @@ const e = {
|
|
|
2862
2879
|
proofread: "Yazımı ve dil bilgisini denetle",
|
|
2863
2880
|
autoFormat: "Belgeyi otomatik biçimlendir",
|
|
2864
2881
|
consentRecorded: "Yapay zeka desteği izni kaydedildi.",
|
|
2865
|
-
consentRegionLabel: "Bu belge için yapay zeka desteği izni"
|
|
2882
|
+
consentRegionLabel: "Bu belge için yapay zeka desteği izni",
|
|
2883
|
+
templates: "Şablonlar",
|
|
2884
|
+
templatesGroup: "Klinik şablonları",
|
|
2885
|
+
noTemplates: "Henüz şablon yok",
|
|
2886
|
+
templatesNoteEmpty: "Not boş. Şablon kullanmak için önce dikte et veya yaz.",
|
|
2887
|
+
createFirstTemplate: "İlk şablonunu oluştur",
|
|
2888
|
+
manageTemplates: "Şablonları yönet",
|
|
2889
|
+
defaultBadge: "Varsayılan",
|
|
2890
|
+
actionError: "Bir sorun oluştu. Tekrar dene.",
|
|
2891
|
+
actionStale: "Yapay zeka yeniden yazarken metin değişti. Hiçbir şey değiştirilmedi. Tekrar dene.",
|
|
2892
|
+
selectionTools: "Seçim araçları",
|
|
2893
|
+
actionDone: "Tamam. Not güncellendi."
|
|
2866
2894
|
}
|
|
2867
2895
|
},
|
|
2868
2896
|
payment: {
|
|
@@ -3115,6 +3143,8 @@ const e = {
|
|
|
3115
3143
|
},
|
|
3116
3144
|
helpMeWriteTemplates: {
|
|
3117
3145
|
bar: {
|
|
3146
|
+
contextDocument: "Tüm notu bağlam olarak kullanır. Taslak imlecin olduğu yere eklenir.",
|
|
3147
|
+
contextSelection: "Seçili metni bağlam olarak kullanır. Taslak onun yerine geçer.",
|
|
3118
3148
|
templatesMenu: "Şablonlar",
|
|
3119
3149
|
templatesGroup: "Klinik şablonları",
|
|
3120
3150
|
createFirst: "İlk şablonunu oluştur",
|
|
@@ -3159,10 +3189,12 @@ const e = {
|
|
|
3159
3189
|
},
|
|
3160
3190
|
manager: {
|
|
3161
3191
|
title: "Yapay zekâ şablonları",
|
|
3162
|
-
description: "
|
|
3192
|
+
description: "Klinikteki herkesle paylaşılır. Şablonlar menüsünün sırasını belirlemek için sürükle.",
|
|
3163
3193
|
new: "Yeni şablon",
|
|
3164
3194
|
done: "Bitti",
|
|
3165
3195
|
listLabel: "Şablonlar",
|
|
3196
|
+
reorderHandle: "{{label}} öğesini yeniden sırala. Taşımak için Alt + Yukarı veya Alt + Aşağı tuşuna basın.",
|
|
3197
|
+
reorderAnnounce: "{{label}}, {{total}} öğeden {{to}}. konuma taşındı",
|
|
3166
3198
|
edit: "{{name}} düzenle",
|
|
3167
3199
|
delete: "{{name}} sil",
|
|
3168
3200
|
emptyTitle: "Henüz şablon yok",
|
|
@@ -4123,7 +4155,10 @@ const e = {
|
|
|
4123
4155
|
actions: {
|
|
4124
4156
|
groupLabel: "Ajanda işlemleri",
|
|
4125
4157
|
schedulingLabel: "Planlama",
|
|
4158
|
+
createGroupLabel: "Yeni oluştur",
|
|
4159
|
+
toolsLabel: "Ajanda araçları",
|
|
4126
4160
|
newAppointment: "Yeni randevu",
|
|
4161
|
+
newTask: "Yeni görev",
|
|
4127
4162
|
privacy: "Gizlilik modu",
|
|
4128
4163
|
findFreeSlots: "Boş zaman dilimi bul",
|
|
4129
4164
|
printDay: "Günü yazdır",
|
|
@@ -4508,6 +4543,8 @@ const e = {
|
|
|
4508
4543
|
chairBusy: "Seçilen koltuk bu saatte dolu.",
|
|
4509
4544
|
operatorBusy: "Seçilen operatör bu saatte dolu.",
|
|
4510
4545
|
operatorAbsent: "Seçilen operatör randevu tarihinde izinli.",
|
|
4546
|
+
careRestrictedResourceHint: "bu tedavi için öngörülmemiş",
|
|
4547
|
+
careRestrictionConflict: "Seçilen tedaviler için ortak operatör/koltuk yok",
|
|
4511
4548
|
reminderDisabled: "(devre dışı)",
|
|
4512
4549
|
priceListAllPhases: "Tüm aşamalar",
|
|
4513
4550
|
priceListBilled: "İşleme izin verilmiyor: bu tedavi zaten faturalandı.",
|
|
@@ -4543,6 +4580,32 @@ const e = {
|
|
|
4543
4580
|
signMode_two: "{{count}} zorunlu belgenin imzası",
|
|
4544
4581
|
signMode_few: "{{count}} zorunlu belgenin imzası"
|
|
4545
4582
|
},
|
|
4583
|
+
taskEditor: {
|
|
4584
|
+
title: "Yeni görev",
|
|
4585
|
+
editTitle: "Görevi düzenle",
|
|
4586
|
+
date: "Tarih",
|
|
4587
|
+
time: "Saat",
|
|
4588
|
+
note: "Not",
|
|
4589
|
+
noteRequired: "Bir not girin.",
|
|
4590
|
+
operator: "Operatör",
|
|
4591
|
+
operatorNone: "Operatör yok",
|
|
4592
|
+
about: "İlgili",
|
|
4593
|
+
aboutNobody: "Hiç kimse",
|
|
4594
|
+
aboutPatient: "Hasta",
|
|
4595
|
+
aboutCompany: "Şirket",
|
|
4596
|
+
companyName: "Şirket adı",
|
|
4597
|
+
companyUnresolved: "Bağlı şirket (listede yok): {{id}}",
|
|
4598
|
+
companyReplace: "Şirketi değiştir",
|
|
4599
|
+
done: "Tamamlandı",
|
|
4600
|
+
save: "Kaydet",
|
|
4601
|
+
cancel: "İptal",
|
|
4602
|
+
delete: "Sil",
|
|
4603
|
+
deleteConfirmTitle: "Bu görev silinsin mi?",
|
|
4604
|
+
deleteConfirmBody: "Görev kaldırılacak. Bu işlem burada geri alınamaz.",
|
|
4605
|
+
deleteConfirm: "Sil",
|
|
4606
|
+
deleteCancel: "Sakla",
|
|
4607
|
+
readOnlyBody: "Bu görev salt okunurdur."
|
|
4608
|
+
},
|
|
4546
4609
|
findSlots: {
|
|
4547
4610
|
bandOptions: "Mevcut seçenekler",
|
|
4548
4611
|
tool: "Boş zaman dilimi bul",
|
|
@@ -4771,16 +4834,19 @@ const e = {
|
|
|
4771
4834
|
undone: "Süre eski haline getirildi"
|
|
4772
4835
|
},
|
|
4773
4836
|
bookings: {
|
|
4774
|
-
title: "
|
|
4775
|
-
intro: "
|
|
4837
|
+
title: "Tamamlanacaklar",
|
|
4838
|
+
intro: "Görünümdeki randevulardan hâlâ hasta, operatör ya da koltuk bekleyenler — nasıl oluşturulduklarına bakılmaksızın.",
|
|
4776
4839
|
new: "Yeni",
|
|
4777
4840
|
bookedOn: "{{date}} tarihinde alındı",
|
|
4778
4841
|
needsPatient: "Hasta atanacak",
|
|
4779
4842
|
needsOperator: "Operatör atanacak",
|
|
4843
|
+
needsChair: "Koltuk atanacak",
|
|
4780
4844
|
assignPatient: "Hasta ata",
|
|
4781
4845
|
assignOperator: "Operatör ata",
|
|
4846
|
+
assignChair: "Koltuk ata",
|
|
4782
4847
|
assignPatientShort: "Hasta",
|
|
4783
4848
|
assignOperatorShort: "Operatör",
|
|
4849
|
+
assignChairShort: "Koltuk",
|
|
4784
4850
|
edit: "Randevuyu düzenle",
|
|
4785
4851
|
whatsapp: "WhatsApp'tan yaz",
|
|
4786
4852
|
whatsappNoNumber: "Bu rezervasyon için WhatsApp numarası yok",
|
|
@@ -4790,7 +4856,11 @@ const e = {
|
|
|
4790
4856
|
current: "Seçili rezervasyon",
|
|
4791
4857
|
showInCalendarNamed: "{{when}} tarihli rezervasyonu takvimde göster",
|
|
4792
4858
|
showInCalendar: "Takvimde göster",
|
|
4793
|
-
emptyTitle: "
|
|
4859
|
+
emptyTitle: "Tamamlanacak randevu yok.",
|
|
4860
|
+
filterNoPatient: "Hastasız",
|
|
4861
|
+
filterNoOperator: "Operatörsüz",
|
|
4862
|
+
filterNoChair: "Koltuksuz",
|
|
4863
|
+
notShownOnChairAxis: "Bir koltuk atanana kadar koltuk sütunlarında gösterilmez."
|
|
4794
4864
|
},
|
|
4795
4865
|
waitingList: {
|
|
4796
4866
|
removed: "Bekleme listesinden kaldırıldı",
|
|
@@ -4834,6 +4904,7 @@ const e = {
|
|
|
4834
4904
|
},
|
|
4835
4905
|
readOnly: {
|
|
4836
4906
|
createBlocked: "Randevu oluşturma izniniz yok.",
|
|
4907
|
+
createTaskBlocked: "Görev oluşturma izniniz yok.",
|
|
4837
4908
|
changeBlocked: "Randevuları değiştirme izniniz yok.",
|
|
4838
4909
|
waitingBlocked: "Bekleme listesini değiştirme izniniz yok.",
|
|
4839
4910
|
waitingLockedBody: "Bekleme listesini değiştirme izniniz yok — klinik sahibinden takvim düzenleme yetkisi isteyin."
|
|
@@ -2793,9 +2793,26 @@ export declare const zhUi: {
|
|
|
2793
2793
|
readonly heading: "标题";
|
|
2794
2794
|
readonly extensions: "编辑器扩展";
|
|
2795
2795
|
readonly insertVariable: "插入变量";
|
|
2796
|
-
readonly variables:
|
|
2796
|
+
readonly variables: {
|
|
2797
|
+
readonly menuLabel: "变量";
|
|
2798
|
+
readonly search: "搜索变量…";
|
|
2799
|
+
readonly recent: "最近使用";
|
|
2800
|
+
readonly groups: {
|
|
2801
|
+
readonly patient: "患者";
|
|
2802
|
+
readonly appointment: "预约";
|
|
2803
|
+
readonly practice: "诊所";
|
|
2804
|
+
readonly operator: "操作员";
|
|
2805
|
+
readonly document: "文档";
|
|
2806
|
+
readonly other: "其他";
|
|
2807
|
+
};
|
|
2808
|
+
readonly empty: "没有与“{{query}}”匹配的变量";
|
|
2809
|
+
readonly footer: {
|
|
2810
|
+
readonly navigate: "导航";
|
|
2811
|
+
readonly insert: "插入";
|
|
2812
|
+
readonly close: "关闭";
|
|
2813
|
+
};
|
|
2814
|
+
};
|
|
2797
2815
|
readonly variableInvalid: "无效变量:{{tokens}}。请从“插入变量”中选择。";
|
|
2798
|
-
readonly variableNoMatch: "没有与“{{query}}”匹配的变量";
|
|
2799
2816
|
readonly more: "更多选项";
|
|
2800
2817
|
readonly link: {
|
|
2801
2818
|
readonly url: "URL";
|
|
@@ -2886,6 +2903,17 @@ export declare const zhUi: {
|
|
|
2886
2903
|
readonly autoFormat: "自动格式化文档";
|
|
2887
2904
|
readonly consentRecorded: "AI 辅助同意已记录。";
|
|
2888
2905
|
readonly consentRegionLabel: "此文档的 AI 辅助同意";
|
|
2906
|
+
readonly templates: "模板";
|
|
2907
|
+
readonly templatesGroup: "诊所模板";
|
|
2908
|
+
readonly noTemplates: "还没有模板";
|
|
2909
|
+
readonly templatesNoteEmpty: "记录为空。请先口述或输入内容再使用模板。";
|
|
2910
|
+
readonly createFirstTemplate: "创建第一个模板";
|
|
2911
|
+
readonly manageTemplates: "管理模板";
|
|
2912
|
+
readonly defaultBadge: "默认";
|
|
2913
|
+
readonly actionError: "出了点问题,请重试。";
|
|
2914
|
+
readonly actionStale: "AI 改写期间文本发生了变化。未替换任何内容。请重试。";
|
|
2915
|
+
readonly selectionTools: "选区工具";
|
|
2916
|
+
readonly actionDone: "完成。记录已更新。";
|
|
2889
2917
|
};
|
|
2890
2918
|
};
|
|
2891
2919
|
readonly payment: {
|
|
@@ -3141,6 +3169,8 @@ export declare const zhUi: {
|
|
|
3141
3169
|
};
|
|
3142
3170
|
readonly helpMeWriteTemplates: {
|
|
3143
3171
|
readonly bar: {
|
|
3172
|
+
readonly contextDocument: "以整条记录为上下文。草稿插入到光标处。";
|
|
3173
|
+
readonly contextSelection: "以所选文本为上下文。草稿会替换所选文本。";
|
|
3144
3174
|
readonly templatesMenu: "模板";
|
|
3145
3175
|
readonly templatesGroup: "诊所模板";
|
|
3146
3176
|
readonly createFirst: "创建第一个模板";
|
|
@@ -3185,10 +3215,12 @@ export declare const zhUi: {
|
|
|
3185
3215
|
};
|
|
3186
3216
|
readonly manager: {
|
|
3187
3217
|
readonly title: "AI 模板";
|
|
3188
|
-
readonly description: "
|
|
3218
|
+
readonly description: "与诊所所有人共享。拖动以设置模板菜单的顺序。";
|
|
3189
3219
|
readonly new: "新建模板";
|
|
3190
3220
|
readonly done: "完成";
|
|
3191
3221
|
readonly listLabel: "模板";
|
|
3222
|
+
readonly reorderHandle: "重新排序 {{label}}。按 Alt + 上 或 Alt + 下 移动。";
|
|
3223
|
+
readonly reorderAnnounce: "{{label}} 已移动至第 {{to}} / {{total}} 位";
|
|
3192
3224
|
readonly edit: "编辑 {{name}}";
|
|
3193
3225
|
readonly delete: "删除 {{name}}";
|
|
3194
3226
|
readonly emptyTitle: "还没有模板";
|
|
@@ -4158,7 +4190,10 @@ export declare const zhUi: {
|
|
|
4158
4190
|
readonly actions: {
|
|
4159
4191
|
readonly groupLabel: "日程操作";
|
|
4160
4192
|
readonly schedulingLabel: "预约安排";
|
|
4193
|
+
readonly createGroupLabel: "新建";
|
|
4194
|
+
readonly toolsLabel: "日程工具";
|
|
4161
4195
|
readonly newAppointment: "新建预约";
|
|
4196
|
+
readonly newTask: "新建任务";
|
|
4162
4197
|
readonly privacy: "隐私模式";
|
|
4163
4198
|
readonly findFreeSlots: "查找空闲时段";
|
|
4164
4199
|
readonly printDay: "按日打印";
|
|
@@ -4543,6 +4578,8 @@ export declare const zhUi: {
|
|
|
4543
4578
|
readonly chairBusy: "所选诊椅在该时间已被占用。";
|
|
4544
4579
|
readonly operatorBusy: "所选操作员在该时间已有安排。";
|
|
4545
4580
|
readonly operatorAbsent: "所选操作员在预约当天不在岗。";
|
|
4581
|
+
readonly careRestrictedResourceHint: "不适用于此项目";
|
|
4582
|
+
readonly careRestrictionConflict: "所选项目没有共同的操作员/椅位";
|
|
4546
4583
|
readonly reminderDisabled: "(已禁用)";
|
|
4547
4584
|
readonly priceListAllPhases: "所有阶段";
|
|
4548
4585
|
readonly priceListBilled: "不允许此操作:该治疗项目已开票。";
|
|
@@ -4578,6 +4615,32 @@ export declare const zhUi: {
|
|
|
4578
4615
|
readonly signMode_two: "需签署 {{count}} 份必要文件";
|
|
4579
4616
|
readonly signMode_few: "需签署 {{count}} 份必要文件";
|
|
4580
4617
|
};
|
|
4618
|
+
readonly taskEditor: {
|
|
4619
|
+
readonly title: "新建任务";
|
|
4620
|
+
readonly editTitle: "编辑任务";
|
|
4621
|
+
readonly date: "日期";
|
|
4622
|
+
readonly time: "时间";
|
|
4623
|
+
readonly note: "备注";
|
|
4624
|
+
readonly noteRequired: "请输入备注。";
|
|
4625
|
+
readonly operator: "操作员";
|
|
4626
|
+
readonly operatorNone: "无操作员";
|
|
4627
|
+
readonly about: "相关对象";
|
|
4628
|
+
readonly aboutNobody: "无";
|
|
4629
|
+
readonly aboutPatient: "患者";
|
|
4630
|
+
readonly aboutCompany: "公司";
|
|
4631
|
+
readonly companyName: "公司名称";
|
|
4632
|
+
readonly companyUnresolved: "关联公司(不在列表中):{{id}}";
|
|
4633
|
+
readonly companyReplace: "更换公司";
|
|
4634
|
+
readonly done: "已完成";
|
|
4635
|
+
readonly save: "保存";
|
|
4636
|
+
readonly cancel: "取消";
|
|
4637
|
+
readonly delete: "删除";
|
|
4638
|
+
readonly deleteConfirmTitle: "删除此任务?";
|
|
4639
|
+
readonly deleteConfirmBody: "该任务将被删除。此操作在此处无法撤销。";
|
|
4640
|
+
readonly deleteConfirm: "删除";
|
|
4641
|
+
readonly deleteCancel: "保留";
|
|
4642
|
+
readonly readOnlyBody: "此任务为只读。";
|
|
4643
|
+
};
|
|
4581
4644
|
readonly findSlots: {
|
|
4582
4645
|
readonly bandOptions: "可用选项";
|
|
4583
4646
|
readonly tool: "查找空闲时段";
|
|
@@ -4806,16 +4869,19 @@ export declare const zhUi: {
|
|
|
4806
4869
|
readonly undone: "时长已恢复";
|
|
4807
4870
|
};
|
|
4808
4871
|
readonly bookings: {
|
|
4809
|
-
readonly title: "
|
|
4810
|
-
readonly intro: "
|
|
4872
|
+
readonly title: "待完善";
|
|
4873
|
+
readonly intro: "当前视图中仍缺少患者、操作员或诊椅的预约——无论其来源如何。";
|
|
4811
4874
|
readonly new: "新";
|
|
4812
4875
|
readonly bookedOn: "预约于 {{date}}";
|
|
4813
4876
|
readonly needsPatient: "待分配患者";
|
|
4814
4877
|
readonly needsOperator: "待分配操作员";
|
|
4878
|
+
readonly needsChair: "待分配诊椅";
|
|
4815
4879
|
readonly assignPatient: "分配患者";
|
|
4816
4880
|
readonly assignOperator: "分配操作员";
|
|
4881
|
+
readonly assignChair: "分配诊椅";
|
|
4817
4882
|
readonly assignPatientShort: "患者";
|
|
4818
4883
|
readonly assignOperatorShort: "操作员";
|
|
4884
|
+
readonly assignChairShort: "诊椅";
|
|
4819
4885
|
readonly edit: "编辑预约";
|
|
4820
4886
|
readonly whatsapp: "通过 WhatsApp 发消息";
|
|
4821
4887
|
readonly whatsappNoNumber: "此预约没有 WhatsApp 号码";
|
|
@@ -4825,7 +4891,11 @@ export declare const zhUi: {
|
|
|
4825
4891
|
readonly current: "当前预约";
|
|
4826
4892
|
readonly showInCalendarNamed: "在日历中显示 {{when}} 的预约";
|
|
4827
4893
|
readonly showInCalendar: "在日历中显示";
|
|
4828
|
-
readonly emptyTitle: "
|
|
4894
|
+
readonly emptyTitle: "没有待完善的预约。";
|
|
4895
|
+
readonly filterNoPatient: "无患者";
|
|
4896
|
+
readonly filterNoOperator: "无操作员";
|
|
4897
|
+
readonly filterNoChair: "无诊椅";
|
|
4898
|
+
readonly notShownOnChairAxis: "在分配诊椅之前,不会显示在诊椅列中。";
|
|
4829
4899
|
};
|
|
4830
4900
|
readonly waitingList: {
|
|
4831
4901
|
readonly removed: "已从等候名单中移除";
|
|
@@ -4869,6 +4939,7 @@ export declare const zhUi: {
|
|
|
4869
4939
|
};
|
|
4870
4940
|
readonly readOnly: {
|
|
4871
4941
|
readonly createBlocked: "您没有创建预约的权限。";
|
|
4942
|
+
readonly createTaskBlocked: "您没有创建任务的权限。";
|
|
4872
4943
|
readonly changeBlocked: "您没有修改预约的权限。";
|
|
4873
4944
|
readonly waitingBlocked: "您没有修改等候名单的权限。";
|
|
4874
4945
|
readonly waitingLockedBody: "您没有修改等候名单的权限 — 请向诊所所有者申请日历编辑权限。";
|
package/dist/i18n/locales/zh.js
CHANGED
|
@@ -2763,9 +2763,26 @@ const e = {
|
|
|
2763
2763
|
heading: "标题",
|
|
2764
2764
|
extensions: "编辑器扩展",
|
|
2765
2765
|
insertVariable: "插入变量",
|
|
2766
|
-
variables:
|
|
2766
|
+
variables: {
|
|
2767
|
+
menuLabel: "变量",
|
|
2768
|
+
search: "搜索变量…",
|
|
2769
|
+
recent: "最近使用",
|
|
2770
|
+
groups: {
|
|
2771
|
+
patient: "患者",
|
|
2772
|
+
appointment: "预约",
|
|
2773
|
+
practice: "诊所",
|
|
2774
|
+
operator: "操作员",
|
|
2775
|
+
document: "文档",
|
|
2776
|
+
other: "其他"
|
|
2777
|
+
},
|
|
2778
|
+
empty: "没有与“{{query}}”匹配的变量",
|
|
2779
|
+
footer: {
|
|
2780
|
+
navigate: "导航",
|
|
2781
|
+
insert: "插入",
|
|
2782
|
+
close: "关闭"
|
|
2783
|
+
}
|
|
2784
|
+
},
|
|
2767
2785
|
variableInvalid: "无效变量:{{tokens}}。请从“插入变量”中选择。",
|
|
2768
|
-
variableNoMatch: "没有与“{{query}}”匹配的变量",
|
|
2769
2786
|
more: "更多选项",
|
|
2770
2787
|
link: {
|
|
2771
2788
|
url: "URL",
|
|
@@ -2855,7 +2872,18 @@ const e = {
|
|
|
2855
2872
|
proofread: "检查拼写和语法",
|
|
2856
2873
|
autoFormat: "自动格式化文档",
|
|
2857
2874
|
consentRecorded: "AI 辅助同意已记录。",
|
|
2858
|
-
consentRegionLabel: "此文档的 AI 辅助同意"
|
|
2875
|
+
consentRegionLabel: "此文档的 AI 辅助同意",
|
|
2876
|
+
templates: "模板",
|
|
2877
|
+
templatesGroup: "诊所模板",
|
|
2878
|
+
noTemplates: "还没有模板",
|
|
2879
|
+
templatesNoteEmpty: "记录为空。请先口述或输入内容再使用模板。",
|
|
2880
|
+
createFirstTemplate: "创建第一个模板",
|
|
2881
|
+
manageTemplates: "管理模板",
|
|
2882
|
+
defaultBadge: "默认",
|
|
2883
|
+
actionError: "出了点问题,请重试。",
|
|
2884
|
+
actionStale: "AI 改写期间文本发生了变化。未替换任何内容。请重试。",
|
|
2885
|
+
selectionTools: "选区工具",
|
|
2886
|
+
actionDone: "完成。记录已更新。"
|
|
2859
2887
|
}
|
|
2860
2888
|
},
|
|
2861
2889
|
payment: {
|
|
@@ -3104,6 +3132,8 @@ const e = {
|
|
|
3104
3132
|
},
|
|
3105
3133
|
helpMeWriteTemplates: {
|
|
3106
3134
|
bar: {
|
|
3135
|
+
contextDocument: "以整条记录为上下文。草稿插入到光标处。",
|
|
3136
|
+
contextSelection: "以所选文本为上下文。草稿会替换所选文本。",
|
|
3107
3137
|
templatesMenu: "模板",
|
|
3108
3138
|
templatesGroup: "诊所模板",
|
|
3109
3139
|
createFirst: "创建第一个模板",
|
|
@@ -3148,10 +3178,12 @@ const e = {
|
|
|
3148
3178
|
},
|
|
3149
3179
|
manager: {
|
|
3150
3180
|
title: "AI 模板",
|
|
3151
|
-
description: "
|
|
3181
|
+
description: "与诊所所有人共享。拖动以设置模板菜单的顺序。",
|
|
3152
3182
|
new: "新建模板",
|
|
3153
3183
|
done: "完成",
|
|
3154
3184
|
listLabel: "模板",
|
|
3185
|
+
reorderHandle: "重新排序 {{label}}。按 Alt + 上 或 Alt + 下 移动。",
|
|
3186
|
+
reorderAnnounce: "{{label}} 已移动至第 {{to}} / {{total}} 位",
|
|
3155
3187
|
edit: "编辑 {{name}}",
|
|
3156
3188
|
delete: "删除 {{name}}",
|
|
3157
3189
|
emptyTitle: "还没有模板",
|
|
@@ -4108,7 +4140,10 @@ const e = {
|
|
|
4108
4140
|
actions: {
|
|
4109
4141
|
groupLabel: "日程操作",
|
|
4110
4142
|
schedulingLabel: "预约安排",
|
|
4143
|
+
createGroupLabel: "新建",
|
|
4144
|
+
toolsLabel: "日程工具",
|
|
4111
4145
|
newAppointment: "新建预约",
|
|
4146
|
+
newTask: "新建任务",
|
|
4112
4147
|
privacy: "隐私模式",
|
|
4113
4148
|
findFreeSlots: "查找空闲时段",
|
|
4114
4149
|
printDay: "按日打印",
|
|
@@ -4493,6 +4528,8 @@ const e = {
|
|
|
4493
4528
|
chairBusy: "所选诊椅在该时间已被占用。",
|
|
4494
4529
|
operatorBusy: "所选操作员在该时间已有安排。",
|
|
4495
4530
|
operatorAbsent: "所选操作员在预约当天不在岗。",
|
|
4531
|
+
careRestrictedResourceHint: "不适用于此项目",
|
|
4532
|
+
careRestrictionConflict: "所选项目没有共同的操作员/椅位",
|
|
4496
4533
|
reminderDisabled: "(已禁用)",
|
|
4497
4534
|
priceListAllPhases: "所有阶段",
|
|
4498
4535
|
priceListBilled: "不允许此操作:该治疗项目已开票。",
|
|
@@ -4528,6 +4565,32 @@ const e = {
|
|
|
4528
4565
|
signMode_two: "需签署 {{count}} 份必要文件",
|
|
4529
4566
|
signMode_few: "需签署 {{count}} 份必要文件"
|
|
4530
4567
|
},
|
|
4568
|
+
taskEditor: {
|
|
4569
|
+
title: "新建任务",
|
|
4570
|
+
editTitle: "编辑任务",
|
|
4571
|
+
date: "日期",
|
|
4572
|
+
time: "时间",
|
|
4573
|
+
note: "备注",
|
|
4574
|
+
noteRequired: "请输入备注。",
|
|
4575
|
+
operator: "操作员",
|
|
4576
|
+
operatorNone: "无操作员",
|
|
4577
|
+
about: "相关对象",
|
|
4578
|
+
aboutNobody: "无",
|
|
4579
|
+
aboutPatient: "患者",
|
|
4580
|
+
aboutCompany: "公司",
|
|
4581
|
+
companyName: "公司名称",
|
|
4582
|
+
companyUnresolved: "关联公司(不在列表中):{{id}}",
|
|
4583
|
+
companyReplace: "更换公司",
|
|
4584
|
+
done: "已完成",
|
|
4585
|
+
save: "保存",
|
|
4586
|
+
cancel: "取消",
|
|
4587
|
+
delete: "删除",
|
|
4588
|
+
deleteConfirmTitle: "删除此任务?",
|
|
4589
|
+
deleteConfirmBody: "该任务将被删除。此操作在此处无法撤销。",
|
|
4590
|
+
deleteConfirm: "删除",
|
|
4591
|
+
deleteCancel: "保留",
|
|
4592
|
+
readOnlyBody: "此任务为只读。"
|
|
4593
|
+
},
|
|
4531
4594
|
findSlots: {
|
|
4532
4595
|
bandOptions: "可用选项",
|
|
4533
4596
|
tool: "查找空闲时段",
|
|
@@ -4756,16 +4819,19 @@ const e = {
|
|
|
4756
4819
|
undone: "时长已恢复"
|
|
4757
4820
|
},
|
|
4758
4821
|
bookings: {
|
|
4759
|
-
title: "
|
|
4760
|
-
intro: "
|
|
4822
|
+
title: "待完善",
|
|
4823
|
+
intro: "当前视图中仍缺少患者、操作员或诊椅的预约——无论其来源如何。",
|
|
4761
4824
|
new: "新",
|
|
4762
4825
|
bookedOn: "预约于 {{date}}",
|
|
4763
4826
|
needsPatient: "待分配患者",
|
|
4764
4827
|
needsOperator: "待分配操作员",
|
|
4828
|
+
needsChair: "待分配诊椅",
|
|
4765
4829
|
assignPatient: "分配患者",
|
|
4766
4830
|
assignOperator: "分配操作员",
|
|
4831
|
+
assignChair: "分配诊椅",
|
|
4767
4832
|
assignPatientShort: "患者",
|
|
4768
4833
|
assignOperatorShort: "操作员",
|
|
4834
|
+
assignChairShort: "诊椅",
|
|
4769
4835
|
edit: "编辑预约",
|
|
4770
4836
|
whatsapp: "通过 WhatsApp 发消息",
|
|
4771
4837
|
whatsappNoNumber: "此预约没有 WhatsApp 号码",
|
|
@@ -4775,7 +4841,11 @@ const e = {
|
|
|
4775
4841
|
current: "当前预约",
|
|
4776
4842
|
showInCalendarNamed: "在日历中显示 {{when}} 的预约",
|
|
4777
4843
|
showInCalendar: "在日历中显示",
|
|
4778
|
-
emptyTitle: "
|
|
4844
|
+
emptyTitle: "没有待完善的预约。",
|
|
4845
|
+
filterNoPatient: "无患者",
|
|
4846
|
+
filterNoOperator: "无操作员",
|
|
4847
|
+
filterNoChair: "无诊椅",
|
|
4848
|
+
notShownOnChairAxis: "在分配诊椅之前,不会显示在诊椅列中。"
|
|
4779
4849
|
},
|
|
4780
4850
|
waitingList: {
|
|
4781
4851
|
removed: "已从等候名单中移除",
|
|
@@ -4819,6 +4889,7 @@ const e = {
|
|
|
4819
4889
|
},
|
|
4820
4890
|
readOnly: {
|
|
4821
4891
|
createBlocked: "您没有创建预约的权限。",
|
|
4892
|
+
createTaskBlocked: "您没有创建任务的权限。",
|
|
4822
4893
|
changeBlocked: "您没有修改预约的权限。",
|
|
4823
4894
|
waitingBlocked: "您没有修改等候名单的权限。",
|
|
4824
4895
|
waitingLockedBody: "您没有修改等候名单的权限 — 请向诊所所有者申请日历编辑权限。"
|