@alfadocs/ui-kit 0.23.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 (69) 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.js +2726 -134
  29. package/dist/i18n/locales/ar.d.ts +147 -3
  30. package/dist/i18n/locales/de.d.ts +147 -3
  31. package/dist/i18n/locales/el.d.ts +147 -3
  32. package/dist/i18n/locales/es.d.ts +147 -3
  33. package/dist/i18n/locales/fr.d.ts +147 -3
  34. package/dist/i18n/locales/hi.d.ts +147 -3
  35. package/dist/i18n/locales/ja.d.ts +147 -3
  36. package/dist/i18n/locales/nl.d.ts +147 -3
  37. package/dist/i18n/locales/pl.d.ts +149 -5
  38. package/dist/i18n/locales/pt.d.ts +147 -3
  39. package/dist/i18n/locales/ro.d.ts +147 -3
  40. package/dist/i18n/locales/ru.d.ts +148 -4
  41. package/dist/i18n/locales/sq.d.ts +147 -3
  42. package/dist/i18n/locales/sv.d.ts +147 -3
  43. package/dist/i18n/locales/tr.d.ts +147 -3
  44. package/dist/i18n/locales/zh.d.ts +147 -3
  45. package/dist/i18n/resources.d.ts +294 -6
  46. package/dist/index.js +512 -507
  47. package/dist/locales/ar.json +149 -5
  48. package/dist/locales/de.json +149 -5
  49. package/dist/locales/el.json +149 -5
  50. package/dist/locales/en.json +147 -3
  51. package/dist/locales/es.json +149 -5
  52. package/dist/locales/fr.json +149 -5
  53. package/dist/locales/hi.json +149 -5
  54. package/dist/locales/it.json +147 -3
  55. package/dist/locales/ja.json +149 -5
  56. package/dist/locales/nl.json +149 -5
  57. package/dist/locales/pl.json +151 -7
  58. package/dist/locales/pt.json +149 -5
  59. package/dist/locales/ro.json +149 -5
  60. package/dist/locales/ru.json +150 -6
  61. package/dist/locales/sq.json +149 -5
  62. package/dist/locales/sv.json +149 -5
  63. package/dist/locales/tr.json +149 -5
  64. package/dist/locales/zh.json +149 -5
  65. package/dist/patterns/patient-shell/index.js +1 -1
  66. package/dist/tokens.css +2 -2
  67. package/package.json +10 -1
  68. package/dist/_chunks/editable-currency-cell-renderer-1t42gENX.js +0 -1972
  69. package/dist/_chunks/use-locale-C5rS3Xon.js +0 -71
@@ -90,6 +90,10 @@
90
90
  },
91
91
  "requirements": {
92
92
  "length_one": "Co najmniej {{count}} znak",
93
+ "length_zero": "Co najmniej {{count}} znaków",
94
+ "length_two": "Co najmniej {{count}} znaków",
95
+ "length_few": "Co najmniej {{count}} znaki",
96
+ "length_many": "Co najmniej {{count}} znaków",
93
97
  "length_other": "Co najmniej {{count}} znaków",
94
98
  "uppercase": "Jedna wielka litera",
95
99
  "lowercase": "Jedna mała litera",
@@ -102,6 +106,8 @@
102
106
  },
103
107
  "textarea": {
104
108
  "charactersRemaining_one": "{{count}} znak pozostały",
109
+ "charactersRemaining_zero": "{{count}} znaków pozostałych",
110
+ "charactersRemaining_two": "{{count}} znaków pozostałych",
105
111
  "charactersRemaining_few": "{{count}} znaki pozostałe",
106
112
  "charactersRemaining_many": "{{count}} znaków pozostałych",
107
113
  "charactersRemaining_other": "{{count}} znaków pozostałych"
@@ -133,9 +139,11 @@
133
139
  "minReached": "Osiągnięto minimum {{min}} zaznaczeń",
134
140
  "maxReached": "Osiągnięto maksimum {{max}} zaznaczeń",
135
141
  "counter_one": "{{count}} z {{total}} zaznaczony",
136
- "counter_other": "{{count}} z {{total}} zaznaczonych",
137
- "counter_few": "{{count}} z {{total}} zaznaczone",
138
- "counter_many": "{{count}} z {{total}} zaznaczonych"
142
+ "counter_zero": "{{count}} z {{total}} zaznaczonych",
143
+ "counter_two": "{{count}} z {{total}} zaznaczonych",
144
+ "counter_few": "{{count}} z {{total}} zaznaczonych",
145
+ "counter_many": "{{count}} z {{total}} zaznaczonych",
146
+ "counter_other": "{{count}} z {{total}} zaznaczonych"
139
147
  },
140
148
  "multiSelect": {
141
149
  "placeholder": "Wybierz…",
@@ -147,15 +155,21 @@
147
155
  "overflow": "+{{count}} innych",
148
156
  "selected_zero": "{{count}} zaznaczonych",
149
157
  "selected_one": "{{count}} zaznaczony",
158
+ "selected_two": "{{count}} zaznaczonych",
159
+ "selected_few": "{{count}} zaznaczone",
160
+ "selected_many": "{{count}} zaznaczonych",
150
161
  "selected_other": "{{count}} zaznaczonych"
151
162
  },
152
163
  "autocomplete": {
164
+ "ariaLabel": "Szukaj",
153
165
  "recent": "Ostatnie",
154
166
  "noResults": "Brak wyników",
155
167
  "results_one": "{{count}} wynik",
156
- "results_other": "{{count}} wyników",
157
- "results_few": "{{count}} wyniki",
158
- "results_many": "{{count}} wyników"
168
+ "results_zero": "{{count}} wyników",
169
+ "results_two": "{{count}} wyników",
170
+ "results_few": "{{count}} wyników",
171
+ "results_many": "{{count}} wyników",
172
+ "results_other": "{{count}} wyników"
159
173
  },
160
174
  "phone": {
161
175
  "placeholder": "Numer telefonu",
@@ -206,9 +220,11 @@
206
220
  "placeholder": "Wybierz zakres dat",
207
221
  "rangeSummary": "Od {{from}} do {{to}}, {{count}} dzień/dni",
208
222
  "days_one": "{{count}} dzień",
209
- "days_other": "{{count}} dni",
223
+ "days_zero": "{{count}} dni",
224
+ "days_two": "{{count}} dni",
210
225
  "days_few": "{{count}} dni",
211
226
  "days_many": "{{count}} dni",
227
+ "days_other": "{{count}} dni",
212
228
  "presets": {
213
229
  "today": "Dzisiaj",
214
230
  "yesterday": "Wczoraj",
@@ -296,6 +312,10 @@
296
312
  },
297
313
  "badge": {
298
314
  "notifications_one": "{{count}} powiadomienie",
315
+ "notifications_zero": "{{count}} powiadomień",
316
+ "notifications_two": "{{count}} powiadomień",
317
+ "notifications_few": "{{count}} powiadomienia",
318
+ "notifications_many": "{{count}} powiadomień",
299
319
  "notifications_other": "{{count}} powiadomień",
300
320
  "variant": {
301
321
  "neutral": "Neutralny",
@@ -331,6 +351,10 @@
331
351
  },
332
352
  "dataTable": {
333
353
  "selected_one": "{{count}} wiersz wybrany",
354
+ "selected_zero": "{{count}} wierszy wybranych",
355
+ "selected_two": "{{count}} wierszy wybranych",
356
+ "selected_few": "{{count}} wiersze wybrane",
357
+ "selected_many": "{{count}} wierszy wybranych",
334
358
  "selected_other": "{{count}} wierszy wybranych",
335
359
  "exportCsv": "Eksportuj CSV",
336
360
  "exportPdf": "Eksportuj PDF",
@@ -399,6 +423,36 @@
399
423
  "clear": "Usuń",
400
424
  "apply": "Zastosuj"
401
425
  },
426
+ "textFilter": {
427
+ "placeholder": "Search…",
428
+ "clear": "Clear",
429
+ "apply": "Apply",
430
+ "operators": {
431
+ "contains": "Contains",
432
+ "notContains": "Does not contain",
433
+ "equals": "Equals",
434
+ "startsWith": "Starts with",
435
+ "endsWith": "Ends with"
436
+ }
437
+ },
438
+ "numberFilter": {
439
+ "placeholder": "Filter…",
440
+ "from": "From",
441
+ "to": "To",
442
+ "clear": "Clear",
443
+ "apply": "Apply",
444
+ "operators": {
445
+ "equals": "Equals",
446
+ "notEqual": "Not equal",
447
+ "greaterThan": "Greater than",
448
+ "greaterThanOrEqual": "Greater than or equal",
449
+ "lessThan": "Less than",
450
+ "lessThanOrEqual": "Less than or equal",
451
+ "inRange": "In range",
452
+ "blank": "Blank",
453
+ "notBlank": "Not blank"
454
+ }
455
+ },
402
456
  "typeaheadFilter": {
403
457
  "placeholder": "Szukaj…",
404
458
  "clear": "Usuń"
@@ -426,6 +480,10 @@
426
480
  "rating": {
427
481
  "label": "{{value}} gwiazdek na {{max}}",
428
482
  "reviews_one": "{{value}} gwiazdek · 1 opinia",
483
+ "reviews_zero": "{{value}} gwiazdek · {{count}} opinii",
484
+ "reviews_two": "{{value}} gwiazdek · {{count}} opinii",
485
+ "reviews_few": "{{value}} gwiazdek · {{count}} opinie",
486
+ "reviews_many": "{{value}} gwiazdek · {{count}} opinii",
429
487
  "reviews_other": "{{value}} gwiazdek · {{count}} opinii"
430
488
  },
431
489
  "sparkline": {
@@ -454,6 +512,10 @@
454
512
  "notificationTray": {
455
513
  "ariaLabel": "Powiadomienia",
456
514
  "triggerLabel_one": "Powiadomienia, {{count}} nieprzeczytane",
515
+ "triggerLabel_zero": "Powiadomienia, {{count}} nieprzeczytanych",
516
+ "triggerLabel_two": "Powiadomienia, {{count}} nieprzeczytanych",
517
+ "triggerLabel_few": "Powiadomienia, {{count}} nieprzeczytane",
518
+ "triggerLabel_many": "Powiadomienia, {{count}} nieprzeczytanych",
457
519
  "triggerLabel_other": "Powiadomienia, {{count}} nieprzeczytanych",
458
520
  "triggerLabelNone": "Powiadomienia, brak nieprzeczytanych",
459
521
  "panelTitle": "Powiadomienia",
@@ -474,6 +536,10 @@
474
536
  "messageTray": {
475
537
  "ariaLabel": "Wiadomości",
476
538
  "triggerLabel_one": "Wiadomości, {{count}} nieprzeczytana",
539
+ "triggerLabel_zero": "Wiadomości, {{count}} nieprzeczytanych",
540
+ "triggerLabel_two": "Wiadomości, {{count}} nieprzeczytanych",
541
+ "triggerLabel_few": "Wiadomości, {{count}} nieprzeczytane",
542
+ "triggerLabel_many": "Wiadomości, {{count}} nieprzeczytanych",
477
543
  "triggerLabel_other": "Wiadomości, {{count}} nieprzeczytanych",
478
544
  "triggerLabelNone": "Wiadomości, brak nieprzeczytanych",
479
545
  "panelTitle": "Wiadomości",
@@ -492,6 +558,10 @@
492
558
  "subjectFragment": " — {{subject}}",
493
559
  "unreadSuffix": ", nieprzeczytana",
494
560
  "threadCount_one": "{{count}} nowa wiadomość w wątku",
561
+ "threadCount_zero": "{{count}} nowych wiadomości w wątku",
562
+ "threadCount_two": "{{count}} nowych wiadomości w wątku",
563
+ "threadCount_few": "{{count}} nowe wiadomości w wątku",
564
+ "threadCount_many": "{{count}} nowych wiadomości w wątku",
495
565
  "threadCount_other": "{{count}} nowych wiadomości w wątku"
496
566
  },
497
567
  "taskCard": {
@@ -525,8 +595,16 @@
525
595
  "regionLabel": "Ostrzeżenia",
526
596
  "listLabel": "Lista ostrzeżeń",
527
597
  "countChanged_one": "{{count}} ostrzeżenie do przejrzenia",
598
+ "countChanged_zero": "{{count}} ostrzeżeń do przejrzenia",
599
+ "countChanged_two": "{{count}} ostrzeżeń do przejrzenia",
600
+ "countChanged_few": "{{count}} ostrzeżenia do przejrzenia",
601
+ "countChanged_many": "{{count}} ostrzeżeń do przejrzenia",
528
602
  "countChanged_other": "{{count}} ostrzeżeń do przejrzenia",
529
603
  "showMore_one": "Pokaż {{count}} więcej ostrzeżeń",
604
+ "showMore_zero": "Pokaż {{count}} więcej ostrzeżeń",
605
+ "showMore_two": "Pokaż {{count}} więcej ostrzeżeń",
606
+ "showMore_few": "Pokaż {{count}} więcej ostrzeżeń",
607
+ "showMore_many": "Pokaż {{count}} więcej ostrzeżeń",
530
608
  "showMore_other": "Pokaż {{count}} więcej ostrzeżeń",
531
609
  "showLess": "Pokaż mniej"
532
610
  },
@@ -626,6 +704,28 @@
626
704
  "on": "Włącz",
627
705
  "off": "Wyłącz"
628
706
  }
707
+ },
708
+ "localePicker": {
709
+ "trigger": "Ustawienia języka (bieżący: {{locale}})",
710
+ "popupLabel": "Wybierz język",
711
+ "commandLabel": "Lista języków",
712
+ "searchPlaceholder": "Szukaj języków…",
713
+ "searchLabel": "Szukaj języków",
714
+ "empty": "Nie znaleziono żadnych języków",
715
+ "currentSelection": "Bieżący wybór"
716
+ },
717
+ "headerSettings": {
718
+ "trigger": "Ustawienia",
719
+ "language": {
720
+ "label": "Język"
721
+ },
722
+ "appearance": {
723
+ "label": "Wygląd",
724
+ "light": "Jasny",
725
+ "dark": "Ciemny",
726
+ "system": "Systemowy",
727
+ "accessible": "Tryb dostępności"
728
+ }
629
729
  }
630
730
  },
631
731
  "alia": {
@@ -636,6 +736,10 @@
636
736
  "close": "Zamknij asystenta",
637
737
  "open": "Otwórz asystenta",
638
738
  "unseenCount_one": "{{count}} nowa wiadomość",
739
+ "unseenCount_zero": "{{count}} nowych wiadomości",
740
+ "unseenCount_two": "{{count}} nowych wiadomości",
741
+ "unseenCount_few": "{{count}} nowe wiadomości",
742
+ "unseenCount_many": "{{count}} nowych wiadomości",
639
743
  "unseenCount_other": "{{count}} nowych wiadomości",
640
744
  "usageLabel": "{{current}} z {{limit}} wiadomości użytych",
641
745
  "usageLimitReached": "Osiągnięto limit wiadomości",
@@ -676,6 +780,10 @@
676
780
  "placeholder": "Napisz wiadomość",
677
781
  "attach": "Załącz plik",
678
782
  "remaining_one": "{{count}} znak pozostały",
783
+ "remaining_zero": "{{count}} znaków pozostałych",
784
+ "remaining_two": "{{count}} znaków pozostałych",
785
+ "remaining_few": "{{count}} znaki pozostałe",
786
+ "remaining_many": "{{count}} znaków pozostałych",
679
787
  "remaining_other": "{{count}} znaków pozostałych",
680
788
  "sendHint": "Naciśnij Ctrl + Enter, aby wysłać"
681
789
  },
@@ -703,6 +811,10 @@
703
811
  "seekTo": "Przejdź do {{time}}",
704
812
  "speaker": "Mówca {{name}}",
705
813
  "matchCount_one": "{{count}} dopasowanie",
814
+ "matchCount_zero": "{{count}} dopasowań",
815
+ "matchCount_two": "{{count}} dopasowań",
816
+ "matchCount_few": "{{count}} dopasowania",
817
+ "matchCount_many": "{{count}} dopasowań",
706
818
  "matchCount_other": "{{count}} dopasowań",
707
819
  "noMatches": "Brak dopasowań",
708
820
  "lowConfidence": "niska wiarygodność"
@@ -763,6 +875,10 @@
763
875
  "previousDays": "Poprzednie dni",
764
876
  "nextDays": "Następne dni",
765
877
  "showMore_one": "Pokaż 1 więcej",
878
+ "showMore_zero": "Pokaż {{count}} więcej",
879
+ "showMore_two": "Pokaż {{count}} więcej",
880
+ "showMore_few": "Pokaż {{count}} więcej",
881
+ "showMore_many": "Pokaż {{count}} więcej",
766
882
  "showMore_other": "Pokaż {{count}} więcej",
767
883
  "noSlots": "Brak dostępnych terminów",
768
884
  "nextAvailable": "Następna dostępność",
@@ -948,12 +1064,28 @@
948
1064
  },
949
1065
  "delay": {
950
1066
  "summary_one": "Poczekaj {{count}} dzień",
1067
+ "summary_zero": "Poczekaj {{count}} dni",
1068
+ "summary_two": "Poczekaj {{count}} dni",
1069
+ "summary_few": "Poczekaj {{count}} dni",
1070
+ "summary_many": "Poczekaj {{count}} dni",
951
1071
  "summary_other": "Poczekaj {{count}} dni",
952
1072
  "days_one": "{{count}} dzień",
1073
+ "days_zero": "{{count}} dni",
1074
+ "days_two": "{{count}} dni",
1075
+ "days_few": "{{count}} dni",
1076
+ "days_many": "{{count}} dni",
953
1077
  "days_other": "{{count}} dni",
954
1078
  "hours_one": "{{count}} godzina",
1079
+ "hours_zero": "{{count}} godzin",
1080
+ "hours_two": "{{count}} godzin",
1081
+ "hours_few": "{{count}} godziny",
1082
+ "hours_many": "{{count}} godzin",
955
1083
  "hours_other": "{{count}} godzin",
956
1084
  "minutes_one": "{{count}} minuta",
1085
+ "minutes_zero": "{{count}} minut",
1086
+ "minutes_two": "{{count}} minut",
1087
+ "minutes_few": "{{count}} minuty",
1088
+ "minutes_many": "{{count}} minut",
957
1089
  "minutes_other": "{{count}} minut"
958
1090
  },
959
1091
  "editor": {
@@ -969,6 +1101,10 @@
969
1101
  "empty": "Dodaj swoją pierwszą akcję, aby zacząć budować pipeline.",
970
1102
  "enrollmentCriteria": "Kryteria rejestracji",
971
1103
  "criteriaCount_one": "Na podstawie {{count}} kryterium",
1104
+ "criteriaCount_zero": "Na podstawie {{count}} kryteriów",
1105
+ "criteriaCount_two": "Na podstawie {{count}} kryteriów",
1106
+ "criteriaCount_few": "Na podstawie {{count}} kryteriów",
1107
+ "criteriaCount_many": "Na podstawie {{count}} kryteriów",
972
1108
  "criteriaCount_other": "Na podstawie {{count}} kryteriów",
973
1109
  "noCriteria": "Brak ustawionych kryteriów rejestracji",
974
1110
  "editCriteria": "Edytuj kryteria",
@@ -979,6 +1115,10 @@
979
1115
  },
980
1116
  "map": {
981
1117
  "label_one": "Pipeline workflow z {{count}} krokiem",
1118
+ "label_zero": "Pipeline workflow z {{count}} krokami",
1119
+ "label_two": "Pipeline workflow z {{count}} krokami",
1120
+ "label_few": "Pipeline workflow z {{count}} krokami",
1121
+ "label_many": "Pipeline workflow z {{count}} krokami",
982
1122
  "label_other": "Pipeline workflow z {{count}} krokami",
983
1123
  "completed": "Ukończone",
984
1124
  "current": "Bieżący krok",
@@ -990,6 +1130,10 @@
990
1130
  "activeEnrollments": "Aktywne rejestracje",
991
1131
  "totalEnrollments": "Łączne rejestracje",
992
1132
  "actions_one": "{{count}} akcja",
1133
+ "actions_zero": "{{count}} akcji",
1134
+ "actions_two": "{{count}} akcji",
1135
+ "actions_few": "{{count}} akcje",
1136
+ "actions_many": "{{count}} akcji",
993
1137
  "actions_other": "{{count}} akcji",
994
1138
  "view": "Wyświetl workflow",
995
1139
  "edit": "Edytuj workflow",
@@ -90,6 +90,10 @@
90
90
  },
91
91
  "requirements": {
92
92
  "length_one": "Pelo menos {{count}} carácter",
93
+ "length_zero": "Pelo menos {{count}} caracteres",
94
+ "length_two": "Pelo menos {{count}} caracteres",
95
+ "length_few": "Pelo menos {{count}} caracteres",
96
+ "length_many": "Pelo menos {{count}} caracteres",
93
97
  "length_other": "Pelo menos {{count}} caracteres",
94
98
  "uppercase": "Uma letra maiúscula",
95
99
  "lowercase": "Uma letra minúscula",
@@ -102,6 +106,8 @@
102
106
  },
103
107
  "textarea": {
104
108
  "charactersRemaining_one": "{{count}} carácter restante",
109
+ "charactersRemaining_zero": "{{count}} caracteres restantes",
110
+ "charactersRemaining_two": "{{count}} caracteres restantes",
105
111
  "charactersRemaining_few": "{{count}} caracteres restantes",
106
112
  "charactersRemaining_many": "{{count}} caracteres restantes",
107
113
  "charactersRemaining_other": "{{count}} caracteres restantes"
@@ -133,9 +139,11 @@
133
139
  "minReached": "Mínimo de {{min}} seleções atingido",
134
140
  "maxReached": "Máximo de {{max}} seleções atingido",
135
141
  "counter_one": "{{count}} de {{total}} selecionado",
136
- "counter_other": "{{count}} de {{total}} selecionados",
142
+ "counter_zero": "{{count}} de {{total}} selecionados",
143
+ "counter_two": "{{count}} de {{total}} selecionados",
137
144
  "counter_few": "{{count}} de {{total}} selecionados",
138
- "counter_many": "{{count}} de {{total}} selecionados"
145
+ "counter_many": "{{count}} de {{total}} selecionados",
146
+ "counter_other": "{{count}} de {{total}} selecionados"
139
147
  },
140
148
  "multiSelect": {
141
149
  "placeholder": "Selecionar…",
@@ -147,15 +155,21 @@
147
155
  "overflow": "+{{count}} outros",
148
156
  "selected_zero": "{{count}} selecionados",
149
157
  "selected_one": "{{count}} selecionado",
158
+ "selected_two": "{{count}} selecionados",
159
+ "selected_few": "{{count}} selecionados",
160
+ "selected_many": "{{count}} selecionados",
150
161
  "selected_other": "{{count}} selecionados"
151
162
  },
152
163
  "autocomplete": {
164
+ "ariaLabel": "Pesquisar",
153
165
  "recent": "Recentes",
154
166
  "noResults": "Sem resultados",
155
167
  "results_one": "{{count}} resultado",
156
- "results_other": "{{count}} resultados",
168
+ "results_zero": "{{count}} resultados",
169
+ "results_two": "{{count}} resultados",
157
170
  "results_few": "{{count}} resultados",
158
- "results_many": "{{count}} resultados"
171
+ "results_many": "{{count}} resultados",
172
+ "results_other": "{{count}} resultados"
159
173
  },
160
174
  "phone": {
161
175
  "placeholder": "Número de telefone",
@@ -206,9 +220,11 @@
206
220
  "placeholder": "Selecionar intervalo de datas",
207
221
  "rangeSummary": "De {{from}} a {{to}}, {{count}} dia(s)",
208
222
  "days_one": "{{count}} dia",
209
- "days_other": "{{count}} dias",
223
+ "days_zero": "{{count}} dias",
224
+ "days_two": "{{count}} dias",
210
225
  "days_few": "{{count}} dias",
211
226
  "days_many": "{{count}} dias",
227
+ "days_other": "{{count}} dias",
212
228
  "presets": {
213
229
  "today": "Hoje",
214
230
  "yesterday": "Ontem",
@@ -296,6 +312,10 @@
296
312
  },
297
313
  "badge": {
298
314
  "notifications_one": "{{count}} notificação",
315
+ "notifications_zero": "{{count}} notificações",
316
+ "notifications_two": "{{count}} notificações",
317
+ "notifications_few": "{{count}} notificações",
318
+ "notifications_many": "{{count}} notificações",
299
319
  "notifications_other": "{{count}} notificações",
300
320
  "variant": {
301
321
  "neutral": "Neutro",
@@ -331,6 +351,10 @@
331
351
  },
332
352
  "dataTable": {
333
353
  "selected_one": "{{count}} linha selecionada",
354
+ "selected_zero": "{{count}} linhas selecionadas",
355
+ "selected_two": "{{count}} linhas selecionadas",
356
+ "selected_few": "{{count}} linhas selecionadas",
357
+ "selected_many": "{{count}} linhas selecionadas",
334
358
  "selected_other": "{{count}} linhas selecionadas",
335
359
  "exportCsv": "Exportar CSV",
336
360
  "exportPdf": "Exportar PDF",
@@ -399,6 +423,36 @@
399
423
  "clear": "Remover",
400
424
  "apply": "Aplicar"
401
425
  },
426
+ "textFilter": {
427
+ "placeholder": "Search…",
428
+ "clear": "Clear",
429
+ "apply": "Apply",
430
+ "operators": {
431
+ "contains": "Contains",
432
+ "notContains": "Does not contain",
433
+ "equals": "Equals",
434
+ "startsWith": "Starts with",
435
+ "endsWith": "Ends with"
436
+ }
437
+ },
438
+ "numberFilter": {
439
+ "placeholder": "Filter…",
440
+ "from": "From",
441
+ "to": "To",
442
+ "clear": "Clear",
443
+ "apply": "Apply",
444
+ "operators": {
445
+ "equals": "Equals",
446
+ "notEqual": "Not equal",
447
+ "greaterThan": "Greater than",
448
+ "greaterThanOrEqual": "Greater than or equal",
449
+ "lessThan": "Less than",
450
+ "lessThanOrEqual": "Less than or equal",
451
+ "inRange": "In range",
452
+ "blank": "Blank",
453
+ "notBlank": "Not blank"
454
+ }
455
+ },
402
456
  "typeaheadFilter": {
403
457
  "placeholder": "Pesquisar…",
404
458
  "clear": "Remover"
@@ -426,6 +480,10 @@
426
480
  "rating": {
427
481
  "label": "{{value}} estrelas de {{max}}",
428
482
  "reviews_one": "{{value}} estrelas · 1 avaliação",
483
+ "reviews_zero": "{{value}} estrelas · {{count}} avaliações",
484
+ "reviews_two": "{{value}} estrelas · {{count}} avaliações",
485
+ "reviews_few": "{{value}} estrelas · {{count}} avaliações",
486
+ "reviews_many": "{{value}} estrelas · {{count}} avaliações",
429
487
  "reviews_other": "{{value}} estrelas · {{count}} avaliações"
430
488
  },
431
489
  "sparkline": {
@@ -454,6 +512,10 @@
454
512
  "notificationTray": {
455
513
  "ariaLabel": "Notificações",
456
514
  "triggerLabel_one": "Notificações, {{count}} não lida",
515
+ "triggerLabel_zero": "Notificações, {{count}} não lidas",
516
+ "triggerLabel_two": "Notificações, {{count}} não lidas",
517
+ "triggerLabel_few": "Notificações, {{count}} não lidas",
518
+ "triggerLabel_many": "Notificações, {{count}} não lidas",
457
519
  "triggerLabel_other": "Notificações, {{count}} não lidas",
458
520
  "triggerLabelNone": "Notificações, nenhuma não lida",
459
521
  "panelTitle": "Notificações",
@@ -474,6 +536,10 @@
474
536
  "messageTray": {
475
537
  "ariaLabel": "Mensagens",
476
538
  "triggerLabel_one": "Mensagens, {{count}} não lida",
539
+ "triggerLabel_zero": "Mensagens, {{count}} não lidas",
540
+ "triggerLabel_two": "Mensagens, {{count}} não lidas",
541
+ "triggerLabel_few": "Mensagens, {{count}} não lidas",
542
+ "triggerLabel_many": "Mensagens, {{count}} não lidas",
477
543
  "triggerLabel_other": "Mensagens, {{count}} não lidas",
478
544
  "triggerLabelNone": "Mensagens, nenhuma não lida",
479
545
  "panelTitle": "Mensagens",
@@ -492,6 +558,10 @@
492
558
  "subjectFragment": " — {{subject}}",
493
559
  "unreadSuffix": ", não lida",
494
560
  "threadCount_one": "{{count}} nova mensagem na conversa",
561
+ "threadCount_zero": "{{count}} novas mensagens na conversa",
562
+ "threadCount_two": "{{count}} novas mensagens na conversa",
563
+ "threadCount_few": "{{count}} novas mensagens na conversa",
564
+ "threadCount_many": "{{count}} novas mensagens na conversa",
495
565
  "threadCount_other": "{{count}} novas mensagens na conversa"
496
566
  },
497
567
  "taskCard": {
@@ -525,8 +595,16 @@
525
595
  "regionLabel": "Avisos",
526
596
  "listLabel": "Lista de avisos",
527
597
  "countChanged_one": "{{count}} aviso para rever",
598
+ "countChanged_zero": "{{count}} avisos para rever",
599
+ "countChanged_two": "{{count}} avisos para rever",
600
+ "countChanged_few": "{{count}} avisos para rever",
601
+ "countChanged_many": "{{count}} avisos para rever",
528
602
  "countChanged_other": "{{count}} avisos para rever",
529
603
  "showMore_one": "Mostrar mais {{count}} aviso",
604
+ "showMore_zero": "Mostrar mais {{count}} avisos",
605
+ "showMore_two": "Mostrar mais {{count}} avisos",
606
+ "showMore_few": "Mostrar mais {{count}} avisos",
607
+ "showMore_many": "Mostrar mais {{count}} avisos",
530
608
  "showMore_other": "Mostrar mais {{count}} avisos",
531
609
  "showLess": "Mostrar menos"
532
610
  },
@@ -626,6 +704,28 @@
626
704
  "on": "Ativar",
627
705
  "off": "Desativar"
628
706
  }
707
+ },
708
+ "localePicker": {
709
+ "trigger": "Configurações de idioma (atual: {{locale}})",
710
+ "popupLabel": "Selecionar idioma",
711
+ "commandLabel": "Lista de idiomas",
712
+ "searchPlaceholder": "Procurar idiomas…",
713
+ "searchLabel": "Procurar idiomas",
714
+ "empty": "Nenhum idioma encontrado",
715
+ "currentSelection": "Seleção atual"
716
+ },
717
+ "headerSettings": {
718
+ "trigger": "Configurações",
719
+ "language": {
720
+ "label": "Idioma"
721
+ },
722
+ "appearance": {
723
+ "label": "Aparência",
724
+ "light": "Claro",
725
+ "dark": "Escuro",
726
+ "system": "Sistema",
727
+ "accessible": "Modo acessível"
728
+ }
629
729
  }
630
730
  },
631
731
  "alia": {
@@ -636,6 +736,10 @@
636
736
  "close": "Fechar assistente",
637
737
  "open": "Abrir assistente",
638
738
  "unseenCount_one": "{{count}} nova mensagem",
739
+ "unseenCount_zero": "{{count}} novas mensagens",
740
+ "unseenCount_two": "{{count}} novas mensagens",
741
+ "unseenCount_few": "{{count}} novas mensagens",
742
+ "unseenCount_many": "{{count}} novas mensagens",
639
743
  "unseenCount_other": "{{count}} novas mensagens",
640
744
  "usageLabel": "{{current}} de {{limit}} mensagens utilizadas",
641
745
  "usageLimitReached": "Atingiu o limite de mensagens",
@@ -676,6 +780,10 @@
676
780
  "placeholder": "Escreva uma mensagem",
677
781
  "attach": "Anexar ficheiro",
678
782
  "remaining_one": "{{count}} carácter restante",
783
+ "remaining_zero": "{{count}} caracteres restantes",
784
+ "remaining_two": "{{count}} caracteres restantes",
785
+ "remaining_few": "{{count}} caracteres restantes",
786
+ "remaining_many": "{{count}} caracteres restantes",
679
787
  "remaining_other": "{{count}} caracteres restantes",
680
788
  "sendHint": "Prima Ctrl + Enter para enviar"
681
789
  },
@@ -703,6 +811,10 @@
703
811
  "seekTo": "Ir para {{time}}",
704
812
  "speaker": "Orador {{name}}",
705
813
  "matchCount_one": "{{count}} correspondência",
814
+ "matchCount_zero": "{{count}} correspondências",
815
+ "matchCount_two": "{{count}} correspondências",
816
+ "matchCount_few": "{{count}} correspondências",
817
+ "matchCount_many": "{{count}} correspondências",
706
818
  "matchCount_other": "{{count}} correspondências",
707
819
  "noMatches": "Sem correspondências",
708
820
  "lowConfidence": "baixa fiabilidade"
@@ -763,6 +875,10 @@
763
875
  "previousDays": "Dias anteriores",
764
876
  "nextDays": "Dias seguintes",
765
877
  "showMore_one": "Mostrar mais 1",
878
+ "showMore_zero": "Mostrar mais {{count}}",
879
+ "showMore_two": "Mostrar mais {{count}}",
880
+ "showMore_few": "Mostrar mais {{count}}",
881
+ "showMore_many": "Mostrar mais {{count}}",
766
882
  "showMore_other": "Mostrar mais {{count}}",
767
883
  "noSlots": "Sem horários disponíveis",
768
884
  "nextAvailable": "Próxima disponibilidade",
@@ -948,12 +1064,28 @@
948
1064
  },
949
1065
  "delay": {
950
1066
  "summary_one": "Aguardar {{count}} dia",
1067
+ "summary_zero": "Aguardar {{count}} dias",
1068
+ "summary_two": "Aguardar {{count}} dias",
1069
+ "summary_few": "Aguardar {{count}} dias",
1070
+ "summary_many": "Aguardar {{count}} dias",
951
1071
  "summary_other": "Aguardar {{count}} dias",
952
1072
  "days_one": "{{count}} dia",
1073
+ "days_zero": "{{count}} dias",
1074
+ "days_two": "{{count}} dias",
1075
+ "days_few": "{{count}} dias",
1076
+ "days_many": "{{count}} dias",
953
1077
  "days_other": "{{count}} dias",
954
1078
  "hours_one": "{{count}} hora",
1079
+ "hours_zero": "{{count}} horas",
1080
+ "hours_two": "{{count}} horas",
1081
+ "hours_few": "{{count}} horas",
1082
+ "hours_many": "{{count}} horas",
955
1083
  "hours_other": "{{count}} horas",
956
1084
  "minutes_one": "{{count}} minuto",
1085
+ "minutes_zero": "{{count}} minutos",
1086
+ "minutes_two": "{{count}} minutos",
1087
+ "minutes_few": "{{count}} minutos",
1088
+ "minutes_many": "{{count}} minutos",
957
1089
  "minutes_other": "{{count}} minutos"
958
1090
  },
959
1091
  "editor": {
@@ -969,6 +1101,10 @@
969
1101
  "empty": "Adicione a sua primeira ação para começar a construir a pipeline.",
970
1102
  "enrollmentCriteria": "Critérios de inscrição",
971
1103
  "criteriaCount_one": "Baseado em {{count}} critério",
1104
+ "criteriaCount_zero": "Baseado em {{count}} critérios",
1105
+ "criteriaCount_two": "Baseado em {{count}} critérios",
1106
+ "criteriaCount_few": "Baseado em {{count}} critérios",
1107
+ "criteriaCount_many": "Baseado em {{count}} critérios",
972
1108
  "criteriaCount_other": "Baseado em {{count}} critérios",
973
1109
  "noCriteria": "Nenhum critério de inscrição definido",
974
1110
  "editCriteria": "Editar critérios",
@@ -979,6 +1115,10 @@
979
1115
  },
980
1116
  "map": {
981
1117
  "label_one": "Pipeline do fluxo de trabalho com {{count}} passo",
1118
+ "label_zero": "Pipeline do fluxo de trabalho com {{count}} passos",
1119
+ "label_two": "Pipeline do fluxo de trabalho com {{count}} passos",
1120
+ "label_few": "Pipeline do fluxo de trabalho com {{count}} passos",
1121
+ "label_many": "Pipeline do fluxo de trabalho com {{count}} passos",
982
1122
  "label_other": "Pipeline do fluxo de trabalho com {{count}} passos",
983
1123
  "completed": "Concluído",
984
1124
  "current": "Passo atual",
@@ -990,6 +1130,10 @@
990
1130
  "activeEnrollments": "Inscrições ativas",
991
1131
  "totalEnrollments": "Inscrições totais",
992
1132
  "actions_one": "{{count}} ação",
1133
+ "actions_zero": "{{count}} ações",
1134
+ "actions_two": "{{count}} ações",
1135
+ "actions_few": "{{count}} ações",
1136
+ "actions_many": "{{count}} ações",
993
1137
  "actions_other": "{{count}} ações",
994
1138
  "view": "Ver fluxo de trabalho",
995
1139
  "edit": "Editar fluxo de trabalho",