-
Notifications
You must be signed in to change notification settings - Fork 141
Expand file tree
/
Copy pathtranslations_en_US_sappsd.properties
More file actions
1134 lines (1134 loc) · 85.7 KB
/
translations_en_US_sappsd.properties
File metadata and controls
1134 lines (1134 loc) · 85.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
#XACT: Aria label for the navigation item expander in two-click area
btpNavigation.expanderAriaLabel=[[[ēχρąŋƌ/ċŏĺĺąρşē şűƃ-įţēɱş∙∙∙∙∙∙∙]]]
#XACT: Aria label for the more button in the navigation
btpNavigation.moreButtonAriaLabel=[[[Ďįşρĺąŷş ąƌƌįţįŏŋąĺ ŋąʋįğąţįŏŋ įţēɱş ţĥąţ ąŗē ĥįƌƌēŋ ƌűē ţŏ ĺįɱįţēƌ şċŗēēŋ şρąċē∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
#XACT: Aria label for the navigation overflow menu
btpNavigation.overflowMenuAriaLabel=[[[Āƌƌįţįŏŋąĺ Ńąʋįğąţįŏŋ Ĭţēɱş∙∙∙∙∙∙∙∙]]]
#XACT: Aria role description for the navigation snapped popover
btpNavigation.snappedPopoverRoleDescription=[[[Ńąʋįğąţįŏŋ Ļįşţ Ţŗēē∙∙∙∙]]]
#XACT: Aria label for the button which clears the search field
btpSearchField.clearButtonLabel=[[[Ĉĺēąŗ∙∙∙∙∙∙∙∙∙]]]
#XACT: Aria label for the button which initiates the search
btpSearchField.searchButtonLabel=[[[Ŝēąŗċĥ∙∙∙∙∙∙∙∙]]]
#XACT: Aria label for the search field
btpSearchField.searchInputAriaLabel=[[[Ŝēąŗċĥ∙∙∙∙∙∙∙∙]]]
#XMSG: Placeholder text for the search field
btpSearchField.searchInputPlaceholder=[[[Ŝēąŗċĥ∙∙∙∙∙∙∙∙]]]
#XACT: Aria label for the menu button
btpToolHeader.menuButtonAriaLabel=[[[Μēŋű ƃűţţŏŋ∙∙∙∙∙∙∙∙]]]
#XACT: Aria label for the action sheet toolbar
coreActionSheet.toolbarLabel=[[[Āċţįŏŋ Ɓąŗ∙∙∙∙]]]
#XACT: Aria label for core avatar group
coreAvatarGroup.ariaLabelGroup=[[[Ĥąş ρŏρűρ ţŷρē ƌįąĺŏğ ċŏŋĵŏįŋēƌ ąʋąţąŗş, {count} ąʋąţąŗş ƌįşρĺąŷēƌ, {hiddenCount} ąʋąţąŗş ĥįƌƌēŋ, ąċţįʋąţē ƒŏŗ ċŏɱρĺēţē ĺįşţ]]]
#XACT: Aria label for core avatar group individual type
coreAvatarGroup.ariaLabelIndividual=[[[Ĭŋƌįʋįƌűąĺ ąʋąţąŗş. {count} ąʋąţąŗş ƌįşρĺąŷēƌ, {hiddenCount} ąʋąţąŗş ĥįƌƌēŋ]]]
#XACT: Aria label for the back button in avatar group overflow
coreAvatarGroup.backButton=[[[Ɓąċķ]]]
#XACT: Aria label for core avatar group popover body
coreAvatarGroup.popupBodyAriaLabel=[[[Ŵįţĥ {count} įţēɱş]]]
#XFLD: Label for the entire breadcrumb component.
coreBreadcrumb.breadcrumbTrailLabel=[[[Ɓŗēąƌċŗűɱƃ Ţŗąįĺ∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the breadcrumb overflow button that expands hidden elements.
coreBreadcrumb.overflowTitleMore=[[[Ĉĺįċķ ŏŗ ρŗēşş ēŋţēŗ ţŏ ʋįēŵ ɱŏŗē ƌēţąįĺş∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
#XBUT: Accessibility label indicating the position of a breadcrumb item within the total set (e.g., "1 of 3", "2 of 3")
coreBreadcrumb.positionLabel=[[[{current} ŏƒ {total}]]]
#XACT: Text for the ARIA valuetext attribute of Busy Indicator component
coreBusyIndicator.defaultAriaValueText=[[[Ɓűşŷ]]]
#XTOL: Label for the title attribute of Busy Indicator component
coreBusyIndicator.defaultTitle=[[[Ƥĺēąşē ŵąįţ∙∙∙∙∙∙∙∙]]]
#XACT: Calendar day view aria role description.
coreCalendar.calendarDayViewDescription=[[[Ĉąĺēŋƌąŗ∙∙∙∙∙∙]]]
#XACT: Calendar month view aria role description.
coreCalendar.calendarMonthViewDescription=[[[Μŏŋţĥ ρįċķēŗ∙∙∙∙∙∙∙]]]
#XACT: Calendar year range view aria role description.
coreCalendar.calendarYearsRangeViewDescription=[[[Ŷēąŗş ŗąŋğē ρįċķēŗ∙∙∙∙∙∙]]]
#XACT: Calendar year view aria role description.
coreCalendar.calendarYearsViewDescription=[[[Ŷēąŗ ρįċķēŗ∙∙∙∙∙∙∙∙]]]
#XBUT: Button used to close the full-screen calendar when the calendar is used in mobile mode.
coreCalendar.closeCalendarLabel=[[[Ĉĺŏşē ċąĺēŋƌąŗ∙∙∙∙∙]]]
#XFLD: Selected date label, used on the selected day/month/year cell.
coreCalendar.dateSelectedLabel=[[[Ŝēĺēċţēƌ ƌąţē∙∙∙∙∙∙]]]
#XBUT: Button on the calendar, used to navigate to the date selection view.
coreCalendar.dateSelectionLabel=[[[Ŝēĺēċţ ƌąţē∙∙∙∙∙∙∙∙]]]
#XACT: Past days aria label. Used when days in the past are accessed.
coreCalendar.dayInPastLabel=[[[Ƥąşţ ƌąŷş∙∙∙∙∙]]]
#XBUT: Button on the calendar, used to navigate to the month selection view.
coreCalendar.monthSelectionLabel=[[[Ŝēĺēċţ ɱŏŋţĥ∙∙∙∙∙∙∙]]]
#XBUT: Button on the calendar, used on the button to switch to the next month in the date selection view.
coreCalendar.nextMonthLabel=[[[Ńēχţ ɱŏŋţĥ∙∙∙∙]]]
#XBUT: Button on the calendar, used on the button to switch to the next year in the month selection view.
coreCalendar.nextYearLabel=[[[Ńēχţ ŷēąŗ∙∙∙∙∙]]]
#XFLD: Label for non-work days in the calendar legend.
coreCalendar.nonWorkDayLabel=[[[Ńŏŋ-Ŵŏŗķ ƌąŷ∙∙∙∙∙∙∙]]]
#XBUT: Button on the calendar, used on the button to switch to the previous month in the date selection view.
coreCalendar.previousMonthLabel=[[[Ƥŗēʋįŏűş ɱŏŋţĥ∙∙∙∙∙]]]
#XBUT: Button on the calendar, used on the button to switch to the previous year in the month selection view.
coreCalendar.previousYearLabel=[[[Ƥŗēʋįŏűş ŷēąŗ∙∙∙∙∙∙]]]
#XFLD: In a range selection calendar, this is the label used for the end of a range selection.
coreCalendar.rangeEndLabel=[[[Řąŋğē ēŋƌ∙∙∙∙∙]]]
#XFLD: In a range selection calendar, this is the label used for the start of a range selection.
coreCalendar.rangeStartLabel=[[[Řąŋğē şţąŗţ∙∙∙∙∙∙∙∙]]]
#XFLD: Label for today's date.
coreCalendar.todayLabel=[[[Ţŏƌąŷ∙∙∙∙∙∙∙∙∙]]]
#XFLD: Label for the column in the calendar that displays the week number (1-52).
coreCalendar.weekColumnLabel=[[[Ĉąĺēŋƌąŗ ŵēēķ∙∙∙∙∙∙]]]
#XFLD: Label for work days in the calendar legend.
coreCalendar.workDayLabel=[[[Ŵŏŗķ ƌąŷ∙∙∙∙∙∙]]]
#XBUT: Button on the calendar, used to navigate to the year selection view.
coreCalendar.yearSelectionLabel=[[[Ŝēĺēċţ ŷēąŗ∙∙∙∙∙∙∙∙]]]
#XBUT: Button on the calendar, used to navigate to the year range selection view.
coreCalendar.yearsRangeSelectionLabel=[[[Ŝēĺēċţ ŷēąŗş ŗąŋğē∙∙∙∙∙∙]]]
#XACT: Aria description for an interactive card, instructing screen reader users to press Enter to activate.
coreCard.ariaDescription=[[[Āċţįʋē, Ƥŗēşş Ĕŋţēŗ ţŏ ąċţįʋąţē∙∙∙∙∙∙∙∙∙∙]]]
#XFLD: Visually hidden text that announces the card type and role to screen readers. {cardType} is replaced with the card type (e.g. standard, list, table).
coreCard.roleDescription=[[[{cardType} Ĉąŗƌ]]]
#XBUT: Button used to show previous item in the carousel.
coreCarousel.leftNavigationBtnLabel=[[[Ģŏ ţŏ ρŗēʋįŏűş įţēɱ∙∙∙∙∙]]]
#XFLD: Label for the page indicator of the carousel.
coreCarousel.pageIndicatorLabel=[[[Ĭţēɱ {itemNum} ŏƒ {totalNum} ƌįşρĺąŷēƌ]]]
#XBUT: Button used to show next item in the carousel.
coreCarousel.rightNavigationBtnLabel=[[[Ģŏ ţŏ ŋēχţ įţēɱ∙∙∙∙]]]
#XTOL: Clear button title for combobox
coreCombobox.clearButtonTitle=[[[Ĉĺēąŗ įŋρűţ∙∙∙∙∙∙∙∙]]]
#XFLD: Label for the date picker input.
coreDatePicker.dateInputLabel=[[[Ďąţē įŋρűţ∙∙∙∙]]]
#XFLD: Label for the date range picker input.
coreDatePicker.dateRangeInputLabel=[[[Ďąţē ŗąŋğē įŋρűţ∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button on the date picker that opens the calendar.
coreDatePicker.displayCalendarToggleLabel=[[[Ŏρēŋ ρįċķēŗ∙∙∙∙∙∙∙∙]]]
#XFLD: Label for the date picker when it is displaying its input in the 'error' state.
coreDatePicker.valueStateErrorMessage=[[[Ʋąĺűē şţąţē Ĕŗŗŏŗ∙∙∙∙∙∙∙]]]
#XFLD: Label for the date picker when it is displaying its input in the 'information' state.
coreDatePicker.valueStateInformationMessage=[[[Ʋąĺűē şţąţē Ĭŋƒŏŗɱąţįŏŋ∙∙∙∙∙∙]]]
#XFLD: Label for the date picker when it is displaying its input in the 'success' state.
coreDatePicker.valueStateSuccessMessage=[[[Ʋąĺűē şţąţē Ŝűċċēşş∙∙∙∙∙]]]
#XFLD: Label for the date picker when it is displaying its input in the 'warning' state.
coreDatePicker.valueStateWarningMessage=[[[Ʋąĺűē şţąţē Ŵąŗŋįŋğ∙∙∙∙∙]]]
#XBUT: Button used to cancel the date time selection and close the calendar.
coreDatetimePicker.datetimeCancelLabel=[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]
#XFLD: Label for the date time input.
coreDatetimePicker.datetimeInputLabel=[[[Ďąţēţįɱē įŋρűţ∙∙∙∙∙]]]
#XBUT: Button used to confirm the date time selection and close the calendar.
coreDatetimePicker.datetimeOkLabel=[[[Ŏķ∙∙]]]
#XBUT: Label for the button on the datetime picker that opens the calendar.
coreDatetimePicker.displayDatetimeToggleLabel=[[[Ďįşρĺąŷ ċąĺēŋƌąŗ ţŏğğĺē∙∙∙∙∙∙]]]
#XBUT: Label for the half of the segmented button used to show the date selection.
coreDatetimePicker.displayTypeDateLabel=[[[Ďąţē]]]
#XBUT: Label for the half of the segmented button used to show the time selection.
coreDatetimePicker.displayTypeTimeLabel=[[[Ţįɱē]]]
#XACT: Aria label for the breadcrumbs navigation on the Dynamic Page
coreDynamicPage.breadcrumbsLabel=[[[Ɓŗēąƌċŗűɱƃş∙∙∙∙∙∙∙∙]]]
#XACT: Aria label for expand/collapse button when the Dynamic Page is expanded
coreDynamicPage.collapseLabel=[[[Ĉŏĺĺąρşē Ĥēąƌēŗ∙∙∙∙]]]
#XACT: Aria label for expand/collapse button when the Dynamic Page is collapsed
coreDynamicPage.expandLabel=[[[Ĕχρąŋƌ Ĥēąƌēŗ∙∙∙∙∙∙]]]
#XACT: Aria label for pin button when the Dynamic Page should be pinned
coreDynamicPage.pinLabel=[[[Ƥįŋ Ĥēąƌēŗ∙∙∙∙]]]
#XACT: Aria label for the toggle header button on the Dynamic Page
coreDynamicPage.toggleHeader=[[[Ţŏğğĺē ĥēąƌēŗ∙∙∙∙∙∙]]]
#XACT: Aria label for pin button when the Panel should be unpinned
coreDynamicPage.unpinLabel=[[[Ůŋρįŋ Ĥēąƌēŗ∙∙∙∙∙∙∙]]]
#XBUT: Button used to hide text in a feed list item that surpasses the max character limit.
coreFeedListItem.lessLabel=[[[Ļēşş]]]
#XBUT: Button used to display more of the hidden text on a feed list item when the amount of text surpasses the max character limit.
coreFeedListItem.moreLabel=[[[{count} ɱŏŗē]]]
#XBUT: Button to cancel changes to the filter on the grid list.
coreGridList.filterBarCancelButtonTitle=[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]
#XBUT: Label for button used to delete a grid list item.
coreGridList.listItemButtonDeleteTitle=[[[Ďēĺēţē∙∙∙∙∙∙∙∙]]]
#XBUT: Label for button used to edit the details of a grid list item.
coreGridList.listItemButtonDetailsTitle=[[[Ďēţąįĺş∙∙∙∙∙∙∙]]]
#XFLD: Label for the number of children a grid list item has.
coreGridList.listItemCounterAriaLabel=[[[Ĭţēɱ ĥąş {count} ċĥįĺƌŗēŋ.]]]
#XFLD: Status of a grid list item. Statuses are: success, warning, error, neutral.
coreGridList.listItemStatusAriaLabel=[[[Ĭţēɱ ĥąş şţąţűş. Ŝţąţűş: {status}.]]]
#XFLD: Label that informs the user that a grid list item contains errors.
coreGridList.listItemStatusContainsErrors=[[[Ĉŏŋţąįŋş ēŗŗŏŗş∙∙∙∙]]]
#XFLD: Label that informs the user that a grid list item is in the draft state.
coreGridList.listItemStatusDraft=[[[Ďŗąƒţ∙∙∙∙∙∙∙∙∙]]]
#XFLD: Label that informs the user that a grid list item is in a locked state.
coreGridList.listItemStatusLocked=[[[Ļŏċķēƌ∙∙∙∙∙∙∙∙]]]
#XACT: Screen reader announcement for the info label
coreInfoLabel.srOnlyText=[[[Ĭŋƒŏ Ļąƃēĺ∙∙∙∙]]]
#XACT: Screen reader text explaining that link is emphasized
coreLink.emphasized=[[[Ĕɱρĥąşįžēƌ∙∙∙∙]]]
#XACT: Screen reader text explaining that link is subtle
coreLink.subtle=[[[Ŝűƃţĺē∙∙∙∙∙∙∙∙]]]
#XACT: Screen reader text explaining the type of the message strip.
coreMessageStrip.announcementError=[[[Ĕŗŗŏŗ Μēşşąğē Ŝţŗįρ∙∙∙∙∙]]]
#XACT: Screen reader text explaining the type of the message strip.
coreMessageStrip.announcementInfo=[[[Ĭŋƒŏŗɱąţįŏŋ Μēşşąğē Ŝţŗįρ∙∙∙∙∙∙∙]]]
#XACT: Screen reader text explaining the type of the message strip.
coreMessageStrip.announcementSuccess=[[[Ŝűċċēşş Μēşşąğē Ŝţŗįρ∙∙∙∙∙]]]
#XACT: Screen reader text explaining the type of the message strip.
coreMessageStrip.announcementWarning=[[[Ŵąŗŋįŋğ Μēşşąğē Ŝţŗįρ∙∙∙∙∙]]]
#XACT: Screen reader text explaining whether the message strip is closable.
coreMessageStrip.closable=[[[Ĉĺŏşąƃĺē∙∙∙∙∙∙]]]
#XBUT: Default dismiss button text for the message strip component
coreMessageStrip.defaultDismissButtonText=[[[Ĉĺŏşē∙∙∙∙∙∙∙∙∙]]]
#XACT: Default screen reader text for the message strip component
coreMessageStrip.defaultHiddenText=[[[Μēşşąğē şţŗįρ∙∙∙∙∙∙]]]
#XBUT: Button used to dismiss a message strip.
coreMessageStrip.dismissLabel=[[[Ĉĺŏşē∙∙∙∙∙∙∙∙∙]]]
#XACT: Text for aria-role description attribute of Multi-Combobox list group header
coreMultiComboBox.listGroupHeader=[[[Ģŗŏűρ Ĥēąƌēŗ∙∙∙∙∙∙∙]]]
#XFLD: Label for the multi-combobox.
coreMultiComboBox.multiComboBoxAriaLabel=[[[Μűĺţį Ʋąĺűē Ĉŏɱƃŏ Ɓŏχ∙∙∙∙∙]]]
#XBUT: Button used to select every option in the dropdown on the multi-combobox.
coreMultiComboBox.selectAllLabel=[[[Ŝēĺēċţ ąĺĺ ({selectedItems} ŏƒ {totalItems})]]]
#XACT: Message for the screen reader alerting the user that there are {count} resulting list items from their query.
coreMultiInput.countListResultsPlural=[[[{count} ŗēşűĺţ ĺįşţ įţēɱş.]]]
#XACT: Message for the screen reader alerting the user that there is 1 resulting list item from their query.
coreMultiInput.countListResultsSingular=[[[1 ŗēşűĺţ ĺįşţ įţēɱ.∙∙∙∙∙]]]
#XACT: Message for the screen reader alerting the user that they can press escape and use the left and right arrows to focus selected items in the multi-input's tokenizer.
coreMultiInput.escapeNavigateTokens=[[[Ƥŗēşş ēşċąρē ţŏ ēχįţ ţĥē įŋρűţ ƒįēĺƌ ąŋƌ űşē ţĥē ĺēƒţ ąŋƌ ŗįğĥţ ąŗŗŏŵ ķēŷş ţŏ ŋąʋįğąţē ţĥŗŏűğĥ ţĥē şēĺēċţēƌ ŏρţįŏŋş.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
#XFLD: Label for the input field in the multi input component.
coreMultiInput.multiInputAriaLabel=[[[Μűĺţį Ʋąĺűē Ĭŋρűţ∙∙∙∙∙∙∙]]]
#XACT: Message for the screen reader alerting the user that they can use the up/down arrow keys to navigate through the available options resulting from their query.
coreMultiInput.navigateSelectionsWithArrows=[[[Ńąʋįğąţē şēĺēċţįŏŋş ŵįţĥ ţĥē űρ ąŋƌ ƌŏŵŋ ąŗŗŏŵş.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
#XACT: Message for the screen reader alerting the user that there are no resulting list items from their query.
coreMultiInput.noResults=[[[Ńŏ ŗēşűĺţş.∙∙∙∙∙∙∙∙]]]
#XBUT: Show all button text for multi-input dropdown
coreMultiInput.showAll=[[[Ŝĥŏŵ Āĺĺ ({count})]]]
#XACT: Message for the screen reader alerting the user of how many tokens there are in the multi-input.
coreMultiInput.tokensCountText=[[[Ĉŏŋţąįŋş ţŏţąĺ ţŏķēŋş: {length}.]]]
#XFLD: Label for the main level (i.e. the absolute parent, not a child navigation item) navigation in the vertical navigation.
coreNavigation.mainNavigation=[[[Μąįŋ Ńąʋįğąţįŏŋ∙∙∙∙]]]
#NOTR: Key marked as unused
coreNavigation.navigationPath=Navigation Path
#XACT: In the side navigation, the name of the item and its index and position in the list.
coreNestedList.linkItemAriaLabel=[[[Ţŗēē Ĭţēɱ {itemDetails}, {selectedDescription}]]]
#XACT: Aria description for Notification Group
coreNotification.groupAriaDescription=[[[Ńŏţįƒįċąţįŏŋ Ģŗŏűρ∙∙∙∙∙∙]]]
#XACT: Aria description for Notification Group collapsed state
coreNotification.groupAriaDescriptionCollapsed=[[[ċŏĺĺąρşēƌ∙∙∙∙∙]]]
#XACT: Aria description for Notification Group expanded state
coreNotification.groupAriaDescriptionExpanded=[[[ēχρąŋƌēƌ∙∙∙∙∙∙]]]
#XTOL: Title for the Motification group header
coreNotification.groupHeaderTitle=[[[Ĕχρąŋƌ/Ĉŏĺĺąρşē∙∙∙∙]]]
#XACT: Text for the trigger for collapse state, show less
coreNotification.triggerLessLabel=[[[Ļēşş]]]
#XACT: Text for the trigger for expand state, show more
coreNotification.triggerMoreLabel=[[[Μŏŗē]]]
#XACT: Screen reader announcement for the object identifier
coreObjectIdentifier.srOnlyAriaLabel=[[[Ŏƃĵēċţ Ĭƌēŋţįƒįēŗ∙∙∙∙∙∙∙]]]
#XACT: Screen reader text explaining the active state of the object marker.
coreObjectMarker.active=[[[Ŝţąţűş(ąċţįʋē)∙∙∙∙∙]]]
#XACT: Screen reader text explaining the inactive state of the object marker.
coreObjectMarker.inactive=[[[Ŝţąţűş∙∙∙∙∙∙∙∙]]]
#XACT: Screen reader text explaining the value state of the object number.
coreObjectNumber.critical=[[[Ʋąĺűē Ŝţąţē Ŵąŗŋįŋğ∙∙∙∙∙]]]
#XACT: Screen reader text explaining the emphasized state of the object number.
coreObjectNumber.emphasized=[[[Ĕɱρĥąşįžēƌ∙∙∙∙]]]
#XACT: Screen reader text explaining the value state of the object number.
coreObjectNumber.informative=[[[Ʋąĺűē Ŝţąţē Ĭŋƒŏŗɱąţįŏŋ∙∙∙∙∙∙]]]
#XACT: Screen reader text explaining the value state of the object number.
coreObjectNumber.negative=[[[Ʋąĺűē Ŝţąţē Ĕŗŗŏŗ∙∙∙∙∙∙∙]]]
#XACT: Screen reader text explaining the value state of the object number.
coreObjectNumber.positive=[[[Ʋąĺűē Ŝţąţē Ŝűċċēşş∙∙∙∙∙]]]
#XACT: Screen reader announcement for the object status
coreObjectStatus.ariaLabel=[[[Ŏƃĵēċţ Ŝţąţűş∙∙∙∙∙∙]]]
#XACT: Screen reader text that describes the object status as clickable.
coreObjectStatus.ariaRoleDescription=[[[Ŏƃĵēċţ Ŝţąţűş Ɓűţţŏŋ∙∙∙∙]]]
#XACT: Screen reader text for the critical object status
coreObjectStatus.critical=[[[Ŵąŗŋįŋğ įşşűēƌ∙∙∙∙∙]]]
#XACT: Screen reader text that describes the object status's indication color.
coreObjectStatus.indicationColor=[[[Ĭŋƌįċąţįŏŋ Ĉŏĺŏŗ∙∙∙∙∙∙∙∙]]]
#XACT: Screen reader text for the informative object status
coreObjectStatus.informative=[[[Ĭŋƒŏŗɱąţįʋē ēŋţŗŷ∙∙∙∙∙∙∙]]]
#XACT: Screen reader text for the negative object status
coreObjectStatus.negative=[[[Ĭŋʋąĺįƌ Ĕŋţŗŷ∙∙∙∙∙∙]]]
#XACT: Screen reader text for the positive object status
coreObjectStatus.positive=[[[Ĕŋţŗŷ şűċċēşşƒűĺĺŷ ʋąĺįƌąţēƌ∙∙∙∙∙∙∙∙]]]
#XFLD: The {count} more label for the number of items that are overflowing in the overflow layout component.
coreOverflowLayout.moreItemsButton=[[[{count} ɱŏŗē]]]
#XFLD: Label for the pagination component
corePagination.ariaLabel=[[[Ƥąğįŋąţįŏŋ∙∙∙∙]]]
#XFLD: Label denoting the number of the current page in the pagination component.
corePagination.currentPageAriaLabel=[[[Ƥąğē {pageNumber} įş ċűŗŗēŋţ ρąğē]]]
#XBUT: The button to navigate to the first page of the pagination component
corePagination.firstLabel=[[[Ƒįŗşţ∙∙∙∙∙∙∙∙∙]]]
#XFLD: Label for the pagination input
corePagination.inputAriaLabel=[[[Ƥąğē įŋρűţ, Ĉűŗŗēŋţ ρąğē, Ƥąğē {pageNumber} ŏƒ {totalCount}]]]
#XFLD: The number of results in a single page of the pagination component
corePagination.itemsPerPageLabel=[[[Řēşűĺţş ρēŗ Ƥąğē:∙∙∙∙∙∙∙]]]
#XFLD: Label after the page count, that denotes the total page count in the pagination component
corePagination.labelAfterInputMobile=[[[ŏƒ {totalCount}]]]
#XFLD: Label with the word "Page:" before the page count
corePagination.labelBeforeInputMobile=[[[Ƥąğē:∙∙∙∙∙∙∙∙∙]]]
#XBUT: The button to navigate to the last page of the pagination component
corePagination.lastLabel=[[[Ļąşţ]]]
#XBUT: The button to navigate to the next page of the pagination component
corePagination.nextLabel=[[[Ńēχţ]]]
#XBUT: The label for the button used to change to the {pageNumber} page in the pagination component.
corePagination.pageLabel=[[[Ƥąğē {pageNumber}]]]
#XBUT: The button to navigate to the previous page of the pagination component
corePagination.previousLabel=[[[Ƥŗēʋįŏűş∙∙∙∙∙∙]]]
#XFLD: Label for the {totalCount} Results text
corePagination.totalResultsLabel=[[[{totalCount} Řēşűĺţş]]]
#XFLD: Label for the product switch component
coreProductSwitch.ariaLabel=[[[Ƥŗŏƌűċţ Ŝŵįţċĥ∙∙∙∙∙]]]
#XACT: Aria label for the zero state of the Rating Indicator
coreRatingIndicator.ariaLabelReset=[[[Řēşēţ ţŏ žēŗŏ∙∙∙∙∙∙]]]
#XACT: Aria label for the total rating of the Rating Indicator
coreRatingIndicator.ariaLabelTotalRating=[[[Ţŏţąĺ ŗąţįŋğ∙∙∙∙∙∙∙]]]
#XACT: Aria label for the value string of the Rating Indicator, eg 1 of 5
coreRatingIndicator.ariaLabelValue=[[[ŏƒ∙∙]]]
#XACT: Aria role description for the Rating Indicator
coreRatingIndicator.ariaRoleDescription=[[[Řąţįŋğ įŋƌįċąţŏŗ∙∙∙∙∙∙∙∙]]]
#XACT: Aria label for the close button in select mobile dialog
coreSelect.closeButton=[[[Ĉĺŏşē∙∙∙∙∙∙∙∙∙]]]
#XFLD: Label for the assistive tools button in the shellbar
coreShellbar.assistiveTools=[[[Āşşįşţįʋē Ţŏŏĺş∙∙∙∙]]]
#XFLD: Label for the back button in the shellbar
coreShellbar.backButtonLabel=[[[Ɓąċķ]]]
#XBUT: Label for the button that closes the mobile search in the shellbar
coreShellbar.cancel=[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]
#XFLD: Label for a collapsed menu item in the shellbar
coreShellbar.collapsedItemMenuLabel=[[[Ĉŏĺĺąρşēƌ Ĭţēɱ Μēŋű∙∙∙∙∙]]]
#XFLD: Label for the navigation button in the shellbar
coreShellbar.navigationButtonLabel=[[[Ńąʋįğąţįŏŋ∙∙∙∙]]]
#XBUT: Label for the button to perform a search in the shellbar
coreShellbar.search=[[[Ŝēąŗċĥ∙∙∙∙∙∙∙∙]]]
#XACT: Screen reader text denoting the minimum and maximum values of a range slider
coreSlider.multipleHandle1MinMaxDetails=[[[Řąŋğē şĺįƌēŗ ɱįŋįɱűɱ ʋąĺűē įş {min}, ɱąχįɱűɱ ʋąĺűē įş {max}]]]
#XACT: Screen reader text denoting the maximum value of a range slider
coreSlider.multipleHandle1ValuemaxDetails=[[[Ʋąĺűē įş {value}]]]
#XACT: Screen reader text denoting the minimum value of a range slider
coreSlider.multipleHandle1ValueminDetails=[[[Ʋąĺűē įş {value}]]]
#XACT: Screen reader text denoting the current value of a range slider
coreSlider.multipleHandle1ValueNowDetails=[[[Ĉűŗŗēŋţ ʋąĺűē įş {value}]]]
#XACT: Screen reader text denoting the minimum and maximum values of a range slider
coreSlider.multipleHandle2MinMaxDetails=[[[Řąŋğē şĺįƌēŗ ɱįŋįɱűɱ ʋąĺűē įş {min}, ɱąχįɱűɱ ʋąĺűē įş {max}]]]
#XACT: Screen reader text denoting the maximum value of a range slider
coreSlider.multipleHandle2ValuemaxDetails=[[[Ʋąĺűē įş {value}]]]
#XACT: Screen reader text denoting the minimum value of a range slider
coreSlider.multipleHandle2ValueminDetails=[[[Ʋąĺűē įş {value}]]]
#XACT: Screen reader text denoting the current value of a range slider
coreSlider.multipleHandle2ValueNowDetails=[[[Ĉűŗŗēŋţ ʋąĺűē įş {value}]]]
#XACT: Screen reader text explaining the minimum and maximum values of the slider component
coreSlider.singleMinMaxDetails=[[[Ŝĺįƌēŗ ɱįŋįɱűɱ ʋąĺűē įş {min}, ɱąχįɱűɱ ʋąĺűē įş {max}]]]
#XACT: Screen reader text denoting the maximum value of the slider
coreSlider.singleValuemaxDetails=[[[Ʋąĺűē įş {value}]]]
#XACT: Screen reader text denoting the minimum value of the slider
coreSlider.singleValueminDetails=[[[Ʋąĺűē įş {value}]]]
#XACT: Screen reader text denoting the current value of the slider
coreSlider.singleValueNowDetails=[[[Ĉűŗŗēŋţ ʋąĺűē įş {value}]]]
#XFLD: Label for the split button component.
coreSplitButton.arialLabel=[[[Ŝρĺįţ ƃűţţŏŋ∙∙∙∙∙∙∙]]]
#XBUT: Label for the button which displays more options/actions on the split button.
coreSplitButton.expandButtonAriaLabel=[[[Μŏŗē ąċţįŏŋş∙∙∙∙∙∙∙]]]
#XBUT: Button for the splitter pagination
coreSplitter.paginationItemAriaLabel=[[[Ŝēċţįŏŋ∙∙∙∙∙∙∙]]]
#XFLD: Label for the step input component
coreStepInput.ariaRoleDescription=[[[Ŝţēρ Ĭŋρűţ∙∙∙∙]]]
#XBUT: Label for the button that decrements the value of the step input.
coreStepInput.decrementButtonTitle=[[[Ďēċŗēɱēŋţ∙∙∙∙∙]]]
#XBUT: Label for the button that increments the value of the step input.
coreStepInput.incrementButtonTitle=[[[Ĭŋċŗēɱēŋţ∙∙∙∙∙]]]
#XACT: Text that explains the switch component is in "Accept" state
coreSwitch.semanticAcceptLabel=[[[Āċċēρţ∙∙∙∙∙∙∙∙]]]
#XACT: Text that explains the switch component is in "Decline" state
coreSwitch.semanticDeclineLabel=[[[Ďēċĺįŋē∙∙∙∙∙∙∙]]]
#XACT: Aria label for the expand icon in tab overflow
coreTabs.expandIconLabel=[[[Ŝēē Μŏŗē∙∙∙∙∙∙]]]
#XBUT: Label for the button that displays more tabs
coreTabs.tabListExpandButtonText=[[[Μŏŗē]]]
#XBUT: Label for the button that displays less text
coreText.lessLabel=[[[Ļēşş]]]
#XBUT: Label for the button that displays more text
coreText.moreLabel=[[[Μŏŗē]]]
#XFLD: label for the afternoon period in the day.
coreTime.afternoonLabel=[[[įŋ ţĥē ąƒţēŗŋŏŏŋ∙∙∙∙∙∙∙∙]]]
#XFLD: Label for the time picker component
coreTime.componentAriaName=[[[Ţįɱē ρįċķēŗ∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button that decreases the hour
coreTime.decreaseHoursLabel=[[[Ďēċŗēąşē ĥŏűŗş∙∙∙∙∙]]]
#XBUT: Label for the button that decreases the minute
coreTime.decreaseMinutesLabel=[[[Ďēċŗēąşē ɱįŋűţēş∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button that decreases the period (am/pm)
coreTime.decreasePeriodLabel=[[[Ďēċŗēąşē ρēŗįŏƌ∙∙∙∙]]]
#XBUT: Label for the button that decreases the second
coreTime.decreaseSecondsLabel=[[[Ďēċŗēąşē şēċŏŋƌş∙∙∙∙∙∙∙∙]]]
#XFLD: label for the evening period in the day.
coreTime.eveningLabel=[[[įŋ ţĥē ēʋēŋįŋğ∙∙∙∙∙]]]
#XFLD: Full text for hours label
coreTime.hoursLabel=[[[Ĥŏűŗş∙∙∙∙∙∙∙∙∙]]]
#XFLD: Shorthand label for hours
coreTime.hrsLabel=[[[Ĥŗş∙]]]
#XBUT: Label for the button that increases the hour
coreTime.increaseHoursLabel=[[[Ĭŋċŗēąşē ĥŏűŗş∙∙∙∙∙]]]
#XBUT: Label for the button that increases the minute
coreTime.increaseMinutesLabel=[[[Ĭŋċŗēąşē ɱįŋűţēş∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button that increases the period (am/pm)
coreTime.increasePeriodLabel=[[[Ĭŋċŗēąşē ρēŗįŏƌ∙∙∙∙]]]
#XBUT: Label for the button that increases the second
coreTime.increaseSecondsLabel=[[[Ĭŋċŗēąşē şēċŏŋƌş∙∙∙∙∙∙∙∙]]]
#XFLD: Shorthand for the minute label
coreTime.minLabel=[[[Μįŋ∙]]]
#XFLD: Full text for the minutes label
coreTime.minutesLabel=[[[Μįŋűţēş∙∙∙∙∙∙∙]]]
#XFLD: label for the morning period in the day.
coreTime.morningLabel=[[[įŋ ţĥē ɱŏŗŋįŋğ∙∙∙∙∙]]]
#XACT: Screen reader text explaining how the user can navigate and use the time picker with their keyboard.
coreTime.navigationInstruction=[[[Ţŏ ɱŏʋē ƃēţŵēēŋ įţēɱş įŋ ţĥįş ĺįşţ, ρŗēşş ţŏρ ąŗŗŏŵ ŏŗ ƃŏţţŏɱ ąŗŗŏŵ. Ţŏ şŵįţċĥ ƃēţŵēēŋ ĺįşţş ρŗēşş ĺēƒţ ąŗŗŏŵ ŏŗ ŗįğĥţ ąŗŗŏŵ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
#XFLD: label for the night period in the day.
coreTime.nightLabel=[[[ąţ ŋįğĥţ∙∙∙∙∙∙]]]
#XFLD: Label for the period
coreTime.periodLabel=[[[Ƥēŗįŏƌ∙∙∙∙∙∙∙∙]]]
#XFLD: Shorthand for the second label
coreTime.secLabel=[[[Ŝēċ∙]]]
#XFLD: Full text for the seconds label
coreTime.secondsLabel=[[[Ŝēċŏŋƌş∙∙∙∙∙∙∙]]]
#XBUT: Label for the button that opens the time picker.
coreTimePicker.timePickerButtonLabel=[[[Ŏρēŋ ρįċķēŗ∙∙∙∙∙∙∙∙]]]
#XFLD: Label for the time picker input.
coreTimePicker.timePickerInputLabel=[[[Ţįɱē ρįċķēŗ įŋρűţ∙∙∙∙∙∙∙]]]
#XACT: Value state error message for time picker
coreTimePicker.valueStateErrorMessage=[[[Ʋąĺűē şţąţē Ĕŗŗŏŗ∙∙∙∙∙∙∙]]]
#XACT: Value state information message for time picker
coreTimePicker.valueStateInformationMessage=[[[Ʋąĺűē şţąţē Ĭŋƒŏŗɱąţįŏŋ∙∙∙∙∙∙]]]
#XACT: Value state success message for time picker
coreTimePicker.valueStateSuccessMessage=[[[Ʋąĺűē şţąţē Ŝűċċēşş∙∙∙∙∙]]]
#XACT: Value state warning message for time picker
coreTimePicker.valueStateWarningMessage=[[[Ʋąĺűē şţąţē Ŵąŗŋįŋğ∙∙∙∙∙]]]
#XACT: Text that explains role of the element.
coreToken.ariaRoleDescription=[[[ţŏķēŋ∙∙∙∙∙∙∙∙∙]]]
#XFLD: Label for delete button.
coreToken.deleteButtonLabel=[[[Ďēĺēţąƃĺē∙∙∙∙∙]]]
#XBUT: Text for the button that expands hidden elements.
coreTokenizer.moreLabel=[[[{count} ɱŏŗē]]]
#XFLD: Label for the Tokenizer component.
coreTokenizer.tokenizerLabel=[[[Ţŏķēŋįžēŗ∙∙∙∙∙]]]
#XBUT: Label for the toolbar overflow button
coreToolbar.moreButton=[[[Μŏŗē]]]
#XACT: Aria label for collapse action of tree item
coreTree.collapse=[[[Ĉŏĺĺąρşē ŋŏƌē∙∙∙∙∙∙]]]
#XACT: Aria label for expand action of tree item
coreTree.expand=[[[Ĕχρąŋƌ ŋŏƌē∙∙∙∙∙∙∙∙]]]
#XMSG: Text which is visible when tree has no data
coreTree.noData=[[[Ńŏ ƌąţą∙∙∙∙∙∙∙]]]
#XFLD: Label for the input that holds Filename value.
coreUploadCollection.formItemPlaceholder=[[[Ƒįĺēŋąɱē∙∙∙∙∙∙]]]
#XBUT: Label for the button that cancels the form.
coreUploadCollection.menuCancelAriaLabel=[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button that cancels the form.
coreUploadCollection.menuCancelText=[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button that removes the entry.
coreUploadCollection.menuDeleteAriaLabel=[[[Ďēĺēţē∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button that opens Edit form.
coreUploadCollection.menuEditAriaLabel=[[[Ĕƌįţ]]]
#XBUT: Label for the button that submits the form.
coreUploadCollection.menuOkAriaLabel=[[[Ĕƌįţ]]]
#XBUT: Label for the button that submits the form.
coreUploadCollection.menuOkText=[[[Ŏķ∙∙]]]
#XACT: Aria label for the Close button in user menu
coreUserMenu.closeButton=[[[Ĉĺŏşē∙∙∙∙∙∙∙∙∙]]]
#XACT: Aria label for the Previous button in user menu
coreUserMenu.previousButton=[[[Ƥŗēʋįŏűş∙∙∙∙∙∙]]]
#XFLD: Label for the Wizard component.
coreWizard.ariaLabel=[[[Ŵįžąŗƌ∙∙∙∙∙∙∙∙]]]
#XBUT: Button text for submitting new node.
platformApprovalFlow.addNodeAddActionBtnLabel=[[[Āƌƌ∙]]]
#XBUT: Button for closing members picker window.
platformApprovalFlow.addNodeApproverOrTeamDetailsCloseActionBtnLabel=[[[Ĉĺŏşē∙∙∙∙∙∙∙∙∙]]]
#XTOL: Title for the button to add new node.
platformApprovalFlow.addNodeButtonTitle=[[[Āƌƌ ŋŏƌē∙∙∙∙∙∙]]]
#XBUT: Button text for cancelling new node submission.
platformApprovalFlow.addNodeCancelActionBtnLabel=[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]
#XBUT: Button for cancelling approvers form submission.
platformApprovalFlow.addNodeCancelApproverSelectionActionBtnLabel=[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]
#XCKL: Checkbox description.
platformApprovalFlow.addNodeDialogAddToNext=[[[Āƌƌ ţŏ ţĥē ŋēχţ şēŗįąĺ ŋŏƌē∙∙∙∙∙∙∙∙]]]
#XFLD: "Approver type" picker label.
platformApprovalFlow.addNodeDialogApproverType=[[[Āρρŗŏʋēŗ ţŷρē∙∙∙∙∙∙]]]
#XMIT: Anyone option
platformApprovalFlow.addNodeDialogApproverTypeTeamAnyone=[[[Āŋŷŏŋē ŏŋ ţĥē ţēąɱ∙∙∙∙∙∙]]]
#XMIT: Everyone option
platformApprovalFlow.addNodeDialogApproverTypeTeamEveryone=[[[Ĕʋēŗŷŏŋē ŏŋ ţĥē ţēąɱ∙∙∙∙]]]
#XMIT: User option
platformApprovalFlow.addNodeDialogApproverTypeUser=[[[Ā űşēŗ∙∙∙∙∙∙∙∙]]]
#XFLD: Datepicker label.
platformApprovalFlow.addNodeDialogDueDate=[[[Ďűē ƌąţē∙∙∙∙∙∙]]]
#XTIT: Dialog header.
platformApprovalFlow.addNodeDialogHeaderAddApprovers=[[[Āƌƌ ąρρŗŏʋēŗş∙∙∙∙∙∙]]]
#XTIT: Dialog header.
platformApprovalFlow.addNodeDialogHeaderAddApproverTeam=[[[Ůşēŗ/Ţēąɱ∙∙∙∙∙]]]
#XTIT: Dialog header.
platformApprovalFlow.addNodeDialogHeaderDetail=[[[Ďēţąįĺ∙∙∙∙∙∙∙∙]]]
#XTIT: Dialog header.
platformApprovalFlow.addNodeDialogHeaderEditApprover=[[[Ĕƌįţ ąρρŗŏʋēŗ∙∙∙∙∙∙]]]
#XFLD: "Parallel or serial" picker label.
platformApprovalFlow.addNodeDialogNodeType=[[[Ƥąŗąĺĺēĺ ŏŗ şēŗįąĺ∙∙∙∙∙∙]]]
#XMIT: "Parallel" option
platformApprovalFlow.addNodeDialogNodeTypeParallel=[[[Ƥąŗąĺĺēĺ∙∙∙∙∙∙]]]
#XMIT: "Serial" option
platformApprovalFlow.addNodeDialogNodeTypeSerial=[[[Ŝēŗįąĺ∙∙∙∙∙∙∙∙]]]
#XFLD: User/Team picker label.
platformApprovalFlow.addNodeDialogUserOrTeam=[[[Ůşēŗ/Ţēąɱ∙∙∙∙∙]]]
#XFLD: Search field placeholder.
platformApprovalFlow.addNodeSearchPlaceholder=[[[Ŝēąŗċĥ∙∙∙∙∙∙∙∙]]]
#XBUT: Button for submitting approvers form.
platformApprovalFlow.addNodeSelectApproverActionBtnLabel=[[[Ŝēĺēċţ∙∙∙∙∙∙∙∙]]]
#XFLD: Default label for the Approval Flow component.
platformApprovalFlow.defaultTitle=[[[Āρρŗŏʋąĺ ρŗŏċēşş∙∙∙∙∙∙∙∙]]]
#XFLD: Label for the list of people.
platformApprovalFlow.defaultWatchersLabel=[[[Ŵąţċĥēŗş∙∙∙∙∙∙]]]
#XBUT: Text for the button that cancel editing the form.
platformApprovalFlow.editModeExitButtonLabel=[[[Ĕχįţ]]]
#XBUT: Text for the button that saves the form.
platformApprovalFlow.editModeSaveButtonLabel=[[[Ŝąʋē]]]
#XMSG: Edit form description.
platformApprovalFlow.emptyHint=[[[Ţŏ ąƌƌ ąρρŗŏʋēŗş ċĺįċķ "Āƌƌ ą şţēρ". Ţŏ ąƌƌ ŵąţċĥēŗş, ċĺįċķ ţĥē Ŵąţċĥēŗş ƒįēĺƌ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
#XTIT: Text of the edit form.
platformApprovalFlow.emptyTitle=[[[Ŝţąŗţ ąƌƌįŋğ ąρρŗŏʋēŗş ąŋƌ ŵąţċĥēŗş∙∙∙∙∙∙∙∙∙∙∙∙]]]
#XMSG: Message when singular approver has been added.
platformApprovalFlow.messagesApproverAddedSuccess=[[[1 ąρρŗŏʋēŗ ĥąş ƃēēŋ ąƌƌēƌ∙∙∙∙∙∙∙]]]
#XMSG: Message when the Approval Flow Graph in invalid.
platformApprovalFlow.messagesErrorBuildGraph=[[[Ţĥēŗē ŵąş ąŋ ēŗŗŏŗ ŵĥēŋ ţŗŷįŋğ ţŏ ƃűįĺƌ ğŗąρĥ. Ĉĥēċķ ţĥē įŋįţįąĺ ƌąţą.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
#XMSG: Message when singular approver has been edited.
platformApprovalFlow.messagesNodeEdited=[[[1 ąρρŗŏʋēŗ ĥąş ƃēēŋ ēƌįţēƌ∙∙∙∙∙∙∙]]]
#XMSG: Message when multiple approvers has been removed.
platformApprovalFlow.messagesNodeRemovedPlural=[[[Āρρŗŏʋēŗş ĥąʋē ƃēēŋ ŗēɱŏʋēƌ∙∙∙∙∙∙∙∙]]]
#XMSG: Message when singular approver has been removed.
platformApprovalFlow.messagesNodeRemovedSingular=[[[1 ąρρŗŏʋēŗ ĥąş ƃēēŋ ŗēɱŏʋēƌ∙∙∙∙∙∙∙∙]]]
#XMSG: Message when singular team has been added.
platformApprovalFlow.messagesTeamAddedSuccess=[[[1 ţēąɱ ĥąş ƃēēŋ ąƌƌēƌ∙∙∙∙∙]]]
#XMSG: Message when singular team has been removed.
platformApprovalFlow.messagesTeamRemoved=[[[1 ţēąɱ ĥąş ƃēēŋ ŗēɱŏʋēƌ∙∙∙∙∙∙]]]
#XFLD: Label for a link to undo last change.
platformApprovalFlow.messagesUndoAction=[[[Ůŋƌŏ]]]
#XBUT: Label for the button that used to show next slide.
platformApprovalFlow.nextButtonAriaLabel=[[[Ģŏ ţŏ ŋēχţ şĺįƌē∙∙∙∙∙∙∙∙]]]
#XMIT: Menu item for adding approvers after selected node.
platformApprovalFlow.nodeActionAddApproversAfter=[[[Āƌƌ ąρρŗŏʋēŗş ąƒţēŗ∙∙∙∙∙]]]
#XMIT: Menu item for adding approvers before selected node.
platformApprovalFlow.nodeActionAddApproversBefore=[[[Āƌƌ ąρρŗŏʋēŗş ƃēƒŏŗē∙∙∙∙]]]
#XMIT: Menu item for adding approvers in parallel to the selected node.
platformApprovalFlow.nodeActionAddApproversParallel=[[[Āƌƌ ρąŗąĺĺēĺ ąρρŗŏʋēŗş∙∙∙∙∙]]]
#XMIT: Menu item for editing node's approvers.
platformApprovalFlow.nodeActionEditApprover=[[[Ĕƌįţ ąρρŗŏʋēŗ∙∙∙∙∙∙]]]
#XMIT: Menu item for removing approvers node.
platformApprovalFlow.nodeActionRemove=[[[Řēɱŏʋē∙∙∙∙∙∙∙∙]]]
#XFLD: Label for the amount of members for the node if members belong to the same team.
platformApprovalFlow.nodeMembersCount=[[[{count} ɱēɱƃēŗş]]]
#XTOL: Title for the button that opens node actions menu.
platformApprovalFlow.nodeMenuButtonTitle=[[[Μēŋű]]]
#XFLD: Due date label if due date is not today and not overdue.
platformApprovalFlow.nodeStatusDueInXDays=[[[Ďűē įŋ {count} ƌąŷş]]]
#XFLD: Due date label if due date is today.
platformApprovalFlow.nodeStatusDueToday=[[[Ďűē ţŏƌąŷ∙∙∙∙∙]]]
#XFLD: Due date label if due date is overdue.
platformApprovalFlow.nodeStatusXDaysOverdue=[[[{count} ƌąŷş ŏʋēŗƌűē]]]
#XFLD: Label for the amount of members for the node if members belong to a different teams.
platformApprovalFlow.nodeVariousTeams=[[[Ʋąŗįŏűş ţēąɱş∙∙∙∙∙∙]]]
#XBUT: Label for the button that used to show previous slide.
platformApprovalFlow.prevButtonAriaLabel=[[[Ģŏ ţŏ ρŗēʋįŏűş şĺįƌē∙∙∙∙]]]
#XBUT: Button for cancelling moving the approver.
platformApprovalFlow.selectTypeDialogCancelButton=[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]
#XBUT: Button for confirming moving the approver.
platformApprovalFlow.selectTypeDialogConfirmButton=[[[Ĉŏŋƒįŗɱ∙∙∙∙∙∙∙]]]
#XTIT: Dialog header for moving the approver.
platformApprovalFlow.selectTypeDialogMoveApproverAs=[[[Μŏʋē ąρρŗŏʋēŗ ąş∙∙∙∙∙∙∙∙]]]
#XMIT: "Parallel" option
platformApprovalFlow.selectTypeDialogNodeTypeParallel=[[[Ƥąŗąĺĺēĺ ąρρŗŏʋēŗ∙∙∙∙∙∙∙]]]
#XMIT: "Serial" option
platformApprovalFlow.selectTypeDialogNodeTypeSerial=[[[Ŝēŗįąĺ ąρρŗŏʋēŗ∙∙∙∙]]]
#XFLD: "Parallel or serial" picker label.
platformApprovalFlow.selectTypeDialogParallelOrSerial=[[[Ƥąŗąĺĺēĺ ŏŗ şēŗįąĺ∙∙∙∙∙∙]]]
#XFLD: Label for "Approved" state of the node.
platformApprovalFlow.statusApproved=[[[ąρρŗŏʋēƌ∙∙∙∙∙∙]]]
#XFLD: Label for "In Progress" state of the node.
platformApprovalFlow.statusInProgress=[[[įŋ ρŗŏğŗēşş∙∙∙∙∙∙∙∙]]]
#XFLD: Label for "Not Started" state of the node.
platformApprovalFlow.statusNotStarted=[[[ŋŏţ şţąŗţēƌ∙∙∙∙∙∙∙∙]]]
#XFLD: Label for "Rejected" state of the node.
platformApprovalFlow.statusRejected=[[[ŗēĵēċţēƌ∙∙∙∙∙∙]]]
#XBUT: Button for adding approvers after selected node.
platformApprovalFlow.toolbarAddApproversAfter=[[[Āƌƌ ąρρŗŏʋēŗş ąƒţēŗ∙∙∙∙∙]]]
#XBUT: Button for adding approvers before selected node.
platformApprovalFlow.toolbarAddApproversBefore=[[[Āƌƌ ąρρŗŏʋēŗş ƃēƒŏŗē∙∙∙∙]]]
#XBUT: Button for adding approvers in parallel to the selected node.
platformApprovalFlow.toolbarAddApproversParallel=[[[Āƌƌ ρąŗąĺĺēĺ ąρρŗŏʋēŗş∙∙∙∙∙]]]
#XBUT: Button for opening a dialog for adding approval step.
platformApprovalFlow.toolbarAddStepButton=[[[Āƌƌ ą şţēρ∙∙∙∙]]]
#XBUT: Button for editing selected node.
platformApprovalFlow.toolbarEditApprover=[[[Ĕƌįţ ąρρŗŏʋēŗ∙∙∙∙∙∙]]]
#XBUT: Button for switching to edit mode.
platformApprovalFlow.toolbarEditButton=[[[Ĕƌįţ]]]
#XBUT: Button for removing selected node.
platformApprovalFlow.toolbarRemove=[[[Řēɱŏʋē∙∙∙∙∙∙∙∙]]]
#XBUT: Button text for closing approver details dialog.
platformApprovalFlow.userDetailsCancelBtnLabel=[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]
#XTIT: Approver details dialog heading.
platformApprovalFlow.userDetailsHeader=[[[Ďēţąįĺ∙∙∙∙∙∙∙∙]]]
#XBUT: Button text for sending a reminder.
platformApprovalFlow.userDetailsSendReminderBtnLabel=[[[Ŝēŋƌ ŗēɱįŋƌēŗ∙∙∙∙∙∙]]]
#XTOL: Text representing multiple selected approvers.
platformApprovalFlow.userListSelectedItemsCountPlural=[[[{count} įţēɱş şēĺēċţēƌ]]]
#XTOL: Text representing singular selected approver.
platformApprovalFlow.userListSelectedItemsCountSingular=[[[1 įţēɱ şēĺēċţēƌ∙∙∙∙]]]
#XFLD: Placeholder for watchers search field.
platformApprovalFlow.watchersInputPlaceholder=[[[Ŝēąŗċĥ ĥēŗē..∙∙∙∙∙∙]]]
#XMSG: Text displayed for multiple result list items
platformCombobox.countListResultsPlural=[[[{count} ŗēşűĺţ ĺįşţ įţēɱş]]]
#XMSG: Text displayed for singular result list item
platformCombobox.countListResultsSingular=[[[1 ŗēşűĺţ ĺįşţ įţēɱ∙∙∙∙∙∙]]]
#XACT: Aria label for the send button
platformFeedInput.sendButton=[[[Ŝēŋƌ]]]
#XFLD: Avatar title.
platformFeedInput.userTitle=[[[Ůşēŗ]]]
#XBUT: More button text for icon tab bar
platformIconTabBar.moreButton=[[[Μŏŗē]]]
#XACT: Text for the ARIA roledescription attribute of Platform Link compatible for media resolution
platformLink.roleDescriptionWithMedia=[[[Μēƌįą: {media}]]]
#XACT: Text for the ARIA label attribute of Busy Indicator used in Platform List when it's in loading state
platformList.loadingAriaLabel=[[[ĺŏąƌįŋğ∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which activates the list of all errors in message popover
platformMessagePopover.allErrors=[[[Āĺĺ∙]]]
#XACT: Aria label for the back button in message popover
platformMessagePopover.backButton=[[[Ģŏ ƃąċķ∙∙∙∙∙∙∙]]]
#XMSG: Email validation error message
platformMessagePopover.defaultErrors.email=[[[Ĕɱąįĺ įş įŋʋąĺįƌ∙∙∙∙∙∙∙∙]]]
#XMSG: Max value validation error message
platformMessagePopover.defaultErrors.max=[[[Ţĥē ƒįēĺƌ ēχċēēƌş ɱąχįɱűɱ ʋąĺűē∙∙∙∙∙∙∙∙∙∙]]]
#XMSG: Max length validation error message
platformMessagePopover.defaultErrors.maxLength=[[[Ţĥē ƒįēĺƌ ēχċēēƌş ɱąχįɱűɱ ĺēŋğţĥ∙∙∙∙∙∙∙∙∙∙]]]
#XMSG: Min validation error message
platformMessagePopover.defaultErrors.min=[[[Ţĥē ƒįēĺƌ ʋąĺűē įş ĺēşş ţĥąŋ ąĺĺŏŵēƌ∙∙∙∙∙∙∙∙∙∙∙∙]]]
#XMSG: Min length validation error message
platformMessagePopover.defaultErrors.minLength=[[[Ţĥē ƒįēĺƌ ĺēŋğţĥ įş ĺēşş ţĥąŋ ąĺĺŏŵēƌ∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
#XMSG: Pattern validation error message
platformMessagePopover.defaultErrors.pattern=[[[Ţĥē ƒįēĺƌ ʋąĺűē įş įŋʋąĺįƌ∙∙∙∙∙∙∙]]]
#XMSG: Required validation error message
platformMessagePopover.defaultErrors.required=[[[Ţĥē ƒįēĺƌ įş ɱąŋƌąţŏŗŷ∙∙∙∙∙]]]
#XMSG: Required value to be "true" validation error message
platformMessagePopover.defaultErrors.requiredTrue=[[[Ţĥē ƒįēĺƌ įş ɱąŋƌąţŏŗŷ∙∙∙∙∙]]]
#XACT: Text for the ARIA label attribute of the button representing 'Select Options' of Platform Multi-Combobox input group
platformMultiCombobox.inputGlyphAriaLabel=[[[Ŝēĺēċţ Ŏρţįŏŋş∙∙∙∙∙]]]
#XTOL: Text for the title attribute of the button representing 'Select Options' of Platform Multi-Combobox input group
platformMultiCombobox.inputIconTitle=[[[Ŝēĺēċţ Ŏρţįŏŋş∙∙∙∙∙]]]
#XMSG: Text for error message when the user enters an invalid entry.
platformMultiCombobox.invalidEntryError=[[[Ĭŋʋąĺįƌ Ĕŋţŗŷ∙∙∙∙∙∙]]]
#XTOL: Text for the title attribute of the button representing 'Show all items' of Platform Multi-Combobox input group
platformMultiCombobox.mobileShowAllItemsButton=[[[Ŝĥŏŵ ąĺĺ įţēɱş∙∙∙∙∙]]]
#XTOL: Text for the title attribute of the button representing 'Show selected items' of Platform Multi-Combobox input group
platformMultiCombobox.mobileShowSelectedItemsButton=[[[Ŝĥŏŵ şēĺēċţēƌ įţēɱş∙∙∙∙∙]]]
#XACT: Text for the ARIA label attribute of the button representing 'delete' action in Platform Object List
platformObjectListItem.deleteActionAriaLabel=[[[ƌēĺēţē∙∙∙∙∙∙∙∙]]]
#XACT: Text for the ARIA label attribute of the button representing 'detail' action in Platform Object List
platformObjectListItem.detailsActionAriaLabel=[[[ƌēţąįĺ∙∙∙∙∙∙∙∙]]]
#XBUT: Text for all button in category selection menu
platformSearchField.allButtonLabel=[[[Āĺĺ∙]]]
#XBUT: Text for cancel button in mobile search dialog
platformSearchField.cancelLabel=[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]
#XACT: Text for the ARIA label attribute of the button representing 'Clear' action in Platform Search Field
platformSearchField.clearButtonTitle=[[[Ĉĺēąŗ Ŝēąŗċĥ∙∙∙∙∙∙∙]]]
#XFLD: Aria label for the search in scope counter
platformSearchField.counterLabel=[[[Ţŏţąĺ ŗēşűĺţş: {count}]]]
#XBUT: Text for delete button aria label on search results list items
platformSearchField.deleteButtonAriaLabel=[[[Řēɱŏʋē∙∙∙∙∙∙∙∙]]]
#XBUT: Text for delete button title on search results list items
platformSearchField.deleteButtonTitle=[[[Řēɱŏʋē Ŝűğğēşţįŏŋ∙∙∙∙∙∙∙]]]
#XFLD: Role description for group header
platformSearchField.groupHeader=[[[Ģŗŏűρ Ĥēąƌēŗ∙∙∙∙∙∙∙]]]
#XACT: Text for the ARIA label attribute of the input field in Platform Search Field
platformSearchField.searchInputLabel=[[[Ŝēąŗċĥ∙∙∙∙∙∙∙∙]]]
#XMSG: Message displaying the number of suggestions found
platformSearchField.searchSuggestionMessage=[[[{count} şűğğēşţįŏŋş ƒŏűŋƌ.]]]
#XMSG: Message with keyboard instructions for navigation
platformSearchField.searchSuggestionNavigateMessage=[[[űşē űρ ąŋƌ ƌŏŵŋ ąŗŗŏŵş ţŏ ŋąʋįğąţē∙∙∙∙∙∙∙∙∙∙∙]]]
#XFLD: Aria label / description for the category select
platformSearchField.selectScopeLabel=[[[Ŝēĺēċţ şċŏρē∙∙∙∙∙∙∙]]]
#XFLD: Category select mobile header text
platformSearchField.selectStateMessageLabel=[[[Ŝēĺēċţ∙∙∙∙∙∙∙∙]]]
#XACT: Text for the ARIA label attribute of the button representing 'Search' action in Platform Search Field
platformSearchField.submitButtonTitle=[[[Ŝēąŗċĥ (Ĕŋţēŗ)∙∙∙∙∙]]]
#XFLD: Aria label for the search results
platformSearchField.suggestionsWrapperAriaLabel=[[[Ŝűğğēşţįŏŋş∙∙∙∙∙∙∙∙]]]
#XACT: Text for the ARIA label attribute of the button representing 'Synchronize' action in Platform Search Field
platformSearchField.synchronizeButtonTitle=[[[Ŝŷŋċĥŗŏŋįžē∙∙∙∙∙∙∙∙]]]
#XACT: Aria label for the select
platformSelect.selectOptionLabel=[[[Ŝēĺēċţ ąŋ Ŏρţįŏŋ∙∙∙∙∙∙∙∙]]]
#XFLD: Label for the back button in the settings generator
platformSettingsGenerator.backButtonLabel=[[[Ɓąċķ]]]
#XFLD: Text for the search input placeholder
platformSettingsGenerator.searchLabel=[[[Ŝēąŗċĥ∙∙∙∙∙∙∙∙]]]
#XFLD: Text above the search input on the settings generator page
platformSettingsGenerator.settingsLabel=[[[Ŝēţţįŋğş∙∙∙∙∙∙]]]
#XBUT: Text for button that adds a new condition in Platform Smart Filter Bar
platformSmartFilterBar.defineConditionsAddConditionButtonLabel=[[[Āƌƌ ċŏŋƌįţįŏŋ∙∙∙∙∙∙]]]
#XBUT: Text for the cancel button in the conditions dialog of Platform Smart Filter Bar
platformSmartFilterBar.defineConditionsCancelButton=[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]
#XTOL: Text for the title attribute of the button representing 'Remove condition' action in Platform Smart Filter Bar
platformSmartFilterBar.defineConditionsRemoveConditionButtonTitle=[[[Řēɱŏʋē ċŏŋƌįţįŏŋ∙∙∙∙∙∙∙∙]]]
#XBUT: Text for the submit button in the conditions dialog of Platform Smart Filter Bar
platformSmartFilterBar.defineConditionsSubmitButtonLabel=[[[Ģŏ∙∙]]]
#XMIT: "after" option for filter condition in Platform Smart Filter Bar
platformSmartFilterBar.filterConditionAfter=[[[ąƒţēŗ∙∙∙∙∙∙∙∙∙]]]
#XMIT: "before" option for filter condition in Platform Smart Filter Bar
platformSmartFilterBar.filterConditionBefore=[[[ƃēƒŏŗē∙∙∙∙∙∙∙∙]]]
#XMIT: "before or on" option for filter condition in Platform Smart Filter Bar
platformSmartFilterBar.filterConditionBeforeOrOn=[[[ƃēƒŏŗē ŏŗ ŏŋ∙∙∙∙∙∙∙]]]
#XMIT: "starts with" option for filter condition in Platform Smart Filter Bar
platformSmartFilterBar.filterConditionBeginsWith=[[[şţąŗţş ŵįţĥ∙∙∙∙∙∙∙∙]]]
#XMIT: "between" option for filter condition in Platform Smart Filter Bar
platformSmartFilterBar.filterConditionBetween=[[[ƃēţŵēēŋ∙∙∙∙∙∙∙]]]
#XMIT: "contains" option for filter condition in Platform Smart Filter Bar
platformSmartFilterBar.filterConditionContains=[[[ċŏŋţąįŋş∙∙∙∙∙∙]]]
#XMIT: "ends with" option for filter condition in Platform Smart Filter Bar
platformSmartFilterBar.filterConditionEndsWith=[[[ēŋƌş ŵįţĥ∙∙∙∙∙]]]
#XMIT: "equal to" option for filter condition in Platform Smart Filter Bar
platformSmartFilterBar.filterConditionEqualTo=[[[ēƣűąĺ ţŏ∙∙∙∙∙∙]]]
#XMIT: "greater than" option for filter condition in Platform Smart Filter Bar
platformSmartFilterBar.filterConditionGreaterThan=[[[ğŗēąţēŗ ţĥąŋ∙∙∙∙∙∙∙]]]
#XMIT: "greater than or equal to" option for filter condition in Platform Smart Filter Bar
platformSmartFilterBar.filterConditionGreaterThanOrEqualTo=[[[ğŗēąţēŗ ţĥąŋ ŏŗ ēƣűąĺ ţŏ∙∙∙∙∙∙]]]
#XMIT: "less than" option for filter condition in Platform Smart Filter Bar
platformSmartFilterBar.filterConditionLessThan=[[[ĺēşş ţĥąŋ∙∙∙∙∙]]]
#XMIT: "less than or equal to" option for filter condition in Platform Smart Filter Bar
platformSmartFilterBar.filterConditionLessThanOrEqualTo=[[[ĺēşş ţĥąŋ ŏŗ ēƣűąĺ ţŏ∙∙∙∙∙]]]
#XMIT: "on or after" option for filter condition in Platform Smart Filter Bar
platformSmartFilterBar.filterConditionOnOrAfter=[[[ŏŋ ŏŗ ąƒţēŗ∙∙∙∙∙∙∙∙]]]
#XMIT: "from" option for filter condition in Platform Smart Filter Bar
platformSmartFilterBar.filterConditionValueFromPlaceholder=[[[ƒŗŏɱ]]]
#XMIT: "value" option for filter condition in Platform Smart Filter Bar
platformSmartFilterBar.filterConditionValuePlaceholder=[[[ʋąĺűē∙∙∙∙∙∙∙∙∙]]]
#XMIT: "to" option for filter condition in Platform Smart Filter Bar
platformSmartFilterBar.filterConditionValueToPlaceholder=[[[ţŏ∙∙]]]
#XBUT: Text for the button that opens a modal with available filters in Platform Smart Filter Bar
platformSmartFilterBar.filtersButtonLabel=[[[Ƒįĺţēŗş ({filtersCount})]]]
#XBUT: Text for the button that hides the filters area in Platform Smart Filter Bar
platformSmartFilterBar.hideFiltersButtonLabel=[[[Ĥįƌē ƒįĺţēŗş∙∙∙∙∙∙∙]]]
#XTOL: Text for the title attribute of the button representing 'Manage field conditions' in the in in Platform Search Field
platformSmartFilterBar.manageFieldConditions=[[[Μąŋąğē ƒįēĺƌ ċŏŋƌįţįŏŋş∙∙∙∙∙∙]]]
#XACT: Text for the ARIA label attribute of the button representing 'Refresh' action in Platform Smart Filter Bar
platformSmartFilterBar.refreshButtonAriaLabel=[[[Řēƒŗēşĥ∙∙∙∙∙∙∙]]]
#XFLD: Text for the placeholder of Platform Smart Filter Bar input field
platformSmartFilterBar.searchPlaceholder=[[[Ŝēąŗċĥ∙∙∙∙∙∙∙∙]]]
#XTIT: Text for the table column header representing the filter's active state in the Filters dialog of Platform Smart Filter Bar
platformSmartFilterBar.selectFiltersActiveColumnLabel=[[[Āċţįʋē∙∙∙∙∙∙∙∙]]]
#XTIT: Table title for the available filters in the Filters dialog of Platform Smart Filter Bar
platformSmartFilterBar.selectFiltersAvailableFiltersText=[[[Āʋąįĺąƃĺē ƒįĺţēŗş∙∙∙∙∙∙∙]]]
#XBUT: Text for the cancel button in the Filters dialog of Platform Smart Filter Bar
platformSmartFilterBar.selectFiltersCancelButton=[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]
#XTIT: Text for the table column header representing the filter name in the Filters dialog of Platform Smart Filter Bar
platformSmartFilterBar.selectFiltersFilterColumnLabel=[[[Ƒįĺţēŗ∙∙∙∙∙∙∙∙]]]
#XTIT: Heading text for the Filters dialog of Platform Smart Filter Bar
platformSmartFilterBar.selectFiltersHeader=[[[Ƒįĺţēŗş∙∙∙∙∙∙∙]]]
#XBUT: Text for the submit button in the Filters dialog of Platform Smart Filter Bar
platformSmartFilterBar.selectFiltersSubmitButtonLabel=[[[Ģŏ∙∙]]]
#XMIT: "Active" option for displaying the available filters in Platform Smart Filter Bar
platformSmartFilterBar.settingsCategoryActive=[[[Āċţįʋē∙∙∙∙∙∙∙∙]]]
#XMIT: "All" option for displaying the available filters in Platform Smart Filter Bar
platformSmartFilterBar.settingsCategoryAll=[[[Āĺĺ∙]]]
#XMIT: "Mandatory" option for displaying the available filters in Platform Smart Filter Bar
platformSmartFilterBar.settingsCategoryMandatory=[[[Μąŋƌąţŏŗŷ∙∙∙∙∙]]]
#XMIT: "Visible" option for displaying the available filters in Platform Smart Filter Bar
platformSmartFilterBar.settingsCategoryVisible=[[[Ʋįşįƃĺē∙∙∙∙∙∙∙]]]
#XMIT: "Visible and active" option for displaying the available filters in Platform Smart Filter Bar
platformSmartFilterBar.settingsCategoryVisibleAndActive=[[[Ʋįşįƃĺē ąŋƌ ąċţįʋē∙∙∙∙∙∙]]]
#XBUT: Text for the button that shows the filters area in Platform Smart Filter Bar
platformSmartFilterBar.showFiltersButtonLabel=[[[Ŝĥŏŵ ƒįĺţēŗş∙∙∙∙∙∙∙]]]
#XBUT: Text for the submit button in Platform Smart Filter Bar
platformSmartFilterBar.submitButtonLabel=[[[Ģŏ∙∙]]]
#XACT: Aria label for the split menu button group
platformSplitMenuButton.groupLabel=[[[Ŝρĺįţ ƃűţţŏŋ ğŗŏűρ∙∙∙∙∙∙]]]
#XACT: Text for the ARIA label attribute of the button representing 'delete' action in Platform Standard List
platformStandardListItem.deleteActionAriaLabel=[[[ƌēĺēţē∙∙∙∙∙∙∙∙]]]
#XACT: Text for the ARIA label attribute of the button representing 'detail' action in Platform Standard List
platformStandardListItem.detailsActionAriaLabel=[[[ƌēţąįĺ∙∙∙∙∙∙∙∙]]]
#XACT: Text for the ARIA label attribute of Platform Switch
platformSwitch.ariaLabel=[[[Ŝŵįţċĥ įŋρűţ∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which cancels the changes made in the settings dialog
platformTable.cancelBtnLabel=[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which clears the filters
platformTable.clearFilters=[[[Ĉĺēąŗ Ƒįĺţēŗş∙∙∙∙∙∙]]]
#XBUT: Label for the button, which collapses the clicked row in the table
platformTable.collapseRowButtonTitle=[[[Ĉŏĺĺąρşē ŗŏŵ∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which confirms the changes made in the settings dialog
platformTable.confirmBtnLabel=[[[ŎĶ∙∙]]]
#XMSG: Text for the message displayed in Platform Table when no data is found
platformTable.defaultEmptyMessage=[[[Ńŏ ƌąţą ƒŏűŋƌ∙∙∙∙∙∙]]]
#XFLD: Label for the checkbox, which deselects all rows in the table
platformTable.deselectAllCheckboxLabel=[[[Ďēşēĺēċţ ąĺĺ∙∙∙∙∙∙∙]]]
#XACT: Text for the checkbox, which selects all rows in the table, longer explanation for screen reader
platformTable.deselectAllCheckboxLongLabel=[[[Ĉĥēċķƃŏχ, ċĥēċķēƌ, ċĺįċķ ţŏ ƌēşēĺēċţ ąĺĺ∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
#XACT: Text, which is read by screen reader, tells instruction of how to deselect a row
platformTable.deselectSingleRow=[[[Ţŏ ƌēşēĺēċţ ŗŏŵ, ρŗēşş ŜƤĀĈĔƁĀŘ∙∙∙∙∙∙∙∙∙∙]]]
#XFLD: Text for the placeholder of editable cell data input field in Platform Table
platformTable.editableCellDatePlaceholder=[[[Ĕŋţēŗ ʋąĺűē∙∙∙∙∙∙∙∙]]]
#XFLD: Text for the placeholder of editable cell number input field in Platform Table
platformTable.editableCellNumberPlaceholder=[[[Ĕŋţēŗ ʋąĺűē∙∙∙∙∙∙∙∙]]]
#XFLD: Text for the placeholder of editable cell string input field in Platform Table
platformTable.editableCellStringPlaceholder=[[[Ĕŋţēŗ ʋąĺűē∙∙∙∙∙∙∙∙]]]
#XMSG: Text for empty cell in Platform Table
platformTable.emptyCell=[[[Ĕɱρţŷ∙∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which expands the clicked row in the table
platformTable.expandRowButtonTitle=[[[Ĕχρąŋƌ ŗŏŵ∙∙∙∙]]]
#XBUT: Label for the button in the table filter dialog, which navigates back to the list of the filterable columns
platformTable.filterDialogBackToColumns=[[[Ńąʋįğąţē ƃąċķ∙∙∙∙∙∙]]]
#XBUT: Label for the button, which cancels applied filters
platformTable.filterDialogCancelBtnLabel=[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which confirms applied filters
platformTable.filterDialogConfirmBtnLabel=[[[ŎĶ∙∙]]]
#XTIT: Heading text on a filter dialog's list of the filterable columns
platformTable.filterDialogFilterBy=[[[Ƒįĺţēŗ Ɓŷ∙∙∙∙∙]]]
#XTIT: Heading text on a filter dialog's list of the filterable columns
platformTable.filterDialogFilterByLabel=[[[Ƒįĺţēŗ ƃŷ: {filterLabel}]]]
#XTIT: Heading text on a filter dialog
platformTable.filterDialogFilterTitle=[[[Ƒįĺţēŗ∙∙∙∙∙∙∙∙]]]
#XFLD: Label for the option button, which sets "unfiltered" filter state
platformTable.filterDialogNotFilteredLabel=[[[(Ńŏţ Ƒįĺţēŗēƌ)∙∙∙∙∙]]]
#XFLD: Label for applied filter table toolbar
platformTable.filteredBy=[[[Ƒįĺţēŗēƌ ƃŷ∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which cancels applied settings
platformTable.groupDialogCancelBtnLabel=[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which confirms applied settings
platformTable.groupDialogConfirmBtnLabel=[[[ŎĶ∙∙]]]
#XTIT: Heading text on a table's group settings dialog's groupable columns
platformTable.groupDialogGroupByHeader=[[[Ģŗŏűρ Ɓŷ∙∙∙∙∙∙]]]
#XBUT: Label on a table's group settings dialog's group ascending button
platformTable.groupDialogGroupOrderAsc=[[[Āşċēŋƌįŋğ∙∙∙∙∙]]]
#XBUT: Label on a table's group settings dialog's group descending button
platformTable.groupDialogGroupOrderDesc=[[[Ďēşċēŋƌįŋğ∙∙∙∙]]]
#XTIT: Heading text on a table's group settings dialog's list of the groupable columns
platformTable.groupDialogGroupOrderHeader=[[[Ģŗŏűρ Ŏŗƌēŗ∙∙∙∙∙∙∙∙]]]
#XTIT: Heading text on a table's group settings dialog
platformTable.groupDialogHeader=[[[Ģŗŏűρ∙∙∙∙∙∙∙∙∙]]]
#XFLD: Label for the option of a table's group settings dialog's not grouped option
platformTable.groupDialogNotGroupedLabel=[[[(Ńŏţ Ģŗŏűρēƌ)∙∙∙∙∙∙]]]
#XMIT: "Freeze to End" option in Platform Table header menu
platformTable.headerMenuEndFreeze=[[[Ƒŗēēžē ţŏ Ĕŋƌ∙∙∙∙∙∙]]]
#XMIT: "Filter" option in Platform Table header menu
platformTable.headerMenuFilter=[[[Ƒįĺţēŗ∙∙∙∙∙∙∙∙]]]
#XMIT: "Freeze column" option in Platform Table header menu
platformTable.headerMenuFreeze=[[[Ƒŗēēžē ċŏĺűɱŋ∙∙∙∙∙∙]]]
#XMIT: "Freeze columns" option in Platform Table header menu
platformTable.headerMenuFreezePlural=[[[Ƒŗēēžē ċŏĺűɱŋş∙∙∙∙∙]]]
#XMIT: "Group" option in Platform Table header menu
platformTable.headerMenuGroup=[[[Ģŗŏűρ∙∙∙∙∙∙∙∙∙]]]
#XMIT: "Sort Ascending" option in Platform Table header menu
platformTable.headerMenuSortAsc=[[[Ŝŏŗţ Āşċēŋƌįŋğ∙∙∙∙∙]]]
#XMIT: "Sort Descending" option in Platform Table header menu
platformTable.headerMenuSortDesc=[[[Ŝŏŗţ Ďēşċēŋƌįŋğ∙∙∙∙]]]
#XMIT: "Unfreeze column" option in Platform Table header menu
platformTable.headerMenuUnfreeze=[[[Ůŋƒŗēēžē ċŏĺűɱŋ∙∙∙∙]]]
#XMIT: "Unfreeze columns" option in Platform Table header menu
platformTable.headerMenuUnfreezePlural=[[[Ůŋƒŗēēžē ċŏĺűɱŋş∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which loads additional rows
platformTable.loadMore=[[[Ŝĥŏŵ Μŏŗē∙∙∙∙∙]]]
#XACT: Screen reader text for navigation column header
platformTable.navigationColumnTitle=[[[Řŏŵ Āċţįŏŋş∙∙∙∙∙∙∙∙]]]
#XMSG: Text for the message displayed in Platform Table when there are no visible columns
platformTable.noVisibleColumnsMessage=[[[Řįğĥţ ŋŏŵ, ţĥēŗē ąŗē ŋŏ ʋįşįƃĺē ċŏĺűɱŋş įŋ ţĥē ţąƃĺē. Ƥĺēąşē şēĺēċţ ţĥē ċŏĺűɱŋş ŷŏű ŋēēƌ įŋ ţĥē ţąƃĺē şēţţįŋğş.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which cancels the changes made in the dialog
platformTable.P13ColumnsDialogCancelBtnLabel=[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which confirms the changes made in the dialog
platformTable.P13ColumnsDialogConfirmationBtnLabel=[[[ŎĶ∙∙]]]
#XTIT: Heading text on a dialog, which edits the columns of the table
platformTable.P13ColumnsDialogHeader=[[[Ĉŏĺűɱŋş∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which moves the selected column down in the list
platformTable.P13ColumnsDialogMoveDownBtn=[[[Μŏʋē Ďŏŵŋ∙∙∙∙∙]]]
#XBUT: Label for the button, which moves the selected column to the bottom of the list
platformTable.P13ColumnsDialogMoveToBottomBtn=[[[Μŏʋē ţŏ Ɓŏţţŏɱ∙∙∙∙∙]]]
#XBUT: Label for the button, which moves the selected column to the top of the list
platformTable.P13ColumnsDialogMoveToTopBtn=[[[Μŏʋē ţŏ Ţŏρ∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which moves the selected column up in the list
platformTable.P13ColumnsDialogMoveUpBtn=[[[Μŏʋē Ůρ∙∙∙∙∙∙∙]]]
#XTOL: Placeholder for a search field on a dialog, which edits the columns of the table
platformTable.P13ColumnsDialogSearchPlaceholder=[[[Ŝēąŗċĥ∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which selects or deselects all columns in the list
platformTable.P13ColumnsDialogSelectAll=[[[Ŝēĺēċţ Āĺĺ ({selectedColumnsCount}/{selectableColumnsCount})]]]
#XBUT: Label for the button, which toggles visibility of only the selected columns. Visible when only the selected columns are visible in the list
platformTable.P13ColumnsDialogShowAll=[[[Ŝĥŏŵ ąĺĺ∙∙∙∙∙∙]]]
#XBUT: Label for the button, which toggles visibility of only the selected columns. Visible when all columns are visible in the list
platformTable.P13ColumnsDialogsShowSelected=[[[Ŝĥŏŵ Ŝēĺēċţēƌ∙∙∙∙∙∙]]]
#XFLD: Option label for the value of the filter strategy when the value is boolean and the value needs to be false
platformTable.P13FilterBooleanOptionFalse=[[[Ńŏ∙∙]]]
#XFLD: Option label for the value of the filter strategy when the value is boolean
platformTable.P13FilterBooleanOptionNotDefined=
#XFLD: Option label for the value of the filter strategy when the value is boolean and the value needs to be true
platformTable.P13FilterBooleanOptionTrue=[[[Ŷēş∙]]]
#XBUT: Label for the button, which adds a new filter
platformTable.P13FilterDialogAddFilterBtnTitle=[[[Āƌƌ Ƒįĺţēŗ∙∙∙∙]]]
#XBUT: Label for the button, which cancels the changes made in the filter dialog
platformTable.P13FilterDialogCancelBtnLabel=[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which confirms the changes made in the filter dialog
platformTable.P13FilterDialogConfirmationBtnLabel=[[[ŎĶ∙∙]]]
#XTIT: Heading text on a filter dialog for a section, which lists the filters which are excluding the given values
platformTable.P13FilterDialogExcludePanelTitleWithCount=[[[Ĕχċĺűƌē ({count})]]]
#XTIT: Heading text on a filter dialog for a section, which lists the filters which are excluding the given values
platformTable.P13FilterDialogExcludePanelTitleWithoutCount=[[[Ĕχċĺűƌē∙∙∙∙∙∙∙]]]
#XTIT: Heading text on a dialog, which edits the filters of the table
platformTable.P13FilterDialogHeader=[[[Ƒįĺţēŗ Ɓŷ∙∙∙∙∙]]]
#XTIT: Heading text on a filter dialog for a section, which lists the filters which are including the given values
platformTable.P13FilterDialogIncludePanelTitleWithCount=[[[Ĭŋċĺűƌē ({count})]]]
#XTIT: Heading text on a filter dialog for a section, which lists the filters which are including the given values
platformTable.P13FilterDialogIncludePanelTitleWithoutCount=[[[Ĭŋċĺűƌē∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which removes the filter
platformTable.P13FilterDialogRemoveFilterBtnTitle=[[[Řēɱŏʋē Ƒįĺţēŗ∙∙∙∙∙∙]]]
#XMSG: The name of the filter strategy "after"
platformTable.P13FilterStrategyLabelAfter=[[[ąƒţēŗ∙∙∙∙∙∙∙∙∙]]]
#XMSG: The name of the filter strategy "before"
platformTable.P13FilterStrategyLabelBefore=[[[ƃēƒŏŗē∙∙∙∙∙∙∙∙]]]
#XMSG: The name of the filter strategy "before or on"
platformTable.P13FilterStrategyLabelBeforeOrOn=[[[ƃēƒŏŗē ŏŗ ŏŋ∙∙∙∙∙∙∙]]]
#XMSG: The name of the filter strategy, where the value starts with the filter value
platformTable.P13FilterStrategyLabelBeginsWith=[[[ƃēğįŋş ŵįţĥ∙∙∙∙∙∙∙∙]]]
#XMSG: The name of the filter strategy, where the value is between two values
platformTable.P13FilterStrategyLabelBetween=[[[ƃēţŵēēŋ∙∙∙∙∙∙∙]]]
#XMSG: The name of the filter strategy, where the value contains the filter value
platformTable.P13FilterStrategyLabelContains=[[[ċŏŋţąįŋş∙∙∙∙∙∙]]]
#XMSG: The name of the filter strategy, where the value ends with the filter value
platformTable.P13FilterStrategyLabelEndsWith=[[[ēŋƌş ŵįţĥ∙∙∙∙∙]]]
#XMSG: The name of the filter strategy, where the value is equal to the filter value
platformTable.P13FilterStrategyLabelEqualTo=[[[ēƣűąĺ ţŏ∙∙∙∙∙∙]]]
#XMSG: The name of the filter strategy, where the value is greater than the filter value
platformTable.P13FilterStrategyLabelGreaterThan=[[[ğŗēąţēŗ ţĥąŋ∙∙∙∙∙∙∙]]]
#XMSG: The name of the filter strategy, where the value is greater than or equal to the filter value
platformTable.P13FilterStrategyLabelGreaterThanOrEqualTo=[[[ğŗēąţēŗ ţĥąŋ ŏŗ ēƣűąĺ ţŏ∙∙∙∙∙∙]]]
#XMSG: The name of the filter strategy, where the value is less than the filter value
platformTable.P13FilterStrategyLabelLessThan=[[[ĺēşş ţĥąŋ∙∙∙∙∙]]]
#XMSG: The name of the filter strategy, where the value is less than or equal to the filter value
platformTable.P13FilterStrategyLabelLessThanOrEqualTo=[[[ĺēşş ţĥąŋ ŏŗ ēƣűąĺ ţŏ∙∙∙∙∙]]]
#XMSG: The text, which is visible when the given strategy is not defined
platformTable.P13FilterStrategyLabelNotDefined=[[[Ńŏţ Ďēƒįŋēƌ∙∙∙∙∙∙∙∙]]]
#XMSG: The name of the filter strategy "on or after"
platformTable.P13FilterStrategyLabelOnOrAfter=[[[ŏŋ ŏŗ ąƒţēŗ∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which adds a new grouping
platformTable.P13GroupDialogAddNewGroupBtnTitle=[[[Āƌƌ ŋēŵ∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which cancels the changes made in the grouping dialog
platformTable.P13GroupDialogCancelBtnLabel=[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which confirms the changes made in the grouping dialog
platformTable.P13GroupDialogConfirmationBtnLabel=[[[ŎĶ∙∙]]]
#XTIT: Heading text on a dialog, which edits the grouping of the table
platformTable.P13GroupDialogHeader=[[[Ģŗŏűρ∙∙∙∙∙∙∙∙∙]]]
#XMSG: The placeholder text for a select field, which shows the available columns for grouping
platformTable.P13GroupDialogNoneSelectedColumnSelectPlaceholder=[[[(ŋŏŋē)∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which removes the grouping
platformTable.P13GroupDialogRemoveGroupBtnTitle=[[[Řēɱŏʋē∙∙∙∙∙∙∙∙]]]
#XFLD: Label for a checkbox, which sets the grouping target column to be shown as a column as well, alongside the grouped row title
platformTable.P13GroupDialogShowFieldAsColumnCheckboxLabel=[[[Ŝĥŏŵ Ƒįēĺƌ ąş Ĉŏĺűɱŋ∙∙∙∙]]]
#XBUT: Label for the button, which adds a new sorting
platformTable.P13SortDialogAddNewSortBtnTitle=[[[Āƌƌ ŋēŵ∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which cancels the changes made in the sorting dialog
platformTable.P13SortDialogCancelBtnLabel=[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which confirms the changes made in the sorting dialog
platformTable.P13SortDialogConfirmationBtnLabel=[[[ŎĶ∙∙]]]
#XTIT: Heading text on a dialog, which edits the sorting of the table
platformTable.P13SortDialogHeader=[[[Ŝŏŗţ]]]
#XMSG: The placeholder text for a select field, which shows the available columns for sorting
platformTable.P13SortDialogNoneSelectedColumn=[[[(ŋŏŋē)∙∙∙∙∙∙∙∙]]]
#XMSG: The placeholder text for a select field, which shows the sorting order options
platformTable.P13SortDialogNoneSelectedSorting=[[[(ŋŏŋē)∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which removes the sorting for a single column
platformTable.P13SortDialogRemoveSortBtnTitle=[[[Řēɱŏʋē∙∙∙∙∙∙∙∙]]]
#XFLD: Label for the ascending order option in the sorting order options
platformTable.P13SortDialogSortOrderSelectOptionAsc=[[[Āşċēŋƌįŋğ∙∙∙∙∙]]]
#XFLD: Label for the descending order option in the sorting order options
platformTable.P13SortDialogSortOrderSelectOptionDesc=[[[Ďēşċēŋƌįŋğ∙∙∙∙]]]
#XBUT: Text for the reset changes button in Platform Table
platformTable.resetChangesButtonLabel=[[[Řēşēţ∙∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button indicating that a table row is navigable
platformTable.rowNavigateButtonTitle=[[[Ńąʋįğąţē∙∙∙∙∙∙]]]
#XFLD: Label for the checkbox, which selects all rows in the table
platformTable.selectAllCheckboxLabel=[[[Ŝēĺēċţ ąĺĺ∙∙∙∙]]]
#XACT: Text for the checkbox, which selects all rows in the table, longer explanation for screen reader
platformTable.selectAllCheckboxLongLabel=[[[Ĉĥēċķƃŏχ, űŋċĥēċķēƌ, ċĺįċķ ţŏ şēĺēċţ ąĺĺ∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
#XACT: Text for the mixed state checkbox, which selects all rows in the table, longer explanation for screen reader
platformTable.selectAllCheckboxMixedLongLabel=[[[Ĉĥēċķƃŏχ, ɱįχēƌ, ċĺįċķ ţŏ şēĺēċţ ąĺĺ∙∙∙∙∙∙∙∙∙∙∙∙]]]
#XACT: Text, which is read by screen reader, tells instruction of how to select a row
platformTable.selectSingleRow=[[[Ţŏ şēĺēċţ ŗŏŵ, ρŗēşş ŜƤĀĈĔƁĀŘ∙∙∙∙∙∙∙∙∙]]]
#XTIT: Heading text on a settings dialog
platformTable.settingsDialogHeader=[[[Ŝēţţįŋğş∙∙∙∙∙∙]]]
#XMSG: Text that displays the total number of loaded items when the table growing button is used.
platformTable.showingBlankOfBlank=[[[Ŝĥŏŵįŋğ {totalGrowingItemsCount} ŏƒ {totalGrowingItemsCount}]]]
#XBUT: Label for the button, which cancels applied settings
platformTable.sortDialogCancelBtnLabel=[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which confirms applied settings
platformTable.sortDialogConfirmBtnLabel=[[[ŎĶ∙∙]]]
#XTIT: Heading text on a table's sort settings dialog
platformTable.sortDialogHeader=[[[Ŝŏŗţ]]]
#XFLD: Label for the option of a table's sort settings dialog's not sorted option
platformTable.sortDialogNotSortedLabel=[[[(Ńŏţ Ŝŏŗţēƌ)∙∙∙∙∙∙∙]]]
#XTIT: Heading text on a table's sort settings dialog's sortable columns
platformTable.sortDialogSortByHeader=[[[Ŝŏŗţ Ɓŷ∙∙∙∙∙∙∙]]]
#XBUT: Label on a table's sort settings dialog's sort ascending button
platformTable.sortDialogSortOrderAsc=[[[Āşċēŋƌįŋğ∙∙∙∙∙]]]
#XBUT: Label on a table's sort settings dialog's sort descending button
platformTable.sortDialogSortOrderDesc=[[[Ďēşċēŋƌįŋğ∙∙∙∙]]]
#XTIT: Heading text on a table's sort settings dialog's list of the sort strategies
platformTable.sortDialogSortOrderHeader=[[[Ŝŏŗţ Ŏŗƌēŗ∙∙∙∙]]]
#XBUT: Label for the button, which opens the toolbar action menu
platformTable.toolbarActionButtonTitle=[[[Ŝēţţįŋğş∙∙∙∙∙∙]]]
#XBUT: Label for the button, which cancels the changes made in the table row
platformTable.toolbarActionCancelButtonLabel=[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which collapses all rows in the table
platformTable.toolbarActionCollapseAllButtonTitle=[[[Ĉŏĺĺąρşē ąĺĺ∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which opens the columns dialog
platformTable.toolbarActionColumnsButtonTitle=[[[Ĉŏĺűɱŋş∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which adds editable row in the beginning of the table
platformTable.toolbarActionCreateButtonLabel=[[[Ĉŗēąţē∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which expands all rows in the table
platformTable.toolbarActionExpandAllButtonTitle=[[[Ĕχρąŋƌ ąĺĺ∙∙∙∙]]]
#XBUT: Label for the button, which opens the filter dialog
platformTable.toolbarActionFilterButtonTitle=[[[Ƒįĺţēŗ∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which opens the group dialog
platformTable.toolbarActionGroupButtonTitle=[[[Ģŗŏűρ∙∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the button, which saves the changes made in the table row
platformTable.toolbarActionSaveButtonLabel=[[[Ŝąʋē]]]
#XBUT: Label for the button, which opens the sort dialog
platformTable.toolbarActionSortButtonTitle=[[[Ŝŏŗţ]]]
#XMSG: The placeholder text for table toolbar search field
platformTable.toolbarSearchPlaceholder=[[[Ŝēąŗċĥ∙∙∙∙∙∙∙∙]]]
#XMSG: Message displayed under the Platform Textarea when the max length is exceeded by multiple characters
platformTextarea.counterMessageCharactersOverTheLimitPlural=[[[{count} ċĥąŗąċţēŗş ŏʋēŗ ţĥē ĺįɱįţ]]]
#XMSG: Message displayed under the Platform Textarea when the max length is exceeded by 1 character
platformTextarea.counterMessageCharactersOverTheLimitSingular=[[[1 ċĥąŗąċţēŗ ŏʋēŗ ţĥē ĺįɱįţ∙∙∙∙∙∙∙]]]
#XMSG: Message displayed under the Platform Textarea with the number of characters remaining until the the max length is reached
platformTextarea.counterMessageCharactersRemainingPlural=[[[{count} ċĥąŗąċţēŗş ŗēɱąįŋįŋğ]]]
#XMSG: Message displayed under the Platform Textarea when 1 character is remaining until the the max length is reached
platformTextarea.counterMessageCharactersRemainingSingular=[[[1 ċĥąŗąċţēŗ ŗēɱąįŋįŋğ∙∙∙∙∙]]]
#XMSG: Text which is visible in the variant management dialog's table of the variants' column. Column is for the access level of the variant
platformVariantManagement.access.public=[[[Ƥűƃĺįċ∙∙∙∙∙∙∙∙]]]
#XMSG: Text which is visible in the variant management dialog's table of the variants' column. Column is for the access level of the variant
platformVariantManagement.access.private=[[[Ƥŗįʋąţē∙∙∙∙∙∙∙]]]
#XFLD: Label for column, in the variant management dialog's table of the variants. Column is for a option to applying the variant automatically
platformVariantManagement.applyAutomatically=[[[Āρρĺŷ Āűţŏɱąţįċąĺĺŷ∙∙∙∙∙]]]
#XBUT: Label for the button, which cancels the changes made in the variant management dialog
platformVariantManagement.cancel=[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]