@alfadocs/ui-kit 1.39.0 → 1.41.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 (113) hide show
  1. package/dist/_chunks/{ai-consent-banner-DvtaM3yg.js → ai-consent-banner-D7I2U-cz.js} +37 -36
  2. package/dist/_chunks/arrow-left-BfaGqVam.js +15 -0
  3. package/dist/_chunks/{booking-Dn3jvv3K.js → booking-D43ASl8y.js} +1109 -1103
  4. package/dist/_chunks/{calendar-workspace-B-fUbm62.js → calendar-workspace-UllCER2k.js} +2170 -2163
  5. package/dist/_chunks/{contact-profile-card-Zt6WNg1u.js → contact-profile-card-C0WpwpVV.js} +38 -33
  6. package/dist/_chunks/editor-overlay-DwNKaI22.js +93 -0
  7. package/dist/_chunks/format-price-DAbh61Lz.js +51 -0
  8. package/dist/_chunks/help-me-write-templates-GB70jnV9.js +764 -0
  9. package/dist/_chunks/{marketplace-app-shell-d2EtcUbe.js → marketplace-app-shell-D_g9BaDI.js} +2 -2
  10. package/dist/_chunks/{money-BY-HmKhZ.js → money-BXLBIRVO.js} +2 -2
  11. package/dist/_chunks/{notes-panel-CAD1Ytcj.js → notes-panel-_diLt8Cj.js} +76 -73
  12. package/dist/_chunks/{panel-subview-Cc2Wtt7D.js → panel-subview-PMBRPFOa.js} +49 -59
  13. package/dist/_chunks/{practice-results-D_jjzwgf.js → practice-results-D11Zpt27.js} +50 -45
  14. package/dist/_chunks/rich-text-editor-D7AKKAQ2.js +3119 -0
  15. package/dist/_chunks/{sidebar-C-Gr2LL-.js → sidebar-ClTY9lLI.js} +160 -169
  16. package/dist/_chunks/{treatment-receipt-dUm99mdn.js → treatment-receipt-DU0OewqH.js} +2 -2
  17. package/dist/_chunks/trending-up-C_luYBzS.js +15 -0
  18. package/dist/_chunks/wand-sparkles-DAjKyhz7.js +27 -0
  19. package/dist/agent-catalog.json +87 -1
  20. package/dist/agent-i18n/en.json +7 -0
  21. package/dist/components/_shared/format-price.d.ts +6 -0
  22. package/dist/components/_shared/index.d.ts +1 -1
  23. package/dist/components/ai-consent-banner/ai-consent-banner.d.ts +9 -0
  24. package/dist/components/ai-consent-banner/index.d.ts +1 -1
  25. package/dist/components/ai-consent-banner/index.js +1 -1
  26. package/dist/components/booking/booking-types.d.ts +6 -0
  27. package/dist/components/booking/cascade.d.ts +6 -0
  28. package/dist/components/booking/index.js +1 -1
  29. package/dist/components/contact-profile-card/contact-profile-card.d.ts +2 -2
  30. package/dist/components/contact-profile-card/index.js +1 -1
  31. package/dist/components/editor-overlay/index.js +1 -1
  32. package/dist/components/index.d.ts +1 -0
  33. package/dist/components/money/index.js +1 -1
  34. package/dist/components/notes-panel/index.d.ts +1 -0
  35. package/dist/components/notes-panel/index.js +1 -1
  36. package/dist/components/notes-panel/notes-panel.d.ts +8 -1
  37. package/dist/components/panel-subview/index.js +1 -1
  38. package/dist/components/practice-results/index.js +1 -1
  39. package/dist/components/practice-results/practice-results.d.ts +2 -1
  40. package/dist/components/rich-text-editor/editor-toolbar.d.ts +6 -1
  41. package/dist/components/rich-text-editor/index.d.ts +1 -1
  42. package/dist/components/rich-text-editor/index.js +1 -1
  43. package/dist/components/rich-text-editor/rich-text-editor.d.ts +122 -0
  44. package/dist/components/sidebar/index.js +1 -1
  45. package/dist/components/treatment-receipt/index.js +1 -1
  46. package/dist/host-compat.css +13 -1
  47. package/dist/i18n/locales/ar.d.ts +92 -11
  48. package/dist/i18n/locales/ar.js +94 -13
  49. package/dist/i18n/locales/de.d.ts +92 -11
  50. package/dist/i18n/locales/de.js +94 -13
  51. package/dist/i18n/locales/el.d.ts +92 -11
  52. package/dist/i18n/locales/el.js +94 -13
  53. package/dist/i18n/locales/en.d.ts +81 -0
  54. package/dist/i18n/locales/en.js +83 -2
  55. package/dist/i18n/locales/es.d.ts +92 -11
  56. package/dist/i18n/locales/es.js +94 -13
  57. package/dist/i18n/locales/fr.d.ts +92 -11
  58. package/dist/i18n/locales/fr.js +94 -13
  59. package/dist/i18n/locales/hi.d.ts +92 -11
  60. package/dist/i18n/locales/hi.js +94 -13
  61. package/dist/i18n/locales/it.d.ts +92 -11
  62. package/dist/i18n/locales/it.js +94 -13
  63. package/dist/i18n/locales/ja.d.ts +92 -11
  64. package/dist/i18n/locales/ja.js +94 -13
  65. package/dist/i18n/locales/nl.d.ts +92 -11
  66. package/dist/i18n/locales/nl.js +94 -13
  67. package/dist/i18n/locales/pl.d.ts +92 -11
  68. package/dist/i18n/locales/pl.js +94 -13
  69. package/dist/i18n/locales/pt.d.ts +92 -11
  70. package/dist/i18n/locales/pt.js +94 -13
  71. package/dist/i18n/locales/ro.d.ts +92 -11
  72. package/dist/i18n/locales/ro.js +94 -13
  73. package/dist/i18n/locales/ru.d.ts +92 -11
  74. package/dist/i18n/locales/ru.js +94 -13
  75. package/dist/i18n/locales/sq.d.ts +92 -11
  76. package/dist/i18n/locales/sq.js +94 -13
  77. package/dist/i18n/locales/sv.d.ts +92 -11
  78. package/dist/i18n/locales/sv.js +94 -13
  79. package/dist/i18n/locales/tr.d.ts +92 -11
  80. package/dist/i18n/locales/tr.js +94 -13
  81. package/dist/i18n/locales/zh.d.ts +92 -11
  82. package/dist/i18n/locales/zh.js +94 -13
  83. package/dist/index.js +143 -136
  84. package/dist/locales/ar.json +94 -13
  85. package/dist/locales/de.json +94 -13
  86. package/dist/locales/el.json +94 -13
  87. package/dist/locales/en.json +83 -2
  88. package/dist/locales/es.json +94 -13
  89. package/dist/locales/fr.json +94 -13
  90. package/dist/locales/hi.json +94 -13
  91. package/dist/locales/it.json +94 -13
  92. package/dist/locales/ja.json +94 -13
  93. package/dist/locales/nl.json +94 -13
  94. package/dist/locales/pl.json +94 -13
  95. package/dist/locales/pt.json +94 -13
  96. package/dist/locales/ro.json +94 -13
  97. package/dist/locales/ru.json +94 -13
  98. package/dist/locales/sq.json +94 -13
  99. package/dist/locales/sv.json +94 -13
  100. package/dist/locales/tr.json +94 -13
  101. package/dist/locales/zh.json +94 -13
  102. package/dist/patterns/calendar/calendar.journey.d.ts +9 -1
  103. package/dist/patterns/calendar/calendar.sheets.d.ts +6 -1
  104. package/dist/patterns/calendar/index.js +1 -1
  105. package/dist/patterns/help-me-write-templates/help-me-write-templates.d.ts +164 -0
  106. package/dist/patterns/help-me-write-templates/index.d.ts +3 -0
  107. package/dist/patterns/help-me-write-templates/index.js +10 -0
  108. package/dist/patterns/marketplace-app-shell/index.js +1 -1
  109. package/dist/tokens.css +51 -42
  110. package/package.json +5 -1
  111. package/dist/_chunks/editor-overlay-9tcPXNWt.js +0 -89
  112. package/dist/_chunks/format-price-BkMEbeW3.js +0 -47
  113. package/dist/_chunks/rich-text-editor-C6fE-uP4.js +0 -2627
@@ -446,6 +446,7 @@ export declare const arUi: {
446
446
  readonly required: "مطلوب";
447
447
  readonly optional: "اختياري";
448
448
  readonly progress_label: "{{percent}} مكتمل";
449
+ readonly freeOfCharge: "مجاني";
449
450
  };
450
451
  readonly buttonGroup: {
451
452
  readonly label: "مجموعة أزرار";
@@ -2372,21 +2373,21 @@ export declare const arUi: {
2372
2373
  readonly openNote: "فتح ملاحظة · {{date}}";
2373
2374
  };
2374
2375
  readonly aiConsentBanner: {
2375
- readonly regionLabel: "AI assistance consent";
2376
- readonly title: "AI assistance consent";
2376
+ readonly regionLabel: "موافقة المساعدة بالذكاء الاصطناعي";
2377
+ readonly title: "موافقة المساعدة بالذكاء الاصطناعي";
2377
2378
  readonly description: {
2378
- readonly granted: "AI assistance is enabled for this record.";
2379
- readonly required: "AI assistance requires recorded consent before it can run.";
2379
+ readonly granted: "المساعدة بالذكاء الاصطناعي مفعّلة لهذا السجل.";
2380
+ readonly required: "تتطلب المساعدة بالذكاء الاصطناعي موافقة مسجّلة قبل أن تعمل.";
2380
2381
  };
2381
2382
  readonly badge: {
2382
- readonly granted: "Consent granted";
2383
+ readonly granted: "تم منح الموافقة";
2383
2384
  };
2384
- readonly grantedAtPrefix: "Granted";
2385
- readonly grantedBy: "By {{name}}";
2386
- readonly pendingLabel: "Saving consent…";
2387
- readonly confirmLabel: "I confirm consent has been obtained for AI assistance.";
2388
- readonly grantButton: "Grant consent";
2389
- readonly notAllowed: "You do not have permission to grant AI assistance consent.";
2385
+ readonly grantedAtPrefix: "مُنحت";
2386
+ readonly grantedBy: "بواسطة {{name}}";
2387
+ readonly pendingLabel: "جارٍ حفظ الموافقة…";
2388
+ readonly confirmLabel: "أؤكد أنه تم الحصول على الموافقة على المساعدة بالذكاء الاصطناعي.";
2389
+ readonly grantButton: "منح الموافقة";
2390
+ readonly notAllowed: "ليست لديك صلاحية لمنح الموافقة على المساعدة بالذكاء الاصطناعي.";
2390
2391
  };
2391
2392
  readonly paymentCard: {
2392
2393
  readonly regionLabel: "Payment {{number}}";
@@ -2794,6 +2795,10 @@ export declare const arUi: {
2794
2795
  };
2795
2796
  readonly heading: "عنوان";
2796
2797
  readonly extensions: "إضافات المحرر";
2798
+ readonly insertVariable: "إدراج متغير";
2799
+ readonly variables: "المتغيرات";
2800
+ readonly variableInvalid: "متغير غير صالح: {{tokens}}. اختر متغيرًا من إدراج متغير.";
2801
+ readonly variableNoMatch: "لا يوجد متغير يطابق «{{query}}»";
2797
2802
  readonly more: "المزيد من الخيارات";
2798
2803
  readonly link: {
2799
2804
  readonly url: "URL";
@@ -2882,6 +2887,8 @@ export declare const arUi: {
2882
2887
  readonly dictationError: "فشل الإملاء. أعد المحاولة.";
2883
2888
  readonly proofread: "التدقيق الإملائي والنحوي";
2884
2889
  readonly autoFormat: "تنسيق المستند تلقائيًا";
2890
+ readonly consentRecorded: "تم تسجيل الموافقة على المساعدة بالذكاء الاصطناعي.";
2891
+ readonly consentRegionLabel: "موافقة المساعدة بالذكاء الاصطناعي لهذا المستند";
2885
2892
  };
2886
2893
  };
2887
2894
  readonly payment: {
@@ -3135,6 +3142,80 @@ export declare const arUi: {
3135
3142
  readonly fullscreen: "تبديل وضع ملء الشاشة";
3136
3143
  };
3137
3144
  };
3145
+ readonly helpMeWriteTemplates: {
3146
+ readonly bar: {
3147
+ readonly templatesMenu: "القوالب";
3148
+ readonly templatesGroup: "قوالب العيادة";
3149
+ readonly createFirst: "أنشئ قالبك الأول";
3150
+ readonly manage: "إدارة القوالب";
3151
+ readonly defaultBadge: "افتراضي";
3152
+ readonly prompt: "صف ما تريد كتابته، أو أضف تفاصيل قبل اختيار قالب";
3153
+ readonly write: "اكتب";
3154
+ readonly dictateStart: "أملِ التعليمات";
3155
+ readonly dictateStop: "أوقف الإملاء";
3156
+ readonly listening: "جارٍ الاستماع…";
3157
+ readonly sourceSelection: "تعيد القوالب كتابة النص المحدد.";
3158
+ readonly sourceDocument: "تعيد القوالب كتابة الملاحظة كاملة.";
3159
+ readonly sourceEmpty: "الملاحظة فارغة. أملِ أو اكتب أولًا لاستخدام قالب.";
3160
+ readonly error: "حدث خطأ ما. حاول مرة أخرى.";
3161
+ readonly beforeDocument: "ملاحظتك";
3162
+ readonly beforeSelection: "النص المحدد";
3163
+ readonly after: "المسودة";
3164
+ readonly discard: "تجاهل";
3165
+ readonly retry: "حاول مرة أخرى";
3166
+ readonly replace: "استبدل";
3167
+ readonly insertBelow: "أدرج في الأسفل";
3168
+ readonly insert: "أدرج";
3169
+ readonly close: "إغلاق";
3170
+ };
3171
+ readonly undo: {
3172
+ readonly replaced: "أعيدت كتابة الملاحظة باستخدام «{{name}}».";
3173
+ readonly addedBelow: "أضيفت مسودة «{{name}}» في الأسفل.";
3174
+ readonly undo: "تراجع";
3175
+ };
3176
+ readonly credits: {
3177
+ readonly title: "نفدت أرصدة الذكاء الاصطناعي";
3178
+ readonly body: "أضف أرصدة للمتابعة اليوم.";
3179
+ readonly bodyResets: "يعود رصيدك المجاني في {{date}}. أضف أرصدة للمتابعة اليوم.";
3180
+ readonly bodyWait: "تتوفر مساعدة الذكاء الاصطناعي من جديد عند تجديد رصيدك الشهري.";
3181
+ readonly bodyWaitResets: "تتوفر مساعدة الذكاء الاصطناعي من جديد في {{date}}، عند تجديد رصيدك الشهري.";
3182
+ readonly meterLabel: "أرصدة الذكاء الاصطناعي هذا الشهر";
3183
+ readonly remaining: "تبقّى {{remaining}} من {{limit}}";
3184
+ readonly cta: "اشترِ أرصدة الذكاء الاصطناعي";
3185
+ readonly secondary: "اطّلع على تكلفة كل إجراء";
3186
+ readonly back: "رجوع";
3187
+ readonly kept: "ملاحظتك وتعليماتك محفوظة.";
3188
+ };
3189
+ readonly manager: {
3190
+ readonly title: "قوالب الذكاء الاصطناعي";
3191
+ readonly description: "مشتركة مع جميع أعضاء العيادة. يظهر القالب الافتراضي أولًا.";
3192
+ readonly new: "قالب جديد";
3193
+ readonly done: "تم";
3194
+ readonly listLabel: "القوالب";
3195
+ readonly edit: "تعديل {{name}}";
3196
+ readonly delete: "حذف {{name}}";
3197
+ readonly emptyTitle: "لا توجد قوالب بعد";
3198
+ readonly emptyDescription: "يحوّل القالب الإملاء إلى ملاحظة منظمة بنقرة واحدة.";
3199
+ readonly formNew: "قالب جديد";
3200
+ readonly formEdit: "تعديل القالب";
3201
+ readonly name: "الاسم";
3202
+ readonly namePlaceholder: "مثال: ملاحظة SOAP";
3203
+ readonly descLabel: "وصف قصير";
3204
+ readonly descHint: "يظهر أسفل الاسم في قائمة القوالب.";
3205
+ readonly prompt: "تعليمات للذكاء الاصطناعي";
3206
+ readonly promptDescription: "صف البنية والأقسام والأسلوب الذي تريده. يُضاف نص الملاحظة تلقائيًا.";
3207
+ readonly isDefault: "استخدمه كافتراضي";
3208
+ readonly save: "احفظ القالب";
3209
+ readonly cancel: "إلغاء";
3210
+ readonly saveError: "تعذّر حفظ القالب. حاول مرة أخرى.";
3211
+ readonly nameRequired: "أدخل اسمًا.";
3212
+ readonly nameTaken: "يوجد قالب بهذا الاسم بالفعل.";
3213
+ readonly promptRequired: "أدخل التعليمات.";
3214
+ readonly deleteTitle: "حذف «{{name}}»؟";
3215
+ readonly deleteDescription: "سيفقد جميع أعضاء العيادة هذا القالب. لا تتغير الملاحظات المكتوبة سابقًا.";
3216
+ readonly deleteConfirm: "احذف القالب";
3217
+ };
3218
+ };
3138
3219
  readonly signatureRequest: {
3139
3220
  readonly title: "المستندات الموقّعة";
3140
3221
  readonly noSignedVersions: "لا توجد نسخ موقّعة من هذا المستند";
@@ -434,7 +434,8 @@ const e = {
434
434
  loading: "جارٍ التحميل...",
435
435
  required: "مطلوب",
436
436
  optional: "اختياري",
437
- progress_label: "{{percent}} مكتمل"
437
+ progress_label: "{{percent}} مكتمل",
438
+ freeOfCharge: "مجاني"
438
439
  },
439
440
  buttonGroup: {
440
441
  label: "مجموعة أزرار",
@@ -2346,21 +2347,21 @@ const e = {
2346
2347
  openNote: "فتح ملاحظة · {{date}}"
2347
2348
  },
2348
2349
  aiConsentBanner: {
2349
- regionLabel: "AI assistance consent",
2350
- title: "AI assistance consent",
2350
+ regionLabel: "موافقة المساعدة بالذكاء الاصطناعي",
2351
+ title: "موافقة المساعدة بالذكاء الاصطناعي",
2351
2352
  description: {
2352
- granted: "AI assistance is enabled for this record.",
2353
- required: "AI assistance requires recorded consent before it can run."
2353
+ granted: "المساعدة بالذكاء الاصطناعي مفعّلة لهذا السجل.",
2354
+ required: "تتطلب المساعدة بالذكاء الاصطناعي موافقة مسجّلة قبل أن تعمل."
2354
2355
  },
2355
2356
  badge: {
2356
- granted: "Consent granted"
2357
+ granted: "تم منح الموافقة"
2357
2358
  },
2358
- grantedAtPrefix: "Granted",
2359
- grantedBy: "By {{name}}",
2360
- pendingLabel: "Saving consent…",
2361
- confirmLabel: "I confirm consent has been obtained for AI assistance.",
2362
- grantButton: "Grant consent",
2363
- notAllowed: "You do not have permission to grant AI assistance consent."
2359
+ grantedAtPrefix: "مُنحت",
2360
+ grantedBy: "بواسطة {{name}}",
2361
+ pendingLabel: "جارٍ حفظ الموافقة…",
2362
+ confirmLabel: "أؤكد أنه تم الحصول على الموافقة على المساعدة بالذكاء الاصطناعي.",
2363
+ grantButton: "منح الموافقة",
2364
+ notAllowed: "ليست لديك صلاحية لمنح الموافقة على المساعدة بالذكاء الاصطناعي."
2364
2365
  },
2365
2366
  paymentCard: {
2366
2367
  regionLabel: "Payment {{number}}",
@@ -2768,6 +2769,10 @@ const e = {
2768
2769
  },
2769
2770
  heading: "عنوان",
2770
2771
  extensions: "إضافات المحرر",
2772
+ insertVariable: "إدراج متغير",
2773
+ variables: "المتغيرات",
2774
+ variableInvalid: "متغير غير صالح: {{tokens}}. اختر متغيرًا من إدراج متغير.",
2775
+ variableNoMatch: "لا يوجد متغير يطابق «{{query}}»",
2771
2776
  more: "المزيد من الخيارات",
2772
2777
  link: {
2773
2778
  url: "URL",
@@ -2855,7 +2860,9 @@ const e = {
2855
2860
  listening: "يستمع…",
2856
2861
  dictationError: "فشل الإملاء. أعد المحاولة.",
2857
2862
  proofread: "التدقيق الإملائي والنحوي",
2858
- autoFormat: "تنسيق المستند تلقائيًا"
2863
+ autoFormat: "تنسيق المستند تلقائيًا",
2864
+ consentRecorded: "تم تسجيل الموافقة على المساعدة بالذكاء الاصطناعي.",
2865
+ consentRegionLabel: "موافقة المساعدة بالذكاء الاصطناعي لهذا المستند"
2859
2866
  }
2860
2867
  },
2861
2868
  payment: {
@@ -3106,6 +3113,80 @@ const e = {
3106
3113
  fullscreen: "تبديل وضع ملء الشاشة"
3107
3114
  }
3108
3115
  },
3116
+ helpMeWriteTemplates: {
3117
+ bar: {
3118
+ templatesMenu: "القوالب",
3119
+ templatesGroup: "قوالب العيادة",
3120
+ createFirst: "أنشئ قالبك الأول",
3121
+ manage: "إدارة القوالب",
3122
+ defaultBadge: "افتراضي",
3123
+ prompt: "صف ما تريد كتابته، أو أضف تفاصيل قبل اختيار قالب",
3124
+ write: "اكتب",
3125
+ dictateStart: "أملِ التعليمات",
3126
+ dictateStop: "أوقف الإملاء",
3127
+ listening: "جارٍ الاستماع…",
3128
+ sourceSelection: "تعيد القوالب كتابة النص المحدد.",
3129
+ sourceDocument: "تعيد القوالب كتابة الملاحظة كاملة.",
3130
+ sourceEmpty: "الملاحظة فارغة. أملِ أو اكتب أولًا لاستخدام قالب.",
3131
+ error: "حدث خطأ ما. حاول مرة أخرى.",
3132
+ beforeDocument: "ملاحظتك",
3133
+ beforeSelection: "النص المحدد",
3134
+ after: "المسودة",
3135
+ discard: "تجاهل",
3136
+ retry: "حاول مرة أخرى",
3137
+ replace: "استبدل",
3138
+ insertBelow: "أدرج في الأسفل",
3139
+ insert: "أدرج",
3140
+ close: "إغلاق"
3141
+ },
3142
+ undo: {
3143
+ replaced: "أعيدت كتابة الملاحظة باستخدام «{{name}}».",
3144
+ addedBelow: "أضيفت مسودة «{{name}}» في الأسفل.",
3145
+ undo: "تراجع"
3146
+ },
3147
+ credits: {
3148
+ title: "نفدت أرصدة الذكاء الاصطناعي",
3149
+ body: "أضف أرصدة للمتابعة اليوم.",
3150
+ bodyResets: "يعود رصيدك المجاني في {{date}}. أضف أرصدة للمتابعة اليوم.",
3151
+ bodyWait: "تتوفر مساعدة الذكاء الاصطناعي من جديد عند تجديد رصيدك الشهري.",
3152
+ bodyWaitResets: "تتوفر مساعدة الذكاء الاصطناعي من جديد في {{date}}، عند تجديد رصيدك الشهري.",
3153
+ meterLabel: "أرصدة الذكاء الاصطناعي هذا الشهر",
3154
+ remaining: "تبقّى {{remaining}} من {{limit}}",
3155
+ cta: "اشترِ أرصدة الذكاء الاصطناعي",
3156
+ secondary: "اطّلع على تكلفة كل إجراء",
3157
+ back: "رجوع",
3158
+ kept: "ملاحظتك وتعليماتك محفوظة."
3159
+ },
3160
+ manager: {
3161
+ title: "قوالب الذكاء الاصطناعي",
3162
+ description: "مشتركة مع جميع أعضاء العيادة. يظهر القالب الافتراضي أولًا.",
3163
+ new: "قالب جديد",
3164
+ done: "تم",
3165
+ listLabel: "القوالب",
3166
+ edit: "تعديل {{name}}",
3167
+ delete: "حذف {{name}}",
3168
+ emptyTitle: "لا توجد قوالب بعد",
3169
+ emptyDescription: "يحوّل القالب الإملاء إلى ملاحظة منظمة بنقرة واحدة.",
3170
+ formNew: "قالب جديد",
3171
+ formEdit: "تعديل القالب",
3172
+ name: "الاسم",
3173
+ namePlaceholder: "مثال: ملاحظة SOAP",
3174
+ descLabel: "وصف قصير",
3175
+ descHint: "يظهر أسفل الاسم في قائمة القوالب.",
3176
+ prompt: "تعليمات للذكاء الاصطناعي",
3177
+ promptDescription: "صف البنية والأقسام والأسلوب الذي تريده. يُضاف نص الملاحظة تلقائيًا.",
3178
+ isDefault: "استخدمه كافتراضي",
3179
+ save: "احفظ القالب",
3180
+ cancel: "إلغاء",
3181
+ saveError: "تعذّر حفظ القالب. حاول مرة أخرى.",
3182
+ nameRequired: "أدخل اسمًا.",
3183
+ nameTaken: "يوجد قالب بهذا الاسم بالفعل.",
3184
+ promptRequired: "أدخل التعليمات.",
3185
+ deleteTitle: "حذف «{{name}}»؟",
3186
+ deleteDescription: "سيفقد جميع أعضاء العيادة هذا القالب. لا تتغير الملاحظات المكتوبة سابقًا.",
3187
+ deleteConfirm: "احذف القالب"
3188
+ }
3189
+ },
3109
3190
  signatureRequest: {
3110
3191
  title: "المستندات الموقّعة",
3111
3192
  noSignedVersions: "لا توجد نسخ موقّعة من هذا المستند",
@@ -446,6 +446,7 @@ export declare const deUi: {
446
446
  readonly required: "erforderlich";
447
447
  readonly optional: "optional";
448
448
  readonly progress_label: "{{percent}} abgeschlossen";
449
+ readonly freeOfCharge: "Kostenlos";
449
450
  };
450
451
  readonly buttonGroup: {
451
452
  readonly label: "Schaltflächengruppe";
@@ -2372,21 +2373,21 @@ export declare const deUi: {
2372
2373
  readonly openNote: "Notiz öffnen · {{date}}";
2373
2374
  };
2374
2375
  readonly aiConsentBanner: {
2375
- readonly regionLabel: "AI assistance consent";
2376
- readonly title: "AI assistance consent";
2376
+ readonly regionLabel: "Einwilligung zur KI-Unterstützung";
2377
+ readonly title: "Einwilligung zur KI-Unterstützung";
2377
2378
  readonly description: {
2378
- readonly granted: "AI assistance is enabled for this record.";
2379
- readonly required: "AI assistance requires recorded consent before it can run.";
2379
+ readonly granted: "Die KI-Unterstützung ist für diesen Datensatz aktiviert.";
2380
+ readonly required: "Die KI-Unterstützung erfordert eine erteilte Einwilligung, bevor sie ausgeführt werden kann.";
2380
2381
  };
2381
2382
  readonly badge: {
2382
- readonly granted: "Consent granted";
2383
+ readonly granted: "Einwilligung erteilt";
2383
2384
  };
2384
- readonly grantedAtPrefix: "Granted";
2385
- readonly grantedBy: "By {{name}}";
2386
- readonly pendingLabel: "Saving consent…";
2387
- readonly confirmLabel: "I confirm consent has been obtained for AI assistance.";
2388
- readonly grantButton: "Grant consent";
2389
- readonly notAllowed: "You do not have permission to grant AI assistance consent.";
2385
+ readonly grantedAtPrefix: "Erteilt";
2386
+ readonly grantedBy: "Von {{name}}";
2387
+ readonly pendingLabel: "Einwilligung wird gespeichert …";
2388
+ readonly confirmLabel: "Ich bestätige, dass die Einwilligung zur KI-Unterstützung eingeholt wurde.";
2389
+ readonly grantButton: "Einwilligung erteilen";
2390
+ readonly notAllowed: "Sie haben keine Berechtigung, die Einwilligung zur KI-Unterstützung zu erteilen.";
2390
2391
  };
2391
2392
  readonly paymentCard: {
2392
2393
  readonly regionLabel: "Payment {{number}}";
@@ -2794,6 +2795,10 @@ export declare const deUi: {
2794
2795
  };
2795
2796
  readonly heading: "Überschrift";
2796
2797
  readonly extensions: "Editor-Erweiterungen";
2798
+ readonly insertVariable: "Variable einfügen";
2799
+ readonly variables: "Variablen";
2800
+ readonly variableInvalid: "Keine gültige Variable: {{tokens}}. Wählen Sie eine unter „Variable einfügen“.";
2801
+ readonly variableNoMatch: "Keine Variable passt zu „{{query}}“";
2797
2802
  readonly more: "Weitere Optionen";
2798
2803
  readonly link: {
2799
2804
  readonly url: "URL";
@@ -2882,6 +2887,8 @@ export declare const deUi: {
2882
2887
  readonly dictationError: "Diktat fehlgeschlagen. Bitte erneut versuchen.";
2883
2888
  readonly proofread: "Rechtschreibung & Grammatik prüfen";
2884
2889
  readonly autoFormat: "Dokument automatisch formatieren";
2890
+ readonly consentRecorded: "Die Einwilligung zur KI-Unterstützung wurde erfasst.";
2891
+ readonly consentRegionLabel: "Einwilligung zur KI-Unterstützung für dieses Dokument";
2885
2892
  };
2886
2893
  };
2887
2894
  readonly payment: {
@@ -3135,6 +3142,80 @@ export declare const deUi: {
3135
3142
  readonly fullscreen: "Vollbild umschalten";
3136
3143
  };
3137
3144
  };
3145
+ readonly helpMeWriteTemplates: {
3146
+ readonly bar: {
3147
+ readonly templatesMenu: "Vorlagen";
3148
+ readonly templatesGroup: "Praxisvorlagen";
3149
+ readonly createFirst: "Erste Vorlage erstellen";
3150
+ readonly manage: "Vorlagen verwalten";
3151
+ readonly defaultBadge: "Standard";
3152
+ readonly prompt: "Beschreiben Sie, was geschrieben werden soll, oder ergänzen Sie Details, bevor Sie eine Vorlage wählen";
3153
+ readonly write: "Schreiben";
3154
+ readonly dictateStart: "Anweisungen diktieren";
3155
+ readonly dictateStop: "Diktat beenden";
3156
+ readonly listening: "Hört zu …";
3157
+ readonly sourceSelection: "Vorlagen schreiben den markierten Text um.";
3158
+ readonly sourceDocument: "Vorlagen schreiben die ganze Notiz um.";
3159
+ readonly sourceEmpty: "Die Notiz ist leer. Diktieren oder tippen Sie zuerst, um eine Vorlage zu nutzen.";
3160
+ readonly error: "Etwas ist schiefgelaufen. Bitte erneut versuchen.";
3161
+ readonly beforeDocument: "Ihre Notiz";
3162
+ readonly beforeSelection: "Markierter Text";
3163
+ readonly after: "Entwurf";
3164
+ readonly discard: "Verwerfen";
3165
+ readonly retry: "Erneut versuchen";
3166
+ readonly replace: "Ersetzen";
3167
+ readonly insertBelow: "Darunter einfügen";
3168
+ readonly insert: "Einfügen";
3169
+ readonly close: "Schließen";
3170
+ };
3171
+ readonly undo: {
3172
+ readonly replaced: "Notiz mit „{{name}}“ neu geschrieben.";
3173
+ readonly addedBelow: "Entwurf aus „{{name}}“ darunter eingefügt.";
3174
+ readonly undo: "Rückgängig";
3175
+ };
3176
+ readonly credits: {
3177
+ readonly title: "Ihre KI-Credits sind aufgebraucht";
3178
+ readonly body: "Fügen Sie Credits hinzu, um heute weiterzumachen.";
3179
+ readonly bodyResets: "Ihr kostenloses Kontingent steht ab {{date}} wieder zur Verfügung. Fügen Sie Credits hinzu, um heute weiterzumachen.";
3180
+ readonly bodyWait: "Die KI-Unterstützung ist wieder verfügbar, sobald Ihr Monatskontingent zurückgesetzt wird.";
3181
+ readonly bodyWaitResets: "Die KI-Unterstützung ist ab {{date}} wieder verfügbar, wenn Ihr Monatskontingent zurückgesetzt wird.";
3182
+ readonly meterLabel: "KI-Credits diesen Monat";
3183
+ readonly remaining: "{{remaining}} von {{limit}} übrig";
3184
+ readonly cta: "KI-Credits kaufen";
3185
+ readonly secondary: "Kosten pro Aktion ansehen";
3186
+ readonly back: "Zurück";
3187
+ readonly kept: "Ihre Notiz und Anweisungen bleiben erhalten.";
3188
+ };
3189
+ readonly manager: {
3190
+ readonly title: "KI-Vorlagen";
3191
+ readonly description: "Mit der ganzen Praxis geteilt. Die Standardvorlage steht an erster Stelle.";
3192
+ readonly new: "Neue Vorlage";
3193
+ readonly done: "Fertig";
3194
+ readonly listLabel: "Vorlagen";
3195
+ readonly edit: "{{name}} bearbeiten";
3196
+ readonly delete: "{{name}} löschen";
3197
+ readonly emptyTitle: "Noch keine Vorlagen";
3198
+ readonly emptyDescription: "Eine Vorlage macht aus einem Diktat mit einem Klick eine strukturierte Notiz.";
3199
+ readonly formNew: "Neue Vorlage";
3200
+ readonly formEdit: "Vorlage bearbeiten";
3201
+ readonly name: "Name";
3202
+ readonly namePlaceholder: "Zum Beispiel: SOAP-Notiz";
3203
+ readonly descLabel: "Kurzbeschreibung";
3204
+ readonly descHint: "Erscheint im Vorlagenmenü unter dem Namen.";
3205
+ readonly prompt: "Anweisungen für die KI";
3206
+ readonly promptDescription: "Beschreiben Sie Aufbau, Abschnitte und Ton. Der Notiztext wird automatisch ergänzt.";
3207
+ readonly isDefault: "Als Standard verwenden";
3208
+ readonly save: "Vorlage speichern";
3209
+ readonly cancel: "Abbrechen";
3210
+ readonly saveError: "Die Vorlage konnte nicht gespeichert werden. Bitte erneut versuchen.";
3211
+ readonly nameRequired: "Geben Sie einen Namen ein.";
3212
+ readonly nameTaken: "Es gibt bereits eine Vorlage mit diesem Namen.";
3213
+ readonly promptRequired: "Geben Sie die Anweisungen ein.";
3214
+ readonly deleteTitle: "„{{name}}“ löschen?";
3215
+ readonly deleteDescription: "Die Vorlage verschwindet für die ganze Praxis. Bereits geschriebene Notizen ändern sich nicht.";
3216
+ readonly deleteConfirm: "Vorlage löschen";
3217
+ };
3218
+ };
3138
3219
  readonly signatureRequest: {
3139
3220
  readonly title: "Signierte Dokumente";
3140
3221
  readonly noSignedVersions: "Es gibt keine signierten Versionen dieses Dokuments";
@@ -434,7 +434,8 @@ const e = {
434
434
  loading: "Lädt …",
435
435
  required: "erforderlich",
436
436
  optional: "optional",
437
- progress_label: "{{percent}} abgeschlossen"
437
+ progress_label: "{{percent}} abgeschlossen",
438
+ freeOfCharge: "Kostenlos"
438
439
  },
439
440
  buttonGroup: {
440
441
  label: "Schaltflächengruppe",
@@ -2347,21 +2348,21 @@ const e = {
2347
2348
  openNote: "Notiz öffnen · {{date}}"
2348
2349
  },
2349
2350
  aiConsentBanner: {
2350
- regionLabel: "AI assistance consent",
2351
- title: "AI assistance consent",
2351
+ regionLabel: "Einwilligung zur KI-Unterstützung",
2352
+ title: "Einwilligung zur KI-Unterstützung",
2352
2353
  description: {
2353
- granted: "AI assistance is enabled for this record.",
2354
- required: "AI assistance requires recorded consent before it can run."
2354
+ granted: "Die KI-Unterstützung ist für diesen Datensatz aktiviert.",
2355
+ required: "Die KI-Unterstützung erfordert eine erteilte Einwilligung, bevor sie ausgeführt werden kann."
2355
2356
  },
2356
2357
  badge: {
2357
- granted: "Consent granted"
2358
+ granted: "Einwilligung erteilt"
2358
2359
  },
2359
- grantedAtPrefix: "Granted",
2360
- grantedBy: "By {{name}}",
2361
- pendingLabel: "Saving consent…",
2362
- confirmLabel: "I confirm consent has been obtained for AI assistance.",
2363
- grantButton: "Grant consent",
2364
- notAllowed: "You do not have permission to grant AI assistance consent."
2360
+ grantedAtPrefix: "Erteilt",
2361
+ grantedBy: "Von {{name}}",
2362
+ pendingLabel: "Einwilligung wird gespeichert …",
2363
+ confirmLabel: "Ich bestätige, dass die Einwilligung zur KI-Unterstützung eingeholt wurde.",
2364
+ grantButton: "Einwilligung erteilen",
2365
+ notAllowed: "Sie haben keine Berechtigung, die Einwilligung zur KI-Unterstützung zu erteilen."
2365
2366
  },
2366
2367
  paymentCard: {
2367
2368
  regionLabel: "Payment {{number}}",
@@ -2769,6 +2770,10 @@ const e = {
2769
2770
  },
2770
2771
  heading: "Überschrift",
2771
2772
  extensions: "Editor-Erweiterungen",
2773
+ insertVariable: "Variable einfügen",
2774
+ variables: "Variablen",
2775
+ variableInvalid: "Keine gültige Variable: {{tokens}}. Wählen Sie eine unter „Variable einfügen“.",
2776
+ variableNoMatch: "Keine Variable passt zu „{{query}}“",
2772
2777
  more: "Weitere Optionen",
2773
2778
  link: {
2774
2779
  url: "URL",
@@ -2856,7 +2861,9 @@ const e = {
2856
2861
  listening: "Aufnahme läuft …",
2857
2862
  dictationError: "Diktat fehlgeschlagen. Bitte erneut versuchen.",
2858
2863
  proofread: "Rechtschreibung & Grammatik prüfen",
2859
- autoFormat: "Dokument automatisch formatieren"
2864
+ autoFormat: "Dokument automatisch formatieren",
2865
+ consentRecorded: "Die Einwilligung zur KI-Unterstützung wurde erfasst.",
2866
+ consentRegionLabel: "Einwilligung zur KI-Unterstützung für dieses Dokument"
2860
2867
  }
2861
2868
  },
2862
2869
  payment: {
@@ -3107,6 +3114,80 @@ const e = {
3107
3114
  fullscreen: "Vollbild umschalten"
3108
3115
  }
3109
3116
  },
3117
+ helpMeWriteTemplates: {
3118
+ bar: {
3119
+ templatesMenu: "Vorlagen",
3120
+ templatesGroup: "Praxisvorlagen",
3121
+ createFirst: "Erste Vorlage erstellen",
3122
+ manage: "Vorlagen verwalten",
3123
+ defaultBadge: "Standard",
3124
+ prompt: "Beschreiben Sie, was geschrieben werden soll, oder ergänzen Sie Details, bevor Sie eine Vorlage wählen",
3125
+ write: "Schreiben",
3126
+ dictateStart: "Anweisungen diktieren",
3127
+ dictateStop: "Diktat beenden",
3128
+ listening: "Hört zu …",
3129
+ sourceSelection: "Vorlagen schreiben den markierten Text um.",
3130
+ sourceDocument: "Vorlagen schreiben die ganze Notiz um.",
3131
+ sourceEmpty: "Die Notiz ist leer. Diktieren oder tippen Sie zuerst, um eine Vorlage zu nutzen.",
3132
+ error: "Etwas ist schiefgelaufen. Bitte erneut versuchen.",
3133
+ beforeDocument: "Ihre Notiz",
3134
+ beforeSelection: "Markierter Text",
3135
+ after: "Entwurf",
3136
+ discard: "Verwerfen",
3137
+ retry: "Erneut versuchen",
3138
+ replace: "Ersetzen",
3139
+ insertBelow: "Darunter einfügen",
3140
+ insert: "Einfügen",
3141
+ close: "Schließen"
3142
+ },
3143
+ undo: {
3144
+ replaced: "Notiz mit „{{name}}“ neu geschrieben.",
3145
+ addedBelow: "Entwurf aus „{{name}}“ darunter eingefügt.",
3146
+ undo: "Rückgängig"
3147
+ },
3148
+ credits: {
3149
+ title: "Ihre KI-Credits sind aufgebraucht",
3150
+ body: "Fügen Sie Credits hinzu, um heute weiterzumachen.",
3151
+ bodyResets: "Ihr kostenloses Kontingent steht ab {{date}} wieder zur Verfügung. Fügen Sie Credits hinzu, um heute weiterzumachen.",
3152
+ bodyWait: "Die KI-Unterstützung ist wieder verfügbar, sobald Ihr Monatskontingent zurückgesetzt wird.",
3153
+ bodyWaitResets: "Die KI-Unterstützung ist ab {{date}} wieder verfügbar, wenn Ihr Monatskontingent zurückgesetzt wird.",
3154
+ meterLabel: "KI-Credits diesen Monat",
3155
+ remaining: "{{remaining}} von {{limit}} übrig",
3156
+ cta: "KI-Credits kaufen",
3157
+ secondary: "Kosten pro Aktion ansehen",
3158
+ back: "Zurück",
3159
+ kept: "Ihre Notiz und Anweisungen bleiben erhalten."
3160
+ },
3161
+ manager: {
3162
+ title: "KI-Vorlagen",
3163
+ description: "Mit der ganzen Praxis geteilt. Die Standardvorlage steht an erster Stelle.",
3164
+ new: "Neue Vorlage",
3165
+ done: "Fertig",
3166
+ listLabel: "Vorlagen",
3167
+ edit: "{{name}} bearbeiten",
3168
+ delete: "{{name}} löschen",
3169
+ emptyTitle: "Noch keine Vorlagen",
3170
+ emptyDescription: "Eine Vorlage macht aus einem Diktat mit einem Klick eine strukturierte Notiz.",
3171
+ formNew: "Neue Vorlage",
3172
+ formEdit: "Vorlage bearbeiten",
3173
+ name: "Name",
3174
+ namePlaceholder: "Zum Beispiel: SOAP-Notiz",
3175
+ descLabel: "Kurzbeschreibung",
3176
+ descHint: "Erscheint im Vorlagenmenü unter dem Namen.",
3177
+ prompt: "Anweisungen für die KI",
3178
+ promptDescription: "Beschreiben Sie Aufbau, Abschnitte und Ton. Der Notiztext wird automatisch ergänzt.",
3179
+ isDefault: "Als Standard verwenden",
3180
+ save: "Vorlage speichern",
3181
+ cancel: "Abbrechen",
3182
+ saveError: "Die Vorlage konnte nicht gespeichert werden. Bitte erneut versuchen.",
3183
+ nameRequired: "Geben Sie einen Namen ein.",
3184
+ nameTaken: "Es gibt bereits eine Vorlage mit diesem Namen.",
3185
+ promptRequired: "Geben Sie die Anweisungen ein.",
3186
+ deleteTitle: "„{{name}}“ löschen?",
3187
+ deleteDescription: "Die Vorlage verschwindet für die ganze Praxis. Bereits geschriebene Notizen ändern sich nicht.",
3188
+ deleteConfirm: "Vorlage löschen"
3189
+ }
3190
+ },
3110
3191
  signatureRequest: {
3111
3192
  title: "Signierte Dokumente",
3112
3193
  noSignedVersions: "Es gibt keine signierten Versionen dieses Dokuments",