@alfadocs/ui-kit 0.21.0 → 0.24.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 (70) hide show
  1. package/dist/_chunks/{autocomplete-BxfabhZ8.js → autocomplete-C7xq06bP.js} +40 -40
  2. package/dist/_chunks/editable-currency-cell-renderer-DJB5MxAI.js +2349 -0
  3. package/dist/_chunks/locale-picker-CYBhgSHR.js +575 -0
  4. package/dist/_chunks/{patient-shell-DavGODt9.js → patient-shell-B164drIa.js} +40 -55
  5. package/dist/_chunks/settings-ca2Yi9R8.js +21 -0
  6. package/dist/_chunks/sun-Eweh5fvi.js +50 -0
  7. package/dist/_chunks/{theme-toggle-BswYl0Yp.js → theme-toggle-FrotC2VI.js} +85 -127
  8. package/dist/_chunks/use-locale-BkCIHujH.js +20 -0
  9. package/dist/_chunks/use-scroll-to-first-error-BrK7dKB_.js +55 -0
  10. package/dist/_chunks/{whatsapp-button-CtlLwM3M.js → whatsapp-button-DUjlWGKf.js} +26 -25
  11. package/dist/agent-catalog.json +59 -1
  12. package/dist/components/autocomplete/index.js +1 -1
  13. package/dist/components/data-table/filters/number-filter.d.ts +56 -0
  14. package/dist/components/data-table/filters/text-filter.d.ts +49 -0
  15. package/dist/components/data-table/index.d.ts +4 -0
  16. package/dist/components/data-table/index.js +25 -21
  17. package/dist/components/header-settings/index.js +205 -0
  18. package/dist/components/locale-picker/index.js +7 -0
  19. package/dist/components/theme-toggle/index.js +1 -1
  20. package/dist/components/whatsapp-button/index.js +1 -1
  21. package/dist/components/whatsapp-button/whatsapp-button.d.ts +14 -1
  22. package/dist/fonts/Lexend-VF-latin-ext.woff2 +0 -0
  23. package/dist/fonts/Lexend-VF-latin.woff2 +0 -0
  24. package/dist/fonts/Lexend-VF-vietnamese.woff2 +0 -0
  25. package/dist/fonts/NotoSansArabic-VF-arabic.woff2 +0 -0
  26. package/dist/fonts/NotoSansDevanagari-VF-devanagari.woff2 +0 -0
  27. package/dist/hooks/index.js +29 -28
  28. package/dist/i18n/config.d.ts +1 -1
  29. package/dist/i18n/config.js +20944 -2110
  30. package/dist/i18n/locales/ar.d.ts +1225 -0
  31. package/dist/i18n/locales/de.d.ts +1225 -0
  32. package/dist/i18n/locales/el.d.ts +1222 -0
  33. package/dist/i18n/locales/es.d.ts +1222 -0
  34. package/dist/i18n/locales/fr.d.ts +1222 -0
  35. package/dist/i18n/locales/hi.d.ts +1222 -0
  36. package/dist/i18n/locales/ja.d.ts +1222 -0
  37. package/dist/i18n/locales/nl.d.ts +1222 -0
  38. package/dist/i18n/locales/pl.d.ts +1222 -0
  39. package/dist/i18n/locales/pt.d.ts +1223 -0
  40. package/dist/i18n/locales/ro.d.ts +1222 -0
  41. package/dist/i18n/locales/ru.d.ts +1222 -0
  42. package/dist/i18n/locales/sq.d.ts +1222 -0
  43. package/dist/i18n/locales/sv.d.ts +1222 -0
  44. package/dist/i18n/locales/tr.d.ts +1222 -0
  45. package/dist/i18n/locales/zh.d.ts +1222 -0
  46. package/dist/i18n/resources.d.ts +342 -1040
  47. package/dist/index.js +512 -507
  48. package/dist/locales/ar.json +1217 -1
  49. package/dist/locales/de.json +207 -13
  50. package/dist/locales/el.json +1217 -0
  51. package/dist/locales/en.json +147 -3
  52. package/dist/locales/es.json +1217 -0
  53. package/dist/locales/fr.json +1217 -0
  54. package/dist/locales/hi.json +1217 -0
  55. package/dist/locales/it.json +178 -3
  56. package/dist/locales/ja.json +1217 -0
  57. package/dist/locales/nl.json +1217 -0
  58. package/dist/locales/pl.json +1217 -0
  59. package/dist/locales/pt.json +1217 -0
  60. package/dist/locales/ro.json +1217 -0
  61. package/dist/locales/ru.json +1217 -0
  62. package/dist/locales/sq.json +1217 -0
  63. package/dist/locales/sv.json +1217 -0
  64. package/dist/locales/tr.json +1217 -0
  65. package/dist/locales/zh.json +1217 -0
  66. package/dist/patterns/patient-shell/index.js +1 -1
  67. package/dist/tokens.css +2 -2
  68. package/package.json +13 -1
  69. package/dist/_chunks/editable-currency-cell-renderer-1t42gENX.js +0 -1972
  70. package/dist/_chunks/use-locale-C5rS3Xon.js +0 -71
@@ -0,0 +1,1222 @@
1
+ /**
2
+ * Swedish (`sv`) `ui` resources.
3
+ * Machine-translated from canonical Italian — needs professional review.
4
+ */
5
+ export declare const svUi: {
6
+ readonly common: {
7
+ readonly save: "Spara";
8
+ readonly cancel: "Avbryt";
9
+ readonly delete: "Ta bort";
10
+ readonly close: "Stäng";
11
+ readonly confirm: "Bekräfta";
12
+ readonly loading: "Läser in...";
13
+ readonly required: "obligatorisk";
14
+ readonly optional: "valfri";
15
+ readonly progress_label: "{{percent}} slutfört";
16
+ };
17
+ readonly buttonGroup: {
18
+ readonly label: "Knappar";
19
+ };
20
+ readonly carousel: {
21
+ readonly label: "Karusell";
22
+ readonly roleDescription: "karusell";
23
+ readonly slideRoleDescription: "bild";
24
+ readonly slideLabel: "{{current}} av {{total}}";
25
+ readonly indicatorsLabel: "Bilder";
26
+ readonly previous: "Föregående bild";
27
+ readonly next: "Nästa bild";
28
+ readonly goToSlide: "Gå till bild {{index}}";
29
+ readonly slideAnnouncement: "Bild {{current}} av {{total}}";
30
+ };
31
+ readonly publicHeader: {
32
+ readonly homeLabel: "AlfaDocs — hem";
33
+ readonly primaryNavLabel: "Primär navigering";
34
+ readonly openMenu: "Öppna meny";
35
+ readonly closeMenu: "Stäng meny";
36
+ };
37
+ readonly kbd: {
38
+ readonly plus: "+";
39
+ readonly then: "sedan";
40
+ readonly thenSpoken: "sedan";
41
+ readonly pressThen: "Tryck {{keys}}";
42
+ };
43
+ readonly search: {
44
+ readonly open: "Öppna sökning";
45
+ readonly label: "Sök";
46
+ readonly placeholder: "Sök…";
47
+ readonly resultsLabel: "Sökresultat";
48
+ readonly noResults: "Inga resultat för \"{{query}}\"";
49
+ };
50
+ readonly contactCard: {
51
+ readonly vatNumberLabel: "Org.nr:";
52
+ readonly phoneLabel: "Telefon:";
53
+ };
54
+ readonly copyField: {
55
+ readonly copy: "Kopiera";
56
+ readonly copied: "Kopierat";
57
+ readonly valueLabel: "Värde att kopiera";
58
+ readonly copySuccess: "Kopierat till urklipp";
59
+ readonly copyFailed: "Kopiering misslyckades";
60
+ };
61
+ readonly link: {
62
+ readonly opensInNewTab: "Öppnas i en ny flik";
63
+ };
64
+ readonly inputs: {
65
+ readonly switch: {
66
+ readonly on: "På";
67
+ readonly off: "Av";
68
+ };
69
+ readonly radioGroup: {
70
+ readonly selectOne: "Välj ett alternativ";
71
+ };
72
+ readonly text: {
73
+ readonly clear: "Rensa fält";
74
+ };
75
+ readonly recaptcha: {
76
+ readonly expired: "Verifieringen har gått ut — försök igen.";
77
+ readonly error: "Verifiering misslyckades — försök igen.";
78
+ };
79
+ readonly search: {
80
+ readonly clear: "Rensa sökning";
81
+ readonly loading: "Söker…";
82
+ readonly placeholder: "Sök…";
83
+ };
84
+ readonly password: {
85
+ readonly toggleShow: "Visa lösenord";
86
+ readonly toggleHide: "Dölj lösenord";
87
+ readonly capsLock: "Caps Lock är aktiverat";
88
+ readonly strengthLabel: "Säkerhetsnivå";
89
+ readonly strength: {
90
+ readonly weak: "Svagt";
91
+ readonly fair: "Godkänt";
92
+ readonly good: "Bra";
93
+ readonly strong: "Starkt";
94
+ };
95
+ readonly requirements: {
96
+ readonly length_one: "Minst {{count}} tecken";
97
+ readonly length_zero: "Minst {{count}} tecken";
98
+ readonly length_two: "Minst {{count}} tecken";
99
+ readonly length_few: "Minst {{count}} tecken";
100
+ readonly length_many: "Minst {{count}} tecken";
101
+ readonly length_other: "Minst {{count}} tecken";
102
+ readonly uppercase: "En versal";
103
+ readonly lowercase: "En gemen";
104
+ readonly digit: "En siffra";
105
+ readonly symbol: "Ett specialtecken";
106
+ readonly noSpaces: "Inga mellanslag";
107
+ readonly met: "uppfyllt";
108
+ readonly unmet: "ännu inte uppfyllt";
109
+ };
110
+ };
111
+ readonly textarea: {
112
+ readonly charactersRemaining_one: "{{count}} tecken kvar";
113
+ readonly charactersRemaining_zero: "{{count}} tecken kvar";
114
+ readonly charactersRemaining_two: "{{count}} tecken kvar";
115
+ readonly charactersRemaining_few: "{{count}} tecken kvar";
116
+ readonly charactersRemaining_many: "{{count}} tecken kvar";
117
+ readonly charactersRemaining_other: "{{count}} tecken kvar";
118
+ };
119
+ readonly number: {
120
+ readonly increment: "Öka";
121
+ readonly decrement: "Minska";
122
+ };
123
+ readonly select: {
124
+ readonly placeholder: "Välj…";
125
+ readonly clear: "Rensa val";
126
+ readonly noOptions: "Inga alternativ";
127
+ };
128
+ readonly combobox: {
129
+ readonly empty: "Inga resultat";
130
+ readonly create: "Skapa \"{{value}}\"";
131
+ readonly placeholder: "Sök…";
132
+ readonly clear: "Rensa val";
133
+ };
134
+ readonly otp: {
135
+ readonly digitLabel: "Siffra {{current}} av {{total}}";
136
+ };
137
+ readonly slider: {
138
+ readonly minLabel: "Minimum";
139
+ readonly maxLabel: "Maximum";
140
+ };
141
+ readonly checkboxGroup: {
142
+ readonly selectAll: "Välj alla";
143
+ readonly minReached: "Minst {{min}} val har uppnåtts";
144
+ readonly maxReached: "Max {{max}} val har uppnåtts";
145
+ readonly counter_one: "{{count}} av {{total}} valt";
146
+ readonly counter_zero: "{{count}} av {{total}} valda";
147
+ readonly counter_two: "{{count}} av {{total}} valda";
148
+ readonly counter_few: "{{count}} av {{total}} valda";
149
+ readonly counter_many: "{{count}} av {{total}} valda";
150
+ readonly counter_other: "{{count}} av {{total}} valda";
151
+ };
152
+ readonly multiSelect: {
153
+ readonly placeholder: "Välj…";
154
+ readonly noOptions: "Inga alternativ hittades";
155
+ readonly selectAll: "Välj alla";
156
+ readonly clearAll: "Rensa alla";
157
+ readonly remove: "Ta bort {{label}}";
158
+ readonly maxReached: "Max {{count}} val";
159
+ readonly overflow: "+{{count}} till";
160
+ readonly selected_zero: "{{count}} valda";
161
+ readonly selected_one: "{{count}} valt";
162
+ readonly selected_two: "{{count}} valda";
163
+ readonly selected_few: "{{count}} valda";
164
+ readonly selected_many: "{{count}} valda";
165
+ readonly selected_other: "{{count}} valda";
166
+ };
167
+ readonly autocomplete: {
168
+ readonly ariaLabel: "Sök";
169
+ readonly recent: "Senaste";
170
+ readonly noResults: "Inga resultat";
171
+ readonly results_one: "{{count}} resultat";
172
+ readonly results_zero: "{{count}} resultat";
173
+ readonly results_two: "{{count}} resultat";
174
+ readonly results_few: "{{count}} resultat";
175
+ readonly results_many: "{{count}} resultat";
176
+ readonly results_other: "{{count}} resultat";
177
+ };
178
+ readonly phone: {
179
+ readonly placeholder: "Telefonnummer";
180
+ readonly searchCountry: "Sök länder…";
181
+ readonly noCountryFound: "Inget land hittades";
182
+ readonly countryPickerLabel: "Land";
183
+ readonly popularCountries: "Vanliga";
184
+ readonly allCountries: "Alla länder";
185
+ };
186
+ readonly email: {
187
+ readonly invalid: "Ogiltig e-postadress";
188
+ };
189
+ readonly colorPicker: {
190
+ readonly hex: "Hex";
191
+ readonly hue: "Nyans";
192
+ readonly saturation: "Mättnad";
193
+ readonly lightness: "Ljushet";
194
+ readonly opacity: "Opacitet";
195
+ readonly contrastRatio: "{{ratio}}:1";
196
+ readonly contrastPass: "Godkänt";
197
+ readonly contrastFail: "Underkänt";
198
+ readonly swatchLabel: "{{name}}, {{hex}}";
199
+ readonly invalidHex: "Ogiltigt hex — värdet återställdes";
200
+ };
201
+ readonly datePicker: {
202
+ readonly placeholder: "Välj datum";
203
+ readonly invalid: "Ogiltigt datum";
204
+ readonly gridLabel: "Kalender";
205
+ readonly today: "Idag";
206
+ readonly presets: {
207
+ readonly today: "Idag";
208
+ readonly tomorrow: "Imorgon";
209
+ readonly nextWeek: "Nästa vecka";
210
+ };
211
+ };
212
+ readonly timePicker: {
213
+ readonly groupLabel: "Tid";
214
+ readonly hour: "Timme";
215
+ readonly minute: "Minut";
216
+ readonly period: "Period";
217
+ };
218
+ readonly dateTimePicker: {
219
+ readonly placeholder: "Välj datum och tid";
220
+ readonly apply: "Tillämpa";
221
+ readonly outOfRange: "Datum/tid utanför tillåtet intervall";
222
+ };
223
+ readonly dateRangePicker: {
224
+ readonly placeholder: "Välj datumintervall";
225
+ readonly rangeSummary: "Från {{from}} till {{to}}, {{count}} dag/ar";
226
+ readonly days_one: "{{count}} dag";
227
+ readonly days_zero: "{{count}} dagar";
228
+ readonly days_two: "{{count}} dagar";
229
+ readonly days_few: "{{count}} dagar";
230
+ readonly days_many: "{{count}} dagar";
231
+ readonly days_other: "{{count}} dagar";
232
+ readonly presets: {
233
+ readonly today: "Idag";
234
+ readonly yesterday: "Igår";
235
+ readonly last7: "Senaste 7 dagarna";
236
+ readonly thisWeek: "Den här veckan";
237
+ readonly lastWeek: "Förra veckan";
238
+ readonly thisMonth: "Den här månaden";
239
+ readonly last30: "Senaste 30 dagarna";
240
+ };
241
+ };
242
+ readonly fileUpload: {
243
+ readonly dropHere: "Dra filer hit eller klicka för att bläddra";
244
+ readonly dropActive: "Släpp filerna här";
245
+ readonly browse: "Bläddra bland filer";
246
+ readonly uploading: "Laddar upp…";
247
+ readonly complete: "Uppladdning klar";
248
+ readonly cancel: "Avbryt uppladdning";
249
+ readonly remove: "Ta bort fil";
250
+ readonly progress: "{{percent}}% uppladdat";
251
+ readonly filesSelected: "{{count}} filer valda";
252
+ readonly errors: {
253
+ readonly fileTooLarge: "Filen överstiger {{maxSize}}";
254
+ readonly fileTooSmall: "Filen är mindre än {{minSize}}";
255
+ readonly fileInvalidType: "Filtypen accepteras inte";
256
+ readonly tooManyFiles: "Max {{maxFiles}} filer tillåtna";
257
+ readonly uploadFailed: "Uppladdning misslyckades";
258
+ };
259
+ readonly units: {
260
+ readonly bytes: "B";
261
+ readonly kilobytes: "KB";
262
+ readonly megabytes: "MB";
263
+ readonly gigabytes: "GB";
264
+ };
265
+ };
266
+ };
267
+ readonly tabs: {
268
+ readonly closeTab: "Stäng flik";
269
+ readonly moreTabs: "Fler flikar";
270
+ readonly selectLabel: "Avsnitt";
271
+ };
272
+ readonly patientProfile: {
273
+ readonly header: {
274
+ readonly label: "Patientprofilens rubrik";
275
+ };
276
+ readonly sidebar: {
277
+ readonly label: "Patientdetaljer";
278
+ };
279
+ readonly tabs: {
280
+ readonly label: "Patientavsnitt";
281
+ };
282
+ readonly footer: {
283
+ readonly label: "Patientstatusåtgärder";
284
+ };
285
+ readonly actions: {
286
+ readonly moreLabel: "Fler åtgärder";
287
+ };
288
+ };
289
+ readonly operatorProfile: {
290
+ readonly header: {
291
+ readonly label: "Operatörsprofilens rubrik";
292
+ };
293
+ readonly sidebar: {
294
+ readonly label: "Operatörsdetaljer";
295
+ };
296
+ readonly tabs: {
297
+ readonly label: "Operatörsavsnitt";
298
+ };
299
+ readonly footer: {
300
+ readonly label: "Operatörsstatusåtgärder";
301
+ };
302
+ readonly actions: {
303
+ readonly moreLabel: "Fler åtgärder";
304
+ };
305
+ };
306
+ readonly resizable: {
307
+ readonly resizeLabel: "Ändra storlek på paneler";
308
+ readonly sizeAnnounce: "{{percent}} av tillgängligt utrymme";
309
+ };
310
+ readonly tag: {
311
+ readonly remove: "Ta bort {{label}}";
312
+ readonly removed: "{{label}} borttagen";
313
+ };
314
+ readonly avatar: {
315
+ readonly placeholder: "Användaravatar";
316
+ };
317
+ readonly badge: {
318
+ readonly notifications_one: "{{count}} avisering";
319
+ readonly notifications_zero: "{{count}} aviseringar";
320
+ readonly notifications_two: "{{count}} aviseringar";
321
+ readonly notifications_few: "{{count}} aviseringar";
322
+ readonly notifications_many: "{{count}} aviseringar";
323
+ readonly notifications_other: "{{count}} aviseringar";
324
+ readonly variant: {
325
+ readonly neutral: "Neutral";
326
+ readonly info: "Information";
327
+ readonly success: "Lyckades";
328
+ readonly warning: "Varning";
329
+ readonly error: "Fel";
330
+ };
331
+ };
332
+ readonly list: {
333
+ readonly label: "Lista";
334
+ };
335
+ readonly keyValuePair: {
336
+ readonly copy: "Kopiera {{label}}";
337
+ readonly copied: "Kopierat till urklipp";
338
+ readonly notAvailable: "Kopiering ej tillgänglig";
339
+ };
340
+ readonly stat: {
341
+ readonly trend: {
342
+ readonly up: "Ökat med";
343
+ readonly down: "Minskat med";
344
+ readonly flat: "Oförändrat";
345
+ };
346
+ };
347
+ readonly timeline: {
348
+ readonly type: {
349
+ readonly info: "Information";
350
+ readonly success: "Lyckades";
351
+ readonly warning: "Varning";
352
+ readonly error: "Fel";
353
+ readonly neutral: "Händelse";
354
+ };
355
+ };
356
+ readonly dataTable: {
357
+ readonly selected_one: "{{count}} rad vald";
358
+ readonly selected_zero: "{{count}} rader valda";
359
+ readonly selected_two: "{{count}} rader valda";
360
+ readonly selected_few: "{{count}} rader valda";
361
+ readonly selected_many: "{{count}} rader valda";
362
+ readonly selected_other: "{{count}} rader valda";
363
+ readonly exportCsv: "Exportera CSV";
364
+ readonly exportPdf: "Exportera PDF";
365
+ readonly print: "Skriv ut";
366
+ readonly columnToggle: "Kolumner";
367
+ readonly bulkAction: "{{count}} valda";
368
+ readonly refresh: "Uppdatera";
369
+ readonly export: {
370
+ readonly menu: "Exportera";
371
+ readonly csv: "Exportera CSV";
372
+ readonly xlsx: "Exportera Excel";
373
+ readonly pdf: "Exportera PDF";
374
+ readonly custom: "Exportera";
375
+ };
376
+ readonly quickSearch: {
377
+ readonly placeholder: "Sök…";
378
+ readonly label: "Snabbsökning";
379
+ };
380
+ readonly filterChips: {
381
+ readonly label: "Aktiva filter";
382
+ readonly clearAll: "Ta bort alla";
383
+ };
384
+ readonly facetFilter: {
385
+ readonly label: "Filter";
386
+ };
387
+ readonly expandRow: "Expandera rad";
388
+ readonly collapseRow: "Minimera rad";
389
+ readonly totalRow: "Totalt";
390
+ readonly noRows: "Inga data att visa";
391
+ readonly noRowsDescription: "Prova att ändra sökningen eller filtren.";
392
+ readonly loading: "Läser in data…";
393
+ readonly sortAnnounce: "Sorterat efter {{column}}, {{direction}}";
394
+ readonly sortAscending: "stigande";
395
+ readonly sortDescending: "fallande";
396
+ readonly sortNone: "osorterat";
397
+ readonly filterActive: "Aktivt filter";
398
+ readonly page: "Sida";
399
+ readonly of: "av";
400
+ readonly to: "till";
401
+ readonly nextPage: "Nästa sida";
402
+ readonly previousPage: "Föregående sida";
403
+ readonly firstPage: "Första sidan";
404
+ readonly lastPage: "Sista sidan";
405
+ readonly pageSize: "Rader per sida";
406
+ readonly agGrid: {
407
+ readonly contains: "Innehåller";
408
+ readonly notContains: "Innehåller inte";
409
+ readonly equals: "Lika med";
410
+ readonly notEqual: "Inte lika med";
411
+ readonly startsWith: "Börjar med";
412
+ readonly endsWith: "Slutar med";
413
+ readonly lessThan: "Mindre än";
414
+ readonly greaterThan: "Större än";
415
+ readonly inRange: "Inom intervall";
416
+ readonly blank: "Tom";
417
+ readonly notBlank: "Inte tom";
418
+ readonly filterOoo: "Filtrera…";
419
+ readonly applyFilter: "Tillämpa";
420
+ readonly resetFilter: "Återställ";
421
+ readonly noRowsToShow: "Inga rader att visa";
422
+ readonly selectAll: "Välj alla";
423
+ };
424
+ readonly selectFilter: {
425
+ readonly all: "Alla";
426
+ readonly selectedCount: "{{count}} valda";
427
+ readonly clear: "Rensa";
428
+ readonly apply: "Tillämpa";
429
+ };
430
+ readonly textFilter: {
431
+ readonly placeholder: "Search…";
432
+ readonly clear: "Clear";
433
+ readonly apply: "Apply";
434
+ readonly operators: {
435
+ readonly contains: "Contains";
436
+ readonly notContains: "Does not contain";
437
+ readonly equals: "Equals";
438
+ readonly startsWith: "Starts with";
439
+ readonly endsWith: "Ends with";
440
+ };
441
+ };
442
+ readonly numberFilter: {
443
+ readonly placeholder: "Filter…";
444
+ readonly from: "From";
445
+ readonly to: "To";
446
+ readonly clear: "Clear";
447
+ readonly apply: "Apply";
448
+ readonly operators: {
449
+ readonly equals: "Equals";
450
+ readonly notEqual: "Not equal";
451
+ readonly greaterThan: "Greater than";
452
+ readonly greaterThanOrEqual: "Greater than or equal";
453
+ readonly lessThan: "Less than";
454
+ readonly lessThanOrEqual: "Less than or equal";
455
+ readonly inRange: "In range";
456
+ readonly blank: "Blank";
457
+ readonly notBlank: "Not blank";
458
+ };
459
+ };
460
+ readonly typeaheadFilter: {
461
+ readonly placeholder: "Sök…";
462
+ readonly clear: "Rensa";
463
+ };
464
+ };
465
+ readonly emptyState: {
466
+ readonly firstUse: {
467
+ readonly title: "Ingenting här ännu";
468
+ readonly description: "Kom igång genom att skapa ditt första objekt.";
469
+ readonly cta: "Kom igång";
470
+ };
471
+ readonly noResults: {
472
+ readonly title: "Inga resultat hittades";
473
+ readonly description: "Prova att ändra sökningen eller filtren.";
474
+ readonly cta: "Ta bort filter";
475
+ readonly filtersApplied: "{{count}} filter aktiverade";
476
+ };
477
+ readonly error: {
478
+ readonly title: "Något gick fel";
479
+ readonly description: "Det gick inte att läsa in innehållet. Försök igen.";
480
+ readonly cta: "Försök igen";
481
+ readonly secondaryCta: "Kontakta support";
482
+ };
483
+ };
484
+ readonly rating: {
485
+ readonly label: "{{value}} stjärnor av {{max}}";
486
+ readonly reviews_one: "{{value}} stjärnor · 1 recension";
487
+ readonly reviews_zero: "{{value}} stjärnor · {{count}} recensioner";
488
+ readonly reviews_two: "{{value}} stjärnor · {{count}} recensioner";
489
+ readonly reviews_few: "{{value}} stjärnor · {{count}} recensioner";
490
+ readonly reviews_many: "{{value}} stjärnor · {{count}} recensioner";
491
+ readonly reviews_other: "{{value}} stjärnor · {{count}} recensioner";
492
+ };
493
+ readonly sparkline: {
494
+ readonly summary: "{{label}}: min {{min}}, max {{max}}, aktuell {{current}}, {{direction}}";
495
+ readonly summaryNoLabel: "min {{min}}, max {{max}}, aktuell {{current}}, {{direction}}";
496
+ readonly noData: "Inga data";
497
+ readonly direction: {
498
+ readonly increasing: "stigande";
499
+ readonly decreasing: "fallande";
500
+ readonly steady: "stabil";
501
+ };
502
+ };
503
+ readonly feedback: {
504
+ readonly alert: {
505
+ readonly defaultTitle: {
506
+ readonly info: "Information";
507
+ readonly success: "Lyckades";
508
+ readonly warning: "Varning";
509
+ readonly error: "Fel";
510
+ };
511
+ };
512
+ readonly toast: {
513
+ readonly dismiss: "Stäng";
514
+ };
515
+ };
516
+ readonly notificationTray: {
517
+ readonly ariaLabel: "Aviseringar";
518
+ readonly triggerLabel_one: "Aviseringar, {{count}} oläst";
519
+ readonly triggerLabel_zero: "Aviseringar, {{count}} olästa";
520
+ readonly triggerLabel_two: "Aviseringar, {{count}} olästa";
521
+ readonly triggerLabel_few: "Aviseringar, {{count}} olästa";
522
+ readonly triggerLabel_many: "Aviseringar, {{count}} olästa";
523
+ readonly triggerLabel_other: "Aviseringar, {{count}} olästa";
524
+ readonly triggerLabelNone: "Aviseringar, inga olästa";
525
+ readonly panelTitle: "Aviseringar";
526
+ readonly markAllRead: "Markera alla som lästa";
527
+ readonly noNotifications: "Inga aviseringar";
528
+ readonly noNotificationsDescription: "Du är à jour med allt.";
529
+ readonly viewAll: "Visa alla aviseringar";
530
+ readonly newNotification: "Ny avisering: {{title}}";
531
+ readonly badgeCountOverflow: "99+";
532
+ };
533
+ readonly notificationCard: {
534
+ readonly dismiss: "Stäng avisering";
535
+ readonly markAsRead: "Markera som läst";
536
+ readonly learnMore: "Läs mer";
537
+ readonly itemLabel: "{{title}}, {{time}}{{unreadSuffix}}";
538
+ readonly unreadSuffix: ", oläst";
539
+ };
540
+ readonly messageTray: {
541
+ readonly ariaLabel: "Meddelanden";
542
+ readonly triggerLabel_one: "Meddelanden, {{count}} oläst";
543
+ readonly triggerLabel_zero: "Meddelanden, {{count}} olästa";
544
+ readonly triggerLabel_two: "Meddelanden, {{count}} olästa";
545
+ readonly triggerLabel_few: "Meddelanden, {{count}} olästa";
546
+ readonly triggerLabel_many: "Meddelanden, {{count}} olästa";
547
+ readonly triggerLabel_other: "Meddelanden, {{count}} olästa";
548
+ readonly triggerLabelNone: "Meddelanden, inga olästa";
549
+ readonly panelTitle: "Meddelanden";
550
+ readonly markAllRead: "Markera alla som lästa";
551
+ readonly noMessages: "Inga meddelanden";
552
+ readonly noMessagesDescription: "Din inkorg är tom.";
553
+ readonly viewAll: "Visa alla meddelanden";
554
+ readonly newMessage: "Nytt meddelande från {{sender}}";
555
+ readonly badgeCountOverflow: "99+";
556
+ };
557
+ readonly messageCard: {
558
+ readonly dismiss: "Stäng meddelande";
559
+ readonly markAsRead: "Markera som läst";
560
+ readonly openThread: "Öppna konversation";
561
+ readonly itemLabel: "Meddelande från {{sender}}{{subjectFragment}}, {{time}}{{unreadSuffix}}";
562
+ readonly subjectFragment: " — {{subject}}";
563
+ readonly unreadSuffix: ", oläst";
564
+ readonly threadCount_one: "{{count}} nytt meddelande i konversationen";
565
+ readonly threadCount_zero: "{{count}} nya meddelanden i konversationen";
566
+ readonly threadCount_two: "{{count}} nya meddelanden i konversationen";
567
+ readonly threadCount_few: "{{count}} nya meddelanden i konversationen";
568
+ readonly threadCount_many: "{{count}} nya meddelanden i konversationen";
569
+ readonly threadCount_other: "{{count}} nya meddelanden i konversationen";
570
+ };
571
+ readonly taskCard: {
572
+ readonly itemLabel: "{{title}}";
573
+ };
574
+ readonly taskTray: {
575
+ readonly title: "Uppgifter";
576
+ readonly add: "Lägg till uppgift";
577
+ readonly empty: {
578
+ readonly title: "Inga uppgifter";
579
+ readonly description: "Nya uppgifter visas här.";
580
+ };
581
+ };
582
+ readonly agendaCard: {
583
+ readonly itemLabel: "{{time}} · {{patient}}";
584
+ readonly status: {
585
+ readonly confirmed: "Bekräftad";
586
+ readonly pending: "Väntar";
587
+ readonly cancelled: "Avbokad";
588
+ };
589
+ };
590
+ readonly agendaTray: {
591
+ readonly title: "Dagens bokningar";
592
+ readonly add: "Lägg till bokning";
593
+ readonly empty: {
594
+ readonly title: "Inga bokningar";
595
+ readonly description: "Nya bokningar visas här.";
596
+ };
597
+ };
598
+ readonly warningStack: {
599
+ readonly regionLabel: "Varningar";
600
+ readonly listLabel: "Varningslista";
601
+ readonly countChanged_one: "{{count}} varning att granska";
602
+ readonly countChanged_zero: "{{count}} varningar att granska";
603
+ readonly countChanged_two: "{{count}} varningar att granska";
604
+ readonly countChanged_few: "{{count}} varningar att granska";
605
+ readonly countChanged_many: "{{count}} varningar att granska";
606
+ readonly countChanged_other: "{{count}} varningar att granska";
607
+ readonly showMore_one: "Visa {{count}} varning till";
608
+ readonly showMore_zero: "Visa {{count}} varningar till";
609
+ readonly showMore_two: "Visa {{count}} varningar till";
610
+ readonly showMore_few: "Visa {{count}} varningar till";
611
+ readonly showMore_many: "Visa {{count}} varningar till";
612
+ readonly showMore_other: "Visa {{count}} varningar till";
613
+ readonly showLess: "Visa färre";
614
+ };
615
+ readonly navigation: {
616
+ readonly breadcrumb: {
617
+ readonly label: "Brödsmulor";
618
+ readonly showPath: "Visa fullständig sökväg";
619
+ readonly current: "Aktuell sida";
620
+ };
621
+ readonly pagination: {
622
+ readonly label: "Sidnavigering";
623
+ readonly first: "Första sidan";
624
+ readonly previous: "Föregående sida";
625
+ readonly next: "Nästa sida";
626
+ readonly last: "Sista sidan";
627
+ readonly pageN: "Sida {{n}}";
628
+ readonly rowsPerPage: "Rader per sida";
629
+ };
630
+ readonly stepper: {
631
+ readonly label: "Förlopp";
632
+ readonly stepN: "Steg {{n}}";
633
+ readonly stepOfTotal: "Steg {{n}} av {{total}}";
634
+ readonly completed: "Slutfört";
635
+ readonly error: "Fel";
636
+ readonly edit: "Redigera";
637
+ readonly locked: "Låst";
638
+ };
639
+ readonly stepperCalendar: {
640
+ readonly label: "Bokning";
641
+ readonly steps: {
642
+ readonly service: "Tjänst";
643
+ readonly date: "Datum";
644
+ readonly time: "Tid";
645
+ readonly details: "Dina uppgifter";
646
+ };
647
+ readonly actions: {
648
+ readonly back: "Tillbaka";
649
+ readonly next: "Nästa";
650
+ readonly submit: "Bekräfta bokning";
651
+ };
652
+ readonly service: {
653
+ readonly duration: "{{minutes}} min";
654
+ };
655
+ readonly time: {
656
+ readonly empty: "Inga lediga tider — prova ett annat datum";
657
+ };
658
+ readonly date: {
659
+ readonly previousMonth: "Föregående månad";
660
+ readonly nextMonth: "Nästa månad";
661
+ };
662
+ };
663
+ readonly sidebar: {
664
+ readonly label: "Huvudmeny";
665
+ readonly collapse: "Minimera sidofält";
666
+ readonly expand: "Expandera sidofält";
667
+ readonly close: "Stäng meny";
668
+ readonly open: "Öppna meny";
669
+ readonly favorites: "Favoriter";
670
+ readonly favoritesEmpty: "Stjärnmärk objekt för att fästa dem här.";
671
+ readonly pinItem: "Fäst {{label}}";
672
+ readonly unpinItem: "Ta bort {{label}} från fästa";
673
+ readonly reorderHandle: "Ordna om {{label}}. Tryck Alt + Upp eller Alt + Ned för att flytta.";
674
+ readonly reorderAnnounce: "{{label}} flyttad till position {{to}} av {{total}}";
675
+ };
676
+ readonly header: {
677
+ readonly label: "Sidhuvud";
678
+ };
679
+ readonly cmdk: {
680
+ readonly title: "Kommandopalett";
681
+ readonly description: "Sök kommandon, sidor och åtgärder";
682
+ readonly placeholder: "Ange ett kommando eller sök…";
683
+ readonly empty: "Inga resultat";
684
+ readonly recents: "Senaste";
685
+ readonly shortcut: "Genväg";
686
+ readonly clearRecents: "Rensa senaste kommandon";
687
+ };
688
+ readonly nav: {
689
+ readonly label: "Primär";
690
+ readonly openMenu: "Öppna meny";
691
+ readonly closeMenu: "Stäng meny";
692
+ readonly skipToContent: "Hoppa till innehåll";
693
+ };
694
+ readonly skipLink: {
695
+ readonly toContent: "Hoppa till huvudinnehåll";
696
+ };
697
+ readonly themeToggle: {
698
+ readonly trigger: "Temainställningar";
699
+ readonly appearance: {
700
+ readonly label: "Utseende";
701
+ readonly light: "Ljust";
702
+ readonly dark: "Mörkt";
703
+ readonly system: "System";
704
+ };
705
+ readonly accessibility: {
706
+ readonly label: "Tillgänglighetsläge";
707
+ readonly description: "Hög kontrast och större träffytor";
708
+ readonly on: "Aktivera";
709
+ readonly off: "Inaktivera";
710
+ };
711
+ };
712
+ readonly localePicker: {
713
+ readonly trigger: "Språkinställningar (aktuellt: {{locale}})";
714
+ readonly popupLabel: "Välj språk";
715
+ readonly commandLabel: "Språklista";
716
+ readonly searchPlaceholder: "Sök språk…";
717
+ readonly searchLabel: "Sök språk";
718
+ readonly empty: "Inga språk hittades";
719
+ readonly currentSelection: "Aktuellt val";
720
+ };
721
+ readonly headerSettings: {
722
+ readonly trigger: "Inställningar";
723
+ readonly language: {
724
+ readonly label: "Språk";
725
+ };
726
+ readonly appearance: {
727
+ readonly label: "Utseende";
728
+ readonly light: "Ljust";
729
+ readonly dark: "Mörkt";
730
+ readonly system: "System";
731
+ readonly accessible: "Tillgängligt läge";
732
+ };
733
+ };
734
+ };
735
+ readonly alia: {
736
+ readonly name: "Alia";
737
+ readonly greeting: "Hej, hur kan jag hjälpa dig?";
738
+ readonly subtitle: "Din personliga assistent för dataanalys";
739
+ readonly newConversation: "Ny konversation";
740
+ readonly close: "Stäng assistent";
741
+ readonly open: "Öppna assistent";
742
+ readonly unseenCount_one: "{{count}} nytt meddelande";
743
+ readonly unseenCount_zero: "{{count}} nya meddelanden";
744
+ readonly unseenCount_two: "{{count}} nya meddelanden";
745
+ readonly unseenCount_few: "{{count}} nya meddelanden";
746
+ readonly unseenCount_many: "{{count}} nya meddelanden";
747
+ readonly unseenCount_other: "{{count}} nya meddelanden";
748
+ readonly usageLabel: "{{current}} av {{limit}} meddelanden använda";
749
+ readonly usageLimitReached: "Du har nått meddelandegränsen";
750
+ readonly stopGenerating: "Avbryt generering";
751
+ readonly exampleQuestions: "Prova att fråga";
752
+ readonly upgrade: "Uppgradera till högre plan";
753
+ readonly headerLabel: "Assistentens rubrik";
754
+ readonly panelLabel: "Alia assistentpanel";
755
+ };
756
+ readonly chat: {
757
+ readonly typing: "Assistenten skriver";
758
+ readonly thinking: "Tänker…";
759
+ readonly suggestions: "Förslag";
760
+ readonly container: "Chattutskrift";
761
+ readonly send: "Skicka meddelande";
762
+ readonly stopGenerating: "Avbryt generering";
763
+ readonly scrollToLatest: "Gå till senaste";
764
+ readonly streaming: {
765
+ readonly cursor: "skriver";
766
+ };
767
+ readonly message: {
768
+ readonly label: "Meddelande från {{role}} skickat {{time}}";
769
+ readonly labelNoTime: "Meddelande från {{role}}";
770
+ readonly role: {
771
+ readonly user: "Du";
772
+ readonly assistant: "Assistent";
773
+ readonly system: "System";
774
+ };
775
+ readonly retry: "Försök igen";
776
+ readonly status: {
777
+ readonly sending: "Skickar…";
778
+ readonly sent: "Skickat";
779
+ readonly error: "Sändning misslyckades";
780
+ readonly edited: "Redigerat";
781
+ };
782
+ };
783
+ readonly input: {
784
+ readonly placeholder: "Skriv ett meddelande";
785
+ readonly attach: "Bifoga fil";
786
+ readonly remaining_one: "{{count}} tecken kvar";
787
+ readonly remaining_zero: "{{count}} tecken kvar";
788
+ readonly remaining_two: "{{count}} tecken kvar";
789
+ readonly remaining_few: "{{count}} tecken kvar";
790
+ readonly remaining_many: "{{count}} tecken kvar";
791
+ readonly remaining_other: "{{count}} tecken kvar";
792
+ readonly sendHint: "Tryck Ctrl + Enter för att skicka";
793
+ };
794
+ readonly audio: {
795
+ readonly record: "Starta inspelning";
796
+ readonly pause: "Pausa";
797
+ readonly resume: "Återuppta inspelning";
798
+ readonly stop: "Stoppa inspelning";
799
+ readonly cancel: "Avbryt inspelning";
800
+ readonly permissionDenied: "Mikrofonåtkomst nekad. Tillåt den i webbläsarens inställningar.";
801
+ readonly retry: "Begär mikrofonåtkomst igen";
802
+ readonly device: "Mikrofon: {{name}}";
803
+ readonly timer: "{{minutes}}:{{seconds}}";
804
+ readonly recording: "Spelar in";
805
+ readonly paused: "Pausad";
806
+ readonly idle: "Inaktiv";
807
+ readonly visualiserLabel: "Ljudnivå";
808
+ readonly unsupported: "Din webbläsare stöder inte ljudinspelning.";
809
+ readonly selectDevice: "Välj mikrofon";
810
+ readonly maxDurationReached: "Inspelning avbruten — maximal längd uppnådd.";
811
+ readonly maxSizeReached: "Inspelning avbruten — maximal storlek uppnådd.";
812
+ };
813
+ readonly transcript: {
814
+ readonly search: "Sök i utskrift";
815
+ readonly seekTo: "Gå till {{time}}";
816
+ readonly speaker: "Talare {{name}}";
817
+ readonly matchCount_one: "{{count}} träff";
818
+ readonly matchCount_zero: "{{count}} träffar";
819
+ readonly matchCount_two: "{{count}} träffar";
820
+ readonly matchCount_few: "{{count}} träffar";
821
+ readonly matchCount_many: "{{count}} träffar";
822
+ readonly matchCount_other: "{{count}} träffar";
823
+ readonly noMatches: "Inga träffar";
824
+ readonly lowConfidence: "låg tillförlitlighet";
825
+ };
826
+ readonly prompt: "Prompt";
827
+ readonly slashMenu: {
828
+ readonly empty: "Inga matchande kommandon";
829
+ readonly label: "Snedstreckskommandon";
830
+ };
831
+ readonly attachment: {
832
+ readonly rejected: "Fil avvisad: {{reason}}";
833
+ readonly remove: "Ta bort {{name}}";
834
+ };
835
+ readonly attachmentZone: "Släpp filer här";
836
+ readonly contextActive: "Kontext: {{name}}";
837
+ readonly model: {
838
+ readonly select: "Modell";
839
+ };
840
+ };
841
+ readonly calendar: {
842
+ readonly ariaLabel: "Kalender";
843
+ readonly today: "Idag";
844
+ readonly month: "Månad";
845
+ readonly week: "Vecka";
846
+ readonly day: "Dag";
847
+ readonly list: "Agenda";
848
+ readonly allDay: "Hela dagen";
849
+ readonly noEvents: "Inga händelser att visa";
850
+ readonly scrollableRegion: "Kalenderrutnät — använd piltangenter eller scrolla för att navigera";
851
+ readonly eventMoved: "{{title}} flyttad";
852
+ readonly eventResized: "{{title}} justerad till {{duration}} minuter";
853
+ readonly privacyModeOn: "Integritetsläge aktiverat — patientnamn dolda";
854
+ readonly privacyModeOff: "Integritetsläge inaktiverat";
855
+ readonly previousPeriod: "Föregående period";
856
+ readonly nextPeriod: "Nästa period";
857
+ readonly focusedEvent: "{{title}} i fokus";
858
+ readonly modeBanner: {
859
+ readonly create: "Klicka på en tid för att skapa en bokning";
860
+ readonly move: "Klicka på en tid för att flytta bokningen";
861
+ readonly copy: "Klicka på en tid för att kopiera bokningen";
862
+ readonly cancel: "Avbryt";
863
+ };
864
+ readonly status: {
865
+ readonly confirmed: "Bekräftad";
866
+ readonly waiting: "Väntar";
867
+ readonly inCare: "Under behandling";
868
+ readonly done: "Avslutad";
869
+ readonly cancelled: "Avbokad";
870
+ readonly absent: "Frånvarande";
871
+ };
872
+ readonly resourceLabel: {
873
+ readonly chairs: "Behandlingsstolar";
874
+ readonly operators: "Operatörer";
875
+ };
876
+ };
877
+ readonly slotGrid: {
878
+ readonly ariaLabel: "Tillgängliga tider";
879
+ readonly previousDays: "Föregående dagar";
880
+ readonly nextDays: "Nästa dagar";
881
+ readonly showMore_one: "Visa 1 till";
882
+ readonly showMore_zero: "Visa {{count}} till";
883
+ readonly showMore_two: "Visa {{count}} till";
884
+ readonly showMore_few: "Visa {{count}} till";
885
+ readonly showMore_many: "Visa {{count}} till";
886
+ readonly showMore_other: "Visa {{count}} till";
887
+ readonly noSlots: "Inga lediga tider";
888
+ readonly nextAvailable: "Nästa lediga tid";
889
+ readonly slotLabel: "{{day}}, {{time}}";
890
+ };
891
+ readonly chart: {
892
+ readonly noData: "Inga data tillgängliga";
893
+ readonly toolbar: {
894
+ readonly download: "Ladda ner";
895
+ readonly selection: "Markering";
896
+ readonly selectionZoom: "Zoommarkering";
897
+ readonly zoomIn: "Zooma in";
898
+ readonly zoomOut: "Zooma ut";
899
+ readonly pan: "Panorera";
900
+ readonly reset: "Återställ zoom";
901
+ readonly exportToSVG: "Exportera till SVG";
902
+ readonly exportToPNG: "Exportera till PNG";
903
+ readonly exportToCSV: "Exportera till CSV";
904
+ };
905
+ readonly table: {
906
+ readonly series: "Serie";
907
+ readonly value: "Värde";
908
+ };
909
+ };
910
+ readonly editor: {
911
+ readonly toolbarLabel: "Textformatering";
912
+ readonly placeholder: "Börja skriva…";
913
+ readonly bold: "Fet";
914
+ readonly italic: "Kursiv";
915
+ readonly heading: "Rubrik";
916
+ readonly link: {
917
+ readonly insert: "Infoga länk";
918
+ readonly edit: "Redigera länk";
919
+ readonly remove: "Ta bort länk";
920
+ };
921
+ readonly list: {
922
+ readonly bullet: "Punktlista";
923
+ readonly ordered: "Numrerad lista";
924
+ };
925
+ readonly quote: "Citat";
926
+ readonly image: {
927
+ readonly insert: "Infoga bild";
928
+ };
929
+ readonly table: {
930
+ readonly insert: "Infoga tabell";
931
+ };
932
+ readonly codeBlock: "Kodblock";
933
+ readonly horizontalRule: "Horisontell linje";
934
+ readonly undo: "Ångra";
935
+ readonly redo: "Gör om";
936
+ readonly shortcuts: {
937
+ readonly title: "Tangentbordsgenvägar";
938
+ readonly close: "Stäng";
939
+ readonly bold: "Fet";
940
+ readonly italic: "Kursiv";
941
+ readonly link: "Infoga länk";
942
+ readonly undo: "Ångra";
943
+ readonly redo: "Gör om";
944
+ readonly open: "Öppna det här fönstret";
945
+ };
946
+ };
947
+ readonly payment: {
948
+ readonly submit: "Betala {{amount}}";
949
+ readonly processing: "Bearbetar…";
950
+ readonly success: "Betalning genomförd";
951
+ readonly ariaLabel: "Betalningsformulär";
952
+ readonly amountLabel: "Totalt";
953
+ readonly billingAddress: "Faktureringsadress";
954
+ readonly fields: {
955
+ readonly card: "Kort";
956
+ readonly expiry: "Utgångsdatum";
957
+ readonly cvc: "CVC";
958
+ };
959
+ readonly error: {
960
+ readonly generic: "Något gick fel. Försök igen.";
961
+ readonly cardNumber: "Kortnumret är ogiltigt.";
962
+ readonly expiry: "Utgångsdatumet är ogiltigt.";
963
+ readonly cvc: "CVC-koden är ogiltig.";
964
+ readonly postalCode: "Postnumret är ogiltigt.";
965
+ readonly declined: "Kortet avvisades. Prova ett annat kort.";
966
+ readonly network: "Nätverksfel. Kontrollera anslutningen och försök igen.";
967
+ readonly invalidReturnUrl: "Återgångs-URL:en måste matcha den här sidans ursprung. Betalningen skickades inte.";
968
+ };
969
+ };
970
+ readonly signature: {
971
+ readonly padLabel: "Signaturyta";
972
+ readonly clear: "Rensa signatur";
973
+ readonly undo: "Ångra senaste drag";
974
+ readonly confirm: "Bekräfta signatur";
975
+ readonly typedFallback: {
976
+ readonly label: "Skriv ditt namn för att signera";
977
+ readonly placeholder: "Skriv ditt fullständiga namn";
978
+ readonly toggle: "Använd skriven signatur";
979
+ readonly toggleDraw: "Använd ritad signatur";
980
+ };
981
+ readonly state: {
982
+ readonly empty: "Signaturfältet är tomt";
983
+ readonly drawing: "Ritar signatur";
984
+ readonly confirmed: "Signatur registrerad";
985
+ readonly captured: "Signatur registrerad";
986
+ readonly cleared: "Signatur rensad";
987
+ };
988
+ };
989
+ readonly pdf: {
990
+ readonly toolbarLabel: "PDF-verktygsfält";
991
+ readonly page: "Sida";
992
+ readonly pageOf: "Sida {{current}} av {{total}}";
993
+ readonly previousPage: "Föregående sida";
994
+ readonly nextPage: "Nästa sida";
995
+ readonly firstPage: "Första sidan";
996
+ readonly lastPage: "Sista sidan";
997
+ readonly currentPageInput: "Aktuell sida";
998
+ readonly zoom: {
999
+ readonly in: "Zooma in";
1000
+ readonly out: "Zooma ut";
1001
+ readonly fitWidth: "Anpassa till bredd";
1002
+ readonly fitPage: "Anpassa till sida";
1003
+ readonly actualSize: "Faktisk storlek";
1004
+ readonly preset: "Zoomförinställning";
1005
+ };
1006
+ readonly search: {
1007
+ readonly open: "Sök i dokument";
1008
+ readonly placeholder: "Sök i dokument…";
1009
+ readonly next: "Nästa träff";
1010
+ readonly previous: "Föregående träff";
1011
+ readonly close: "Stäng sökning";
1012
+ readonly countOfTotal: "{{current}} av {{total}}";
1013
+ readonly noResults: "Inga resultat";
1014
+ };
1015
+ readonly print: "Skriv ut";
1016
+ readonly download: "Ladda ner";
1017
+ readonly loading: "Läser in PDF…";
1018
+ readonly error: "Det gick inte att läsa in PDF:en";
1019
+ readonly pageOverlay: "Sidöverlägg {{page}}";
1020
+ };
1021
+ readonly mapView: {
1022
+ readonly label: "Karta";
1023
+ readonly markerLabel: "Markör för {{label}}";
1024
+ readonly consentTitle: "Visa interaktiv karta";
1025
+ readonly consentDescription: "Genom att läsa in kartan delas din IP-adress med Google för att hämta kartbrickor. Vill du fortsätta?";
1026
+ readonly consentCta: "Läs in karta";
1027
+ readonly openInGoogleMaps: "Öppna i Google Maps";
1028
+ };
1029
+ readonly whatsApp: {
1030
+ readonly label: "Skriv till oss på WhatsApp";
1031
+ readonly fabLabel: "Öppna WhatsApp-chatt";
1032
+ readonly questionPrompt: "Har du frågor? Skriv till oss på WhatsApp";
1033
+ };
1034
+ readonly paywall: {
1035
+ readonly title: "Uppgradera för att fortsätta";
1036
+ readonly description: "Du har nått gränsen för gratisplanen. Välj ett plan för att fortsätta.";
1037
+ readonly upgrade: "Uppgradera till högre plan";
1038
+ readonly notNow: "Inte nu";
1039
+ readonly usageLabel: "{{used}} av {{limit}} använda";
1040
+ readonly usageFull: "Du har använt hela din kvot";
1041
+ readonly features: "Funktioner";
1042
+ readonly pricePer: "{{price}} per {{period}}";
1043
+ readonly period: {
1044
+ readonly month: "månad";
1045
+ readonly year: "år";
1046
+ };
1047
+ };
1048
+ readonly workflow: {
1049
+ readonly status: {
1050
+ readonly active: "Aktiv";
1051
+ readonly inactive: "Inaktiv";
1052
+ readonly paused: "Pausad";
1053
+ };
1054
+ readonly createdBy: "Skapad av {{name}}";
1055
+ readonly empty: {
1056
+ readonly title: "Inga arbetsflöden ännu";
1057
+ readonly description: "Skapa ditt första arbetsflöde för att automatisera kommunikationen med patienter.";
1058
+ readonly cta: "Skapa arbetsflöde";
1059
+ };
1060
+ readonly action: {
1061
+ readonly addDelay: "Lägg till fördröjning";
1062
+ readonly sendEmail: "Skicka e-post";
1063
+ readonly sendSms: "Skicka SMS";
1064
+ readonly createTask: "Skapa uppgift";
1065
+ readonly sendWhatsapp: "Skicka WhatsApp";
1066
+ readonly updateField: "Uppdatera patientfält";
1067
+ readonly webhook: "Webhook";
1068
+ };
1069
+ readonly delay: {
1070
+ readonly summary_one: "Vänta {{count}} dag";
1071
+ readonly summary_zero: "Vänta {{count}} dagar";
1072
+ readonly summary_two: "Vänta {{count}} dagar";
1073
+ readonly summary_few: "Vänta {{count}} dagar";
1074
+ readonly summary_many: "Vänta {{count}} dagar";
1075
+ readonly summary_other: "Vänta {{count}} dagar";
1076
+ readonly days_one: "{{count}} dag";
1077
+ readonly days_zero: "{{count}} dagar";
1078
+ readonly days_two: "{{count}} dagar";
1079
+ readonly days_few: "{{count}} dagar";
1080
+ readonly days_many: "{{count}} dagar";
1081
+ readonly days_other: "{{count}} dagar";
1082
+ readonly hours_one: "{{count}} timme";
1083
+ readonly hours_zero: "{{count}} timmar";
1084
+ readonly hours_two: "{{count}} timmar";
1085
+ readonly hours_few: "{{count}} timmar";
1086
+ readonly hours_many: "{{count}} timmar";
1087
+ readonly hours_other: "{{count}} timmar";
1088
+ readonly minutes_one: "{{count}} minut";
1089
+ readonly minutes_zero: "{{count}} minuter";
1090
+ readonly minutes_two: "{{count}} minuter";
1091
+ readonly minutes_few: "{{count}} minuter";
1092
+ readonly minutes_many: "{{count}} minuter";
1093
+ readonly minutes_other: "{{count}} minuter";
1094
+ };
1095
+ readonly editor: {
1096
+ readonly pipeline: "Arbetsflödespipeline";
1097
+ readonly addAction: "Lägg till åtgärd";
1098
+ readonly addActionAfter: "Lägg till en åtgärd efter det här steget";
1099
+ readonly addFirstAction: "Lägg till den första åtgärden";
1100
+ readonly editAction: "Redigera åtgärd";
1101
+ readonly deleteAction: "Ta bort åtgärd";
1102
+ readonly moveUp: "Flytta upp";
1103
+ readonly moveDown: "Flytta ned";
1104
+ readonly activeLock: "Inaktivera arbetsflödet för att redigera.";
1105
+ readonly empty: "Lägg till din första åtgärd för att börja bygga pipelinen.";
1106
+ readonly enrollmentCriteria: "Registreringskriterier";
1107
+ readonly criteriaCount_one: "Baserat på {{count}} kriterium";
1108
+ readonly criteriaCount_zero: "Baserat på {{count}} kriterier";
1109
+ readonly criteriaCount_two: "Baserat på {{count}} kriterier";
1110
+ readonly criteriaCount_few: "Baserat på {{count}} kriterier";
1111
+ readonly criteriaCount_many: "Baserat på {{count}} kriterier";
1112
+ readonly criteriaCount_other: "Baserat på {{count}} kriterier";
1113
+ readonly noCriteria: "Inga registreringskriterier angivna";
1114
+ readonly editCriteria: "Redigera kriterier";
1115
+ readonly unknownType: "Okänd åtgärdstyp";
1116
+ readonly invalidField: "Du kan inte redigera huvudpatientfält — välj ett anpassat fält.";
1117
+ readonly position: "Steg {{current}} av {{total}}";
1118
+ readonly nodeAriaLabel: "{{type}}, steg {{current}} av {{total}}";
1119
+ };
1120
+ readonly map: {
1121
+ readonly label_one: "Arbetsflödespipeline med {{count}} steg";
1122
+ readonly label_zero: "Arbetsflödespipeline med {{count}} steg";
1123
+ readonly label_two: "Arbetsflödespipeline med {{count}} steg";
1124
+ readonly label_few: "Arbetsflödespipeline med {{count}} steg";
1125
+ readonly label_many: "Arbetsflödespipeline med {{count}} steg";
1126
+ readonly label_other: "Arbetsflödespipeline med {{count}} steg";
1127
+ readonly completed: "Slutfört";
1128
+ readonly current: "Aktuellt steg";
1129
+ readonly pending: "Väntar";
1130
+ readonly nodeLabel: "{{type}}";
1131
+ readonly nodeLabelWithSummary: "{{type}}: {{summary}}";
1132
+ };
1133
+ readonly card: {
1134
+ readonly activeEnrollments: "Aktiva registreringar";
1135
+ readonly totalEnrollments: "Totala registreringar";
1136
+ readonly actions_one: "{{count}} åtgärd";
1137
+ readonly actions_zero: "{{count}} åtgärder";
1138
+ readonly actions_two: "{{count}} åtgärder";
1139
+ readonly actions_few: "{{count}} åtgärder";
1140
+ readonly actions_many: "{{count}} åtgärder";
1141
+ readonly actions_other: "{{count}} åtgärder";
1142
+ readonly view: "Visa arbetsflöde";
1143
+ readonly edit: "Redigera arbetsflöde";
1144
+ readonly delete: "Ta bort arbetsflöde";
1145
+ readonly activate: "Aktivera arbetsflöde";
1146
+ readonly deactivate: "Inaktivera arbetsflöde";
1147
+ };
1148
+ };
1149
+ readonly patientShell: {
1150
+ readonly brand: {
1151
+ readonly homeAria: "AlfaDocs startsida";
1152
+ };
1153
+ readonly settings: {
1154
+ readonly triggerAria: "Öppna inställningsmeny";
1155
+ readonly fullscreen: "Växla helskärm";
1156
+ readonly logout: "Logga ut";
1157
+ };
1158
+ readonly sidebar: {
1159
+ readonly panelLabel: "Patientnavigering";
1160
+ };
1161
+ };
1162
+ readonly toothScheme: {
1163
+ readonly ariaLabel: "Tandschema";
1164
+ readonly legendLabel: "Tillståndslista";
1165
+ readonly dentition: {
1166
+ readonly permanent: "Permanenta tänder";
1167
+ readonly primary: "Mjölktänder";
1168
+ readonly mixed: "Blandad tanduppsättning";
1169
+ };
1170
+ readonly anatomy: {
1171
+ readonly incisor: "Framtand";
1172
+ readonly canine: "Hörntand";
1173
+ readonly premolar: "Premolar";
1174
+ readonly molar: "Kindtand";
1175
+ };
1176
+ readonly condition: {
1177
+ readonly caries: "Karies";
1178
+ readonly filled: "Lagad";
1179
+ readonly crowned: "Kronbehandlad";
1180
+ readonly missing: "Saknas";
1181
+ readonly implant: "Implantat";
1182
+ readonly rootCanal: "Rotbehandling";
1183
+ };
1184
+ readonly surface: {
1185
+ readonly mesial: "Mesial";
1186
+ readonly distal: "Distal";
1187
+ readonly occlusal: "Ocklusal";
1188
+ readonly buccal: "Buccal";
1189
+ readonly lingual: "Lingual";
1190
+ };
1191
+ readonly numbering: {
1192
+ readonly fdi: "FDI (ISO 3950)";
1193
+ readonly universal: "Universal (ADA)";
1194
+ readonly palmer: "Palmer";
1195
+ };
1196
+ readonly toothLabel: "Tand {{id}}, {{anatomy}}{{conditionSuffix}}";
1197
+ readonly selected: "Tand {{id}} vald, {{conditions}}";
1198
+ readonly deselected: "Tand {{id}} avmarkerad";
1199
+ };
1200
+ readonly privacyLock: {
1201
+ readonly triggerAriaLabel: "Lås skärmen för integritet";
1202
+ readonly triggerTooltip: "Lås skärm";
1203
+ readonly title: "Skärmen är låst för integritet";
1204
+ readonly description: "Skärmlåsning hjälper till att skydda integriteten för dina uppgifter.";
1205
+ readonly unlock: "Lås upp skärm";
1206
+ readonly accountPage: "Kontosida";
1207
+ readonly signOut: "Logga ut";
1208
+ };
1209
+ readonly financial: {
1210
+ readonly state: {
1211
+ readonly debt: "Att inkassera";
1212
+ readonly credit: "Kredit";
1213
+ readonly toInvoice: "Att fakturera";
1214
+ readonly toDeliver: "Att leverera";
1215
+ readonly settled: "Reglerat";
1216
+ };
1217
+ readonly aria: {
1218
+ readonly label: "{{state}} {{amount}}";
1219
+ };
1220
+ };
1221
+ };
1222
+ //# sourceMappingURL=sv.d.ts.map