@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
@@ -443,6 +443,7 @@ export declare const hiUi: {
443
443
  readonly required: "आवश्यक";
444
444
  readonly optional: "वैकल्पिक";
445
445
  readonly progress_label: "{{percent}} पूर्ण";
446
+ readonly freeOfCharge: "निःशुल्क";
446
447
  };
447
448
  readonly buttonGroup: {
448
449
  readonly label: "बटन समूह";
@@ -2369,21 +2370,21 @@ export declare const hiUi: {
2369
2370
  readonly openNote: "नोट खोलें · {{date}}";
2370
2371
  };
2371
2372
  readonly aiConsentBanner: {
2372
- readonly regionLabel: "AI assistance consent";
2373
- readonly title: "AI assistance consent";
2373
+ readonly regionLabel: "AI सहायता हेतु सहमति";
2374
+ readonly title: "AI सहायता हेतु सहमति";
2374
2375
  readonly description: {
2375
- readonly granted: "AI assistance is enabled for this record.";
2376
- readonly required: "AI assistance requires recorded consent before it can run.";
2376
+ readonly granted: "इस रिकॉर्ड के लिए AI सहायता सक्षम है।";
2377
+ readonly required: "AI सहायता चलने से पहले दर्ज सहमति आवश्यक है।";
2377
2378
  };
2378
2379
  readonly badge: {
2379
- readonly granted: "Consent granted";
2380
+ readonly granted: "सहमति दी गई";
2380
2381
  };
2381
- readonly grantedAtPrefix: "Granted";
2382
- readonly grantedBy: "By {{name}}";
2383
- readonly pendingLabel: "Saving consent…";
2384
- readonly confirmLabel: "I confirm consent has been obtained for AI assistance.";
2385
- readonly grantButton: "Grant consent";
2386
- readonly notAllowed: "You do not have permission to grant AI assistance consent.";
2382
+ readonly grantedAtPrefix: "दी गई";
2383
+ readonly grantedBy: "{{name}} द्वारा";
2384
+ readonly pendingLabel: "सहमति सहेजी जा रही है…";
2385
+ readonly confirmLabel: "मैं पुष्टि करता/करती हूँ कि AI सहायता के लिए सहमति प्राप्त कर ली गई है।";
2386
+ readonly grantButton: "सहमति दें";
2387
+ readonly notAllowed: "आपके पास AI सहायता हेतु सहमति देने की अनुमति नहीं है।";
2387
2388
  };
2388
2389
  readonly paymentCard: {
2389
2390
  readonly regionLabel: "Payment {{number}}";
@@ -2791,6 +2792,10 @@ export declare const hiUi: {
2791
2792
  };
2792
2793
  readonly heading: "शीर्षक";
2793
2794
  readonly extensions: "एडिटर एक्सटेंशन";
2795
+ readonly insertVariable: "वेरिएबल डालें";
2796
+ readonly variables: "वेरिएबल";
2797
+ readonly variableInvalid: "अमान्य वेरिएबल: {{tokens}}। वेरिएबल डालें से कोई एक चुनें।";
2798
+ readonly variableNoMatch: "“{{query}}” से कोई वेरिएबल मेल नहीं खाता";
2794
2799
  readonly more: "अधिक विकल्प";
2795
2800
  readonly link: {
2796
2801
  readonly url: "URL";
@@ -2879,6 +2884,8 @@ export declare const hiUi: {
2879
2884
  readonly dictationError: "श्रुतलेखन विफल। कृपया पुनः प्रयास करें।";
2880
2885
  readonly proofread: "वर्तनी और व्याकरण जांचें";
2881
2886
  readonly autoFormat: "दस्तावेज़ स्वतः फ़ॉर्मेट करें";
2887
+ readonly consentRecorded: "AI सहायता हेतु सहमति दर्ज कर ली गई है।";
2888
+ readonly consentRegionLabel: "इस दस्तावेज़ हेतु AI सहायता सहमति";
2882
2889
  };
2883
2890
  };
2884
2891
  readonly payment: {
@@ -3132,6 +3139,80 @@ export declare const hiUi: {
3132
3139
  readonly fullscreen: "पूर्ण स्क्रीन चालू/बंद करें";
3133
3140
  };
3134
3141
  };
3142
+ readonly helpMeWriteTemplates: {
3143
+ readonly bar: {
3144
+ readonly templatesMenu: "टेम्पलेट";
3145
+ readonly templatesGroup: "क्लिनिक के टेम्पलेट";
3146
+ readonly createFirst: "अपना पहला टेम्पलेट बनाएँ";
3147
+ readonly manage: "टेम्पलेट प्रबंधित करें";
3148
+ readonly defaultBadge: "डिफ़ॉल्ट";
3149
+ readonly prompt: "बताएँ कि क्या लिखना है, या टेम्पलेट चुनने से पहले विवरण जोड़ें";
3150
+ readonly write: "लिखें";
3151
+ readonly dictateStart: "निर्देश बोलकर लिखवाएँ";
3152
+ readonly dictateStop: "बोलकर लिखवाना रोकें";
3153
+ readonly listening: "सुन रहा है…";
3154
+ readonly sourceSelection: "टेम्पलेट चुना गया टेक्स्ट दोबारा लिखते हैं।";
3155
+ readonly sourceDocument: "टेम्पलेट पूरा नोट दोबारा लिखते हैं।";
3156
+ readonly sourceEmpty: "नोट खाली है। टेम्पलेट इस्तेमाल करने के लिए पहले बोलकर या टाइप करके लिखें।";
3157
+ readonly error: "कुछ गलत हो गया। फिर से कोशिश करें।";
3158
+ readonly beforeDocument: "आपका नोट";
3159
+ readonly beforeSelection: "चुना गया टेक्स्ट";
3160
+ readonly after: "ड्राफ़्ट";
3161
+ readonly discard: "छोड़ें";
3162
+ readonly retry: "फिर से कोशिश करें";
3163
+ readonly replace: "बदलें";
3164
+ readonly insertBelow: "नीचे जोड़ें";
3165
+ readonly insert: "जोड़ें";
3166
+ readonly close: "बंद करें";
3167
+ };
3168
+ readonly undo: {
3169
+ readonly replaced: "नोट “{{name}}” से दोबारा लिखा गया।";
3170
+ readonly addedBelow: "“{{name}}” का ड्राफ़्ट नीचे जोड़ा गया।";
3171
+ readonly undo: "पूर्ववत करें";
3172
+ };
3173
+ readonly credits: {
3174
+ readonly title: "आपके AI क्रेडिट खत्म हो गए हैं";
3175
+ readonly body: "आज जारी रखने के लिए क्रेडिट जोड़ें।";
3176
+ readonly bodyResets: "आपकी मुफ़्त सीमा {{date}} को फिर से मिलेगी। आज जारी रखने के लिए क्रेडिट जोड़ें।";
3177
+ readonly bodyWait: "आपकी मासिक सीमा रीसेट होने पर AI सहायता फिर से उपलब्ध होगी।";
3178
+ readonly bodyWaitResets: "AI सहायता {{date}} को फिर से उपलब्ध होगी, जब आपकी मासिक सीमा रीसेट होगी।";
3179
+ readonly meterLabel: "इस महीने के AI क्रेडिट";
3180
+ readonly remaining: "{{limit}} में से {{remaining}} बचे हैं";
3181
+ readonly cta: "AI क्रेडिट खरीदें";
3182
+ readonly secondary: "देखें कि हर कार्य की लागत कितनी है";
3183
+ readonly back: "वापस";
3184
+ readonly kept: "आपका नोट और निर्देश सुरक्षित हैं।";
3185
+ };
3186
+ readonly manager: {
3187
+ readonly title: "AI टेम्पलेट";
3188
+ readonly description: "पूरे क्लिनिक के साथ साझा। डिफ़ॉल्ट टेम्पलेट सबसे ऊपर दिखता है।";
3189
+ readonly new: "नया टेम्पलेट";
3190
+ readonly done: "हो गया";
3191
+ readonly listLabel: "टेम्पलेट";
3192
+ readonly edit: "{{name}} संपादित करें";
3193
+ readonly delete: "{{name}} हटाएँ";
3194
+ readonly emptyTitle: "अभी कोई टेम्पलेट नहीं है";
3195
+ readonly emptyDescription: "टेम्पलेट एक क्लिक में बोले गए नोट को व्यवस्थित नोट में बदल देता है।";
3196
+ readonly formNew: "नया टेम्पलेट";
3197
+ readonly formEdit: "टेम्पलेट संपादित करें";
3198
+ readonly name: "नाम";
3199
+ readonly namePlaceholder: "उदाहरण: SOAP नोट";
3200
+ readonly descLabel: "छोटा विवरण";
3201
+ readonly descHint: "टेम्पलेट मेनू में नाम के नीचे दिखता है।";
3202
+ readonly prompt: "AI के लिए निर्देश";
3203
+ readonly promptDescription: "आप जो ढाँचा, खंड और लहजा चाहते हैं, उसका वर्णन करें। नोट का टेक्स्ट अपने-आप जुड़ जाता है।";
3204
+ readonly isDefault: "डिफ़ॉल्ट के रूप में इस्तेमाल करें";
3205
+ readonly save: "टेम्पलेट सहेजें";
3206
+ readonly cancel: "रद्द करें";
3207
+ readonly saveError: "टेम्पलेट सहेजा नहीं जा सका। फिर से कोशिश करें।";
3208
+ readonly nameRequired: "नाम डालें।";
3209
+ readonly nameTaken: "इस नाम का टेम्पलेट पहले से मौजूद है।";
3210
+ readonly promptRequired: "निर्देश डालें।";
3211
+ readonly deleteTitle: "“{{name}}” हटाएँ?";
3212
+ readonly deleteDescription: "पूरे क्लिनिक से यह टेम्पलेट हट जाएगा। पहले से लिखे नोट नहीं बदलेंगे।";
3213
+ readonly deleteConfirm: "टेम्पलेट हटाएँ";
3214
+ };
3215
+ };
3135
3216
  readonly signatureRequest: {
3136
3217
  readonly title: "हस्ताक्षरित दस्तावेज़";
3137
3218
  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: "बटन समूह",
@@ -2344,21 +2345,21 @@ const e = {
2344
2345
  openNote: "नोट खोलें · {{date}}"
2345
2346
  },
2346
2347
  aiConsentBanner: {
2347
- regionLabel: "AI assistance consent",
2348
- title: "AI assistance consent",
2348
+ regionLabel: "AI सहायता हेतु सहमति",
2349
+ title: "AI सहायता हेतु सहमति",
2349
2350
  description: {
2350
- granted: "AI assistance is enabled for this record.",
2351
- required: "AI assistance requires recorded consent before it can run."
2351
+ granted: "इस रिकॉर्ड के लिए AI सहायता सक्षम है।",
2352
+ required: "AI सहायता चलने से पहले दर्ज सहमति आवश्यक है।"
2352
2353
  },
2353
2354
  badge: {
2354
- granted: "Consent granted"
2355
+ granted: "सहमति दी गई"
2355
2356
  },
2356
- grantedAtPrefix: "Granted",
2357
- grantedBy: "By {{name}}",
2358
- pendingLabel: "Saving consent…",
2359
- confirmLabel: "I confirm consent has been obtained for AI assistance.",
2360
- grantButton: "Grant consent",
2361
- notAllowed: "You do not have permission to grant AI assistance consent."
2357
+ grantedAtPrefix: "दी गई",
2358
+ grantedBy: "{{name}} द्वारा",
2359
+ pendingLabel: "सहमति सहेजी जा रही है…",
2360
+ confirmLabel: "मैं पुष्टि करता/करती हूँ कि AI सहायता के लिए सहमति प्राप्त कर ली गई है।",
2361
+ grantButton: "सहमति दें",
2362
+ notAllowed: "आपके पास AI सहायता हेतु सहमति देने की अनुमति नहीं है।"
2362
2363
  },
2363
2364
  paymentCard: {
2364
2365
  regionLabel: "Payment {{number}}",
@@ -2766,6 +2767,10 @@ const e = {
2766
2767
  },
2767
2768
  heading: "शीर्षक",
2768
2769
  extensions: "एडिटर एक्सटेंशन",
2770
+ insertVariable: "वेरिएबल डालें",
2771
+ variables: "वेरिएबल",
2772
+ variableInvalid: "अमान्य वेरिएबल: {{tokens}}। वेरिएबल डालें से कोई एक चुनें।",
2773
+ variableNoMatch: "“{{query}}” से कोई वेरिएबल मेल नहीं खाता",
2769
2774
  more: "अधिक विकल्प",
2770
2775
  link: {
2771
2776
  url: "URL",
@@ -2853,7 +2858,9 @@ const e = {
2853
2858
  listening: "सुन रहा है…",
2854
2859
  dictationError: "श्रुतलेखन विफल। कृपया पुनः प्रयास करें।",
2855
2860
  proofread: "वर्तनी और व्याकरण जांचें",
2856
- autoFormat: "दस्तावेज़ स्वतः फ़ॉर्मेट करें"
2861
+ autoFormat: "दस्तावेज़ स्वतः फ़ॉर्मेट करें",
2862
+ consentRecorded: "AI सहायता हेतु सहमति दर्ज कर ली गई है।",
2863
+ consentRegionLabel: "इस दस्तावेज़ हेतु AI सहायता सहमति"
2857
2864
  }
2858
2865
  },
2859
2866
  payment: {
@@ -3104,6 +3111,80 @@ const e = {
3104
3111
  fullscreen: "पूर्ण स्क्रीन चालू/बंद करें"
3105
3112
  }
3106
3113
  },
3114
+ helpMeWriteTemplates: {
3115
+ bar: {
3116
+ templatesMenu: "टेम्पलेट",
3117
+ templatesGroup: "क्लिनिक के टेम्पलेट",
3118
+ createFirst: "अपना पहला टेम्पलेट बनाएँ",
3119
+ manage: "टेम्पलेट प्रबंधित करें",
3120
+ defaultBadge: "डिफ़ॉल्ट",
3121
+ prompt: "बताएँ कि क्या लिखना है, या टेम्पलेट चुनने से पहले विवरण जोड़ें",
3122
+ write: "लिखें",
3123
+ dictateStart: "निर्देश बोलकर लिखवाएँ",
3124
+ dictateStop: "बोलकर लिखवाना रोकें",
3125
+ listening: "सुन रहा है…",
3126
+ sourceSelection: "टेम्पलेट चुना गया टेक्स्ट दोबारा लिखते हैं।",
3127
+ sourceDocument: "टेम्पलेट पूरा नोट दोबारा लिखते हैं।",
3128
+ sourceEmpty: "नोट खाली है। टेम्पलेट इस्तेमाल करने के लिए पहले बोलकर या टाइप करके लिखें।",
3129
+ error: "कुछ गलत हो गया। फिर से कोशिश करें।",
3130
+ beforeDocument: "आपका नोट",
3131
+ beforeSelection: "चुना गया टेक्स्ट",
3132
+ after: "ड्राफ़्ट",
3133
+ discard: "छोड़ें",
3134
+ retry: "फिर से कोशिश करें",
3135
+ replace: "बदलें",
3136
+ insertBelow: "नीचे जोड़ें",
3137
+ insert: "जोड़ें",
3138
+ close: "बंद करें"
3139
+ },
3140
+ undo: {
3141
+ replaced: "नोट “{{name}}” से दोबारा लिखा गया।",
3142
+ addedBelow: "“{{name}}” का ड्राफ़्ट नीचे जोड़ा गया।",
3143
+ undo: "पूर्ववत करें"
3144
+ },
3145
+ credits: {
3146
+ title: "आपके AI क्रेडिट खत्म हो गए हैं",
3147
+ body: "आज जारी रखने के लिए क्रेडिट जोड़ें।",
3148
+ bodyResets: "आपकी मुफ़्त सीमा {{date}} को फिर से मिलेगी। आज जारी रखने के लिए क्रेडिट जोड़ें।",
3149
+ bodyWait: "आपकी मासिक सीमा रीसेट होने पर AI सहायता फिर से उपलब्ध होगी।",
3150
+ bodyWaitResets: "AI सहायता {{date}} को फिर से उपलब्ध होगी, जब आपकी मासिक सीमा रीसेट होगी।",
3151
+ meterLabel: "इस महीने के AI क्रेडिट",
3152
+ remaining: "{{limit}} में से {{remaining}} बचे हैं",
3153
+ cta: "AI क्रेडिट खरीदें",
3154
+ secondary: "देखें कि हर कार्य की लागत कितनी है",
3155
+ back: "वापस",
3156
+ kept: "आपका नोट और निर्देश सुरक्षित हैं।"
3157
+ },
3158
+ manager: {
3159
+ title: "AI टेम्पलेट",
3160
+ description: "पूरे क्लिनिक के साथ साझा। डिफ़ॉल्ट टेम्पलेट सबसे ऊपर दिखता है।",
3161
+ new: "नया टेम्पलेट",
3162
+ done: "हो गया",
3163
+ listLabel: "टेम्पलेट",
3164
+ edit: "{{name}} संपादित करें",
3165
+ delete: "{{name}} हटाएँ",
3166
+ emptyTitle: "अभी कोई टेम्पलेट नहीं है",
3167
+ emptyDescription: "टेम्पलेट एक क्लिक में बोले गए नोट को व्यवस्थित नोट में बदल देता है।",
3168
+ formNew: "नया टेम्पलेट",
3169
+ formEdit: "टेम्पलेट संपादित करें",
3170
+ name: "नाम",
3171
+ namePlaceholder: "उदाहरण: SOAP नोट",
3172
+ descLabel: "छोटा विवरण",
3173
+ descHint: "टेम्पलेट मेनू में नाम के नीचे दिखता है।",
3174
+ prompt: "AI के लिए निर्देश",
3175
+ promptDescription: "आप जो ढाँचा, खंड और लहजा चाहते हैं, उसका वर्णन करें। नोट का टेक्स्ट अपने-आप जुड़ जाता है।",
3176
+ isDefault: "डिफ़ॉल्ट के रूप में इस्तेमाल करें",
3177
+ save: "टेम्पलेट सहेजें",
3178
+ cancel: "रद्द करें",
3179
+ saveError: "टेम्पलेट सहेजा नहीं जा सका। फिर से कोशिश करें।",
3180
+ nameRequired: "नाम डालें।",
3181
+ nameTaken: "इस नाम का टेम्पलेट पहले से मौजूद है।",
3182
+ promptRequired: "निर्देश डालें।",
3183
+ deleteTitle: "“{{name}}” हटाएँ?",
3184
+ deleteDescription: "पूरे क्लिनिक से यह टेम्पलेट हट जाएगा। पहले से लिखे नोट नहीं बदलेंगे।",
3185
+ deleteConfirm: "टेम्पलेट हटाएँ"
3186
+ }
3187
+ },
3107
3188
  signatureRequest: {
3108
3189
  title: "हस्ताक्षरित दस्तावेज़",
3109
3190
  noSignedVersions: "इस दस्तावेज़ का कोई हस्ताक्षरित संस्करण नहीं है",
@@ -440,6 +440,7 @@ export declare const itUi: {
440
440
  readonly required: "obbligatorio";
441
441
  readonly optional: "facoltativo";
442
442
  readonly progress_label: "{{percent}} completato";
443
+ readonly freeOfCharge: "Gratuito";
443
444
  };
444
445
  readonly buttonGroup: {
445
446
  readonly label: "Gruppo di pulsanti";
@@ -2366,21 +2367,21 @@ export declare const itUi: {
2366
2367
  readonly openNote: "Apri nota · {{date}}";
2367
2368
  };
2368
2369
  readonly aiConsentBanner: {
2369
- readonly regionLabel: "AI assistance consent";
2370
- readonly title: "AI assistance consent";
2370
+ readonly regionLabel: "Consenso all’assistenza IA";
2371
+ readonly title: "Consenso all’assistenza IA";
2371
2372
  readonly description: {
2372
- readonly granted: "AI assistance is enabled for this record.";
2373
- readonly required: "AI assistance requires recorded consent before it can run.";
2373
+ readonly granted: "L’assistenza IA è abilitata per questa scheda.";
2374
+ readonly required: "L’assistenza IA richiede un consenso registrato prima di poter essere eseguita.";
2374
2375
  };
2375
2376
  readonly badge: {
2376
- readonly granted: "Consent granted";
2377
+ readonly granted: "Consenso concesso";
2377
2378
  };
2378
- readonly grantedAtPrefix: "Granted";
2379
- readonly grantedBy: "By {{name}}";
2380
- readonly pendingLabel: "Saving consent…";
2381
- readonly confirmLabel: "I confirm consent has been obtained for AI assistance.";
2382
- readonly grantButton: "Grant consent";
2383
- readonly notAllowed: "You do not have permission to grant AI assistance consent.";
2379
+ readonly grantedAtPrefix: "Concesso";
2380
+ readonly grantedBy: "Da {{name}}";
2381
+ readonly pendingLabel: "Salvataggio del consenso…";
2382
+ readonly confirmLabel: "Confermo che il consenso all’assistenza IA è stato ottenuto.";
2383
+ readonly grantButton: "Concedi consenso";
2384
+ readonly notAllowed: "Non hai i permessi per concedere il consenso all’assistenza IA.";
2384
2385
  };
2385
2386
  readonly paymentCard: {
2386
2387
  readonly regionLabel: "Payment {{number}}";
@@ -2788,6 +2789,10 @@ export declare const itUi: {
2788
2789
  };
2789
2790
  readonly heading: "Titolo";
2790
2791
  readonly extensions: "Estensioni editor";
2792
+ readonly insertVariable: "Inserisci variabile";
2793
+ readonly variables: "Variabili";
2794
+ readonly variableInvalid: "Variabile non valida: {{tokens}}. Scegline una da Inserisci variabile.";
2795
+ readonly variableNoMatch: "Nessuna variabile corrisponde a «{{query}}»";
2791
2796
  readonly more: "Altre opzioni";
2792
2797
  readonly link: {
2793
2798
  readonly url: "URL";
@@ -2876,6 +2881,8 @@ export declare const itUi: {
2876
2881
  readonly dictationError: "Dettatura non riuscita. Riprova.";
2877
2882
  readonly proofread: "Controlla ortografia e grammatica";
2878
2883
  readonly autoFormat: "Formatta automaticamente il documento";
2884
+ readonly consentRecorded: "Il consenso all’assistenza IA è stato registrato.";
2885
+ readonly consentRegionLabel: "Consenso all’assistenza IA per questo documento";
2879
2886
  };
2880
2887
  };
2881
2888
  readonly payment: {
@@ -3129,6 +3136,80 @@ export declare const itUi: {
3129
3136
  readonly fullscreen: "Attiva/disattiva schermo intero";
3130
3137
  };
3131
3138
  };
3139
+ readonly helpMeWriteTemplates: {
3140
+ readonly bar: {
3141
+ readonly templatesMenu: "Template";
3142
+ readonly templatesGroup: "Template dello studio";
3143
+ readonly createFirst: "Crea il tuo primo template";
3144
+ readonly manage: "Gestisci template";
3145
+ readonly defaultBadge: "Predefinito";
3146
+ readonly prompt: "Descrivi cosa scrivere, oppure aggiungi dettagli prima di scegliere un template";
3147
+ readonly write: "Scrivi";
3148
+ readonly dictateStart: "Detta le istruzioni";
3149
+ readonly dictateStop: "Interrompi la dettatura";
3150
+ readonly listening: "In ascolto…";
3151
+ readonly sourceSelection: "I template riscrivono il testo selezionato.";
3152
+ readonly sourceDocument: "I template riscrivono tutta la nota.";
3153
+ readonly sourceEmpty: "La nota è vuota. Detta o scrivi prima di usare un template.";
3154
+ readonly error: "Qualcosa è andato storto. Riprova.";
3155
+ readonly beforeDocument: "La tua nota";
3156
+ readonly beforeSelection: "Testo selezionato";
3157
+ readonly after: "Bozza";
3158
+ readonly discard: "Scarta";
3159
+ readonly retry: "Riprova";
3160
+ readonly replace: "Sostituisci";
3161
+ readonly insertBelow: "Inserisci sotto";
3162
+ readonly insert: "Inserisci";
3163
+ readonly close: "Chiudi";
3164
+ };
3165
+ readonly undo: {
3166
+ readonly replaced: "Nota riscritta con «{{name}}».";
3167
+ readonly addedBelow: "Bozza da «{{name}}» aggiunta sotto.";
3168
+ readonly undo: "Annulla";
3169
+ };
3170
+ readonly credits: {
3171
+ readonly title: "Hai esaurito i crediti IA";
3172
+ readonly body: "Aggiungi crediti per continuare oggi.";
3173
+ readonly bodyResets: "Il tuo credito gratuito torna il {{date}}. Aggiungi crediti per continuare oggi.";
3174
+ readonly bodyWait: "L'assistenza IA torna disponibile quando si rinnova il credito mensile.";
3175
+ readonly bodyWaitResets: "L'assistenza IA torna disponibile il {{date}}, quando si rinnova il credito mensile.";
3176
+ readonly meterLabel: "Crediti IA di questo mese";
3177
+ readonly remaining: "{{remaining}} di {{limit}} rimasti";
3178
+ readonly cta: "Acquista crediti IA";
3179
+ readonly secondary: "Scopri quanto costa ogni azione";
3180
+ readonly back: "Indietro";
3181
+ readonly kept: "La nota e le istruzioni restano salvate.";
3182
+ };
3183
+ readonly manager: {
3184
+ readonly title: "Template IA";
3185
+ readonly description: "Condivisi con tutto lo studio. Il template predefinito compare per primo.";
3186
+ readonly new: "Nuovo template";
3187
+ readonly done: "Fatto";
3188
+ readonly listLabel: "Template";
3189
+ readonly edit: "Modifica {{name}}";
3190
+ readonly delete: "Elimina {{name}}";
3191
+ readonly emptyTitle: "Ancora nessun template";
3192
+ readonly emptyDescription: "Un template trasforma una dettatura in una nota strutturata con un clic.";
3193
+ readonly formNew: "Nuovo template";
3194
+ readonly formEdit: "Modifica template";
3195
+ readonly name: "Nome";
3196
+ readonly namePlaceholder: "Per esempio: nota SOAP";
3197
+ readonly descLabel: "Descrizione breve";
3198
+ readonly descHint: "Compare sotto il nome nel menu dei template.";
3199
+ readonly prompt: "Istruzioni per l'IA";
3200
+ readonly promptDescription: "Descrivi struttura, sezioni e tono che vuoi. Il testo della nota viene aggiunto in automatico.";
3201
+ readonly isDefault: "Usa come predefinito";
3202
+ readonly save: "Salva template";
3203
+ readonly cancel: "Annulla";
3204
+ readonly saveError: "Non è stato possibile salvare il template. Riprova.";
3205
+ readonly nameRequired: "Inserisci un nome.";
3206
+ readonly nameTaken: "Esiste già un template con questo nome.";
3207
+ readonly promptRequired: "Inserisci le istruzioni.";
3208
+ readonly deleteTitle: "Eliminare «{{name}}»?";
3209
+ readonly deleteDescription: "Il template sparisce per tutto lo studio. Le note già scritte non cambiano.";
3210
+ readonly deleteConfirm: "Elimina template";
3211
+ };
3212
+ };
3132
3213
  readonly signatureRequest: {
3133
3214
  readonly title: "Documenti firmati";
3134
3215
  readonly noSignedVersions: "Non ci sono versioni firmate di questo documento";
@@ -434,7 +434,8 @@ const e = {
434
434
  loading: "Caricamento...",
435
435
  required: "obbligatorio",
436
436
  optional: "facoltativo",
437
- progress_label: "{{percent}} completato"
437
+ progress_label: "{{percent}} completato",
438
+ freeOfCharge: "Gratuito"
438
439
  },
439
440
  buttonGroup: {
440
441
  label: "Gruppo di pulsanti",
@@ -2327,21 +2328,21 @@ const e = {
2327
2328
  openNote: "Apri nota · {{date}}"
2328
2329
  },
2329
2330
  aiConsentBanner: {
2330
- regionLabel: "AI assistance consent",
2331
- title: "AI assistance consent",
2331
+ regionLabel: "Consenso all’assistenza IA",
2332
+ title: "Consenso all’assistenza IA",
2332
2333
  description: {
2333
- granted: "AI assistance is enabled for this record.",
2334
- required: "AI assistance requires recorded consent before it can run."
2334
+ granted: "L’assistenza IA è abilitata per questa scheda.",
2335
+ required: "L’assistenza IA richiede un consenso registrato prima di poter essere eseguita."
2335
2336
  },
2336
2337
  badge: {
2337
- granted: "Consent granted"
2338
+ granted: "Consenso concesso"
2338
2339
  },
2339
- grantedAtPrefix: "Granted",
2340
- grantedBy: "By {{name}}",
2341
- pendingLabel: "Saving consent…",
2342
- confirmLabel: "I confirm consent has been obtained for AI assistance.",
2343
- grantButton: "Grant consent",
2344
- notAllowed: "You do not have permission to grant AI assistance consent."
2340
+ grantedAtPrefix: "Concesso",
2341
+ grantedBy: "Da {{name}}",
2342
+ pendingLabel: "Salvataggio del consenso…",
2343
+ confirmLabel: "Confermo che il consenso all’assistenza IA è stato ottenuto.",
2344
+ grantButton: "Concedi consenso",
2345
+ notAllowed: "Non hai i permessi per concedere il consenso all’assistenza IA."
2345
2346
  },
2346
2347
  paymentCard: {
2347
2348
  regionLabel: "Payment {{number}}",
@@ -2749,6 +2750,10 @@ const e = {
2749
2750
  },
2750
2751
  heading: "Titolo",
2751
2752
  extensions: "Estensioni editor",
2753
+ insertVariable: "Inserisci variabile",
2754
+ variables: "Variabili",
2755
+ variableInvalid: "Variabile non valida: {{tokens}}. Scegline una da Inserisci variabile.",
2756
+ variableNoMatch: "Nessuna variabile corrisponde a «{{query}}»",
2752
2757
  more: "Altre opzioni",
2753
2758
  link: {
2754
2759
  url: "URL",
@@ -2836,7 +2841,9 @@ const e = {
2836
2841
  listening: "In ascolto…",
2837
2842
  dictationError: "Dettatura non riuscita. Riprova.",
2838
2843
  proofread: "Controlla ortografia e grammatica",
2839
- autoFormat: "Formatta automaticamente il documento"
2844
+ autoFormat: "Formatta automaticamente il documento",
2845
+ consentRecorded: "Il consenso all’assistenza IA è stato registrato.",
2846
+ consentRegionLabel: "Consenso all’assistenza IA per questo documento"
2840
2847
  }
2841
2848
  },
2842
2849
  payment: {
@@ -3087,6 +3094,80 @@ const e = {
3087
3094
  fullscreen: "Attiva/disattiva schermo intero"
3088
3095
  }
3089
3096
  },
3097
+ helpMeWriteTemplates: {
3098
+ bar: {
3099
+ templatesMenu: "Template",
3100
+ templatesGroup: "Template dello studio",
3101
+ createFirst: "Crea il tuo primo template",
3102
+ manage: "Gestisci template",
3103
+ defaultBadge: "Predefinito",
3104
+ prompt: "Descrivi cosa scrivere, oppure aggiungi dettagli prima di scegliere un template",
3105
+ write: "Scrivi",
3106
+ dictateStart: "Detta le istruzioni",
3107
+ dictateStop: "Interrompi la dettatura",
3108
+ listening: "In ascolto…",
3109
+ sourceSelection: "I template riscrivono il testo selezionato.",
3110
+ sourceDocument: "I template riscrivono tutta la nota.",
3111
+ sourceEmpty: "La nota è vuota. Detta o scrivi prima di usare un template.",
3112
+ error: "Qualcosa è andato storto. Riprova.",
3113
+ beforeDocument: "La tua nota",
3114
+ beforeSelection: "Testo selezionato",
3115
+ after: "Bozza",
3116
+ discard: "Scarta",
3117
+ retry: "Riprova",
3118
+ replace: "Sostituisci",
3119
+ insertBelow: "Inserisci sotto",
3120
+ insert: "Inserisci",
3121
+ close: "Chiudi"
3122
+ },
3123
+ undo: {
3124
+ replaced: "Nota riscritta con «{{name}}».",
3125
+ addedBelow: "Bozza da «{{name}}» aggiunta sotto.",
3126
+ undo: "Annulla"
3127
+ },
3128
+ credits: {
3129
+ title: "Hai esaurito i crediti IA",
3130
+ body: "Aggiungi crediti per continuare oggi.",
3131
+ bodyResets: "Il tuo credito gratuito torna il {{date}}. Aggiungi crediti per continuare oggi.",
3132
+ bodyWait: "L'assistenza IA torna disponibile quando si rinnova il credito mensile.",
3133
+ bodyWaitResets: "L'assistenza IA torna disponibile il {{date}}, quando si rinnova il credito mensile.",
3134
+ meterLabel: "Crediti IA di questo mese",
3135
+ remaining: "{{remaining}} di {{limit}} rimasti",
3136
+ cta: "Acquista crediti IA",
3137
+ secondary: "Scopri quanto costa ogni azione",
3138
+ back: "Indietro",
3139
+ kept: "La nota e le istruzioni restano salvate."
3140
+ },
3141
+ manager: {
3142
+ title: "Template IA",
3143
+ description: "Condivisi con tutto lo studio. Il template predefinito compare per primo.",
3144
+ new: "Nuovo template",
3145
+ done: "Fatto",
3146
+ listLabel: "Template",
3147
+ edit: "Modifica {{name}}",
3148
+ delete: "Elimina {{name}}",
3149
+ emptyTitle: "Ancora nessun template",
3150
+ emptyDescription: "Un template trasforma una dettatura in una nota strutturata con un clic.",
3151
+ formNew: "Nuovo template",
3152
+ formEdit: "Modifica template",
3153
+ name: "Nome",
3154
+ namePlaceholder: "Per esempio: nota SOAP",
3155
+ descLabel: "Descrizione breve",
3156
+ descHint: "Compare sotto il nome nel menu dei template.",
3157
+ prompt: "Istruzioni per l'IA",
3158
+ promptDescription: "Descrivi struttura, sezioni e tono che vuoi. Il testo della nota viene aggiunto in automatico.",
3159
+ isDefault: "Usa come predefinito",
3160
+ save: "Salva template",
3161
+ cancel: "Annulla",
3162
+ saveError: "Non è stato possibile salvare il template. Riprova.",
3163
+ nameRequired: "Inserisci un nome.",
3164
+ nameTaken: "Esiste già un template con questo nome.",
3165
+ promptRequired: "Inserisci le istruzioni.",
3166
+ deleteTitle: "Eliminare «{{name}}»?",
3167
+ deleteDescription: "Il template sparisce per tutto lo studio. Le note già scritte non cambiano.",
3168
+ deleteConfirm: "Elimina template"
3169
+ }
3170
+ },
3090
3171
  signatureRequest: {
3091
3172
  title: "Documenti firmati",
3092
3173
  noSignedVersions: "Non ci sono versioni firmate di questo documento",