@alfadocs/ui-kit 1.39.0 → 1.40.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 (77) hide show
  1. package/dist/_chunks/{ai-consent-banner-DvtaM3yg.js → ai-consent-banner-D7I2U-cz.js} +37 -36
  2. package/dist/_chunks/{booking-Dn3jvv3K.js → booking-D43ASl8y.js} +1109 -1103
  3. package/dist/_chunks/{calendar-workspace-B-fUbm62.js → calendar-workspace-SN23GsXX.js} +2154 -2148
  4. package/dist/_chunks/{notes-panel-CAD1Ytcj.js → notes-panel-CmTqIWlS.js} +76 -73
  5. package/dist/_chunks/{rich-text-editor-C6fE-uP4.js → rich-text-editor-BJ1-Lkao.js} +1023 -931
  6. package/dist/agent-catalog.json +1 -1
  7. package/dist/components/ai-consent-banner/ai-consent-banner.d.ts +9 -0
  8. package/dist/components/ai-consent-banner/index.d.ts +1 -1
  9. package/dist/components/ai-consent-banner/index.js +1 -1
  10. package/dist/components/booking/booking-types.d.ts +6 -0
  11. package/dist/components/booking/cascade.d.ts +6 -0
  12. package/dist/components/booking/index.js +1 -1
  13. package/dist/components/notes-panel/index.d.ts +1 -0
  14. package/dist/components/notes-panel/index.js +1 -1
  15. package/dist/components/notes-panel/notes-panel.d.ts +8 -1
  16. package/dist/components/rich-text-editor/index.d.ts +1 -1
  17. package/dist/components/rich-text-editor/index.js +1 -1
  18. package/dist/components/rich-text-editor/rich-text-editor.d.ts +48 -0
  19. package/dist/i18n/locales/ar.d.ts +13 -11
  20. package/dist/i18n/locales/ar.js +14 -12
  21. package/dist/i18n/locales/de.d.ts +13 -11
  22. package/dist/i18n/locales/de.js +14 -12
  23. package/dist/i18n/locales/el.d.ts +13 -11
  24. package/dist/i18n/locales/el.js +14 -12
  25. package/dist/i18n/locales/en.d.ts +2 -0
  26. package/dist/i18n/locales/en.js +3 -1
  27. package/dist/i18n/locales/es.d.ts +13 -11
  28. package/dist/i18n/locales/es.js +14 -12
  29. package/dist/i18n/locales/fr.d.ts +13 -11
  30. package/dist/i18n/locales/fr.js +14 -12
  31. package/dist/i18n/locales/hi.d.ts +13 -11
  32. package/dist/i18n/locales/hi.js +14 -12
  33. package/dist/i18n/locales/it.d.ts +13 -11
  34. package/dist/i18n/locales/it.js +14 -12
  35. package/dist/i18n/locales/ja.d.ts +13 -11
  36. package/dist/i18n/locales/ja.js +14 -12
  37. package/dist/i18n/locales/nl.d.ts +13 -11
  38. package/dist/i18n/locales/nl.js +14 -12
  39. package/dist/i18n/locales/pl.d.ts +13 -11
  40. package/dist/i18n/locales/pl.js +14 -12
  41. package/dist/i18n/locales/pt.d.ts +13 -11
  42. package/dist/i18n/locales/pt.js +14 -12
  43. package/dist/i18n/locales/ro.d.ts +13 -11
  44. package/dist/i18n/locales/ro.js +14 -12
  45. package/dist/i18n/locales/ru.d.ts +13 -11
  46. package/dist/i18n/locales/ru.js +14 -12
  47. package/dist/i18n/locales/sq.d.ts +13 -11
  48. package/dist/i18n/locales/sq.js +14 -12
  49. package/dist/i18n/locales/sv.d.ts +13 -11
  50. package/dist/i18n/locales/sv.js +14 -12
  51. package/dist/i18n/locales/tr.d.ts +13 -11
  52. package/dist/i18n/locales/tr.js +14 -12
  53. package/dist/i18n/locales/zh.d.ts +13 -11
  54. package/dist/i18n/locales/zh.js +14 -12
  55. package/dist/index.js +5 -5
  56. package/dist/locales/ar.json +14 -12
  57. package/dist/locales/de.json +14 -12
  58. package/dist/locales/el.json +14 -12
  59. package/dist/locales/en.json +3 -1
  60. package/dist/locales/es.json +14 -12
  61. package/dist/locales/fr.json +14 -12
  62. package/dist/locales/hi.json +14 -12
  63. package/dist/locales/it.json +14 -12
  64. package/dist/locales/ja.json +14 -12
  65. package/dist/locales/nl.json +14 -12
  66. package/dist/locales/pl.json +14 -12
  67. package/dist/locales/pt.json +14 -12
  68. package/dist/locales/ro.json +14 -12
  69. package/dist/locales/ru.json +14 -12
  70. package/dist/locales/sq.json +14 -12
  71. package/dist/locales/sv.json +14 -12
  72. package/dist/locales/tr.json +14 -12
  73. package/dist/locales/zh.json +14 -12
  74. package/dist/patterns/calendar/calendar.journey.d.ts +9 -1
  75. package/dist/patterns/calendar/calendar.sheets.d.ts +6 -1
  76. package/dist/patterns/calendar/index.js +1 -1
  77. package/package.json +1 -1
@@ -2365,21 +2365,21 @@
2365
2365
  "openNote": "فتح ملاحظة · {{date}}"
2366
2366
  },
2367
2367
  "aiConsentBanner": {
2368
- "regionLabel": "AI assistance consent",
2369
- "title": "AI assistance consent",
2368
+ "regionLabel": "موافقة المساعدة بالذكاء الاصطناعي",
2369
+ "title": "موافقة المساعدة بالذكاء الاصطناعي",
2370
2370
  "description": {
2371
- "granted": "AI assistance is enabled for this record.",
2372
- "required": "AI assistance requires recorded consent before it can run."
2371
+ "granted": "المساعدة بالذكاء الاصطناعي مفعّلة لهذا السجل.",
2372
+ "required": "تتطلب المساعدة بالذكاء الاصطناعي موافقة مسجّلة قبل أن تعمل."
2373
2373
  },
2374
2374
  "badge": {
2375
- "granted": "Consent granted"
2375
+ "granted": "تم منح الموافقة"
2376
2376
  },
2377
- "grantedAtPrefix": "Granted",
2378
- "grantedBy": "By {{name}}",
2379
- "pendingLabel": "Saving consent…",
2380
- "confirmLabel": "I confirm consent has been obtained for AI assistance.",
2381
- "grantButton": "Grant consent",
2382
- "notAllowed": "You do not have permission to grant AI assistance consent."
2377
+ "grantedAtPrefix": "مُنحت",
2378
+ "grantedBy": "بواسطة {{name}}",
2379
+ "pendingLabel": "جارٍ حفظ الموافقة…",
2380
+ "confirmLabel": "أؤكد أنه تم الحصول على الموافقة على المساعدة بالذكاء الاصطناعي.",
2381
+ "grantButton": "منح الموافقة",
2382
+ "notAllowed": "ليست لديك صلاحية لمنح الموافقة على المساعدة بالذكاء الاصطناعي."
2383
2383
  },
2384
2384
  "paymentCard": {
2385
2385
  "regionLabel": "Payment {{number}}",
@@ -2874,7 +2874,9 @@
2874
2874
  "listening": "يستمع…",
2875
2875
  "dictationError": "فشل الإملاء. أعد المحاولة.",
2876
2876
  "proofread": "التدقيق الإملائي والنحوي",
2877
- "autoFormat": "تنسيق المستند تلقائيًا"
2877
+ "autoFormat": "تنسيق المستند تلقائيًا",
2878
+ "consentRecorded": "تم تسجيل الموافقة على المساعدة بالذكاء الاصطناعي.",
2879
+ "consentRegionLabel": "موافقة المساعدة بالذكاء الاصطناعي لهذا المستند"
2878
2880
  }
2879
2881
  },
2880
2882
  "payment": {
@@ -2365,21 +2365,21 @@
2365
2365
  "openNote": "Notiz öffnen · {{date}}"
2366
2366
  },
2367
2367
  "aiConsentBanner": {
2368
- "regionLabel": "AI assistance consent",
2369
- "title": "AI assistance consent",
2368
+ "regionLabel": "Einwilligung zur KI-Unterstützung",
2369
+ "title": "Einwilligung zur KI-Unterstützung",
2370
2370
  "description": {
2371
- "granted": "AI assistance is enabled for this record.",
2372
- "required": "AI assistance requires recorded consent before it can run."
2371
+ "granted": "Die KI-Unterstützung ist für diesen Datensatz aktiviert.",
2372
+ "required": "Die KI-Unterstützung erfordert eine erteilte Einwilligung, bevor sie ausgeführt werden kann."
2373
2373
  },
2374
2374
  "badge": {
2375
- "granted": "Consent granted"
2375
+ "granted": "Einwilligung erteilt"
2376
2376
  },
2377
- "grantedAtPrefix": "Granted",
2378
- "grantedBy": "By {{name}}",
2379
- "pendingLabel": "Saving consent…",
2380
- "confirmLabel": "I confirm consent has been obtained for AI assistance.",
2381
- "grantButton": "Grant consent",
2382
- "notAllowed": "You do not have permission to grant AI assistance consent."
2377
+ "grantedAtPrefix": "Erteilt",
2378
+ "grantedBy": "Von {{name}}",
2379
+ "pendingLabel": "Einwilligung wird gespeichert …",
2380
+ "confirmLabel": "Ich bestätige, dass die Einwilligung zur KI-Unterstützung eingeholt wurde.",
2381
+ "grantButton": "Einwilligung erteilen",
2382
+ "notAllowed": "Sie haben keine Berechtigung, die Einwilligung zur KI-Unterstützung zu erteilen."
2383
2383
  },
2384
2384
  "paymentCard": {
2385
2385
  "regionLabel": "Payment {{number}}",
@@ -2874,7 +2874,9 @@
2874
2874
  "listening": "Aufnahme läuft …",
2875
2875
  "dictationError": "Diktat fehlgeschlagen. Bitte erneut versuchen.",
2876
2876
  "proofread": "Rechtschreibung & Grammatik prüfen",
2877
- "autoFormat": "Dokument automatisch formatieren"
2877
+ "autoFormat": "Dokument automatisch formatieren",
2878
+ "consentRecorded": "Die Einwilligung zur KI-Unterstützung wurde erfasst.",
2879
+ "consentRegionLabel": "Einwilligung zur KI-Unterstützung für dieses Dokument"
2878
2880
  }
2879
2881
  },
2880
2882
  "payment": {
@@ -2365,21 +2365,21 @@
2365
2365
  "openNote": "Άνοιγμα σημείωσης · {{date}}"
2366
2366
  },
2367
2367
  "aiConsentBanner": {
2368
- "regionLabel": "AI assistance consent",
2369
- "title": "AI assistance consent",
2368
+ "regionLabel": "Συναίνεση για υποστήριξη AI",
2369
+ "title": "Συναίνεση για υποστήριξη AI",
2370
2370
  "description": {
2371
- "granted": "AI assistance is enabled for this record.",
2372
- "required": "AI assistance requires recorded consent before it can run."
2371
+ "granted": "Η υποστήριξη AI είναι ενεργοποιημένη για αυτήν την εγγραφή.",
2372
+ "required": "Η υποστήριξη AI απαιτεί καταγεγραμμένη συναίνεση πριν εκτελεστεί."
2373
2373
  },
2374
2374
  "badge": {
2375
- "granted": "Consent granted"
2375
+ "granted": "Η συναίνεση δόθηκε"
2376
2376
  },
2377
- "grantedAtPrefix": "Granted",
2378
- "grantedBy": "By {{name}}",
2379
- "pendingLabel": "Saving consent…",
2380
- "confirmLabel": "I confirm consent has been obtained for AI assistance.",
2381
- "grantButton": "Grant consent",
2382
- "notAllowed": "You do not have permission to grant AI assistance consent."
2377
+ "grantedAtPrefix": "Δόθηκε",
2378
+ "grantedBy": "Από {{name}}",
2379
+ "pendingLabel": "Αποθήκευση συναίνεσης…",
2380
+ "confirmLabel": "Επιβεβαιώνω ότι έχει ληφθεί συναίνεση για την υποστήριξη AI.",
2381
+ "grantButton": "Παροχή συναίνεσης",
2382
+ "notAllowed": "Δεν έχετε δικαίωμα να παράσχετε συναίνεση για την υποστήριξη AI."
2383
2383
  },
2384
2384
  "paymentCard": {
2385
2385
  "regionLabel": "Payment {{number}}",
@@ -2874,7 +2874,9 @@
2874
2874
  "listening": "Ακρόαση…",
2875
2875
  "dictationError": "Η υπαγόρευση απέτυχε. Δοκιμάστε ξανά.",
2876
2876
  "proofread": "Έλεγχος ορθογραφίας και γραμματικής",
2877
- "autoFormat": "Αυτόματη μορφοποίηση εγγράφου"
2877
+ "autoFormat": "Αυτόματη μορφοποίηση εγγράφου",
2878
+ "consentRecorded": "Η συναίνεση για την υποστήριξη AI έχει καταγραφεί.",
2879
+ "consentRegionLabel": "Συναίνεση υποστήριξης AI για αυτό το έγγραφο"
2878
2880
  }
2879
2881
  },
2880
2882
  "payment": {
@@ -2874,7 +2874,9 @@
2874
2874
  "listening": "Listening…",
2875
2875
  "dictationError": "Dictation failed. Please try again.",
2876
2876
  "proofread": "Check spelling & grammar",
2877
- "autoFormat": "Auto-format document"
2877
+ "autoFormat": "Auto-format document",
2878
+ "consentRecorded": "AI assistance consent has been recorded.",
2879
+ "consentRegionLabel": "AI assistance consent for this document"
2878
2880
  }
2879
2881
  },
2880
2882
  "payment": {
@@ -2365,21 +2365,21 @@
2365
2365
  "openNote": "Abrir nota · {{date}}"
2366
2366
  },
2367
2367
  "aiConsentBanner": {
2368
- "regionLabel": "AI assistance consent",
2369
- "title": "AI assistance consent",
2368
+ "regionLabel": "Consentimiento de asistencia de IA",
2369
+ "title": "Consentimiento de asistencia de IA",
2370
2370
  "description": {
2371
- "granted": "AI assistance is enabled for this record.",
2372
- "required": "AI assistance requires recorded consent before it can run."
2371
+ "granted": "La asistencia de IA está habilitada para este registro.",
2372
+ "required": "La asistencia de IA requiere un consentimiento registrado antes de poder ejecutarse."
2373
2373
  },
2374
2374
  "badge": {
2375
- "granted": "Consent granted"
2375
+ "granted": "Consentimiento otorgado"
2376
2376
  },
2377
- "grantedAtPrefix": "Granted",
2378
- "grantedBy": "By {{name}}",
2379
- "pendingLabel": "Saving consent…",
2380
- "confirmLabel": "I confirm consent has been obtained for AI assistance.",
2381
- "grantButton": "Grant consent",
2382
- "notAllowed": "You do not have permission to grant AI assistance consent."
2377
+ "grantedAtPrefix": "Otorgado",
2378
+ "grantedBy": "Por {{name}}",
2379
+ "pendingLabel": "Guardando el consentimiento…",
2380
+ "confirmLabel": "Confirmo que se ha obtenido el consentimiento para la asistencia de IA.",
2381
+ "grantButton": "Otorgar consentimiento",
2382
+ "notAllowed": "No tienes permiso para otorgar el consentimiento de asistencia de IA."
2383
2383
  },
2384
2384
  "paymentCard": {
2385
2385
  "regionLabel": "Payment {{number}}",
@@ -2874,7 +2874,9 @@
2874
2874
  "listening": "Escuchando…",
2875
2875
  "dictationError": "El dictado ha fallado. Inténtelo de nuevo.",
2876
2876
  "proofread": "Revisar ortografía y gramática",
2877
- "autoFormat": "Formatear documento automáticamente"
2877
+ "autoFormat": "Formatear documento automáticamente",
2878
+ "consentRecorded": "Se ha registrado el consentimiento de asistencia de IA.",
2879
+ "consentRegionLabel": "Consentimiento de asistencia de IA para este documento"
2878
2880
  }
2879
2881
  },
2880
2882
  "payment": {
@@ -2365,21 +2365,21 @@
2365
2365
  "openNote": "Ouvrir la note · {{date}}"
2366
2366
  },
2367
2367
  "aiConsentBanner": {
2368
- "regionLabel": "AI assistance consent",
2369
- "title": "AI assistance consent",
2368
+ "regionLabel": "Consentement à l’assistance IA",
2369
+ "title": "Consentement à l’assistance IA",
2370
2370
  "description": {
2371
- "granted": "AI assistance is enabled for this record.",
2372
- "required": "AI assistance requires recorded consent before it can run."
2371
+ "granted": "L’assistance IA est activée pour ce dossier.",
2372
+ "required": "L’assistance IA nécessite un consentement enregistré avant de pouvoir s’exécuter."
2373
2373
  },
2374
2374
  "badge": {
2375
- "granted": "Consent granted"
2375
+ "granted": "Consentement accordé"
2376
2376
  },
2377
- "grantedAtPrefix": "Granted",
2378
- "grantedBy": "By {{name}}",
2379
- "pendingLabel": "Saving consent…",
2380
- "confirmLabel": "I confirm consent has been obtained for AI assistance.",
2381
- "grantButton": "Grant consent",
2382
- "notAllowed": "You do not have permission to grant AI assistance consent."
2377
+ "grantedAtPrefix": "Accordé",
2378
+ "grantedBy": "Par {{name}}",
2379
+ "pendingLabel": "Enregistrement du consentement…",
2380
+ "confirmLabel": "Je confirme que le consentement à l’assistance IA a été obtenu.",
2381
+ "grantButton": "Accorder le consentement",
2382
+ "notAllowed": "Vous n’avez pas l’autorisation d’accorder le consentement à l’assistance IA."
2383
2383
  },
2384
2384
  "paymentCard": {
2385
2385
  "regionLabel": "Payment {{number}}",
@@ -2874,7 +2874,9 @@
2874
2874
  "listening": "Écoute en cours…",
2875
2875
  "dictationError": "Échec de la dictée. Veuillez réessayer.",
2876
2876
  "proofread": "Vérifier l’orthographe et la grammaire",
2877
- "autoFormat": "Mettre en forme le document automatiquement"
2877
+ "autoFormat": "Mettre en forme le document automatiquement",
2878
+ "consentRecorded": "Le consentement à l’assistance IA a été enregistré.",
2879
+ "consentRegionLabel": "Consentement à l’assistance IA pour ce document"
2878
2880
  }
2879
2881
  },
2880
2882
  "payment": {
@@ -2365,21 +2365,21 @@
2365
2365
  "openNote": "नोट खोलें · {{date}}"
2366
2366
  },
2367
2367
  "aiConsentBanner": {
2368
- "regionLabel": "AI assistance consent",
2369
- "title": "AI assistance consent",
2368
+ "regionLabel": "AI सहायता हेतु सहमति",
2369
+ "title": "AI सहायता हेतु सहमति",
2370
2370
  "description": {
2371
- "granted": "AI assistance is enabled for this record.",
2372
- "required": "AI assistance requires recorded consent before it can run."
2371
+ "granted": "इस रिकॉर्ड के लिए AI सहायता सक्षम है।",
2372
+ "required": "AI सहायता चलने से पहले दर्ज सहमति आवश्यक है।"
2373
2373
  },
2374
2374
  "badge": {
2375
- "granted": "Consent granted"
2375
+ "granted": "सहमति दी गई"
2376
2376
  },
2377
- "grantedAtPrefix": "Granted",
2378
- "grantedBy": "By {{name}}",
2379
- "pendingLabel": "Saving consent…",
2380
- "confirmLabel": "I confirm consent has been obtained for AI assistance.",
2381
- "grantButton": "Grant consent",
2382
- "notAllowed": "You do not have permission to grant AI assistance consent."
2377
+ "grantedAtPrefix": "दी गई",
2378
+ "grantedBy": "{{name}} द्वारा",
2379
+ "pendingLabel": "सहमति सहेजी जा रही है…",
2380
+ "confirmLabel": "मैं पुष्टि करता/करती हूँ कि AI सहायता के लिए सहमति प्राप्त कर ली गई है।",
2381
+ "grantButton": "सहमति दें",
2382
+ "notAllowed": "आपके पास AI सहायता हेतु सहमति देने की अनुमति नहीं है।"
2383
2383
  },
2384
2384
  "paymentCard": {
2385
2385
  "regionLabel": "Payment {{number}}",
@@ -2874,7 +2874,9 @@
2874
2874
  "listening": "सुन रहा है…",
2875
2875
  "dictationError": "श्रुतलेखन विफल। कृपया पुनः प्रयास करें।",
2876
2876
  "proofread": "वर्तनी और व्याकरण जांचें",
2877
- "autoFormat": "दस्तावेज़ स्वतः फ़ॉर्मेट करें"
2877
+ "autoFormat": "दस्तावेज़ स्वतः फ़ॉर्मेट करें",
2878
+ "consentRecorded": "AI सहायता हेतु सहमति दर्ज कर ली गई है।",
2879
+ "consentRegionLabel": "इस दस्तावेज़ हेतु AI सहायता सहमति"
2878
2880
  }
2879
2881
  },
2880
2882
  "payment": {
@@ -2365,21 +2365,21 @@
2365
2365
  "openNote": "Apri nota · {{date}}"
2366
2366
  },
2367
2367
  "aiConsentBanner": {
2368
- "regionLabel": "AI assistance consent",
2369
- "title": "AI assistance consent",
2368
+ "regionLabel": "Consenso all’assistenza IA",
2369
+ "title": "Consenso all’assistenza IA",
2370
2370
  "description": {
2371
- "granted": "AI assistance is enabled for this record.",
2372
- "required": "AI assistance requires recorded consent before it can run."
2371
+ "granted": "L’assistenza IA è abilitata per questa scheda.",
2372
+ "required": "L’assistenza IA richiede un consenso registrato prima di poter essere eseguita."
2373
2373
  },
2374
2374
  "badge": {
2375
- "granted": "Consent granted"
2375
+ "granted": "Consenso concesso"
2376
2376
  },
2377
- "grantedAtPrefix": "Granted",
2378
- "grantedBy": "By {{name}}",
2379
- "pendingLabel": "Saving consent…",
2380
- "confirmLabel": "I confirm consent has been obtained for AI assistance.",
2381
- "grantButton": "Grant consent",
2382
- "notAllowed": "You do not have permission to grant AI assistance consent."
2377
+ "grantedAtPrefix": "Concesso",
2378
+ "grantedBy": "Da {{name}}",
2379
+ "pendingLabel": "Salvataggio del consenso…",
2380
+ "confirmLabel": "Confermo che il consenso all’assistenza IA è stato ottenuto.",
2381
+ "grantButton": "Concedi consenso",
2382
+ "notAllowed": "Non hai i permessi per concedere il consenso all’assistenza IA."
2383
2383
  },
2384
2384
  "paymentCard": {
2385
2385
  "regionLabel": "Payment {{number}}",
@@ -2874,7 +2874,9 @@
2874
2874
  "listening": "In ascolto…",
2875
2875
  "dictationError": "Dettatura non riuscita. Riprova.",
2876
2876
  "proofread": "Controlla ortografia e grammatica",
2877
- "autoFormat": "Formatta automaticamente il documento"
2877
+ "autoFormat": "Formatta automaticamente il documento",
2878
+ "consentRecorded": "Il consenso all’assistenza IA è stato registrato.",
2879
+ "consentRegionLabel": "Consenso all’assistenza IA per questo documento"
2878
2880
  }
2879
2881
  },
2880
2882
  "payment": {
@@ -2365,21 +2365,21 @@
2365
2365
  "openNote": "メモを開く · {{date}}"
2366
2366
  },
2367
2367
  "aiConsentBanner": {
2368
- "regionLabel": "AI assistance consent",
2369
- "title": "AI assistance consent",
2368
+ "regionLabel": "AIアシスタント利用の同意",
2369
+ "title": "AIアシスタント利用の同意",
2370
2370
  "description": {
2371
- "granted": "AI assistance is enabled for this record.",
2372
- "required": "AI assistance requires recorded consent before it can run."
2371
+ "granted": "このレコードでAIアシスタントの利用が有効になっています。",
2372
+ "required": "AIアシスタントの利用には、事前に記録された同意が必要です。"
2373
2373
  },
2374
2374
  "badge": {
2375
- "granted": "Consent granted"
2375
+ "granted": "同意済み"
2376
2376
  },
2377
- "grantedAtPrefix": "Granted",
2378
- "grantedBy": "By {{name}}",
2379
- "pendingLabel": "Saving consent…",
2380
- "confirmLabel": "I confirm consent has been obtained for AI assistance.",
2381
- "grantButton": "Grant consent",
2382
- "notAllowed": "You do not have permission to grant AI assistance consent."
2377
+ "grantedAtPrefix": "同意日",
2378
+ "grantedBy": "{{name}} が同意",
2379
+ "pendingLabel": "同意を保存しています…",
2380
+ "confirmLabel": "AIアシスタントの利用について同意を得たことを確認します。",
2381
+ "grantButton": "同意する",
2382
+ "notAllowed": "AIアシスタントの利用に同意する権限がありません。"
2383
2383
  },
2384
2384
  "paymentCard": {
2385
2385
  "regionLabel": "Payment {{number}}",
@@ -2874,7 +2874,9 @@
2874
2874
  "listening": "聞いています…",
2875
2875
  "dictationError": "音声入力に失敗しました。もう一度お試しください。",
2876
2876
  "proofread": "スペルと文法をチェック",
2877
- "autoFormat": "文書を自動整形"
2877
+ "autoFormat": "文書を自動整形",
2878
+ "consentRecorded": "AIアシスタント利用の同意が記録されました。",
2879
+ "consentRegionLabel": "この文書に対するAIアシスタント利用の同意"
2878
2880
  }
2879
2881
  },
2880
2882
  "payment": {
@@ -2365,21 +2365,21 @@
2365
2365
  "openNote": "Notitie openen · {{date}}"
2366
2366
  },
2367
2367
  "aiConsentBanner": {
2368
- "regionLabel": "AI assistance consent",
2369
- "title": "AI assistance consent",
2368
+ "regionLabel": "Toestemming voor AI-ondersteuning",
2369
+ "title": "Toestemming voor AI-ondersteuning",
2370
2370
  "description": {
2371
- "granted": "AI assistance is enabled for this record.",
2372
- "required": "AI assistance requires recorded consent before it can run."
2371
+ "granted": "AI-ondersteuning is ingeschakeld voor dit dossier.",
2372
+ "required": "Voor AI-ondersteuning is vooraf vastgelegde toestemming vereist."
2373
2373
  },
2374
2374
  "badge": {
2375
- "granted": "Consent granted"
2375
+ "granted": "Toestemming verleend"
2376
2376
  },
2377
- "grantedAtPrefix": "Granted",
2378
- "grantedBy": "By {{name}}",
2379
- "pendingLabel": "Saving consent…",
2380
- "confirmLabel": "I confirm consent has been obtained for AI assistance.",
2381
- "grantButton": "Grant consent",
2382
- "notAllowed": "You do not have permission to grant AI assistance consent."
2377
+ "grantedAtPrefix": "Verleend",
2378
+ "grantedBy": "Door {{name}}",
2379
+ "pendingLabel": "Toestemming wordt opgeslagen…",
2380
+ "confirmLabel": "Ik bevestig dat toestemming voor AI-ondersteuning is verkregen.",
2381
+ "grantButton": "Toestemming verlenen",
2382
+ "notAllowed": "U hebt geen rechten om toestemming voor AI-ondersteuning te verlenen."
2383
2383
  },
2384
2384
  "paymentCard": {
2385
2385
  "regionLabel": "Payment {{number}}",
@@ -2874,7 +2874,9 @@
2874
2874
  "listening": "Luisteren…",
2875
2875
  "dictationError": "Dictaat mislukt. Probeer het opnieuw.",
2876
2876
  "proofread": "Spelling en grammatica controleren",
2877
- "autoFormat": "Document automatisch opmaken"
2877
+ "autoFormat": "Document automatisch opmaken",
2878
+ "consentRecorded": "De toestemming voor AI-ondersteuning is vastgelegd.",
2879
+ "consentRegionLabel": "Toestemming voor AI-ondersteuning voor dit document"
2878
2880
  }
2879
2881
  },
2880
2882
  "payment": {
@@ -2365,21 +2365,21 @@
2365
2365
  "openNote": "Otwórz notatkę · {{date}}"
2366
2366
  },
2367
2367
  "aiConsentBanner": {
2368
- "regionLabel": "AI assistance consent",
2369
- "title": "AI assistance consent",
2368
+ "regionLabel": "Zgoda na wsparcie AI",
2369
+ "title": "Zgoda na wsparcie AI",
2370
2370
  "description": {
2371
- "granted": "AI assistance is enabled for this record.",
2372
- "required": "AI assistance requires recorded consent before it can run."
2371
+ "granted": "Wsparcie AI jest włączone dla tej karty.",
2372
+ "required": "Wsparcie AI wymaga zarejestrowanej zgody, zanim będzie mogło działać."
2373
2373
  },
2374
2374
  "badge": {
2375
- "granted": "Consent granted"
2375
+ "granted": "Zgoda udzielona"
2376
2376
  },
2377
- "grantedAtPrefix": "Granted",
2378
- "grantedBy": "By {{name}}",
2379
- "pendingLabel": "Saving consent…",
2380
- "confirmLabel": "I confirm consent has been obtained for AI assistance.",
2381
- "grantButton": "Grant consent",
2382
- "notAllowed": "You do not have permission to grant AI assistance consent."
2377
+ "grantedAtPrefix": "Udzielono",
2378
+ "grantedBy": "Przez {{name}}",
2379
+ "pendingLabel": "Zapisywanie zgody…",
2380
+ "confirmLabel": "Potwierdzam, że uzyskano zgodę na wsparcie AI.",
2381
+ "grantButton": "Udziel zgody",
2382
+ "notAllowed": "Nie masz uprawnień do udzielenia zgody na wsparcie AI."
2383
2383
  },
2384
2384
  "paymentCard": {
2385
2385
  "regionLabel": "Payment {{number}}",
@@ -2874,7 +2874,9 @@
2874
2874
  "listening": "Nasłuchiwanie…",
2875
2875
  "dictationError": "Dyktowanie nie powiodło się. Spróbuj ponownie.",
2876
2876
  "proofread": "Sprawdź pisownię i gramatykę",
2877
- "autoFormat": "Automatyczne formatowanie dokumentu"
2877
+ "autoFormat": "Automatyczne formatowanie dokumentu",
2878
+ "consentRecorded": "Zgoda na wsparcie AI została zarejestrowana.",
2879
+ "consentRegionLabel": "Zgoda na wsparcie AI dla tego dokumentu"
2878
2880
  }
2879
2881
  },
2880
2882
  "payment": {
@@ -2365,21 +2365,21 @@
2365
2365
  "openNote": "Abrir nota · {{date}}"
2366
2366
  },
2367
2367
  "aiConsentBanner": {
2368
- "regionLabel": "AI assistance consent",
2369
- "title": "AI assistance consent",
2368
+ "regionLabel": "Consentimento de assistência de IA",
2369
+ "title": "Consentimento de assistência de IA",
2370
2370
  "description": {
2371
- "granted": "AI assistance is enabled for this record.",
2372
- "required": "AI assistance requires recorded consent before it can run."
2371
+ "granted": "A assistência de IA está ativada para este registo.",
2372
+ "required": "A assistência de IA requer consentimento registado antes de poder ser executada."
2373
2373
  },
2374
2374
  "badge": {
2375
- "granted": "Consent granted"
2375
+ "granted": "Consentimento concedido"
2376
2376
  },
2377
- "grantedAtPrefix": "Granted",
2378
- "grantedBy": "By {{name}}",
2379
- "pendingLabel": "Saving consent…",
2380
- "confirmLabel": "I confirm consent has been obtained for AI assistance.",
2381
- "grantButton": "Grant consent",
2382
- "notAllowed": "You do not have permission to grant AI assistance consent."
2377
+ "grantedAtPrefix": "Concedido",
2378
+ "grantedBy": "Por {{name}}",
2379
+ "pendingLabel": "A guardar o consentimento…",
2380
+ "confirmLabel": "Confirmo que foi obtido o consentimento para a assistência de IA.",
2381
+ "grantButton": "Conceder consentimento",
2382
+ "notAllowed": "Não tem permissão para conceder o consentimento de assistência de IA."
2383
2383
  },
2384
2384
  "paymentCard": {
2385
2385
  "regionLabel": "Payment {{number}}",
@@ -2874,7 +2874,9 @@
2874
2874
  "listening": "A ouvir…",
2875
2875
  "dictationError": "O ditado falhou. Tente novamente.",
2876
2876
  "proofread": "Verificar ortografia e gramática",
2877
- "autoFormat": "Formatar documento automaticamente"
2877
+ "autoFormat": "Formatar documento automaticamente",
2878
+ "consentRecorded": "O consentimento de assistência de IA foi registado.",
2879
+ "consentRegionLabel": "Consentimento de assistência de IA para este documento"
2878
2880
  }
2879
2881
  },
2880
2882
  "payment": {
@@ -2365,21 +2365,21 @@
2365
2365
  "openNote": "Deschide nota · {{date}}"
2366
2366
  },
2367
2367
  "aiConsentBanner": {
2368
- "regionLabel": "AI assistance consent",
2369
- "title": "AI assistance consent",
2368
+ "regionLabel": "Consimțământ pentru asistență IA",
2369
+ "title": "Consimțământ pentru asistență IA",
2370
2370
  "description": {
2371
- "granted": "AI assistance is enabled for this record.",
2372
- "required": "AI assistance requires recorded consent before it can run."
2371
+ "granted": "Asistența IA este activată pentru această fișă.",
2372
+ "required": "Asistența IA necesită un consimțământ înregistrat înainte de a putea fi executată."
2373
2373
  },
2374
2374
  "badge": {
2375
- "granted": "Consent granted"
2375
+ "granted": "Consimțământ acordat"
2376
2376
  },
2377
- "grantedAtPrefix": "Granted",
2378
- "grantedBy": "By {{name}}",
2379
- "pendingLabel": "Saving consent…",
2380
- "confirmLabel": "I confirm consent has been obtained for AI assistance.",
2381
- "grantButton": "Grant consent",
2382
- "notAllowed": "You do not have permission to grant AI assistance consent."
2377
+ "grantedAtPrefix": "Acordat",
2378
+ "grantedBy": "De {{name}}",
2379
+ "pendingLabel": "Se salvează consimțământul…",
2380
+ "confirmLabel": "Confirm că a fost obținut consimțământul pentru asistența IA.",
2381
+ "grantButton": "Acordă consimțământul",
2382
+ "notAllowed": "Nu ai permisiunea de a acorda consimțământul pentru asistența IA."
2383
2383
  },
2384
2384
  "paymentCard": {
2385
2385
  "regionLabel": "Payment {{number}}",
@@ -2874,7 +2874,9 @@
2874
2874
  "listening": "Se ascultă…",
2875
2875
  "dictationError": "Dictarea a eșuat. Încearcă din nou.",
2876
2876
  "proofread": "Verifică ortografia și gramatica",
2877
- "autoFormat": "Formatează automat documentul"
2877
+ "autoFormat": "Formatează automat documentul",
2878
+ "consentRecorded": "Consimțământul pentru asistența IA a fost înregistrat.",
2879
+ "consentRegionLabel": "Consimțământ pentru asistență IA pentru acest document"
2878
2880
  }
2879
2881
  },
2880
2882
  "payment": {
@@ -2365,21 +2365,21 @@
2365
2365
  "openNote": "Открыть заметку · {{date}}"
2366
2366
  },
2367
2367
  "aiConsentBanner": {
2368
- "regionLabel": "AI assistance consent",
2369
- "title": "AI assistance consent",
2368
+ "regionLabel": "Согласие на использование AI-помощника",
2369
+ "title": "Согласие на использование AI-помощника",
2370
2370
  "description": {
2371
- "granted": "AI assistance is enabled for this record.",
2372
- "required": "AI assistance requires recorded consent before it can run."
2371
+ "granted": "AI-помощник включён для этой записи.",
2372
+ "required": "Для работы AI-помощника необходимо зафиксированное согласие."
2373
2373
  },
2374
2374
  "badge": {
2375
- "granted": "Consent granted"
2375
+ "granted": "Согласие получено"
2376
2376
  },
2377
- "grantedAtPrefix": "Granted",
2378
- "grantedBy": "By {{name}}",
2379
- "pendingLabel": "Saving consent…",
2380
- "confirmLabel": "I confirm consent has been obtained for AI assistance.",
2381
- "grantButton": "Grant consent",
2382
- "notAllowed": "You do not have permission to grant AI assistance consent."
2377
+ "grantedAtPrefix": "Дано",
2378
+ "grantedBy": "От {{name}}",
2379
+ "pendingLabel": "Сохранение согласия…",
2380
+ "confirmLabel": "Подтверждаю, что согласие на работу AI-помощника получено.",
2381
+ "grantButton": "Дать согласие",
2382
+ "notAllowed": "У вас нет прав на предоставление согласия на использование AI-помощника."
2383
2383
  },
2384
2384
  "paymentCard": {
2385
2385
  "regionLabel": "Payment {{number}}",
@@ -2874,7 +2874,9 @@
2874
2874
  "listening": "Слушаю…",
2875
2875
  "dictationError": "Диктовка не удалась. Повторите попытку.",
2876
2876
  "proofread": "Проверить орфографию и грамматику",
2877
- "autoFormat": "Автоформатирование документа"
2877
+ "autoFormat": "Автоформатирование документа",
2878
+ "consentRecorded": "Согласие на использование AI-помощника зафиксировано.",
2879
+ "consentRegionLabel": "Согласие на использование AI-помощника для этого документа"
2878
2880
  }
2879
2881
  },
2880
2882
  "payment": {