@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.
Files changed (126) hide show
  1. package/dist/_chunks/{calendar-ChJQzRw-.js → calendar-U6N0F99w.js} +383 -359
  2. package/dist/_chunks/calendar-workspace-DBYAtdyd.js +12161 -0
  3. package/dist/_chunks/control-room-rail-Cv7GpMqX.js +354 -0
  4. package/dist/_chunks/{face-scheme-Dg6ZyLKb.js → face-scheme-Bm6pe7R8.js} +265 -275
  5. package/dist/_chunks/help-me-write-templates-GUeEn3Ff.js +741 -0
  6. package/dist/_chunks/{marketplace-app-shell-D_g9BaDI.js → marketplace-app-shell-DdwPj03y.js} +3 -3
  7. package/dist/_chunks/{notes-panel-CRAovkjx.js → notes-panel-CY4KmDo-.js} +159 -152
  8. package/dist/_chunks/{panel-subview-PMBRPFOa.js → panel-subview-CYnuX-KR.js} +61 -40
  9. package/dist/_chunks/rich-text-editor-BYE6kK4u.js +3839 -0
  10. package/dist/_chunks/{sidebar-ClTY9lLI.js → sidebar-DbZXLl8h.js} +2 -2
  11. package/dist/_chunks/tab-bar-Cw9UK18Z.js +228 -0
  12. package/dist/_chunks/{tool-rail-D89USYE6.js → tool-rail-CCFqDfAn.js} +282 -276
  13. package/dist/_chunks/undo-2-CYNAzclj.js +26 -0
  14. package/dist/_chunks/use-edge-resize-BHesP0kg.js +149 -0
  15. package/dist/_chunks/use-scroll-overflow-UbLrUfBo.js +72 -0
  16. package/dist/_chunks/variables-menu-vXUaSBj4.js +401 -0
  17. package/dist/agent-catalog.json +84 -3
  18. package/dist/agent-i18n/en.json +14 -3
  19. package/dist/components/calendar/calendar.d.ts +6 -0
  20. package/dist/components/calendar/index.js +1 -1
  21. package/dist/components/control-room-rail/control-room-rail.d.ts +9 -0
  22. package/dist/components/control-room-rail/index.js +1 -1
  23. package/dist/components/face-scheme/index.js +1 -1
  24. package/dist/components/index.d.ts +1 -0
  25. package/dist/components/notes-panel/index.js +1 -1
  26. package/dist/components/notes-panel/notes-panel.d.ts +4 -0
  27. package/dist/components/panel-subview/index.js +1 -1
  28. package/dist/components/panel-subview/panel-subview.d.ts +6 -0
  29. package/dist/components/rich-text-editor/editor-toolbar.d.ts +35 -3
  30. package/dist/components/rich-text-editor/index.d.ts +1 -1
  31. package/dist/components/rich-text-editor/index.js +1 -1
  32. package/dist/components/rich-text-editor/rich-text-editor.d.ts +98 -15
  33. package/dist/components/sidebar/index.js +1 -1
  34. package/dist/components/tab-bar/index.js +1 -1
  35. package/dist/components/tool-rail/index.js +1 -1
  36. package/dist/components/tool-rail/tool-rail.d.ts +16 -0
  37. package/dist/components/variables-menu/index.d.ts +4 -0
  38. package/dist/components/variables-menu/index.js +6 -0
  39. package/dist/components/variables-menu/variables-menu.agent.d.ts +10 -0
  40. package/dist/components/variables-menu/variables-menu.d.ts +53 -0
  41. package/dist/hooks/index.d.ts +2 -0
  42. package/dist/hooks/index.js +35 -32
  43. package/dist/hooks/use-edge-resize.d.ts +13 -1
  44. package/dist/host-compat.css +5 -5
  45. package/dist/i18n/locales/ar.d.ts +77 -6
  46. package/dist/i18n/locales/ar.js +78 -7
  47. package/dist/i18n/locales/de.d.ts +77 -6
  48. package/dist/i18n/locales/de.js +78 -7
  49. package/dist/i18n/locales/el.d.ts +77 -6
  50. package/dist/i18n/locales/el.js +78 -7
  51. package/dist/i18n/locales/en.d.ts +77 -6
  52. package/dist/i18n/locales/en.js +85 -7
  53. package/dist/i18n/locales/es.d.ts +77 -6
  54. package/dist/i18n/locales/es.js +78 -7
  55. package/dist/i18n/locales/fr.d.ts +77 -6
  56. package/dist/i18n/locales/fr.js +78 -7
  57. package/dist/i18n/locales/hi.d.ts +77 -6
  58. package/dist/i18n/locales/hi.js +78 -7
  59. package/dist/i18n/locales/it.d.ts +77 -6
  60. package/dist/i18n/locales/it.js +78 -7
  61. package/dist/i18n/locales/ja.d.ts +77 -6
  62. package/dist/i18n/locales/ja.js +78 -7
  63. package/dist/i18n/locales/nl.d.ts +77 -6
  64. package/dist/i18n/locales/nl.js +78 -7
  65. package/dist/i18n/locales/pl.d.ts +77 -6
  66. package/dist/i18n/locales/pl.js +78 -7
  67. package/dist/i18n/locales/pt.d.ts +77 -6
  68. package/dist/i18n/locales/pt.js +78 -7
  69. package/dist/i18n/locales/ro.d.ts +77 -6
  70. package/dist/i18n/locales/ro.js +78 -7
  71. package/dist/i18n/locales/ru.d.ts +77 -6
  72. package/dist/i18n/locales/ru.js +78 -7
  73. package/dist/i18n/locales/sq.d.ts +77 -6
  74. package/dist/i18n/locales/sq.js +78 -7
  75. package/dist/i18n/locales/sv.d.ts +77 -6
  76. package/dist/i18n/locales/sv.js +78 -7
  77. package/dist/i18n/locales/tr.d.ts +77 -6
  78. package/dist/i18n/locales/tr.js +78 -7
  79. package/dist/i18n/locales/zh.d.ts +77 -6
  80. package/dist/i18n/locales/zh.js +78 -7
  81. package/dist/index.js +916 -913
  82. package/dist/locales/ar.json +78 -7
  83. package/dist/locales/de.json +78 -7
  84. package/dist/locales/el.json +78 -7
  85. package/dist/locales/en.json +78 -7
  86. package/dist/locales/es.json +78 -7
  87. package/dist/locales/fr.json +78 -7
  88. package/dist/locales/hi.json +78 -7
  89. package/dist/locales/it.json +78 -7
  90. package/dist/locales/ja.json +78 -7
  91. package/dist/locales/nl.json +78 -7
  92. package/dist/locales/pl.json +78 -7
  93. package/dist/locales/pt.json +78 -7
  94. package/dist/locales/ro.json +78 -7
  95. package/dist/locales/ru.json +78 -7
  96. package/dist/locales/sq.json +78 -7
  97. package/dist/locales/sv.json +78 -7
  98. package/dist/locales/tr.json +78 -7
  99. package/dist/locales/zh.json +78 -7
  100. package/dist/patterns/calendar/calendar-bookings-panel.d.ts +8 -3
  101. package/dist/patterns/calendar/calendar-care-rules.d.ts +49 -0
  102. package/dist/patterns/calendar/calendar-task-editor.d.ts +31 -0
  103. package/dist/patterns/calendar/calendar-workspace.d.ts +8 -1
  104. package/dist/patterns/calendar/calendar-workspace.model.d.ts +39 -12
  105. package/dist/patterns/calendar/calendar.data.d.ts +9 -0
  106. package/dist/patterns/calendar/calendar.journey.d.ts +35 -3
  107. package/dist/patterns/calendar/calendar.model.d.ts +23 -1
  108. package/dist/patterns/calendar/calendar.sheets.d.ts +21 -3
  109. package/dist/patterns/calendar/calendar.surface.d.ts +6 -1
  110. package/dist/patterns/calendar/calendar.types.d.ts +32 -1
  111. package/dist/patterns/calendar/index.js +1 -1
  112. package/dist/patterns/help-me-write-templates/help-me-write-templates.d.ts +58 -26
  113. package/dist/patterns/help-me-write-templates/index.d.ts +1 -1
  114. package/dist/patterns/help-me-write-templates/index.js +1 -1
  115. package/dist/patterns/marketplace-app-shell/index.js +1 -1
  116. package/dist/tokens.css +6 -6
  117. package/package.json +5 -1
  118. package/dist/_chunks/calendar-workspace-qlxrxCqm.js +0 -11392
  119. package/dist/_chunks/control-room-rail-CnNZusR5.js +0 -337
  120. package/dist/_chunks/help-me-write-templates-B-m7zgJa.js +0 -775
  121. package/dist/_chunks/highlighter-DSkckT2Q.js +0 -15
  122. package/dist/_chunks/rich-text-editor-DUMeifwc.js +0 -3176
  123. package/dist/_chunks/tab-bar-rDkLiaA6.js +0 -268
  124. package/dist/_chunks/use-edge-resize-ZnGG7gyO.js +0 -139
  125. package/dist/_chunks/use-overflow-collapse-BIOzKbni.js +0 -32
  126. package/dist/_chunks/wand-sparkles-DAjKyhz7.js +0 -27
@@ -2751,9 +2751,26 @@ const e = {
2751
2751
  heading: "Titolo",
2752
2752
  extensions: "Estensioni editor",
2753
2753
  insertVariable: "Inserisci variabile",
2754
- variables: "Variabili",
2754
+ variables: {
2755
+ menuLabel: "Variabili",
2756
+ search: "Cerca variabili…",
2757
+ recent: "Recenti",
2758
+ groups: {
2759
+ patient: "Paziente",
2760
+ appointment: "Appuntamento",
2761
+ practice: "Studio",
2762
+ operator: "Operatore",
2763
+ document: "Documento",
2764
+ other: "Altro"
2765
+ },
2766
+ empty: "Nessuna variabile corrisponde a «{{query}}»",
2767
+ footer: {
2768
+ navigate: "sposta",
2769
+ insert: "inserisci",
2770
+ close: "chiudi"
2771
+ }
2772
+ },
2755
2773
  variableInvalid: "Variabile non valida: {{tokens}}. Scegline una da Inserisci variabile.",
2756
- variableNoMatch: "Nessuna variabile corrisponde a «{{query}}»",
2757
2774
  more: "Altre opzioni",
2758
2775
  link: {
2759
2776
  url: "URL",
@@ -2843,7 +2860,18 @@ const e = {
2843
2860
  proofread: "Controlla ortografia e grammatica",
2844
2861
  autoFormat: "Formatta automaticamente il documento",
2845
2862
  consentRecorded: "Il consenso all’assistenza IA è stato registrato.",
2846
- consentRegionLabel: "Consenso all’assistenza IA per questo documento"
2863
+ consentRegionLabel: "Consenso all’assistenza IA per questo documento",
2864
+ templates: "Template",
2865
+ templatesGroup: "Template dello studio",
2866
+ noTemplates: "Ancora nessun template",
2867
+ templatesNoteEmpty: "La nota è vuota. Detta o scrivi prima di usare un template.",
2868
+ createFirstTemplate: "Crea il tuo primo template",
2869
+ manageTemplates: "Gestisci template",
2870
+ defaultBadge: "Predefinito",
2871
+ actionError: "Qualcosa è andato storto. Riprova.",
2872
+ actionStale: "Il testo è cambiato durante la riscrittura. Non è stato sostituito nulla. Riprova.",
2873
+ selectionTools: "Strumenti per la selezione",
2874
+ actionDone: "Fatto. La nota è stata aggiornata."
2847
2875
  }
2848
2876
  },
2849
2877
  payment: {
@@ -3096,6 +3124,8 @@ const e = {
3096
3124
  },
3097
3125
  helpMeWriteTemplates: {
3098
3126
  bar: {
3127
+ contextDocument: "Usa tutta la nota come contesto. La bozza viene inserita al cursore.",
3128
+ contextSelection: "Usa il testo selezionato come contesto. La bozza lo sostituisce.",
3099
3129
  templatesMenu: "Template",
3100
3130
  templatesGroup: "Template dello studio",
3101
3131
  createFirst: "Crea il tuo primo template",
@@ -3140,10 +3170,12 @@ const e = {
3140
3170
  },
3141
3171
  manager: {
3142
3172
  title: "Template IA",
3143
- description: "Condivisi con tutto lo studio. Il template predefinito compare per primo.",
3173
+ description: "Condivisi con tutto lo studio. Trascina per decidere l’ordine del menu Template.",
3144
3174
  new: "Nuovo template",
3145
3175
  done: "Fatto",
3146
3176
  listLabel: "Template",
3177
+ reorderHandle: "Riordina {{label}}. Premi Alt + Su o Alt + Giù per spostare.",
3178
+ reorderAnnounce: "{{label}} spostato in posizione {{to}} di {{total}}",
3147
3179
  edit: "Modifica {{name}}",
3148
3180
  delete: "Elimina {{name}}",
3149
3181
  emptyTitle: "Ancora nessun template",
@@ -4106,7 +4138,10 @@ const e = {
4106
4138
  actions: {
4107
4139
  groupLabel: "Azioni agenda",
4108
4140
  schedulingLabel: "Pianificazione",
4141
+ createGroupLabel: "Crea nuovo",
4142
+ toolsLabel: "Strumenti agenda",
4109
4143
  newAppointment: "Nuovo appuntamento",
4144
+ newTask: "Nuova attività",
4110
4145
  privacy: "Modalità privacy",
4111
4146
  findFreeSlots: "Trova orari liberi",
4112
4147
  printDay: "Stampa giornata",
@@ -4491,6 +4526,8 @@ const e = {
4491
4526
  chairBusy: "La poltrona selezionata risulta occupata nell'orario dell'appuntamento.",
4492
4527
  operatorBusy: "L'operatore selezionato risulta occupato nell'orario dell'appuntamento.",
4493
4528
  operatorAbsent: "L'operatore selezionato risulta assente nella data dell'appuntamento.",
4529
+ careRestrictedResourceHint: "non previsto per questa prestazione",
4530
+ careRestrictionConflict: "Nessun operatore/poltrona comune alle prestazioni selezionate",
4494
4531
  reminderDisabled: "(disabilitato)",
4495
4532
  priceListAllPhases: "Tutte le fasi",
4496
4533
  priceListBilled: "Azione non consentita: prestazione già fatturata.",
@@ -4526,6 +4563,32 @@ const e = {
4526
4563
  signMode_two: "Firma di {{count}} documenti obbligatori",
4527
4564
  signMode_few: "Firma di {{count}} documenti obbligatori"
4528
4565
  },
4566
+ taskEditor: {
4567
+ title: "Nuova attività",
4568
+ editTitle: "Modifica attività",
4569
+ date: "Data",
4570
+ time: "Ora",
4571
+ note: "Nota",
4572
+ noteRequired: "Inserisci una nota.",
4573
+ operator: "Operatore",
4574
+ operatorNone: "Nessun operatore",
4575
+ about: "Riguarda",
4576
+ aboutNobody: "Nessuno",
4577
+ aboutPatient: "Paziente",
4578
+ aboutCompany: "Azienda",
4579
+ companyName: "Nome azienda",
4580
+ companyUnresolved: "Azienda collegata (non in elenco): {{id}}",
4581
+ companyReplace: "Sostituisci azienda",
4582
+ done: "Completata",
4583
+ save: "Salva",
4584
+ cancel: "Annulla",
4585
+ delete: "Elimina",
4586
+ deleteConfirmTitle: "Eliminare questa attività?",
4587
+ deleteConfirmBody: "L'attività verrà rimossa. L'operazione non è reversibile qui.",
4588
+ deleteConfirm: "Elimina",
4589
+ deleteCancel: "Mantieni",
4590
+ readOnlyBody: "Questa attività è di sola lettura."
4591
+ },
4529
4592
  findSlots: {
4530
4593
  bandOptions: "Opzioni disponibili",
4531
4594
  tool: "Trova orari liberi",
@@ -4754,16 +4817,19 @@ const e = {
4754
4817
  undone: "Durata ripristinata"
4755
4818
  },
4756
4819
  bookings: {
4757
- title: "Prenotazioni online",
4758
- intro: "Prenotazioni degli ultimi trenta giorni a cui manca ancora un paziente o un operatore.",
4820
+ title: "Da completare",
4821
+ intro: "Appuntamenti nel periodo visualizzato a cui manca ancora un paziente, un operatore o una poltrona, comunque siano stati creati.",
4759
4822
  new: "Nuova",
4760
4823
  bookedOn: "prenotata il {{date}}",
4761
4824
  needsPatient: "Paziente da assegnare",
4762
4825
  needsOperator: "Operatore da assegnare",
4826
+ needsChair: "Poltrona da assegnare",
4763
4827
  assignPatient: "Assegna paziente",
4764
4828
  assignOperator: "Assegna operatore",
4829
+ assignChair: "Assegna poltrona",
4765
4830
  assignPatientShort: "Paziente",
4766
4831
  assignOperatorShort: "Operatore",
4832
+ assignChairShort: "Poltrona",
4767
4833
  edit: "Modifica appuntamento",
4768
4834
  whatsapp: "Scrivi su WhatsApp",
4769
4835
  whatsappNoNumber: "Nessun numero WhatsApp per questa prenotazione",
@@ -4773,7 +4839,11 @@ const e = {
4773
4839
  current: "Prenotazione selezionata",
4774
4840
  showInCalendarNamed: "Mostra in agenda la prenotazione del {{when}}",
4775
4841
  showInCalendar: "Mostra in agenda",
4776
- emptyTitle: "Non ci sono prenotazioni da controllare."
4842
+ emptyTitle: "Nessun appuntamento da completare.",
4843
+ filterNoPatient: "Senza paziente",
4844
+ filterNoOperator: "Senza operatore",
4845
+ filterNoChair: "Senza poltrona",
4846
+ notShownOnChairAxis: "Non mostrati nelle colonne per poltrona finché non assegnati."
4777
4847
  },
4778
4848
  waitingList: {
4779
4849
  removed: "Rimosso dalla lista d'attesa",
@@ -4817,6 +4887,7 @@ const e = {
4817
4887
  },
4818
4888
  readOnly: {
4819
4889
  createBlocked: "Non hai il permesso di creare appuntamenti.",
4890
+ createTaskBlocked: "Non hai il permesso di creare attività.",
4820
4891
  changeBlocked: "Non hai il permesso di modificare gli appuntamenti.",
4821
4892
  waitingBlocked: "Non hai il permesso di modificare la lista d’attesa.",
4822
4893
  waitingLockedBody: "Non hai il permesso di modificare la lista d’attesa: chiedi al titolare dello studio il diritto di modifica del calendario."
@@ -2793,9 +2793,26 @@ export declare const jaUi: {
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 jaUi: {
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 jaUi: {
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 jaUi: {
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}} を {{total}} 中 {{to}} 番目に移動しました";
3192
3224
  readonly edit: "{{name}} を編集";
3193
3225
  readonly delete: "{{name}} を削除";
3194
3226
  readonly emptyTitle: "テンプレートはまだありません";
@@ -4158,7 +4190,10 @@ export declare const jaUi: {
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: "1日を印刷";
@@ -4543,6 +4578,8 @@ export declare const jaUi: {
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 jaUi: {
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 jaUi: {
4806
4869
  readonly undone: "所要時間を元に戻しました";
4807
4870
  };
4808
4871
  readonly bookings: {
4809
- readonly title: "オンライン予約";
4810
- readonly intro: "過去30日間の予約のうち、患者または担当者が未設定のもの。";
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 jaUi: {
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 jaUi: {
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: "順番待ちリストを変更する権限がありません。カレンダーの編集権限を医院の管理者に依頼してください。";
@@ -2773,9 +2773,26 @@ const e = {
2773
2773
  heading: "見出し",
2774
2774
  extensions: "エディター拡張機能",
2775
2775
  insertVariable: "変数を挿入",
2776
- variables: "変数",
2776
+ variables: {
2777
+ menuLabel: "変数",
2778
+ search: "変数を検索…",
2779
+ recent: "最近使用した項目",
2780
+ groups: {
2781
+ patient: "患者",
2782
+ appointment: "予約",
2783
+ practice: "医院",
2784
+ operator: "担当者",
2785
+ document: "書類",
2786
+ other: "その他"
2787
+ },
2788
+ empty: "「{{query}}」に一致する変数はありません",
2789
+ footer: {
2790
+ navigate: "移動",
2791
+ insert: "挿入",
2792
+ close: "閉じる"
2793
+ }
2794
+ },
2777
2795
  variableInvalid: "無効な変数:{{tokens}}。「変数を挿入」から選んでください。",
2778
- variableNoMatch: "「{{query}}」に一致する変数はありません",
2779
2796
  more: "その他のオプション",
2780
2797
  link: {
2781
2798
  url: "URL",
@@ -2865,7 +2882,18 @@ const e = {
2865
2882
  proofread: "スペルと文法をチェック",
2866
2883
  autoFormat: "文書を自動整形",
2867
2884
  consentRecorded: "AIアシスタント利用の同意が記録されました。",
2868
- consentRegionLabel: "この文書に対するAIアシスタント利用の同意"
2885
+ consentRegionLabel: "この文書に対するAIアシスタント利用の同意",
2886
+ templates: "テンプレート",
2887
+ templatesGroup: "医院のテンプレート",
2888
+ noTemplates: "テンプレートはまだありません",
2889
+ templatesNoteEmpty: "メモが空です。テンプレートを使うには、先に口述または入力してください。",
2890
+ createFirstTemplate: "最初のテンプレートを作成",
2891
+ manageTemplates: "テンプレートを管理",
2892
+ defaultBadge: "既定",
2893
+ actionError: "問題が発生しました。もう一度お試しください。",
2894
+ actionStale: "AIが書き直している間にテキストが変わりました。何も置き換えていません。もう一度お試しください。",
2895
+ selectionTools: "選択範囲のツール",
2896
+ actionDone: "完了しました。メモを更新しました。"
2869
2897
  }
2870
2898
  },
2871
2899
  payment: {
@@ -3118,6 +3146,8 @@ const e = {
3118
3146
  },
3119
3147
  helpMeWriteTemplates: {
3120
3148
  bar: {
3149
+ contextDocument: "メモ全体を文脈として使います。下書きはカーソル位置に挿入されます。",
3150
+ contextSelection: "選択したテキストを文脈として使います。下書きはそのテキストを置き換えます。",
3121
3151
  templatesMenu: "テンプレート",
3122
3152
  templatesGroup: "医院のテンプレート",
3123
3153
  createFirst: "最初のテンプレートを作成",
@@ -3162,10 +3192,12 @@ const e = {
3162
3192
  },
3163
3193
  manager: {
3164
3194
  title: "AI テンプレート",
3165
- description: "医院の全員と共有されます。既定のテンプレートが最初に表示されます。",
3195
+ description: "医院の全員で共有されます。ドラッグしてテンプレートメニューの順番を決めます。",
3166
3196
  new: "新しいテンプレート",
3167
3197
  done: "完了",
3168
3198
  listLabel: "テンプレート",
3199
+ reorderHandle: "{{label}} を並び替え。Alt + 上 または Alt + 下 で移動。",
3200
+ reorderAnnounce: "{{label}} を {{total}} 中 {{to}} 番目に移動しました",
3169
3201
  edit: "{{name}} を編集",
3170
3202
  delete: "{{name}} を削除",
3171
3203
  emptyTitle: "テンプレートはまだありません",
@@ -4124,7 +4156,10 @@ const e = {
4124
4156
  actions: {
4125
4157
  groupLabel: "アジェンダ操作",
4126
4158
  schedulingLabel: "スケジュール",
4159
+ createGroupLabel: "新規作成",
4160
+ toolsLabel: "予定表ツール",
4127
4161
  newAppointment: "新規予約",
4162
+ newTask: "新規タスク",
4128
4163
  privacy: "プライバシーモード",
4129
4164
  findFreeSlots: "空き枠を検索",
4130
4165
  printDay: "1日を印刷",
@@ -4509,6 +4544,8 @@ const e = {
4509
4544
  chairBusy: "選択したチェアはこの時間に使用中です。",
4510
4545
  operatorBusy: "選択した担当者はこの時間に予定があります。",
4511
4546
  operatorAbsent: "選択した担当者は予約日に不在です。",
4547
+ careRestrictedResourceHint: "この施術では想定されていません",
4548
+ careRestrictionConflict: "選択した施術に共通するオペレーター/チェアがありません",
4512
4549
  reminderDisabled: "(無効)",
4513
4550
  priceListAllPhases: "すべてのフェーズ",
4514
4551
  priceListBilled: "この処置はすでに請求済みのため操作できません。",
@@ -4544,6 +4581,32 @@ const e = {
4544
4581
  signMode_two: "必須書類 {{count}} 件の署名",
4545
4582
  signMode_few: "必須書類 {{count}} 件の署名"
4546
4583
  },
4584
+ taskEditor: {
4585
+ title: "新しいタスク",
4586
+ editTitle: "タスクを編集",
4587
+ date: "日付",
4588
+ time: "時刻",
4589
+ note: "メモ",
4590
+ noteRequired: "メモを入力してください。",
4591
+ operator: "担当者",
4592
+ operatorNone: "担当者なし",
4593
+ about: "関連",
4594
+ aboutNobody: "なし",
4595
+ aboutPatient: "患者",
4596
+ aboutCompany: "会社",
4597
+ companyName: "会社名",
4598
+ companyUnresolved: "紐づけられた会社(一覧にありません): {{id}}",
4599
+ companyReplace: "会社を変更",
4600
+ done: "完了",
4601
+ save: "保存",
4602
+ cancel: "キャンセル",
4603
+ delete: "削除",
4604
+ deleteConfirmTitle: "このタスクを削除しますか?",
4605
+ deleteConfirmBody: "タスクは削除されます。この操作はここでは元に戻せません。",
4606
+ deleteConfirm: "削除",
4607
+ deleteCancel: "保持",
4608
+ readOnlyBody: "このタスクは読み取り専用です。"
4609
+ },
4547
4610
  findSlots: {
4548
4611
  bandOptions: "利用可能な選択肢",
4549
4612
  tool: "空き枠を検索",
@@ -4772,16 +4835,19 @@ const e = {
4772
4835
  undone: "所要時間を元に戻しました"
4773
4836
  },
4774
4837
  bookings: {
4775
- title: "オンライン予約",
4776
- intro: "過去30日間の予約のうち、患者または担当者が未設定のもの。",
4838
+ title: "未完了の予約",
4839
+ intro: "表示中の予約のうち、患者・担当者・チェアのいずれかが未設定のもの(作成方法を問わない)。",
4777
4840
  new: "新規",
4778
4841
  bookedOn: "{{date}} 予約",
4779
4842
  needsPatient: "患者を割り当て",
4780
4843
  needsOperator: "担当者を割り当て",
4844
+ needsChair: "チェアを割り当て",
4781
4845
  assignPatient: "患者を割り当てる",
4782
4846
  assignOperator: "担当者を割り当てる",
4847
+ assignChair: "チェアを割り当てる",
4783
4848
  assignPatientShort: "患者",
4784
4849
  assignOperatorShort: "担当者",
4850
+ assignChairShort: "チェア",
4785
4851
  edit: "予約を編集",
4786
4852
  whatsapp: "WhatsAppでメッセージを送る",
4787
4853
  whatsappNoNumber: "この予約にはWhatsApp番号がありません",
@@ -4791,7 +4857,11 @@ const e = {
4791
4857
  current: "選択中の予約",
4792
4858
  showInCalendarNamed: "{{when}} の予約をカレンダーで表示",
4793
4859
  showInCalendar: "カレンダーで表示",
4794
- emptyTitle: "確認が必要な予約はありません。"
4860
+ emptyTitle: "完了が必要な予約はありません。",
4861
+ filterNoPatient: "患者未設定",
4862
+ filterNoOperator: "担当者未設定",
4863
+ filterNoChair: "チェア未設定",
4864
+ notShownOnChairAxis: "チェアが割り当てられるまでチェア列には表示されません。"
4795
4865
  },
4796
4866
  waitingList: {
4797
4867
  removed: "キャンセル待ちから削除しました",
@@ -4835,6 +4905,7 @@ const e = {
4835
4905
  },
4836
4906
  readOnly: {
4837
4907
  createBlocked: "予約を作成する権限がありません。",
4908
+ createTaskBlocked: "タスクを作成する権限がありません。",
4838
4909
  changeBlocked: "予約を変更する権限がありません。",
4839
4910
  waitingBlocked: "順番待ちリストを変更する権限がありません。",
4840
4911
  waitingLockedBody: "順番待ちリストを変更する権限がありません。カレンダーの編集権限を医院の管理者に依頼してください。"
@@ -2793,9 +2793,26 @@ export declare const nlUi: {
2793
2793
  readonly heading: "Koptekst";
2794
2794
  readonly extensions: "Editor-extensies";
2795
2795
  readonly insertVariable: "Variabele invoegen";
2796
- readonly variables: "Variabelen";
2796
+ readonly variables: {
2797
+ readonly menuLabel: "Variabelen";
2798
+ readonly search: "Variabelen zoeken…";
2799
+ readonly recent: "Recent";
2800
+ readonly groups: {
2801
+ readonly patient: "Patiënt";
2802
+ readonly appointment: "Afspraak";
2803
+ readonly practice: "Praktijk";
2804
+ readonly operator: "Behandelaar";
2805
+ readonly document: "Document";
2806
+ readonly other: "Overig";
2807
+ };
2808
+ readonly empty: "Geen variabele komt overeen met ‘{{query}}’";
2809
+ readonly footer: {
2810
+ readonly navigate: "navigeren";
2811
+ readonly insert: "invoegen";
2812
+ readonly close: "sluiten";
2813
+ };
2814
+ };
2797
2815
  readonly variableInvalid: "Geen geldige variabele: {{tokens}}. Kies er een via Variabele invoegen.";
2798
- readonly variableNoMatch: "Geen variabele komt overeen met ‘{{query}}’";
2799
2816
  readonly more: "Meer opties";
2800
2817
  readonly link: {
2801
2818
  readonly url: "URL";
@@ -2886,6 +2903,17 @@ export declare const nlUi: {
2886
2903
  readonly autoFormat: "Document automatisch opmaken";
2887
2904
  readonly consentRecorded: "De toestemming voor AI-ondersteuning is vastgelegd.";
2888
2905
  readonly consentRegionLabel: "Toestemming voor AI-ondersteuning voor dit document";
2906
+ readonly templates: "Sjablonen";
2907
+ readonly templatesGroup: "Praktijksjablonen";
2908
+ readonly noTemplates: "Nog geen sjablonen";
2909
+ readonly templatesNoteEmpty: "De notitie is leeg. Dicteer of typ eerst om een sjabloon te gebruiken.";
2910
+ readonly createFirstTemplate: "Maak je eerste sjabloon";
2911
+ readonly manageTemplates: "Sjablonen beheren";
2912
+ readonly defaultBadge: "Standaard";
2913
+ readonly actionError: "Er is iets misgegaan. Probeer het opnieuw.";
2914
+ readonly actionStale: "De tekst is veranderd tijdens het herschrijven. Er is niets vervangen. Probeer het opnieuw.";
2915
+ readonly selectionTools: "Hulpmiddelen voor selectie";
2916
+ readonly actionDone: "Klaar. De notitie is bijgewerkt.";
2889
2917
  };
2890
2918
  };
2891
2919
  readonly payment: {
@@ -3141,6 +3169,8 @@ export declare const nlUi: {
3141
3169
  };
3142
3170
  readonly helpMeWriteTemplates: {
3143
3171
  readonly bar: {
3172
+ readonly contextDocument: "Gebruikt de hele notitie als context. Het concept komt op de cursor.";
3173
+ readonly contextSelection: "Gebruikt de geselecteerde tekst als context. Het concept vervangt die.";
3144
3174
  readonly templatesMenu: "Sjablonen";
3145
3175
  readonly templatesGroup: "Praktijksjablonen";
3146
3176
  readonly createFirst: "Maak je eerste sjabloon";
@@ -3185,10 +3215,12 @@ export declare const nlUi: {
3185
3215
  };
3186
3216
  readonly manager: {
3187
3217
  readonly title: "AI-sjablonen";
3188
- readonly description: "Gedeeld met de hele praktijk. Het standaardsjabloon staat bovenaan.";
3218
+ readonly description: "Gedeeld met de hele praktijk. Sleep om de volgorde van het menu Sjablonen te bepalen.";
3189
3219
  readonly new: "Nieuw sjabloon";
3190
3220
  readonly done: "Klaar";
3191
3221
  readonly listLabel: "Sjablonen";
3222
+ readonly reorderHandle: "{{label}} herordenen. Druk op Alt + Omhoog of Alt + Omlaag om te verplaatsen.";
3223
+ readonly reorderAnnounce: "{{label}} verplaatst naar positie {{to}} van {{total}}";
3192
3224
  readonly edit: "{{name}} bewerken";
3193
3225
  readonly delete: "{{name}} verwijderen";
3194
3226
  readonly emptyTitle: "Nog geen sjablonen";
@@ -4158,7 +4190,10 @@ export declare const nlUi: {
4158
4190
  readonly actions: {
4159
4191
  readonly groupLabel: "Agenda-acties";
4160
4192
  readonly schedulingLabel: "Planning";
4193
+ readonly createGroupLabel: "Nieuw aanmaken";
4194
+ readonly toolsLabel: "Agenda-tools";
4161
4195
  readonly newAppointment: "Nieuwe afspraak";
4196
+ readonly newTask: "Nieuwe taak";
4162
4197
  readonly privacy: "Privacymodus";
4163
4198
  readonly findFreeSlots: "Vrije tijdsloten zoeken";
4164
4199
  readonly printDay: "Dag afdrukken";
@@ -4543,6 +4578,8 @@ export declare const nlUi: {
4543
4578
  readonly chairBusy: "De gekozen behandelstoel is op dit tijdstip bezet.";
4544
4579
  readonly operatorBusy: "De gekozen operator is op dit tijdstip bezet.";
4545
4580
  readonly operatorAbsent: "De gekozen operator is afwezig op de datum van de afspraak.";
4581
+ readonly careRestrictedResourceHint: "niet voorzien voor deze behandeling";
4582
+ readonly careRestrictionConflict: "Geen operator/stoel gemeenschappelijk voor de geselecteerde behandelingen";
4546
4583
  readonly reminderDisabled: "(uitgeschakeld)";
4547
4584
  readonly priceListAllPhases: "Alle fasen";
4548
4585
  readonly priceListBilled: "Actie niet toegestaan: deze behandeling is al gefactureerd.";
@@ -4578,6 +4615,32 @@ export declare const nlUi: {
4578
4615
  readonly signMode_two: "Ondertekening van {{count}} verplichte documenten";
4579
4616
  readonly signMode_few: "Ondertekening van {{count}} verplichte documenten";
4580
4617
  };
4618
+ readonly taskEditor: {
4619
+ readonly title: "Nieuwe taak";
4620
+ readonly editTitle: "Taak bewerken";
4621
+ readonly date: "Datum";
4622
+ readonly time: "Tijd";
4623
+ readonly note: "Notitie";
4624
+ readonly noteRequired: "Voer een notitie in.";
4625
+ readonly operator: "Behandelaar";
4626
+ readonly operatorNone: "Geen behandelaar";
4627
+ readonly about: "Betreft";
4628
+ readonly aboutNobody: "Niemand";
4629
+ readonly aboutPatient: "Patiënt";
4630
+ readonly aboutCompany: "Bedrijf";
4631
+ readonly companyName: "Bedrijfsnaam";
4632
+ readonly companyUnresolved: "Gekoppeld bedrijf (niet in de lijst): {{id}}";
4633
+ readonly companyReplace: "Bedrijf vervangen";
4634
+ readonly done: "Voltooid";
4635
+ readonly save: "Opslaan";
4636
+ readonly cancel: "Annuleren";
4637
+ readonly delete: "Verwijderen";
4638
+ readonly deleteConfirmTitle: "Deze taak verwijderen?";
4639
+ readonly deleteConfirmBody: "De taak wordt verwijderd. Dit kan hier niet ongedaan worden gemaakt.";
4640
+ readonly deleteConfirm: "Verwijderen";
4641
+ readonly deleteCancel: "Behouden";
4642
+ readonly readOnlyBody: "Deze taak is alleen-lezen.";
4643
+ };
4581
4644
  readonly findSlots: {
4582
4645
  readonly bandOptions: "Beschikbare opties";
4583
4646
  readonly tool: "Vrije tijdsloten zoeken";
@@ -4806,16 +4869,19 @@ export declare const nlUi: {
4806
4869
  readonly undone: "Duur hersteld";
4807
4870
  };
4808
4871
  readonly bookings: {
4809
- readonly title: "Online boekingen";
4810
- readonly intro: "Boekingen van de afgelopen dertig dagen die nog een patiënt of een operator nodig hebben.";
4872
+ readonly title: "Nog af te ronden";
4873
+ readonly intro: "Afspraken in beeld die nog een patiënt, een operator of een behandelstoel nodig hebben, ongeacht hun herkomst.";
4811
4874
  readonly new: "Nieuw";
4812
4875
  readonly bookedOn: "geboekt op {{date}}";
4813
4876
  readonly needsPatient: "Patiënt toe te wijzen";
4814
4877
  readonly needsOperator: "Operator toe te wijzen";
4878
+ readonly needsChair: "Behandelstoel toe te wijzen";
4815
4879
  readonly assignPatient: "Patiënt toewijzen";
4816
4880
  readonly assignOperator: "Operator toewijzen";
4881
+ readonly assignChair: "Behandelstoel toewijzen";
4817
4882
  readonly assignPatientShort: "Patiënt";
4818
4883
  readonly assignOperatorShort: "Operator";
4884
+ readonly assignChairShort: "Stoel";
4819
4885
  readonly edit: "Afspraak bewerken";
4820
4886
  readonly whatsapp: "Bericht via WhatsApp";
4821
4887
  readonly whatsappNoNumber: "Geen WhatsApp-nummer voor deze boeking";
@@ -4825,7 +4891,11 @@ export declare const nlUi: {
4825
4891
  readonly current: "Geselecteerde boeking";
4826
4892
  readonly showInCalendarNamed: "De boeking van {{when}} in de kalender tonen";
4827
4893
  readonly showInCalendar: "In kalender tonen";
4828
- readonly emptyTitle: "Geen boekingen te controleren.";
4894
+ readonly emptyTitle: "Geen afspraken meer af te ronden.";
4895
+ readonly filterNoPatient: "Zonder patiënt";
4896
+ readonly filterNoOperator: "Zonder operator";
4897
+ readonly filterNoChair: "Zonder behandelstoel";
4898
+ readonly notShownOnChairAxis: "Wordt niet getoond in de stoelkolommen totdat er een stoel is toegewezen.";
4829
4899
  };
4830
4900
  readonly waitingList: {
4831
4901
  readonly removed: "Van de wachtlijst verwijderd";
@@ -4869,6 +4939,7 @@ export declare const nlUi: {
4869
4939
  };
4870
4940
  readonly readOnly: {
4871
4941
  readonly createBlocked: "U hebt geen toestemming om afspraken aan te maken.";
4942
+ readonly createTaskBlocked: "U hebt geen toestemming om taken aan te maken.";
4872
4943
  readonly changeBlocked: "U hebt geen toestemming om afspraken te wijzigen.";
4873
4944
  readonly waitingBlocked: "U hebt geen toestemming om de wachtlijst te wijzigen.";
4874
4945
  readonly waitingLockedBody: "U hebt geen toestemming om de wachtlijst te wijzigen — vraag de praktijkhouder om het recht om de agenda te bewerken.";