@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 roUi: {
443
443
  readonly required: "obligatoriu";
444
444
  readonly optional: "opțional";
445
445
  readonly progress_label: "{{percent}} finalizat";
446
+ readonly freeOfCharge: "Gratuit";
446
447
  };
447
448
  readonly buttonGroup: {
448
449
  readonly label: "Grup de butoane";
@@ -2369,21 +2370,21 @@ export declare const roUi: {
2369
2370
  readonly openNote: "Deschide nota · {{date}}";
2370
2371
  };
2371
2372
  readonly aiConsentBanner: {
2372
- readonly regionLabel: "AI assistance consent";
2373
- readonly title: "AI assistance consent";
2373
+ readonly regionLabel: "Consimțământ pentru asistență IA";
2374
+ readonly title: "Consimțământ pentru asistență IA";
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: "Asistența IA este activată pentru această fișă.";
2377
+ readonly required: "Asistența IA necesită un consimțământ înregistrat înainte de a putea fi executată.";
2377
2378
  };
2378
2379
  readonly badge: {
2379
- readonly granted: "Consent granted";
2380
+ readonly granted: "Consimțământ acordat";
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: "Acordat";
2383
+ readonly grantedBy: "De {{name}}";
2384
+ readonly pendingLabel: "Se salvează consimțământul…";
2385
+ readonly confirmLabel: "Confirm că a fost obținut consimțământul pentru asistența IA.";
2386
+ readonly grantButton: "Acordă consimțământul";
2387
+ readonly notAllowed: "Nu ai permisiunea de a acorda consimțământul pentru asistența IA.";
2387
2388
  };
2388
2389
  readonly paymentCard: {
2389
2390
  readonly regionLabel: "Payment {{number}}";
@@ -2791,6 +2792,10 @@ export declare const roUi: {
2791
2792
  };
2792
2793
  readonly heading: "Titlu";
2793
2794
  readonly extensions: "Extensii editor";
2795
+ readonly insertVariable: "Inserează variabilă";
2796
+ readonly variables: "Variabile";
2797
+ readonly variableInvalid: "Variabilă nevalidă: {{tokens}}. Alege una din Inserează variabilă.";
2798
+ readonly variableNoMatch: "Nicio variabilă nu corespunde cu „{{query}}”";
2794
2799
  readonly more: "Mai multe opțiuni";
2795
2800
  readonly link: {
2796
2801
  readonly url: "URL";
@@ -2879,6 +2884,8 @@ export declare const roUi: {
2879
2884
  readonly dictationError: "Dictarea a eșuat. Încearcă din nou.";
2880
2885
  readonly proofread: "Verifică ortografia și gramatica";
2881
2886
  readonly autoFormat: "Formatează automat documentul";
2887
+ readonly consentRecorded: "Consimțământul pentru asistența IA a fost înregistrat.";
2888
+ readonly consentRegionLabel: "Consimțământ pentru asistență IA pentru acest document";
2882
2889
  };
2883
2890
  };
2884
2891
  readonly payment: {
@@ -3132,6 +3139,80 @@ export declare const roUi: {
3132
3139
  readonly fullscreen: "Activează/dezactivează ecran complet";
3133
3140
  };
3134
3141
  };
3142
+ readonly helpMeWriteTemplates: {
3143
+ readonly bar: {
3144
+ readonly templatesMenu: "Șabloane";
3145
+ readonly templatesGroup: "Șabloanele cabinetului";
3146
+ readonly createFirst: "Creează primul șablon";
3147
+ readonly manage: "Gestionează șabloanele";
3148
+ readonly defaultBadge: "Implicit";
3149
+ readonly prompt: "Descrie ce să scrii sau adaugă detalii înainte de a alege un șablon";
3150
+ readonly write: "Scrie";
3151
+ readonly dictateStart: "Dictează instrucțiunile";
3152
+ readonly dictateStop: "Oprește dictarea";
3153
+ readonly listening: "Ascult…";
3154
+ readonly sourceSelection: "Șabloanele rescriu textul selectat.";
3155
+ readonly sourceDocument: "Șabloanele rescriu toată nota.";
3156
+ readonly sourceEmpty: "Nota este goală. Dictează sau scrie mai întâi pentru a folosi un șablon.";
3157
+ readonly error: "Ceva nu a mers. Încearcă din nou.";
3158
+ readonly beforeDocument: "Nota ta";
3159
+ readonly beforeSelection: "Text selectat";
3160
+ readonly after: "Ciornă";
3161
+ readonly discard: "Renunță";
3162
+ readonly retry: "Încearcă din nou";
3163
+ readonly replace: "Înlocuiește";
3164
+ readonly insertBelow: "Inserează dedesubt";
3165
+ readonly insert: "Inserează";
3166
+ readonly close: "Închide";
3167
+ };
3168
+ readonly undo: {
3169
+ readonly replaced: "Notă rescrisă cu „{{name}}”.";
3170
+ readonly addedBelow: "Ciorna din „{{name}}” a fost adăugată dedesubt.";
3171
+ readonly undo: "Anulează";
3172
+ };
3173
+ readonly credits: {
3174
+ readonly title: "Ai rămas fără credite AI";
3175
+ readonly body: "Adaugă credite pentru a continua azi.";
3176
+ readonly bodyResets: "Alocarea gratuită revine pe {{date}}. Adaugă credite pentru a continua azi.";
3177
+ readonly bodyWait: "Asistența AI este din nou disponibilă când se reînnoiește alocarea lunară.";
3178
+ readonly bodyWaitResets: "Asistența AI este din nou disponibilă pe {{date}}, când se reînnoiește alocarea lunară.";
3179
+ readonly meterLabel: "Credite AI luna aceasta";
3180
+ readonly remaining: "Au rămas {{remaining}} din {{limit}}";
3181
+ readonly cta: "Cumpără credite AI";
3182
+ readonly secondary: "Vezi cât costă fiecare acțiune";
3183
+ readonly back: "Înapoi";
3184
+ readonly kept: "Nota și instrucțiunile tale sunt păstrate.";
3185
+ };
3186
+ readonly manager: {
3187
+ readonly title: "Șabloane AI";
3188
+ readonly description: "Partajate cu tot cabinetul. Șablonul implicit apare primul.";
3189
+ readonly new: "Șablon nou";
3190
+ readonly done: "Gata";
3191
+ readonly listLabel: "Șabloane";
3192
+ readonly edit: "Editează {{name}}";
3193
+ readonly delete: "Șterge {{name}}";
3194
+ readonly emptyTitle: "Încă nu există șabloane";
3195
+ readonly emptyDescription: "Un șablon transformă o dictare într-o notă structurată cu un clic.";
3196
+ readonly formNew: "Șablon nou";
3197
+ readonly formEdit: "Editează șablonul";
3198
+ readonly name: "Nume";
3199
+ readonly namePlaceholder: "De exemplu: notă SOAP";
3200
+ readonly descLabel: "Descriere scurtă";
3201
+ readonly descHint: "Apare sub nume în meniul de șabloane.";
3202
+ readonly prompt: "Instrucțiuni pentru AI";
3203
+ readonly promptDescription: "Descrie structura, secțiunile și tonul dorit. Textul notei se adaugă automat.";
3204
+ readonly isDefault: "Folosește ca implicit";
3205
+ readonly save: "Salvează șablonul";
3206
+ readonly cancel: "Anulează";
3207
+ readonly saveError: "Șablonul nu a putut fi salvat. Încearcă din nou.";
3208
+ readonly nameRequired: "Introdu un nume.";
3209
+ readonly nameTaken: "Există deja un șablon cu acest nume.";
3210
+ readonly promptRequired: "Introdu instrucțiunile.";
3211
+ readonly deleteTitle: "Ștergi „{{name}}”?";
3212
+ readonly deleteDescription: "Tot cabinetul pierde acest șablon. Notele deja scrise nu se schimbă.";
3213
+ readonly deleteConfirm: "Șterge șablonul";
3214
+ };
3215
+ };
3135
3216
  readonly signatureRequest: {
3136
3217
  readonly title: "Documente semnate";
3137
3218
  readonly noSignedVersions: "Nu există versiuni semnate ale acestui document";
@@ -434,7 +434,8 @@ const e = {
434
434
  loading: "Se încarcă...",
435
435
  required: "obligatoriu",
436
436
  optional: "opțional",
437
- progress_label: "{{percent}} finalizat"
437
+ progress_label: "{{percent}} finalizat",
438
+ freeOfCharge: "Gratuit"
438
439
  },
439
440
  buttonGroup: {
440
441
  label: "Grup de butoane",
@@ -2353,21 +2354,21 @@ const e = {
2353
2354
  openNote: "Deschide nota · {{date}}"
2354
2355
  },
2355
2356
  aiConsentBanner: {
2356
- regionLabel: "AI assistance consent",
2357
- title: "AI assistance consent",
2357
+ regionLabel: "Consimțământ pentru asistență IA",
2358
+ title: "Consimțământ pentru asistență IA",
2358
2359
  description: {
2359
- granted: "AI assistance is enabled for this record.",
2360
- required: "AI assistance requires recorded consent before it can run."
2360
+ granted: "Asistența IA este activată pentru această fișă.",
2361
+ required: "Asistența IA necesită un consimțământ înregistrat înainte de a putea fi executată."
2361
2362
  },
2362
2363
  badge: {
2363
- granted: "Consent granted"
2364
+ granted: "Consimțământ acordat"
2364
2365
  },
2365
- grantedAtPrefix: "Granted",
2366
- grantedBy: "By {{name}}",
2367
- pendingLabel: "Saving consent…",
2368
- confirmLabel: "I confirm consent has been obtained for AI assistance.",
2369
- grantButton: "Grant consent",
2370
- notAllowed: "You do not have permission to grant AI assistance consent."
2366
+ grantedAtPrefix: "Acordat",
2367
+ grantedBy: "De {{name}}",
2368
+ pendingLabel: "Se salvează consimțământul…",
2369
+ confirmLabel: "Confirm că a fost obținut consimțământul pentru asistența IA.",
2370
+ grantButton: "Acordă consimțământul",
2371
+ notAllowed: "Nu ai permisiunea de a acorda consimțământul pentru asistența IA."
2371
2372
  },
2372
2373
  paymentCard: {
2373
2374
  regionLabel: "Payment {{number}}",
@@ -2775,6 +2776,10 @@ const e = {
2775
2776
  },
2776
2777
  heading: "Titlu",
2777
2778
  extensions: "Extensii editor",
2779
+ insertVariable: "Inserează variabilă",
2780
+ variables: "Variabile",
2781
+ variableInvalid: "Variabilă nevalidă: {{tokens}}. Alege una din Inserează variabilă.",
2782
+ variableNoMatch: "Nicio variabilă nu corespunde cu „{{query}}”",
2778
2783
  more: "Mai multe opțiuni",
2779
2784
  link: {
2780
2785
  url: "URL",
@@ -2862,7 +2867,9 @@ const e = {
2862
2867
  listening: "Se ascultă…",
2863
2868
  dictationError: "Dictarea a eșuat. Încearcă din nou.",
2864
2869
  proofread: "Verifică ortografia și gramatica",
2865
- autoFormat: "Formatează automat documentul"
2870
+ autoFormat: "Formatează automat documentul",
2871
+ consentRecorded: "Consimțământul pentru asistența IA a fost înregistrat.",
2872
+ consentRegionLabel: "Consimțământ pentru asistență IA pentru acest document"
2866
2873
  }
2867
2874
  },
2868
2875
  payment: {
@@ -3113,6 +3120,80 @@ const e = {
3113
3120
  fullscreen: "Activează/dezactivează ecran complet"
3114
3121
  }
3115
3122
  },
3123
+ helpMeWriteTemplates: {
3124
+ bar: {
3125
+ templatesMenu: "Șabloane",
3126
+ templatesGroup: "Șabloanele cabinetului",
3127
+ createFirst: "Creează primul șablon",
3128
+ manage: "Gestionează șabloanele",
3129
+ defaultBadge: "Implicit",
3130
+ prompt: "Descrie ce să scrii sau adaugă detalii înainte de a alege un șablon",
3131
+ write: "Scrie",
3132
+ dictateStart: "Dictează instrucțiunile",
3133
+ dictateStop: "Oprește dictarea",
3134
+ listening: "Ascult…",
3135
+ sourceSelection: "Șabloanele rescriu textul selectat.",
3136
+ sourceDocument: "Șabloanele rescriu toată nota.",
3137
+ sourceEmpty: "Nota este goală. Dictează sau scrie mai întâi pentru a folosi un șablon.",
3138
+ error: "Ceva nu a mers. Încearcă din nou.",
3139
+ beforeDocument: "Nota ta",
3140
+ beforeSelection: "Text selectat",
3141
+ after: "Ciornă",
3142
+ discard: "Renunță",
3143
+ retry: "Încearcă din nou",
3144
+ replace: "Înlocuiește",
3145
+ insertBelow: "Inserează dedesubt",
3146
+ insert: "Inserează",
3147
+ close: "Închide"
3148
+ },
3149
+ undo: {
3150
+ replaced: "Notă rescrisă cu „{{name}}”.",
3151
+ addedBelow: "Ciorna din „{{name}}” a fost adăugată dedesubt.",
3152
+ undo: "Anulează"
3153
+ },
3154
+ credits: {
3155
+ title: "Ai rămas fără credite AI",
3156
+ body: "Adaugă credite pentru a continua azi.",
3157
+ bodyResets: "Alocarea gratuită revine pe {{date}}. Adaugă credite pentru a continua azi.",
3158
+ bodyWait: "Asistența AI este din nou disponibilă când se reînnoiește alocarea lunară.",
3159
+ bodyWaitResets: "Asistența AI este din nou disponibilă pe {{date}}, când se reînnoiește alocarea lunară.",
3160
+ meterLabel: "Credite AI luna aceasta",
3161
+ remaining: "Au rămas {{remaining}} din {{limit}}",
3162
+ cta: "Cumpără credite AI",
3163
+ secondary: "Vezi cât costă fiecare acțiune",
3164
+ back: "Înapoi",
3165
+ kept: "Nota și instrucțiunile tale sunt păstrate."
3166
+ },
3167
+ manager: {
3168
+ title: "Șabloane AI",
3169
+ description: "Partajate cu tot cabinetul. Șablonul implicit apare primul.",
3170
+ new: "Șablon nou",
3171
+ done: "Gata",
3172
+ listLabel: "Șabloane",
3173
+ edit: "Editează {{name}}",
3174
+ delete: "Șterge {{name}}",
3175
+ emptyTitle: "Încă nu există șabloane",
3176
+ emptyDescription: "Un șablon transformă o dictare într-o notă structurată cu un clic.",
3177
+ formNew: "Șablon nou",
3178
+ formEdit: "Editează șablonul",
3179
+ name: "Nume",
3180
+ namePlaceholder: "De exemplu: notă SOAP",
3181
+ descLabel: "Descriere scurtă",
3182
+ descHint: "Apare sub nume în meniul de șabloane.",
3183
+ prompt: "Instrucțiuni pentru AI",
3184
+ promptDescription: "Descrie structura, secțiunile și tonul dorit. Textul notei se adaugă automat.",
3185
+ isDefault: "Folosește ca implicit",
3186
+ save: "Salvează șablonul",
3187
+ cancel: "Anulează",
3188
+ saveError: "Șablonul nu a putut fi salvat. Încearcă din nou.",
3189
+ nameRequired: "Introdu un nume.",
3190
+ nameTaken: "Există deja un șablon cu acest nume.",
3191
+ promptRequired: "Introdu instrucțiunile.",
3192
+ deleteTitle: "Ștergi „{{name}}”?",
3193
+ deleteDescription: "Tot cabinetul pierde acest șablon. Notele deja scrise nu se schimbă.",
3194
+ deleteConfirm: "Șterge șablonul"
3195
+ }
3196
+ },
3116
3197
  signatureRequest: {
3117
3198
  title: "Documente semnate",
3118
3199
  noSignedVersions: "Nu există versiuni semnate ale acestui document",
@@ -443,6 +443,7 @@ export declare const ruUi: {
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 ruUi: {
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 ruUi: {
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 ruUi: {
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 ruUi: {
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: "Кредиты ИИ закончились";
3175
+ readonly body: "Добавьте кредиты, чтобы продолжить сегодня.";
3176
+ readonly bodyResets: "Бесплатный лимит обновится {{date}}. Добавьте кредиты, чтобы продолжить сегодня.";
3177
+ readonly bodyWait: "Помощь ИИ снова станет доступна после обновления месячного лимита.";
3178
+ readonly bodyWaitResets: "Помощь ИИ снова станет доступна {{date}}, после обновления месячного лимита.";
3179
+ readonly meterLabel: "Кредиты ИИ в этом месяце";
3180
+ readonly remaining: "Осталось {{remaining}} из {{limit}}";
3181
+ readonly cta: "Купить кредиты ИИ";
3182
+ readonly secondary: "Узнать стоимость каждого действия";
3183
+ readonly back: "Назад";
3184
+ readonly kept: "Заметка и инструкции сохранены.";
3185
+ };
3186
+ readonly manager: {
3187
+ readonly title: "Шаблоны ИИ";
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: "Инструкции для ИИ";
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: "Группа кнопок",
@@ -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: "Согласие на использование AI-помощника",
2351
+ title: "Согласие на использование AI-помощника",
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: "AI-помощник включён для этой записи.",
2354
+ required: "Для работы AI-помощника необходимо зафиксированное согласие."
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: "Подтверждаю, что согласие на работу AI-помощника получено.",
2363
+ grantButton: "Дать согласие",
2364
+ notAllowed: "У вас нет прав на предоставление согласия на использование AI-помощника."
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: "Согласие на использование AI-помощника зафиксировано.",
2865
+ consentRegionLabel: "Согласие на использование AI-помощника для этого документа"
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: "Подписанных версий этого документа нет",