@fundamental-ngx/i18n 0.57.4-rc.8 → 0.57.4

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.
@@ -7,7 +7,6 @@ import { BehaviorSubject, isObservable, of, combineLatest, Subject, skip, filter
7
7
  import { map, takeUntil } from 'rxjs/operators';
8
8
  import { IntlMessageFormat } from 'intl-messageformat';
9
9
 
10
- /* eslint-disable */
11
10
  // Do not modify, it's automatically created. Modify translations_sq.properties instead
12
11
  var json$z = {
13
12
  coreCalendar: {
@@ -35,7 +34,8 @@ var json$z = {
35
34
  },
36
35
  coreMultiComboBox: {
37
36
  multiComboBoxAriaLabel: 'Kutia e kombinuar me shumë vlera',
38
- selectAllLabel: 'Selekto të gjitha ({selectedItems} nga {totalItems})'
37
+ selectAllLabel: 'Selekto të gjitha ({selectedItems} nga {totalItems})',
38
+ listGroupHeader: 'Group Header'
39
39
  },
40
40
  coreCarousel: {
41
41
  leftNavigationBtnLabel: 'Shko te artikulli i mëparshëm',
@@ -592,12 +592,15 @@ var json$z = {
592
592
  coreNotification: {
593
593
  triggerMoreLabel: 'More',
594
594
  triggerLessLabel: 'Less'
595
+ },
596
+ segmentedButton: {
597
+ groupRoleDescription: 'Segmented Button Group',
598
+ buttonRoleDescription: 'Segmented Button'
595
599
  }
596
600
  };
597
601
 
598
602
  const FD_LANGUAGE_ALBANIAN = json$z;
599
603
 
600
- /* eslint-disable */
601
604
  // Do not modify, it's automatically created. Modify translations_ar.properties instead
602
605
  var json$y = {
603
606
  coreCalendar: {
@@ -625,7 +628,8 @@ var json$y = {
625
628
  },
626
629
  coreMultiComboBox: {
627
630
  multiComboBoxAriaLabel: 'مربع تحرير وسرد متعدد القيم',
628
- selectAllLabel: 'تحديد الكل ({selectedItems} من {totalItems})'
631
+ selectAllLabel: 'تحديد الكل ({selectedItems} من {totalItems})',
632
+ listGroupHeader: 'Group Header'
629
633
  },
630
634
  coreCarousel: {
631
635
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -1206,12 +1210,15 @@ var json$y = {
1206
1210
  groupAriaDescriptionCollapsed: 'تم طيه',
1207
1211
  triggerMoreLabel: 'المزيد',
1208
1212
  triggerLessLabel: 'أقل'
1213
+ },
1214
+ segmentedButton: {
1215
+ groupRoleDescription: 'Segmented Button Group',
1216
+ buttonRoleDescription: 'Segmented Button'
1209
1217
  }
1210
1218
  };
1211
1219
 
1212
1220
  const FD_LANGUAGE_ARABIC = json$y;
1213
1221
 
1214
- /* eslint-disable */
1215
1222
  // Do not modify, it's automatically created. Modify translations_bg.properties instead
1216
1223
  var json$x = {
1217
1224
  coreCalendar: {
@@ -1239,7 +1246,8 @@ var json$x = {
1239
1246
  },
1240
1247
  coreMultiComboBox: {
1241
1248
  multiComboBoxAriaLabel: 'Комбинирано поле с множество стойности',
1242
- selectAllLabel: 'Избор на всички ({selectedItems} от {totalItems})'
1249
+ selectAllLabel: 'Избор на всички ({selectedItems} от {totalItems})',
1250
+ listGroupHeader: 'Group Header'
1243
1251
  },
1244
1252
  coreCarousel: {
1245
1253
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -1820,12 +1828,15 @@ var json$x = {
1820
1828
  groupAriaDescriptionCollapsed: 'свито',
1821
1829
  triggerMoreLabel: 'Повече',
1822
1830
  triggerLessLabel: 'По-малко'
1831
+ },
1832
+ segmentedButton: {
1833
+ groupRoleDescription: 'Segmented Button Group',
1834
+ buttonRoleDescription: 'Segmented Button'
1823
1835
  }
1824
1836
  };
1825
1837
 
1826
1838
  const FD_LANGUAGE_BULGARIAN = json$x;
1827
1839
 
1828
- /* eslint-disable */
1829
1840
  // Do not modify, it's automatically created. Modify translations_zh_CN.properties instead
1830
1841
  var json$w = {
1831
1842
  coreCalendar: {
@@ -1853,7 +1864,8 @@ var json$w = {
1853
1864
  },
1854
1865
  coreMultiComboBox: {
1855
1866
  multiComboBoxAriaLabel: '多值组合框',
1856
- selectAllLabel: '全选(已选 {selectedItems} 个,共 {totalItems} 个)'
1867
+ selectAllLabel: '全选(已选 {selectedItems} 个,共 {totalItems} 个)',
1868
+ listGroupHeader: 'Group Header'
1857
1869
  },
1858
1870
  coreCarousel: {
1859
1871
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -2434,13 +2446,16 @@ var json$w = {
2434
2446
  groupAriaDescriptionCollapsed: '已折叠',
2435
2447
  triggerMoreLabel: '更多',
2436
2448
  triggerLessLabel: '更少'
2449
+ },
2450
+ segmentedButton: {
2451
+ groupRoleDescription: 'Segmented Button Group',
2452
+ buttonRoleDescription: 'Segmented Button'
2437
2453
  }
2438
2454
  };
2439
2455
 
2440
2456
  const FD_LANGUAGE_CHINESE_SIMPLIFIED = json$w;
2441
2457
  const FD_LANGUAGE_CHINESE = json$w;
2442
2458
 
2443
- /* eslint-disable */
2444
2459
  // Do not modify, it's automatically created. Modify translations_zh_TW.properties instead
2445
2460
  var json$v = {
2446
2461
  coreCalendar: {
@@ -2468,7 +2483,8 @@ var json$v = {
2468
2483
  },
2469
2484
  coreMultiComboBox: {
2470
2485
  multiComboBoxAriaLabel: '多重值下拉式清單方塊',
2471
- selectAllLabel: '全選 ({selectedItems}/{totalItems})'
2486
+ selectAllLabel: '全選 ({selectedItems}/{totalItems})',
2487
+ listGroupHeader: 'Group Header'
2472
2488
  },
2473
2489
  coreCarousel: {
2474
2490
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -3049,12 +3065,15 @@ var json$v = {
3049
3065
  groupAriaDescriptionCollapsed: '已摺疊',
3050
3066
  triggerMoreLabel: '更多',
3051
3067
  triggerLessLabel: '較少'
3068
+ },
3069
+ segmentedButton: {
3070
+ groupRoleDescription: 'Segmented Button Group',
3071
+ buttonRoleDescription: 'Segmented Button'
3052
3072
  }
3053
3073
  };
3054
3074
 
3055
3075
  const FD_LANGUAGE_CHINESE_TRADITIONAL = json$v;
3056
3076
 
3057
- /* eslint-disable */
3058
3077
  // Do not modify, it's automatically created. Modify translations_hr.properties instead
3059
3078
  var json$u = {
3060
3079
  coreCalendar: {
@@ -3082,7 +3101,8 @@ var json$u = {
3082
3101
  },
3083
3102
  coreMultiComboBox: {
3084
3103
  multiComboBoxAriaLabel: 'Kombinirani okvir s više vrijednosti',
3085
- selectAllLabel: 'Odaberi sve ({selectedItems} od {totalItems})'
3104
+ selectAllLabel: 'Odaberi sve ({selectedItems} od {totalItems})',
3105
+ listGroupHeader: 'Group Header'
3086
3106
  },
3087
3107
  coreCarousel: {
3088
3108
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -3663,12 +3683,15 @@ var json$u = {
3663
3683
  groupAriaDescriptionCollapsed: 'sažeto',
3664
3684
  triggerMoreLabel: 'Više',
3665
3685
  triggerLessLabel: 'Manje'
3686
+ },
3687
+ segmentedButton: {
3688
+ groupRoleDescription: 'Segmented Button Group',
3689
+ buttonRoleDescription: 'Segmented Button'
3666
3690
  }
3667
3691
  };
3668
3692
 
3669
3693
  const FD_LANGUAGE_CROATIAN = json$u;
3670
3694
 
3671
- /* eslint-disable */
3672
3695
  // Do not modify, it's automatically created. Modify translations_cs.properties instead
3673
3696
  var json$t = {
3674
3697
  coreCalendar: {
@@ -3696,7 +3719,8 @@ var json$t = {
3696
3719
  },
3697
3720
  coreMultiComboBox: {
3698
3721
  multiComboBoxAriaLabel: 'Vícehodnotový výklopný seznam',
3699
- selectAllLabel: 'Vybrat vše ({selectedItems} z {totalItems})'
3722
+ selectAllLabel: 'Vybrat vše ({selectedItems} z {totalItems})',
3723
+ listGroupHeader: 'Group Header'
3700
3724
  },
3701
3725
  coreCarousel: {
3702
3726
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -4277,12 +4301,15 @@ var json$t = {
4277
4301
  groupAriaDescriptionCollapsed: 'sbaleno',
4278
4302
  triggerMoreLabel: 'Více',
4279
4303
  triggerLessLabel: 'Méně'
4304
+ },
4305
+ segmentedButton: {
4306
+ groupRoleDescription: 'Segmented Button Group',
4307
+ buttonRoleDescription: 'Segmented Button'
4280
4308
  }
4281
4309
  };
4282
4310
 
4283
4311
  const FD_LANGUAGE_CZECH = json$t;
4284
4312
 
4285
- /* eslint-disable */
4286
4313
  // Do not modify, it's automatically created. Modify translations_da.properties instead
4287
4314
  var json$s = {
4288
4315
  coreCalendar: {
@@ -4310,7 +4337,8 @@ var json$s = {
4310
4337
  },
4311
4338
  coreMultiComboBox: {
4312
4339
  multiComboBoxAriaLabel: 'Multiværdikombinationsboks',
4313
- selectAllLabel: 'Vælg alle ({selectedItems} ud af {totalItems})'
4340
+ selectAllLabel: 'Vælg alle ({selectedItems} ud af {totalItems})',
4341
+ listGroupHeader: 'Group Header'
4314
4342
  },
4315
4343
  coreCarousel: {
4316
4344
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -4891,12 +4919,15 @@ var json$s = {
4891
4919
  groupAriaDescriptionCollapsed: 'minimeret',
4892
4920
  triggerMoreLabel: 'Mere',
4893
4921
  triggerLessLabel: 'Mindre'
4922
+ },
4923
+ segmentedButton: {
4924
+ groupRoleDescription: 'Segmented Button Group',
4925
+ buttonRoleDescription: 'Segmented Button'
4894
4926
  }
4895
4927
  };
4896
4928
 
4897
4929
  const FD_LANGUAGE_DANISH = json$s;
4898
4930
 
4899
- /* eslint-disable */
4900
4931
  // Do not modify, it's automatically created. Modify translations_nl.properties instead
4901
4932
  var json$r = {
4902
4933
  coreCalendar: {
@@ -4924,7 +4955,8 @@ var json$r = {
4924
4955
  },
4925
4956
  coreMultiComboBox: {
4926
4957
  multiComboBoxAriaLabel: 'Keuzelijst met invoerveld met meerdere waarden',
4927
- selectAllLabel: 'Alle ({selectedItems} van {totalItems}) selecteren'
4958
+ selectAllLabel: 'Alle ({selectedItems} van {totalItems}) selecteren',
4959
+ listGroupHeader: 'Group Header'
4928
4960
  },
4929
4961
  coreCarousel: {
4930
4962
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -5505,12 +5537,15 @@ var json$r = {
5505
5537
  groupAriaDescriptionCollapsed: 'samengevouwen',
5506
5538
  triggerMoreLabel: 'Meer',
5507
5539
  triggerLessLabel: 'Minder'
5540
+ },
5541
+ segmentedButton: {
5542
+ groupRoleDescription: 'Segmented Button Group',
5543
+ buttonRoleDescription: 'Segmented Button'
5508
5544
  }
5509
5545
  };
5510
5546
 
5511
5547
  const FD_LANGUAGE_DUTCH = json$r;
5512
5548
 
5513
- /* eslint-disable */
5514
5549
  // Do not modify, it's automatically created. Modify translations.properties instead
5515
5550
  var json$q = {
5516
5551
  coreCalendar: {
@@ -5538,7 +5573,8 @@ var json$q = {
5538
5573
  },
5539
5574
  coreMultiComboBox: {
5540
5575
  multiComboBoxAriaLabel: 'Multi Value Combo Box',
5541
- selectAllLabel: 'Select all ({selectedItems} of {totalItems})'
5576
+ selectAllLabel: 'Select all ({selectedItems} of {totalItems})',
5577
+ listGroupHeader: 'Group Header'
5542
5578
  },
5543
5579
  coreCarousel: {
5544
5580
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -6119,12 +6155,15 @@ var json$q = {
6119
6155
  groupAriaDescriptionCollapsed: 'collapsed',
6120
6156
  triggerMoreLabel: 'More',
6121
6157
  triggerLessLabel: 'Less'
6158
+ },
6159
+ segmentedButton: {
6160
+ groupRoleDescription: 'Segmented Button Group',
6161
+ buttonRoleDescription: 'Segmented Button'
6122
6162
  }
6123
6163
  };
6124
6164
 
6125
6165
  const FD_LANGUAGE_ENGLISH = json$q;
6126
6166
 
6127
- /* eslint-disable */
6128
6167
  // Do not modify, it's automatically created. Modify translations_fi.properties instead
6129
6168
  var json$p = {
6130
6169
  coreCalendar: {
@@ -6152,7 +6191,8 @@ var json$p = {
6152
6191
  },
6153
6192
  coreMultiComboBox: {
6154
6193
  multiComboBoxAriaLabel: 'Moninkertaisen arvon yhdistelmäruutu',
6155
- selectAllLabel: 'Valitse kaikki ({selectedItems} / {totalItems})'
6194
+ selectAllLabel: 'Valitse kaikki ({selectedItems} / {totalItems})',
6195
+ listGroupHeader: 'Group Header'
6156
6196
  },
6157
6197
  coreCarousel: {
6158
6198
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -6733,12 +6773,15 @@ var json$p = {
6733
6773
  groupAriaDescriptionCollapsed: 'tiivistetty',
6734
6774
  triggerMoreLabel: 'Lisää',
6735
6775
  triggerLessLabel: 'Vähemmän'
6776
+ },
6777
+ segmentedButton: {
6778
+ groupRoleDescription: 'Segmented Button Group',
6779
+ buttonRoleDescription: 'Segmented Button'
6736
6780
  }
6737
6781
  };
6738
6782
 
6739
6783
  const FD_LANGUAGE_FINNISH = json$p;
6740
6784
 
6741
- /* eslint-disable */
6742
6785
  // Do not modify, it's automatically created. Modify translations_fr.properties instead
6743
6786
  var json$o = {
6744
6787
  coreCalendar: {
@@ -6766,7 +6809,8 @@ var json$o = {
6766
6809
  },
6767
6810
  coreMultiComboBox: {
6768
6811
  multiComboBoxAriaLabel: 'Zone combinée multiple',
6769
- selectAllLabel: 'Tout sélectionner ({selectedItems} sur {totalItems})'
6812
+ selectAllLabel: 'Tout sélectionner ({selectedItems} sur {totalItems})',
6813
+ listGroupHeader: 'Group Header'
6770
6814
  },
6771
6815
  coreCarousel: {
6772
6816
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -7347,12 +7391,15 @@ var json$o = {
7347
7391
  groupAriaDescriptionCollapsed: 'réduit',
7348
7392
  triggerMoreLabel: 'Plus',
7349
7393
  triggerLessLabel: 'Moins'
7394
+ },
7395
+ segmentedButton: {
7396
+ groupRoleDescription: 'Segmented Button Group',
7397
+ buttonRoleDescription: 'Segmented Button'
7350
7398
  }
7351
7399
  };
7352
7400
 
7353
7401
  const FD_LANGUAGE_FRENCH = json$o;
7354
7402
 
7355
- /* eslint-disable */
7356
7403
  // Do not modify, it's automatically created. Modify translations_ka.properties instead
7357
7404
  var json$n = {
7358
7405
  coreCalendar: {
@@ -7380,7 +7427,8 @@ var json$n = {
7380
7427
  },
7381
7428
  coreMultiComboBox: {
7382
7429
  multiComboBoxAriaLabel: 'მრავალ ღირებულების კომბინირებული ყუთი',
7383
- selectAllLabel: 'ყველას არჩევა ({selectedItems} {totalItems}-დან)'
7430
+ selectAllLabel: 'ყველას არჩევა ({selectedItems} {totalItems}-დან)',
7431
+ listGroupHeader: 'Group Header'
7384
7432
  },
7385
7433
  coreCarousel: {
7386
7434
  leftNavigationBtnLabel: 'წინა ელემენტზე გადასვლა',
@@ -7937,12 +7985,15 @@ var json$n = {
7937
7985
  coreNotification: {
7938
7986
  triggerMoreLabel: 'More',
7939
7987
  triggerLessLabel: 'Less'
7988
+ },
7989
+ segmentedButton: {
7990
+ groupRoleDescription: 'Segmented Button Group',
7991
+ buttonRoleDescription: 'Segmented Button'
7940
7992
  }
7941
7993
  };
7942
7994
 
7943
7995
  const FD_LANGUAGE_GEORGIAN = json$n;
7944
7996
 
7945
- /* eslint-disable */
7946
7997
  // Do not modify, it's automatically created. Modify translations_de.properties instead
7947
7998
  var json$m = {
7948
7999
  coreCalendar: {
@@ -7970,7 +8021,8 @@ var json$m = {
7970
8021
  },
7971
8022
  coreMultiComboBox: {
7972
8023
  multiComboBoxAriaLabel: 'Mehrwert-Combobox',
7973
- selectAllLabel: 'Alle ({selectedItems} von {totalItems}) auswählen'
8024
+ selectAllLabel: 'Alle ({selectedItems} von {totalItems}) auswählen',
8025
+ listGroupHeader: 'Group Header'
7974
8026
  },
7975
8027
  coreCarousel: {
7976
8028
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -8551,12 +8603,15 @@ var json$m = {
8551
8603
  groupAriaDescriptionCollapsed: 'reduziert',
8552
8604
  triggerMoreLabel: 'Mehr',
8553
8605
  triggerLessLabel: 'Weniger'
8606
+ },
8607
+ segmentedButton: {
8608
+ groupRoleDescription: 'Segmented Button Group',
8609
+ buttonRoleDescription: 'Segmented Button'
8554
8610
  }
8555
8611
  };
8556
8612
 
8557
8613
  const FD_LANGUAGE_GERMAN = json$m;
8558
8614
 
8559
- /* eslint-disable */
8560
8615
  // Do not modify, it's automatically created. Modify translations_el.properties instead
8561
8616
  var json$l = {
8562
8617
  coreCalendar: {
@@ -8584,7 +8639,8 @@ var json$l = {
8584
8639
  },
8585
8640
  coreMultiComboBox: {
8586
8641
  multiComboBoxAriaLabel: 'Σύνθετο Πλαίσιο Πολλών Τιμών',
8587
- selectAllLabel: 'Επιλογή όλων ({selectedItems} of {totalItems})'
8642
+ selectAllLabel: 'Επιλογή όλων ({selectedItems} of {totalItems})',
8643
+ listGroupHeader: 'Group Header'
8588
8644
  },
8589
8645
  coreCarousel: {
8590
8646
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -9165,12 +9221,15 @@ var json$l = {
9165
9221
  groupAriaDescriptionCollapsed: 'συμπτύχθηκε',
9166
9222
  triggerMoreLabel: 'Περισσότερα',
9167
9223
  triggerLessLabel: 'Λιγότερα'
9224
+ },
9225
+ segmentedButton: {
9226
+ groupRoleDescription: 'Segmented Button Group',
9227
+ buttonRoleDescription: 'Segmented Button'
9168
9228
  }
9169
9229
  };
9170
9230
 
9171
9231
  const FD_LANGUAGE_GREEK = json$l;
9172
9232
 
9173
- /* eslint-disable */
9174
9233
  // Do not modify, it's automatically created. Modify translations_he.properties instead
9175
9234
  var json$k = {
9176
9235
  coreCalendar: {
@@ -9198,7 +9257,8 @@ var json$k = {
9198
9257
  },
9199
9258
  coreMultiComboBox: {
9200
9259
  multiComboBoxAriaLabel: 'תיבה משולבת עם ערכים מרובים',
9201
- selectAllLabel: 'בחר הכול ({selectedItems} מתוך {totalItems})'
9260
+ selectAllLabel: 'בחר הכול ({selectedItems} מתוך {totalItems})',
9261
+ listGroupHeader: 'Group Header'
9202
9262
  },
9203
9263
  coreCarousel: {
9204
9264
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -9779,12 +9839,15 @@ var json$k = {
9779
9839
  groupAriaDescriptionCollapsed: 'מצומצם',
9780
9840
  triggerMoreLabel: 'יותר',
9781
9841
  triggerLessLabel: 'פחות'
9842
+ },
9843
+ segmentedButton: {
9844
+ groupRoleDescription: 'Segmented Button Group',
9845
+ buttonRoleDescription: 'Segmented Button'
9782
9846
  }
9783
9847
  };
9784
9848
 
9785
9849
  const FD_LANGUAGE_HEBREW = json$k;
9786
9850
 
9787
- /* eslint-disable */
9788
9851
  // Do not modify, it's automatically created. Modify translations_hi.properties instead
9789
9852
  var json$j = {
9790
9853
  coreCalendar: {
@@ -9812,7 +9875,8 @@ var json$j = {
9812
9875
  },
9813
9876
  coreMultiComboBox: {
9814
9877
  multiComboBoxAriaLabel: 'मल्टी वैल्यू कॉम्बो बॉक्स',
9815
- selectAllLabel: 'सबका चयन करें'
9878
+ selectAllLabel: 'सबका चयन करें',
9879
+ listGroupHeader: 'Group Header'
9816
9880
  },
9817
9881
  coreCarousel: {
9818
9882
  leftNavigationBtnLabel: 'पिछले वस्तु पर जाएं',
@@ -10369,12 +10433,15 @@ var json$j = {
10369
10433
  coreNotification: {
10370
10434
  triggerMoreLabel: 'More',
10371
10435
  triggerLessLabel: 'Less'
10436
+ },
10437
+ segmentedButton: {
10438
+ groupRoleDescription: 'Segmented Button Group',
10439
+ buttonRoleDescription: 'Segmented Button'
10372
10440
  }
10373
10441
  };
10374
10442
 
10375
10443
  const FD_LANGUAGE_HINDI = json$j;
10376
10444
 
10377
- /* eslint-disable */
10378
10445
  // Do not modify, it's automatically created. Modify translations_hu.properties instead
10379
10446
  var json$i = {
10380
10447
  coreCalendar: {
@@ -10402,7 +10469,8 @@ var json$i = {
10402
10469
  },
10403
10470
  coreMultiComboBox: {
10404
10471
  multiComboBoxAriaLabel: 'Többértékes kombinált lista',
10405
- selectAllLabel: 'Összes kiválasztása ({selectedItems} / {totalItems})'
10472
+ selectAllLabel: 'Összes kiválasztása ({selectedItems} / {totalItems})',
10473
+ listGroupHeader: 'Group Header'
10406
10474
  },
10407
10475
  coreCarousel: {
10408
10476
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -10983,12 +11051,15 @@ var json$i = {
10983
11051
  groupAriaDescriptionCollapsed: 'visszazárva',
10984
11052
  triggerMoreLabel: 'Több',
10985
11053
  triggerLessLabel: 'Kevesebb'
11054
+ },
11055
+ segmentedButton: {
11056
+ groupRoleDescription: 'Segmented Button Group',
11057
+ buttonRoleDescription: 'Segmented Button'
10986
11058
  }
10987
11059
  };
10988
11060
 
10989
11061
  const FD_LANGUAGE_HUNGARIAN = json$i;
10990
11062
 
10991
- /* eslint-disable */
10992
11063
  // Do not modify, it's automatically created. Modify translations_it.properties instead
10993
11064
  var json$h = {
10994
11065
  coreCalendar: {
@@ -11016,7 +11087,8 @@ var json$h = {
11016
11087
  },
11017
11088
  coreMultiComboBox: {
11018
11089
  multiComboBoxAriaLabel: 'Casella combinata multivalore',
11019
- selectAllLabel: 'Seleziona tutti ({selectedItems} di {totalItems})'
11090
+ selectAllLabel: 'Seleziona tutti ({selectedItems} di {totalItems})',
11091
+ listGroupHeader: 'Group Header'
11020
11092
  },
11021
11093
  coreCarousel: {
11022
11094
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -11597,12 +11669,15 @@ var json$h = {
11597
11669
  groupAriaDescriptionCollapsed: 'compresso',
11598
11670
  triggerMoreLabel: 'Espandi',
11599
11671
  triggerLessLabel: 'Comprimi'
11672
+ },
11673
+ segmentedButton: {
11674
+ groupRoleDescription: 'Segmented Button Group',
11675
+ buttonRoleDescription: 'Segmented Button'
11600
11676
  }
11601
11677
  };
11602
11678
 
11603
11679
  const FD_LANGUAGE_ITALIAN = json$h;
11604
11680
 
11605
- /* eslint-disable */
11606
11681
  // Do not modify, it's automatically created. Modify translations_ja.properties instead
11607
11682
  var json$g = {
11608
11683
  coreCalendar: {
@@ -11630,7 +11705,8 @@ var json$g = {
11630
11705
  },
11631
11706
  coreMultiComboBox: {
11632
11707
  multiComboBoxAriaLabel: '複数値コンボボックス',
11633
- selectAllLabel: 'すべて選択 ({selectedItems}/{totalItems})'
11708
+ selectAllLabel: 'すべて選択 ({selectedItems}/{totalItems})',
11709
+ listGroupHeader: 'Group Header'
11634
11710
  },
11635
11711
  coreCarousel: {
11636
11712
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -12211,12 +12287,15 @@ var json$g = {
12211
12287
  groupAriaDescriptionCollapsed: '非表示',
12212
12288
  triggerMoreLabel: '表示を増やす',
12213
12289
  triggerLessLabel: '表示を減らす'
12290
+ },
12291
+ segmentedButton: {
12292
+ groupRoleDescription: 'Segmented Button Group',
12293
+ buttonRoleDescription: 'Segmented Button'
12214
12294
  }
12215
12295
  };
12216
12296
 
12217
12297
  const FD_LANGUAGE_JAPANESE = json$g;
12218
12298
 
12219
- /* eslint-disable */
12220
12299
  // Do not modify, it's automatically created. Modify translations_kk.properties instead
12221
12300
  var json$f = {
12222
12301
  coreCalendar: {
@@ -12244,7 +12323,8 @@ var json$f = {
12244
12323
  },
12245
12324
  coreMultiComboBox: {
12246
12325
  multiComboBoxAriaLabel: 'Бірнеше мәннің құрама ұясы',
12247
- selectAllLabel: 'Барлық ({selectedItems}/{totalItems}) таңдаңыз'
12326
+ selectAllLabel: 'Барлық ({selectedItems}/{totalItems}) таңдаңыз',
12327
+ listGroupHeader: 'Group Header'
12248
12328
  },
12249
12329
  coreCarousel: {
12250
12330
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -12825,12 +12905,15 @@ var json$f = {
12825
12905
  groupAriaDescriptionCollapsed: 'жиылған',
12826
12906
  triggerMoreLabel: 'Көбірек',
12827
12907
  triggerLessLabel: 'Азырақ'
12908
+ },
12909
+ segmentedButton: {
12910
+ groupRoleDescription: 'Segmented Button Group',
12911
+ buttonRoleDescription: 'Segmented Button'
12828
12912
  }
12829
12913
  };
12830
12914
 
12831
12915
  const FD_LANGUAGE_KAZAKH = json$f;
12832
12916
 
12833
- /* eslint-disable */
12834
12917
  // Do not modify, it's automatically created. Modify translations_ko.properties instead
12835
12918
  var json$e = {
12836
12919
  coreCalendar: {
@@ -12858,7 +12941,8 @@ var json$e = {
12858
12941
  },
12859
12942
  coreMultiComboBox: {
12860
12943
  multiComboBoxAriaLabel: '다중 값 콤보 박스',
12861
- selectAllLabel: '모두 선택({totalItems}개 중 {selectedItems}개)'
12944
+ selectAllLabel: '모두 선택({totalItems}개 중 {selectedItems}개)',
12945
+ listGroupHeader: 'Group Header'
12862
12946
  },
12863
12947
  coreCarousel: {
12864
12948
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -13439,12 +13523,15 @@ var json$e = {
13439
13523
  groupAriaDescriptionCollapsed: '접힌 상태',
13440
13524
  triggerMoreLabel: '자세히',
13441
13525
  triggerLessLabel: '간단히'
13526
+ },
13527
+ segmentedButton: {
13528
+ groupRoleDescription: 'Segmented Button Group',
13529
+ buttonRoleDescription: 'Segmented Button'
13442
13530
  }
13443
13531
  };
13444
13532
 
13445
13533
  const FD_LANGUAGE_KOREAN = json$e;
13446
13534
 
13447
- /* eslint-disable */
13448
13535
  // Do not modify, it's automatically created. Modify translations_ms.properties instead
13449
13536
  var json$d = {
13450
13537
  coreCalendar: {
@@ -13472,7 +13559,8 @@ var json$d = {
13472
13559
  },
13473
13560
  coreMultiComboBox: {
13474
13561
  multiComboBoxAriaLabel: 'Kotak Kombo Nilai Berbilang',
13475
- selectAllLabel: 'Pilih semua ({selectedItems} daripada {totalItems})'
13562
+ selectAllLabel: 'Pilih semua ({selectedItems} daripada {totalItems})',
13563
+ listGroupHeader: 'Group Header'
13476
13564
  },
13477
13565
  coreCarousel: {
13478
13566
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -14053,12 +14141,15 @@ var json$d = {
14053
14141
  groupAriaDescriptionCollapsed: 'diruntuhkan',
14054
14142
  triggerMoreLabel: 'Selanjutnya',
14055
14143
  triggerLessLabel: 'Kurang'
14144
+ },
14145
+ segmentedButton: {
14146
+ groupRoleDescription: 'Segmented Button Group',
14147
+ buttonRoleDescription: 'Segmented Button'
14056
14148
  }
14057
14149
  };
14058
14150
 
14059
14151
  const FD_LANGUAGE_MALAY = json$d;
14060
14152
 
14061
- /* eslint-disable */
14062
14153
  // Do not modify, it's automatically created. Modify translations_no.properties instead
14063
14154
  var json$c = {
14064
14155
  coreCalendar: {
@@ -14086,7 +14177,8 @@ var json$c = {
14086
14177
  },
14087
14178
  coreMultiComboBox: {
14088
14179
  multiComboBoxAriaLabel: 'Kombinasjonsboks for flere verdier',
14089
- selectAllLabel: 'Merk alle ({selectedItems} av {totalItems})'
14180
+ selectAllLabel: 'Merk alle ({selectedItems} av {totalItems})',
14181
+ listGroupHeader: 'Group Header'
14090
14182
  },
14091
14183
  coreCarousel: {
14092
14184
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -14667,12 +14759,15 @@ var json$c = {
14667
14759
  groupAriaDescriptionCollapsed: 'komprimert',
14668
14760
  triggerMoreLabel: 'Mer',
14669
14761
  triggerLessLabel: 'Mindre'
14762
+ },
14763
+ segmentedButton: {
14764
+ groupRoleDescription: 'Segmented Button Group',
14765
+ buttonRoleDescription: 'Segmented Button'
14670
14766
  }
14671
14767
  };
14672
14768
 
14673
14769
  const FD_LANGUAGE_NORWEGIAN = json$c;
14674
14770
 
14675
- /* eslint-disable */
14676
14771
  // Do not modify, it's automatically created. Modify translations_pl.properties instead
14677
14772
  var json$b = {
14678
14773
  coreCalendar: {
@@ -14700,7 +14795,8 @@ var json$b = {
14700
14795
  },
14701
14796
  coreMultiComboBox: {
14702
14797
  multiComboBoxAriaLabel: 'Pole wielokrotnego wyboru',
14703
- selectAllLabel: 'Wybierz wszystkie ({selectedItems} z {totalItems})'
14798
+ selectAllLabel: 'Wybierz wszystkie ({selectedItems} z {totalItems})',
14799
+ listGroupHeader: 'Group Header'
14704
14800
  },
14705
14801
  coreCarousel: {
14706
14802
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -15281,12 +15377,15 @@ var json$b = {
15281
15377
  groupAriaDescriptionCollapsed: 'zwinięte',
15282
15378
  triggerMoreLabel: 'Więcej',
15283
15379
  triggerLessLabel: 'Mniej'
15380
+ },
15381
+ segmentedButton: {
15382
+ groupRoleDescription: 'Segmented Button Group',
15383
+ buttonRoleDescription: 'Segmented Button'
15284
15384
  }
15285
15385
  };
15286
15386
 
15287
15387
  const FD_LANGUAGE_POLISH = json$b;
15288
15388
 
15289
- /* eslint-disable */
15290
15389
  // Do not modify, it's automatically created. Modify translations_pt.properties instead
15291
15390
  var json$a = {
15292
15391
  coreCalendar: {
@@ -15314,7 +15413,8 @@ var json$a = {
15314
15413
  },
15315
15414
  coreMultiComboBox: {
15316
15415
  multiComboBoxAriaLabel: 'Combobox de valores múltiplos',
15317
- selectAllLabel: 'Selecionar todos os ({selectedItems} de {totalItems})'
15416
+ selectAllLabel: 'Selecionar todos os ({selectedItems} de {totalItems})',
15417
+ listGroupHeader: 'Group Header'
15318
15418
  },
15319
15419
  coreCarousel: {
15320
15420
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -15895,12 +15995,15 @@ var json$a = {
15895
15995
  groupAriaDescriptionCollapsed: 'recolhido',
15896
15996
  triggerMoreLabel: 'Mais',
15897
15997
  triggerLessLabel: 'Menos'
15998
+ },
15999
+ segmentedButton: {
16000
+ groupRoleDescription: 'Segmented Button Group',
16001
+ buttonRoleDescription: 'Segmented Button'
15898
16002
  }
15899
16003
  };
15900
16004
 
15901
16005
  const FD_LANGUAGE_PORTUGUESE = json$a;
15902
16006
 
15903
- /* eslint-disable */
15904
16007
  // Do not modify, it's automatically created. Modify translations_ro.properties instead
15905
16008
  var json$9 = {
15906
16009
  coreCalendar: {
@@ -15928,7 +16031,8 @@ var json$9 = {
15928
16031
  },
15929
16032
  coreMultiComboBox: {
15930
16033
  multiComboBoxAriaLabel: 'Casetă combinată cu valori multiple',
15931
- selectAllLabel: 'Selectare toate ({selectedItems} din {totalItems})'
16034
+ selectAllLabel: 'Selectare toate ({selectedItems} din {totalItems})',
16035
+ listGroupHeader: 'Group Header'
15932
16036
  },
15933
16037
  coreCarousel: {
15934
16038
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -16509,12 +16613,15 @@ var json$9 = {
16509
16613
  groupAriaDescriptionCollapsed: 'restrâns',
16510
16614
  triggerMoreLabel: 'Mai mult',
16511
16615
  triggerLessLabel: 'Mai puțin'
16616
+ },
16617
+ segmentedButton: {
16618
+ groupRoleDescription: 'Segmented Button Group',
16619
+ buttonRoleDescription: 'Segmented Button'
16512
16620
  }
16513
16621
  };
16514
16622
 
16515
16623
  const FD_LANGUAGE_ROMANIAN = json$9;
16516
16624
 
16517
- /* eslint-disable */
16518
16625
  // Do not modify, it's automatically created. Modify translations_ru.properties instead
16519
16626
  var json$8 = {
16520
16627
  coreCalendar: {
@@ -16542,7 +16649,8 @@ var json$8 = {
16542
16649
  },
16543
16650
  coreMultiComboBox: {
16544
16651
  multiComboBoxAriaLabel: 'Поле со списком значений',
16545
- selectAllLabel: 'Выбрать все ({selectedItems} из {totalItems})'
16652
+ selectAllLabel: 'Выбрать все ({selectedItems} из {totalItems})',
16653
+ listGroupHeader: 'Group Header'
16546
16654
  },
16547
16655
  coreCarousel: {
16548
16656
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -17123,12 +17231,15 @@ var json$8 = {
17123
17231
  groupAriaDescriptionCollapsed: 'свернуто',
17124
17232
  triggerMoreLabel: 'Больше',
17125
17233
  triggerLessLabel: 'Меньше'
17234
+ },
17235
+ segmentedButton: {
17236
+ groupRoleDescription: 'Segmented Button Group',
17237
+ buttonRoleDescription: 'Segmented Button'
17126
17238
  }
17127
17239
  };
17128
17240
 
17129
17241
  const FD_LANGUAGE_RUSSIAN = json$8;
17130
17242
 
17131
- /* eslint-disable */
17132
17243
  // Do not modify, it's automatically created. Modify translations_sh.properties instead
17133
17244
  var json$7 = {
17134
17245
  coreCalendar: {
@@ -17156,7 +17267,8 @@ var json$7 = {
17156
17267
  },
17157
17268
  coreMultiComboBox: {
17158
17269
  multiComboBoxAriaLabel: 'Combo box višestruke vrednosti',
17159
- selectAllLabel: 'Odaberi svih ({selectedItems} od {totalItems})'
17270
+ selectAllLabel: 'Odaberi svih ({selectedItems} od {totalItems})',
17271
+ listGroupHeader: 'Group Header'
17160
17272
  },
17161
17273
  coreCarousel: {
17162
17274
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -17737,12 +17849,15 @@ var json$7 = {
17737
17849
  groupAriaDescriptionCollapsed: 'sažeto',
17738
17850
  triggerMoreLabel: 'Više',
17739
17851
  triggerLessLabel: 'Manje'
17852
+ },
17853
+ segmentedButton: {
17854
+ groupRoleDescription: 'Segmented Button Group',
17855
+ buttonRoleDescription: 'Segmented Button'
17740
17856
  }
17741
17857
  };
17742
17858
 
17743
17859
  const FD_LANGUAGE_SERBIAN = json$7;
17744
17860
 
17745
- /* eslint-disable */
17746
17861
  // Do not modify, it's automatically created. Modify translations_sk.properties instead
17747
17862
  var json$6 = {
17748
17863
  coreCalendar: {
@@ -17770,7 +17885,8 @@ var json$6 = {
17770
17885
  },
17771
17886
  coreMultiComboBox: {
17772
17887
  multiComboBoxAriaLabel: 'Výklopný zoznam s viacerými hodnotami',
17773
- selectAllLabel: 'Vybrať všetko ({selectedItems} z {totalItems})'
17888
+ selectAllLabel: 'Vybrať všetko ({selectedItems} z {totalItems})',
17889
+ listGroupHeader: 'Group Header'
17774
17890
  },
17775
17891
  coreCarousel: {
17776
17892
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -18351,12 +18467,15 @@ var json$6 = {
18351
18467
  groupAriaDescriptionCollapsed: 'zbalené',
18352
18468
  triggerMoreLabel: 'Viac',
18353
18469
  triggerLessLabel: 'Menej'
18470
+ },
18471
+ segmentedButton: {
18472
+ groupRoleDescription: 'Segmented Button Group',
18473
+ buttonRoleDescription: 'Segmented Button'
18354
18474
  }
18355
18475
  };
18356
18476
 
18357
18477
  const FD_LANGUAGE_SLOVAK = json$6;
18358
18478
 
18359
- /* eslint-disable */
18360
18479
  // Do not modify, it's automatically created. Modify translations_sl.properties instead
18361
18480
  var json$5 = {
18362
18481
  coreCalendar: {
@@ -18384,7 +18503,8 @@ var json$5 = {
18384
18503
  },
18385
18504
  coreMultiComboBox: {
18386
18505
  multiComboBoxAriaLabel: 'Kombinirani seznam z več vrednostmi',
18387
- selectAllLabel: 'Izbira vseh ({selectedItems} od {totalItems})'
18506
+ selectAllLabel: 'Izbira vseh ({selectedItems} od {totalItems})',
18507
+ listGroupHeader: 'Group Header'
18388
18508
  },
18389
18509
  coreCarousel: {
18390
18510
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -18965,12 +19085,15 @@ var json$5 = {
18965
19085
  groupAriaDescriptionCollapsed: 'strnjeno',
18966
19086
  triggerMoreLabel: 'Več',
18967
19087
  triggerLessLabel: 'Manj'
19088
+ },
19089
+ segmentedButton: {
19090
+ groupRoleDescription: 'Segmented Button Group',
19091
+ buttonRoleDescription: 'Segmented Button'
18968
19092
  }
18969
19093
  };
18970
19094
 
18971
19095
  const FD_LANGUAGE_SLOVENIAN = json$5;
18972
19096
 
18973
- /* eslint-disable */
18974
19097
  // Do not modify, it's automatically created. Modify translations_es.properties instead
18975
19098
  var json$4 = {
18976
19099
  coreCalendar: {
@@ -18998,7 +19121,8 @@ var json$4 = {
18998
19121
  },
18999
19122
  coreMultiComboBox: {
19000
19123
  multiComboBoxAriaLabel: 'Cuadro combinado de varios valores',
19001
- selectAllLabel: 'Seleccionar todos ({selectedItems} de {totalItems})'
19124
+ selectAllLabel: 'Seleccionar todos ({selectedItems} de {totalItems})',
19125
+ listGroupHeader: 'Group Header'
19002
19126
  },
19003
19127
  coreCarousel: {
19004
19128
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -19579,12 +19703,15 @@ var json$4 = {
19579
19703
  groupAriaDescriptionCollapsed: 'contraído',
19580
19704
  triggerMoreLabel: 'Más',
19581
19705
  triggerLessLabel: 'Menos'
19706
+ },
19707
+ segmentedButton: {
19708
+ groupRoleDescription: 'Segmented Button Group',
19709
+ buttonRoleDescription: 'Segmented Button'
19582
19710
  }
19583
19711
  };
19584
19712
 
19585
19713
  const FD_LANGUAGE_SPANISH = json$4;
19586
19714
 
19587
- /* eslint-disable */
19588
19715
  // Do not modify, it's automatically created. Modify translations_sv.properties instead
19589
19716
  var json$3 = {
19590
19717
  coreCalendar: {
@@ -19612,7 +19739,8 @@ var json$3 = {
19612
19739
  },
19613
19740
  coreMultiComboBox: {
19614
19741
  multiComboBoxAriaLabel: 'Kombinationsruta med flera värden',
19615
- selectAllLabel: 'Välj alla ({selectedItems} av {totalItems})'
19742
+ selectAllLabel: 'Välj alla ({selectedItems} av {totalItems})',
19743
+ listGroupHeader: 'Group Header'
19616
19744
  },
19617
19745
  coreCarousel: {
19618
19746
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -20193,12 +20321,15 @@ var json$3 = {
20193
20321
  groupAriaDescriptionCollapsed: 'komprimera',
20194
20322
  triggerMoreLabel: 'Mer',
20195
20323
  triggerLessLabel: 'Mindre'
20324
+ },
20325
+ segmentedButton: {
20326
+ groupRoleDescription: 'Segmented Button Group',
20327
+ buttonRoleDescription: 'Segmented Button'
20196
20328
  }
20197
20329
  };
20198
20330
 
20199
20331
  const FD_LANGUAGE_SWEDISH = json$3;
20200
20332
 
20201
- /* eslint-disable */
20202
20333
  // Do not modify, it's automatically created. Modify translations_th.properties instead
20203
20334
  var json$2 = {
20204
20335
  coreCalendar: {
@@ -20226,7 +20357,8 @@ var json$2 = {
20226
20357
  },
20227
20358
  coreMultiComboBox: {
20228
20359
  multiComboBoxAriaLabel: 'คอมโบบ็อกซ์แบบหลายค่า',
20229
- selectAllLabel: 'เลือกทั้งหมด ({selectedItems} จาก {totalItems}) รายการ'
20360
+ selectAllLabel: 'เลือกทั้งหมด ({selectedItems} จาก {totalItems}) รายการ',
20361
+ listGroupHeader: 'Group Header'
20230
20362
  },
20231
20363
  coreCarousel: {
20232
20364
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -20807,12 +20939,15 @@ var json$2 = {
20807
20939
  groupAriaDescriptionCollapsed: 'ยุบรวม',
20808
20940
  triggerMoreLabel: 'เพิ่มเติม',
20809
20941
  triggerLessLabel: 'น้อยลง'
20942
+ },
20943
+ segmentedButton: {
20944
+ groupRoleDescription: 'Segmented Button Group',
20945
+ buttonRoleDescription: 'Segmented Button'
20810
20946
  }
20811
20947
  };
20812
20948
 
20813
20949
  const FD_LANGUAGE_THAI = json$2;
20814
20950
 
20815
- /* eslint-disable */
20816
20951
  // Do not modify, it's automatically created. Modify translations_tr.properties instead
20817
20952
  var json$1 = {
20818
20953
  coreCalendar: {
@@ -20840,7 +20975,8 @@ var json$1 = {
20840
20975
  },
20841
20976
  coreMultiComboBox: {
20842
20977
  multiComboBoxAriaLabel: 'Çoklu Değer Açılan Kutusu',
20843
- selectAllLabel: 'Tümünü seç ({selectedItems}/{totalItems})'
20978
+ selectAllLabel: 'Tümünü seç ({selectedItems}/{totalItems})',
20979
+ listGroupHeader: 'Group Header'
20844
20980
  },
20845
20981
  coreCarousel: {
20846
20982
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -21421,12 +21557,15 @@ var json$1 = {
21421
21557
  groupAriaDescriptionCollapsed: 'daraltıldı',
21422
21558
  triggerMoreLabel: 'Daha Fazla',
21423
21559
  triggerLessLabel: 'Daha Az'
21560
+ },
21561
+ segmentedButton: {
21562
+ groupRoleDescription: 'Segmented Button Group',
21563
+ buttonRoleDescription: 'Segmented Button'
21424
21564
  }
21425
21565
  };
21426
21566
 
21427
21567
  const FD_LANGUAGE_TURKISH = json$1;
21428
21568
 
21429
- /* eslint-disable */
21430
21569
  // Do not modify, it's automatically created. Modify translations_uk.properties instead
21431
21570
  var json = {
21432
21571
  coreCalendar: {
@@ -21454,7 +21593,8 @@ var json = {
21454
21593
  },
21455
21594
  coreMultiComboBox: {
21456
21595
  multiComboBoxAriaLabel: 'Багатозначне поле зі списком',
21457
- selectAllLabel: 'Вибрати всі ({selectedItems} з {totalItems})'
21596
+ selectAllLabel: 'Вибрати всі ({selectedItems} з {totalItems})',
21597
+ listGroupHeader: 'Group Header'
21458
21598
  },
21459
21599
  coreCarousel: {
21460
21600
  pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
@@ -22035,6 +22175,10 @@ var json = {
22035
22175
  groupAriaDescriptionCollapsed: 'згорнуто',
22036
22176
  triggerMoreLabel: 'Більше',
22037
22177
  triggerLessLabel: 'Менше'
22178
+ },
22179
+ segmentedButton: {
22180
+ groupRoleDescription: 'Segmented Button Group',
22181
+ buttonRoleDescription: 'Segmented Button'
22038
22182
  }
22039
22183
  };
22040
22184