@fundamental-ngx/i18n 0.57.4-rc.3 → 0.57.4-rc.30
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.
- package/fesm2022/fundamental-ngx-i18n.mjs +441 -109
- package/fesm2022/fundamental-ngx-i18n.mjs.map +1 -1
- package/index.d.ts +13 -2
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { InjectionToken, inject, LOCALE_ID, SkipSelf, isDevMode, isSignal, signal, computed, effect, DestroyRef, Input, Inject, Self, Directive, Pipe, NgModule } from '@angular/core';
|
|
2
|
+
import { InjectionToken, inject, LOCALE_ID, SkipSelf, isDevMode, Injectable, isSignal, signal, computed, effect, DestroyRef, Input, Inject, Self, Directive, Pipe, NgModule } from '@angular/core';
|
|
3
3
|
import { toSignal, takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
|
4
4
|
import { get, merge, cloneDeep } from 'lodash-es';
|
|
5
5
|
import * as i1 from 'rxjs';
|
|
@@ -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',
|
|
@@ -79,7 +79,12 @@ var json$z = {
|
|
|
79
79
|
listItemStatusDraft: 'Draft'
|
|
80
80
|
},
|
|
81
81
|
coreMessageStrip: {
|
|
82
|
-
dismissLabel: 'Largoje'
|
|
82
|
+
dismissLabel: 'Largoje',
|
|
83
|
+
announcementInfo: 'Information Message Strip',
|
|
84
|
+
announcementWarning: 'Warning Message Strip',
|
|
85
|
+
announcementError: 'Error Message Strip',
|
|
86
|
+
announcementSuccess: 'Success Message Strip',
|
|
87
|
+
closable: 'Closable'
|
|
83
88
|
},
|
|
84
89
|
coreMultiInput: {
|
|
85
90
|
countListResultsSingular: '1 artikull i listës së rezultateve.',
|
|
@@ -587,12 +592,15 @@ var json$z = {
|
|
|
587
592
|
coreNotification: {
|
|
588
593
|
triggerMoreLabel: 'More',
|
|
589
594
|
triggerLessLabel: 'Less'
|
|
595
|
+
},
|
|
596
|
+
segmentedButton: {
|
|
597
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
598
|
+
buttonRoleDescription: 'Segmented Button'
|
|
590
599
|
}
|
|
591
600
|
};
|
|
592
601
|
|
|
593
602
|
const FD_LANGUAGE_ALBANIAN = json$z;
|
|
594
603
|
|
|
595
|
-
/* eslint-disable */
|
|
596
604
|
// Do not modify, it's automatically created. Modify translations_ar.properties instead
|
|
597
605
|
var json$y = {
|
|
598
606
|
coreCalendar: {
|
|
@@ -620,7 +628,8 @@ var json$y = {
|
|
|
620
628
|
},
|
|
621
629
|
coreMultiComboBox: {
|
|
622
630
|
multiComboBoxAriaLabel: 'مربع تحرير وسرد متعدد القيم',
|
|
623
|
-
selectAllLabel: 'تحديد الكل ({selectedItems} من {totalItems})'
|
|
631
|
+
selectAllLabel: 'تحديد الكل ({selectedItems} من {totalItems})',
|
|
632
|
+
listGroupHeader: 'Group Header'
|
|
624
633
|
},
|
|
625
634
|
coreCarousel: {
|
|
626
635
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -665,7 +674,12 @@ var json$y = {
|
|
|
665
674
|
listItemStatusDraft: 'أولي'
|
|
666
675
|
},
|
|
667
676
|
coreMessageStrip: {
|
|
668
|
-
dismissLabel: 'تجاهل'
|
|
677
|
+
dismissLabel: 'تجاهل',
|
|
678
|
+
announcementInfo: 'Information Message Strip',
|
|
679
|
+
announcementWarning: 'Warning Message Strip',
|
|
680
|
+
announcementError: 'Error Message Strip',
|
|
681
|
+
announcementSuccess: 'Success Message Strip',
|
|
682
|
+
closable: 'Closable'
|
|
669
683
|
},
|
|
670
684
|
coreMultiInput: {
|
|
671
685
|
countListResultsSingular: 'عنصر قائمة نتائج واحد.',
|
|
@@ -1196,12 +1210,15 @@ var json$y = {
|
|
|
1196
1210
|
groupAriaDescriptionCollapsed: 'تم طيه',
|
|
1197
1211
|
triggerMoreLabel: 'المزيد',
|
|
1198
1212
|
triggerLessLabel: 'أقل'
|
|
1213
|
+
},
|
|
1214
|
+
segmentedButton: {
|
|
1215
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
1216
|
+
buttonRoleDescription: 'Segmented Button'
|
|
1199
1217
|
}
|
|
1200
1218
|
};
|
|
1201
1219
|
|
|
1202
1220
|
const FD_LANGUAGE_ARABIC = json$y;
|
|
1203
1221
|
|
|
1204
|
-
/* eslint-disable */
|
|
1205
1222
|
// Do not modify, it's automatically created. Modify translations_bg.properties instead
|
|
1206
1223
|
var json$x = {
|
|
1207
1224
|
coreCalendar: {
|
|
@@ -1229,7 +1246,8 @@ var json$x = {
|
|
|
1229
1246
|
},
|
|
1230
1247
|
coreMultiComboBox: {
|
|
1231
1248
|
multiComboBoxAriaLabel: 'Комбинирано поле с множество стойности',
|
|
1232
|
-
selectAllLabel: 'Избор на всички ({selectedItems} от {totalItems})'
|
|
1249
|
+
selectAllLabel: 'Избор на всички ({selectedItems} от {totalItems})',
|
|
1250
|
+
listGroupHeader: 'Group Header'
|
|
1233
1251
|
},
|
|
1234
1252
|
coreCarousel: {
|
|
1235
1253
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -1274,7 +1292,12 @@ var json$x = {
|
|
|
1274
1292
|
listItemStatusDraft: 'Чернова'
|
|
1275
1293
|
},
|
|
1276
1294
|
coreMessageStrip: {
|
|
1277
|
-
dismissLabel: 'Отхвърляне'
|
|
1295
|
+
dismissLabel: 'Отхвърляне',
|
|
1296
|
+
announcementInfo: 'Information Message Strip',
|
|
1297
|
+
announcementWarning: 'Warning Message Strip',
|
|
1298
|
+
announcementError: 'Error Message Strip',
|
|
1299
|
+
announcementSuccess: 'Success Message Strip',
|
|
1300
|
+
closable: 'Closable'
|
|
1278
1301
|
},
|
|
1279
1302
|
coreMultiInput: {
|
|
1280
1303
|
countListResultsSingular: '1 позиция от списъка с резултати.',
|
|
@@ -1805,12 +1828,15 @@ var json$x = {
|
|
|
1805
1828
|
groupAriaDescriptionCollapsed: 'свито',
|
|
1806
1829
|
triggerMoreLabel: 'Повече',
|
|
1807
1830
|
triggerLessLabel: 'По-малко'
|
|
1831
|
+
},
|
|
1832
|
+
segmentedButton: {
|
|
1833
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
1834
|
+
buttonRoleDescription: 'Segmented Button'
|
|
1808
1835
|
}
|
|
1809
1836
|
};
|
|
1810
1837
|
|
|
1811
1838
|
const FD_LANGUAGE_BULGARIAN = json$x;
|
|
1812
1839
|
|
|
1813
|
-
/* eslint-disable */
|
|
1814
1840
|
// Do not modify, it's automatically created. Modify translations_zh_CN.properties instead
|
|
1815
1841
|
var json$w = {
|
|
1816
1842
|
coreCalendar: {
|
|
@@ -1838,7 +1864,8 @@ var json$w = {
|
|
|
1838
1864
|
},
|
|
1839
1865
|
coreMultiComboBox: {
|
|
1840
1866
|
multiComboBoxAriaLabel: '多值组合框',
|
|
1841
|
-
selectAllLabel: '全选(已选 {selectedItems} 个,共 {totalItems} 个)'
|
|
1867
|
+
selectAllLabel: '全选(已选 {selectedItems} 个,共 {totalItems} 个)',
|
|
1868
|
+
listGroupHeader: 'Group Header'
|
|
1842
1869
|
},
|
|
1843
1870
|
coreCarousel: {
|
|
1844
1871
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -1883,7 +1910,12 @@ var json$w = {
|
|
|
1883
1910
|
listItemStatusDraft: '草稿'
|
|
1884
1911
|
},
|
|
1885
1912
|
coreMessageStrip: {
|
|
1886
|
-
dismissLabel: '屏蔽'
|
|
1913
|
+
dismissLabel: '屏蔽',
|
|
1914
|
+
announcementInfo: 'Information Message Strip',
|
|
1915
|
+
announcementWarning: 'Warning Message Strip',
|
|
1916
|
+
announcementError: 'Error Message Strip',
|
|
1917
|
+
announcementSuccess: 'Success Message Strip',
|
|
1918
|
+
closable: 'Closable'
|
|
1887
1919
|
},
|
|
1888
1920
|
coreMultiInput: {
|
|
1889
1921
|
countListResultsSingular: '1 个结果列表项目。',
|
|
@@ -2414,13 +2446,16 @@ var json$w = {
|
|
|
2414
2446
|
groupAriaDescriptionCollapsed: '已折叠',
|
|
2415
2447
|
triggerMoreLabel: '更多',
|
|
2416
2448
|
triggerLessLabel: '更少'
|
|
2449
|
+
},
|
|
2450
|
+
segmentedButton: {
|
|
2451
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
2452
|
+
buttonRoleDescription: 'Segmented Button'
|
|
2417
2453
|
}
|
|
2418
2454
|
};
|
|
2419
2455
|
|
|
2420
2456
|
const FD_LANGUAGE_CHINESE_SIMPLIFIED = json$w;
|
|
2421
2457
|
const FD_LANGUAGE_CHINESE = json$w;
|
|
2422
2458
|
|
|
2423
|
-
/* eslint-disable */
|
|
2424
2459
|
// Do not modify, it's automatically created. Modify translations_zh_TW.properties instead
|
|
2425
2460
|
var json$v = {
|
|
2426
2461
|
coreCalendar: {
|
|
@@ -2448,7 +2483,8 @@ var json$v = {
|
|
|
2448
2483
|
},
|
|
2449
2484
|
coreMultiComboBox: {
|
|
2450
2485
|
multiComboBoxAriaLabel: '多重值下拉式清單方塊',
|
|
2451
|
-
selectAllLabel: '全選 ({selectedItems}/{totalItems})'
|
|
2486
|
+
selectAllLabel: '全選 ({selectedItems}/{totalItems})',
|
|
2487
|
+
listGroupHeader: 'Group Header'
|
|
2452
2488
|
},
|
|
2453
2489
|
coreCarousel: {
|
|
2454
2490
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -2493,7 +2529,12 @@ var json$v = {
|
|
|
2493
2529
|
listItemStatusDraft: '草稿'
|
|
2494
2530
|
},
|
|
2495
2531
|
coreMessageStrip: {
|
|
2496
|
-
dismissLabel: '忽略'
|
|
2532
|
+
dismissLabel: '忽略',
|
|
2533
|
+
announcementInfo: 'Information Message Strip',
|
|
2534
|
+
announcementWarning: 'Warning Message Strip',
|
|
2535
|
+
announcementError: 'Error Message Strip',
|
|
2536
|
+
announcementSuccess: 'Success Message Strip',
|
|
2537
|
+
closable: 'Closable'
|
|
2497
2538
|
},
|
|
2498
2539
|
coreMultiInput: {
|
|
2499
2540
|
countListResultsSingular: '1 個結果清單項目。',
|
|
@@ -3024,12 +3065,15 @@ var json$v = {
|
|
|
3024
3065
|
groupAriaDescriptionCollapsed: '已摺疊',
|
|
3025
3066
|
triggerMoreLabel: '更多',
|
|
3026
3067
|
triggerLessLabel: '較少'
|
|
3068
|
+
},
|
|
3069
|
+
segmentedButton: {
|
|
3070
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
3071
|
+
buttonRoleDescription: 'Segmented Button'
|
|
3027
3072
|
}
|
|
3028
3073
|
};
|
|
3029
3074
|
|
|
3030
3075
|
const FD_LANGUAGE_CHINESE_TRADITIONAL = json$v;
|
|
3031
3076
|
|
|
3032
|
-
/* eslint-disable */
|
|
3033
3077
|
// Do not modify, it's automatically created. Modify translations_hr.properties instead
|
|
3034
3078
|
var json$u = {
|
|
3035
3079
|
coreCalendar: {
|
|
@@ -3057,7 +3101,8 @@ var json$u = {
|
|
|
3057
3101
|
},
|
|
3058
3102
|
coreMultiComboBox: {
|
|
3059
3103
|
multiComboBoxAriaLabel: 'Kombinirani okvir s više vrijednosti',
|
|
3060
|
-
selectAllLabel: 'Odaberi sve ({selectedItems} od {totalItems})'
|
|
3104
|
+
selectAllLabel: 'Odaberi sve ({selectedItems} od {totalItems})',
|
|
3105
|
+
listGroupHeader: 'Group Header'
|
|
3061
3106
|
},
|
|
3062
3107
|
coreCarousel: {
|
|
3063
3108
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -3102,7 +3147,12 @@ var json$u = {
|
|
|
3102
3147
|
listItemStatusDraft: 'Nacrt'
|
|
3103
3148
|
},
|
|
3104
3149
|
coreMessageStrip: {
|
|
3105
|
-
dismissLabel: 'Odbaci'
|
|
3150
|
+
dismissLabel: 'Odbaci',
|
|
3151
|
+
announcementInfo: 'Information Message Strip',
|
|
3152
|
+
announcementWarning: 'Warning Message Strip',
|
|
3153
|
+
announcementError: 'Error Message Strip',
|
|
3154
|
+
announcementSuccess: 'Success Message Strip',
|
|
3155
|
+
closable: 'Closable'
|
|
3106
3156
|
},
|
|
3107
3157
|
coreMultiInput: {
|
|
3108
3158
|
countListResultsSingular: 'Broj stavki popisa rezultata: 1.',
|
|
@@ -3633,12 +3683,15 @@ var json$u = {
|
|
|
3633
3683
|
groupAriaDescriptionCollapsed: 'sažeto',
|
|
3634
3684
|
triggerMoreLabel: 'Više',
|
|
3635
3685
|
triggerLessLabel: 'Manje'
|
|
3686
|
+
},
|
|
3687
|
+
segmentedButton: {
|
|
3688
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
3689
|
+
buttonRoleDescription: 'Segmented Button'
|
|
3636
3690
|
}
|
|
3637
3691
|
};
|
|
3638
3692
|
|
|
3639
3693
|
const FD_LANGUAGE_CROATIAN = json$u;
|
|
3640
3694
|
|
|
3641
|
-
/* eslint-disable */
|
|
3642
3695
|
// Do not modify, it's automatically created. Modify translations_cs.properties instead
|
|
3643
3696
|
var json$t = {
|
|
3644
3697
|
coreCalendar: {
|
|
@@ -3666,7 +3719,8 @@ var json$t = {
|
|
|
3666
3719
|
},
|
|
3667
3720
|
coreMultiComboBox: {
|
|
3668
3721
|
multiComboBoxAriaLabel: 'Vícehodnotový výklopný seznam',
|
|
3669
|
-
selectAllLabel: 'Vybrat vše ({selectedItems} z {totalItems})'
|
|
3722
|
+
selectAllLabel: 'Vybrat vše ({selectedItems} z {totalItems})',
|
|
3723
|
+
listGroupHeader: 'Group Header'
|
|
3670
3724
|
},
|
|
3671
3725
|
coreCarousel: {
|
|
3672
3726
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -3711,7 +3765,12 @@ var json$t = {
|
|
|
3711
3765
|
listItemStatusDraft: 'Koncept'
|
|
3712
3766
|
},
|
|
3713
3767
|
coreMessageStrip: {
|
|
3714
|
-
dismissLabel: 'Zrušit'
|
|
3768
|
+
dismissLabel: 'Zrušit',
|
|
3769
|
+
announcementInfo: 'Information Message Strip',
|
|
3770
|
+
announcementWarning: 'Warning Message Strip',
|
|
3771
|
+
announcementError: 'Error Message Strip',
|
|
3772
|
+
announcementSuccess: 'Success Message Strip',
|
|
3773
|
+
closable: 'Closable'
|
|
3715
3774
|
},
|
|
3716
3775
|
coreMultiInput: {
|
|
3717
3776
|
countListResultsSingular: '1 položka v seznamu výsledků.',
|
|
@@ -4242,12 +4301,15 @@ var json$t = {
|
|
|
4242
4301
|
groupAriaDescriptionCollapsed: 'sbaleno',
|
|
4243
4302
|
triggerMoreLabel: 'Více',
|
|
4244
4303
|
triggerLessLabel: 'Méně'
|
|
4304
|
+
},
|
|
4305
|
+
segmentedButton: {
|
|
4306
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
4307
|
+
buttonRoleDescription: 'Segmented Button'
|
|
4245
4308
|
}
|
|
4246
4309
|
};
|
|
4247
4310
|
|
|
4248
4311
|
const FD_LANGUAGE_CZECH = json$t;
|
|
4249
4312
|
|
|
4250
|
-
/* eslint-disable */
|
|
4251
4313
|
// Do not modify, it's automatically created. Modify translations_da.properties instead
|
|
4252
4314
|
var json$s = {
|
|
4253
4315
|
coreCalendar: {
|
|
@@ -4275,7 +4337,8 @@ var json$s = {
|
|
|
4275
4337
|
},
|
|
4276
4338
|
coreMultiComboBox: {
|
|
4277
4339
|
multiComboBoxAriaLabel: 'Multiværdikombinationsboks',
|
|
4278
|
-
selectAllLabel: 'Vælg alle ({selectedItems} ud af {totalItems})'
|
|
4340
|
+
selectAllLabel: 'Vælg alle ({selectedItems} ud af {totalItems})',
|
|
4341
|
+
listGroupHeader: 'Group Header'
|
|
4279
4342
|
},
|
|
4280
4343
|
coreCarousel: {
|
|
4281
4344
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -4320,7 +4383,12 @@ var json$s = {
|
|
|
4320
4383
|
listItemStatusDraft: 'Udkast'
|
|
4321
4384
|
},
|
|
4322
4385
|
coreMessageStrip: {
|
|
4323
|
-
dismissLabel: 'Afvis'
|
|
4386
|
+
dismissLabel: 'Afvis',
|
|
4387
|
+
announcementInfo: 'Information Message Strip',
|
|
4388
|
+
announcementWarning: 'Warning Message Strip',
|
|
4389
|
+
announcementError: 'Error Message Strip',
|
|
4390
|
+
announcementSuccess: 'Success Message Strip',
|
|
4391
|
+
closable: 'Closable'
|
|
4324
4392
|
},
|
|
4325
4393
|
coreMultiInput: {
|
|
4326
4394
|
countListResultsSingular: '1 resultatlisteelement.',
|
|
@@ -4851,12 +4919,15 @@ var json$s = {
|
|
|
4851
4919
|
groupAriaDescriptionCollapsed: 'minimeret',
|
|
4852
4920
|
triggerMoreLabel: 'Mere',
|
|
4853
4921
|
triggerLessLabel: 'Mindre'
|
|
4922
|
+
},
|
|
4923
|
+
segmentedButton: {
|
|
4924
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
4925
|
+
buttonRoleDescription: 'Segmented Button'
|
|
4854
4926
|
}
|
|
4855
4927
|
};
|
|
4856
4928
|
|
|
4857
4929
|
const FD_LANGUAGE_DANISH = json$s;
|
|
4858
4930
|
|
|
4859
|
-
/* eslint-disable */
|
|
4860
4931
|
// Do not modify, it's automatically created. Modify translations_nl.properties instead
|
|
4861
4932
|
var json$r = {
|
|
4862
4933
|
coreCalendar: {
|
|
@@ -4884,7 +4955,8 @@ var json$r = {
|
|
|
4884
4955
|
},
|
|
4885
4956
|
coreMultiComboBox: {
|
|
4886
4957
|
multiComboBoxAriaLabel: 'Keuzelijst met invoerveld met meerdere waarden',
|
|
4887
|
-
selectAllLabel: 'Alle ({selectedItems} van {totalItems}) selecteren'
|
|
4958
|
+
selectAllLabel: 'Alle ({selectedItems} van {totalItems}) selecteren',
|
|
4959
|
+
listGroupHeader: 'Group Header'
|
|
4888
4960
|
},
|
|
4889
4961
|
coreCarousel: {
|
|
4890
4962
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -4929,7 +5001,12 @@ var json$r = {
|
|
|
4929
5001
|
listItemStatusDraft: 'Concept'
|
|
4930
5002
|
},
|
|
4931
5003
|
coreMessageStrip: {
|
|
4932
|
-
dismissLabel: 'Afwijzen'
|
|
5004
|
+
dismissLabel: 'Afwijzen',
|
|
5005
|
+
announcementInfo: 'Information Message Strip',
|
|
5006
|
+
announcementWarning: 'Warning Message Strip',
|
|
5007
|
+
announcementError: 'Error Message Strip',
|
|
5008
|
+
announcementSuccess: 'Success Message Strip',
|
|
5009
|
+
closable: 'Closable'
|
|
4933
5010
|
},
|
|
4934
5011
|
coreMultiInput: {
|
|
4935
5012
|
countListResultsSingular: '1 item in resultatenlijst',
|
|
@@ -5460,12 +5537,15 @@ var json$r = {
|
|
|
5460
5537
|
groupAriaDescriptionCollapsed: 'samengevouwen',
|
|
5461
5538
|
triggerMoreLabel: 'Meer',
|
|
5462
5539
|
triggerLessLabel: 'Minder'
|
|
5540
|
+
},
|
|
5541
|
+
segmentedButton: {
|
|
5542
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
5543
|
+
buttonRoleDescription: 'Segmented Button'
|
|
5463
5544
|
}
|
|
5464
5545
|
};
|
|
5465
5546
|
|
|
5466
5547
|
const FD_LANGUAGE_DUTCH = json$r;
|
|
5467
5548
|
|
|
5468
|
-
/* eslint-disable */
|
|
5469
5549
|
// Do not modify, it's automatically created. Modify translations.properties instead
|
|
5470
5550
|
var json$q = {
|
|
5471
5551
|
coreCalendar: {
|
|
@@ -5493,7 +5573,8 @@ var json$q = {
|
|
|
5493
5573
|
},
|
|
5494
5574
|
coreMultiComboBox: {
|
|
5495
5575
|
multiComboBoxAriaLabel: 'Multi Value Combo Box',
|
|
5496
|
-
selectAllLabel: 'Select all ({selectedItems} of {totalItems})'
|
|
5576
|
+
selectAllLabel: 'Select all ({selectedItems} of {totalItems})',
|
|
5577
|
+
listGroupHeader: 'Group Header'
|
|
5497
5578
|
},
|
|
5498
5579
|
coreCarousel: {
|
|
5499
5580
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -5538,7 +5619,12 @@ var json$q = {
|
|
|
5538
5619
|
listItemStatusDraft: 'Draft'
|
|
5539
5620
|
},
|
|
5540
5621
|
coreMessageStrip: {
|
|
5541
|
-
dismissLabel: '
|
|
5622
|
+
dismissLabel: 'Close',
|
|
5623
|
+
announcementInfo: 'Information Message Strip',
|
|
5624
|
+
announcementWarning: 'Warning Message Strip',
|
|
5625
|
+
announcementError: 'Error Message Strip',
|
|
5626
|
+
announcementSuccess: 'Success Message Strip',
|
|
5627
|
+
closable: 'Closable'
|
|
5542
5628
|
},
|
|
5543
5629
|
coreMultiInput: {
|
|
5544
5630
|
countListResultsSingular: '1 result list item.',
|
|
@@ -6069,12 +6155,15 @@ var json$q = {
|
|
|
6069
6155
|
groupAriaDescriptionCollapsed: 'collapsed',
|
|
6070
6156
|
triggerMoreLabel: 'More',
|
|
6071
6157
|
triggerLessLabel: 'Less'
|
|
6158
|
+
},
|
|
6159
|
+
segmentedButton: {
|
|
6160
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
6161
|
+
buttonRoleDescription: 'Segmented Button'
|
|
6072
6162
|
}
|
|
6073
6163
|
};
|
|
6074
6164
|
|
|
6075
6165
|
const FD_LANGUAGE_ENGLISH = json$q;
|
|
6076
6166
|
|
|
6077
|
-
/* eslint-disable */
|
|
6078
6167
|
// Do not modify, it's automatically created. Modify translations_fi.properties instead
|
|
6079
6168
|
var json$p = {
|
|
6080
6169
|
coreCalendar: {
|
|
@@ -6102,7 +6191,8 @@ var json$p = {
|
|
|
6102
6191
|
},
|
|
6103
6192
|
coreMultiComboBox: {
|
|
6104
6193
|
multiComboBoxAriaLabel: 'Moninkertaisen arvon yhdistelmäruutu',
|
|
6105
|
-
selectAllLabel: 'Valitse kaikki ({selectedItems} / {totalItems})'
|
|
6194
|
+
selectAllLabel: 'Valitse kaikki ({selectedItems} / {totalItems})',
|
|
6195
|
+
listGroupHeader: 'Group Header'
|
|
6106
6196
|
},
|
|
6107
6197
|
coreCarousel: {
|
|
6108
6198
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -6147,7 +6237,12 @@ var json$p = {
|
|
|
6147
6237
|
listItemStatusDraft: 'Luonnos'
|
|
6148
6238
|
},
|
|
6149
6239
|
coreMessageStrip: {
|
|
6150
|
-
dismissLabel: 'Hylkää'
|
|
6240
|
+
dismissLabel: 'Hylkää',
|
|
6241
|
+
announcementInfo: 'Information Message Strip',
|
|
6242
|
+
announcementWarning: 'Warning Message Strip',
|
|
6243
|
+
announcementError: 'Error Message Strip',
|
|
6244
|
+
announcementSuccess: 'Success Message Strip',
|
|
6245
|
+
closable: 'Closable'
|
|
6151
6246
|
},
|
|
6152
6247
|
coreMultiInput: {
|
|
6153
6248
|
countListResultsSingular: '1 tulosluettelon kohde.',
|
|
@@ -6678,12 +6773,15 @@ var json$p = {
|
|
|
6678
6773
|
groupAriaDescriptionCollapsed: 'tiivistetty',
|
|
6679
6774
|
triggerMoreLabel: 'Lisää',
|
|
6680
6775
|
triggerLessLabel: 'Vähemmän'
|
|
6776
|
+
},
|
|
6777
|
+
segmentedButton: {
|
|
6778
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
6779
|
+
buttonRoleDescription: 'Segmented Button'
|
|
6681
6780
|
}
|
|
6682
6781
|
};
|
|
6683
6782
|
|
|
6684
6783
|
const FD_LANGUAGE_FINNISH = json$p;
|
|
6685
6784
|
|
|
6686
|
-
/* eslint-disable */
|
|
6687
6785
|
// Do not modify, it's automatically created. Modify translations_fr.properties instead
|
|
6688
6786
|
var json$o = {
|
|
6689
6787
|
coreCalendar: {
|
|
@@ -6711,7 +6809,8 @@ var json$o = {
|
|
|
6711
6809
|
},
|
|
6712
6810
|
coreMultiComboBox: {
|
|
6713
6811
|
multiComboBoxAriaLabel: 'Zone combinée multiple',
|
|
6714
|
-
selectAllLabel: 'Tout sélectionner ({selectedItems} sur {totalItems})'
|
|
6812
|
+
selectAllLabel: 'Tout sélectionner ({selectedItems} sur {totalItems})',
|
|
6813
|
+
listGroupHeader: 'Group Header'
|
|
6715
6814
|
},
|
|
6716
6815
|
coreCarousel: {
|
|
6717
6816
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -6756,7 +6855,12 @@ var json$o = {
|
|
|
6756
6855
|
listItemStatusDraft: 'Ébauche'
|
|
6757
6856
|
},
|
|
6758
6857
|
coreMessageStrip: {
|
|
6759
|
-
dismissLabel: 'Ignorer'
|
|
6858
|
+
dismissLabel: 'Ignorer',
|
|
6859
|
+
announcementInfo: 'Information Message Strip',
|
|
6860
|
+
announcementWarning: 'Warning Message Strip',
|
|
6861
|
+
announcementError: 'Error Message Strip',
|
|
6862
|
+
announcementSuccess: 'Success Message Strip',
|
|
6863
|
+
closable: 'Closable'
|
|
6760
6864
|
},
|
|
6761
6865
|
coreMultiInput: {
|
|
6762
6866
|
countListResultsSingular: '1 élément dans la liste des résultats',
|
|
@@ -7287,12 +7391,15 @@ var json$o = {
|
|
|
7287
7391
|
groupAriaDescriptionCollapsed: 'réduit',
|
|
7288
7392
|
triggerMoreLabel: 'Plus',
|
|
7289
7393
|
triggerLessLabel: 'Moins'
|
|
7394
|
+
},
|
|
7395
|
+
segmentedButton: {
|
|
7396
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
7397
|
+
buttonRoleDescription: 'Segmented Button'
|
|
7290
7398
|
}
|
|
7291
7399
|
};
|
|
7292
7400
|
|
|
7293
7401
|
const FD_LANGUAGE_FRENCH = json$o;
|
|
7294
7402
|
|
|
7295
|
-
/* eslint-disable */
|
|
7296
7403
|
// Do not modify, it's automatically created. Modify translations_ka.properties instead
|
|
7297
7404
|
var json$n = {
|
|
7298
7405
|
coreCalendar: {
|
|
@@ -7320,7 +7427,8 @@ var json$n = {
|
|
|
7320
7427
|
},
|
|
7321
7428
|
coreMultiComboBox: {
|
|
7322
7429
|
multiComboBoxAriaLabel: 'მრავალ ღირებულების კომბინირებული ყუთი',
|
|
7323
|
-
selectAllLabel: 'ყველას არჩევა ({selectedItems} {totalItems}-დან)'
|
|
7430
|
+
selectAllLabel: 'ყველას არჩევა ({selectedItems} {totalItems}-დან)',
|
|
7431
|
+
listGroupHeader: 'Group Header'
|
|
7324
7432
|
},
|
|
7325
7433
|
coreCarousel: {
|
|
7326
7434
|
leftNavigationBtnLabel: 'წინა ელემენტზე გადასვლა',
|
|
@@ -7364,7 +7472,12 @@ var json$n = {
|
|
|
7364
7472
|
listItemStatusDraft: 'დაუსრულებელი'
|
|
7365
7473
|
},
|
|
7366
7474
|
coreMessageStrip: {
|
|
7367
|
-
dismissLabel: 'გაუქმება'
|
|
7475
|
+
dismissLabel: 'გაუქმება',
|
|
7476
|
+
announcementInfo: 'Information Message Strip',
|
|
7477
|
+
announcementWarning: 'Warning Message Strip',
|
|
7478
|
+
announcementError: 'Error Message Strip',
|
|
7479
|
+
announcementSuccess: 'Success Message Strip',
|
|
7480
|
+
closable: 'Closable'
|
|
7368
7481
|
},
|
|
7369
7482
|
coreMultiInput: {
|
|
7370
7483
|
countListResultsSingular: '1 რეზულტატი.',
|
|
@@ -7872,12 +7985,15 @@ var json$n = {
|
|
|
7872
7985
|
coreNotification: {
|
|
7873
7986
|
triggerMoreLabel: 'More',
|
|
7874
7987
|
triggerLessLabel: 'Less'
|
|
7988
|
+
},
|
|
7989
|
+
segmentedButton: {
|
|
7990
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
7991
|
+
buttonRoleDescription: 'Segmented Button'
|
|
7875
7992
|
}
|
|
7876
7993
|
};
|
|
7877
7994
|
|
|
7878
7995
|
const FD_LANGUAGE_GEORGIAN = json$n;
|
|
7879
7996
|
|
|
7880
|
-
/* eslint-disable */
|
|
7881
7997
|
// Do not modify, it's automatically created. Modify translations_de.properties instead
|
|
7882
7998
|
var json$m = {
|
|
7883
7999
|
coreCalendar: {
|
|
@@ -7905,7 +8021,8 @@ var json$m = {
|
|
|
7905
8021
|
},
|
|
7906
8022
|
coreMultiComboBox: {
|
|
7907
8023
|
multiComboBoxAriaLabel: 'Mehrwert-Combobox',
|
|
7908
|
-
selectAllLabel: 'Alle ({selectedItems} von {totalItems}) auswählen'
|
|
8024
|
+
selectAllLabel: 'Alle ({selectedItems} von {totalItems}) auswählen',
|
|
8025
|
+
listGroupHeader: 'Group Header'
|
|
7909
8026
|
},
|
|
7910
8027
|
coreCarousel: {
|
|
7911
8028
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -7950,7 +8067,12 @@ var json$m = {
|
|
|
7950
8067
|
listItemStatusDraft: 'Entwurf'
|
|
7951
8068
|
},
|
|
7952
8069
|
coreMessageStrip: {
|
|
7953
|
-
dismissLabel: 'Verwerfen'
|
|
8070
|
+
dismissLabel: 'Verwerfen',
|
|
8071
|
+
announcementInfo: 'Information Message Strip',
|
|
8072
|
+
announcementWarning: 'Warning Message Strip',
|
|
8073
|
+
announcementError: 'Error Message Strip',
|
|
8074
|
+
announcementSuccess: 'Success Message Strip',
|
|
8075
|
+
closable: 'Closable'
|
|
7954
8076
|
},
|
|
7955
8077
|
coreMultiInput: {
|
|
7956
8078
|
countListResultsSingular: '1 Ergebnislistenelement.',
|
|
@@ -8481,12 +8603,15 @@ var json$m = {
|
|
|
8481
8603
|
groupAriaDescriptionCollapsed: 'reduziert',
|
|
8482
8604
|
triggerMoreLabel: 'Mehr',
|
|
8483
8605
|
triggerLessLabel: 'Weniger'
|
|
8606
|
+
},
|
|
8607
|
+
segmentedButton: {
|
|
8608
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
8609
|
+
buttonRoleDescription: 'Segmented Button'
|
|
8484
8610
|
}
|
|
8485
8611
|
};
|
|
8486
8612
|
|
|
8487
8613
|
const FD_LANGUAGE_GERMAN = json$m;
|
|
8488
8614
|
|
|
8489
|
-
/* eslint-disable */
|
|
8490
8615
|
// Do not modify, it's automatically created. Modify translations_el.properties instead
|
|
8491
8616
|
var json$l = {
|
|
8492
8617
|
coreCalendar: {
|
|
@@ -8514,7 +8639,8 @@ var json$l = {
|
|
|
8514
8639
|
},
|
|
8515
8640
|
coreMultiComboBox: {
|
|
8516
8641
|
multiComboBoxAriaLabel: 'Σύνθετο Πλαίσιο Πολλών Τιμών',
|
|
8517
|
-
selectAllLabel: 'Επιλογή όλων ({selectedItems} of {totalItems})'
|
|
8642
|
+
selectAllLabel: 'Επιλογή όλων ({selectedItems} of {totalItems})',
|
|
8643
|
+
listGroupHeader: 'Group Header'
|
|
8518
8644
|
},
|
|
8519
8645
|
coreCarousel: {
|
|
8520
8646
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -8559,7 +8685,12 @@ var json$l = {
|
|
|
8559
8685
|
listItemStatusDraft: 'Πρόχειρο'
|
|
8560
8686
|
},
|
|
8561
8687
|
coreMessageStrip: {
|
|
8562
|
-
dismissLabel: 'Παράβλεψη'
|
|
8688
|
+
dismissLabel: 'Παράβλεψη',
|
|
8689
|
+
announcementInfo: 'Information Message Strip',
|
|
8690
|
+
announcementWarning: 'Warning Message Strip',
|
|
8691
|
+
announcementError: 'Error Message Strip',
|
|
8692
|
+
announcementSuccess: 'Success Message Strip',
|
|
8693
|
+
closable: 'Closable'
|
|
8563
8694
|
},
|
|
8564
8695
|
coreMultiInput: {
|
|
8565
8696
|
countListResultsSingular: '1 στοιχείο λίστας αποτελεσμάτων.',
|
|
@@ -9090,12 +9221,15 @@ var json$l = {
|
|
|
9090
9221
|
groupAriaDescriptionCollapsed: 'συμπτύχθηκε',
|
|
9091
9222
|
triggerMoreLabel: 'Περισσότερα',
|
|
9092
9223
|
triggerLessLabel: 'Λιγότερα'
|
|
9224
|
+
},
|
|
9225
|
+
segmentedButton: {
|
|
9226
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
9227
|
+
buttonRoleDescription: 'Segmented Button'
|
|
9093
9228
|
}
|
|
9094
9229
|
};
|
|
9095
9230
|
|
|
9096
9231
|
const FD_LANGUAGE_GREEK = json$l;
|
|
9097
9232
|
|
|
9098
|
-
/* eslint-disable */
|
|
9099
9233
|
// Do not modify, it's automatically created. Modify translations_he.properties instead
|
|
9100
9234
|
var json$k = {
|
|
9101
9235
|
coreCalendar: {
|
|
@@ -9123,7 +9257,8 @@ var json$k = {
|
|
|
9123
9257
|
},
|
|
9124
9258
|
coreMultiComboBox: {
|
|
9125
9259
|
multiComboBoxAriaLabel: 'תיבה משולבת עם ערכים מרובים',
|
|
9126
|
-
selectAllLabel: 'בחר הכול ({selectedItems} מתוך {totalItems})'
|
|
9260
|
+
selectAllLabel: 'בחר הכול ({selectedItems} מתוך {totalItems})',
|
|
9261
|
+
listGroupHeader: 'Group Header'
|
|
9127
9262
|
},
|
|
9128
9263
|
coreCarousel: {
|
|
9129
9264
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -9168,7 +9303,12 @@ var json$k = {
|
|
|
9168
9303
|
listItemStatusDraft: 'טיוטה'
|
|
9169
9304
|
},
|
|
9170
9305
|
coreMessageStrip: {
|
|
9171
|
-
dismissLabel: 'בטל'
|
|
9306
|
+
dismissLabel: 'בטל',
|
|
9307
|
+
announcementInfo: 'Information Message Strip',
|
|
9308
|
+
announcementWarning: 'Warning Message Strip',
|
|
9309
|
+
announcementError: 'Error Message Strip',
|
|
9310
|
+
announcementSuccess: 'Success Message Strip',
|
|
9311
|
+
closable: 'Closable'
|
|
9172
9312
|
},
|
|
9173
9313
|
coreMultiInput: {
|
|
9174
9314
|
countListResultsSingular: 'פריט רשימת תוצאות אחד.',
|
|
@@ -9699,12 +9839,15 @@ var json$k = {
|
|
|
9699
9839
|
groupAriaDescriptionCollapsed: 'מצומצם',
|
|
9700
9840
|
triggerMoreLabel: 'יותר',
|
|
9701
9841
|
triggerLessLabel: 'פחות'
|
|
9842
|
+
},
|
|
9843
|
+
segmentedButton: {
|
|
9844
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
9845
|
+
buttonRoleDescription: 'Segmented Button'
|
|
9702
9846
|
}
|
|
9703
9847
|
};
|
|
9704
9848
|
|
|
9705
9849
|
const FD_LANGUAGE_HEBREW = json$k;
|
|
9706
9850
|
|
|
9707
|
-
/* eslint-disable */
|
|
9708
9851
|
// Do not modify, it's automatically created. Modify translations_hi.properties instead
|
|
9709
9852
|
var json$j = {
|
|
9710
9853
|
coreCalendar: {
|
|
@@ -9732,7 +9875,8 @@ var json$j = {
|
|
|
9732
9875
|
},
|
|
9733
9876
|
coreMultiComboBox: {
|
|
9734
9877
|
multiComboBoxAriaLabel: 'मल्टी वैल्यू कॉम्बो बॉक्स',
|
|
9735
|
-
selectAllLabel: 'सबका चयन करें'
|
|
9878
|
+
selectAllLabel: 'सबका चयन करें',
|
|
9879
|
+
listGroupHeader: 'Group Header'
|
|
9736
9880
|
},
|
|
9737
9881
|
coreCarousel: {
|
|
9738
9882
|
leftNavigationBtnLabel: 'पिछले वस्तु पर जाएं',
|
|
@@ -9776,7 +9920,12 @@ var json$j = {
|
|
|
9776
9920
|
listItemStatusDraft: 'प्रालेख'
|
|
9777
9921
|
},
|
|
9778
9922
|
coreMessageStrip: {
|
|
9779
|
-
dismissLabel: 'खारिज करें'
|
|
9923
|
+
dismissLabel: 'खारिज करें',
|
|
9924
|
+
announcementInfo: 'Information Message Strip',
|
|
9925
|
+
announcementWarning: 'Warning Message Strip',
|
|
9926
|
+
announcementError: 'Error Message Strip',
|
|
9927
|
+
announcementSuccess: 'Success Message Strip',
|
|
9928
|
+
closable: 'Closable'
|
|
9780
9929
|
},
|
|
9781
9930
|
coreMultiInput: {
|
|
9782
9931
|
countListResultsSingular: '1 परिणाम सूची आइटम',
|
|
@@ -10284,12 +10433,15 @@ var json$j = {
|
|
|
10284
10433
|
coreNotification: {
|
|
10285
10434
|
triggerMoreLabel: 'More',
|
|
10286
10435
|
triggerLessLabel: 'Less'
|
|
10436
|
+
},
|
|
10437
|
+
segmentedButton: {
|
|
10438
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
10439
|
+
buttonRoleDescription: 'Segmented Button'
|
|
10287
10440
|
}
|
|
10288
10441
|
};
|
|
10289
10442
|
|
|
10290
10443
|
const FD_LANGUAGE_HINDI = json$j;
|
|
10291
10444
|
|
|
10292
|
-
/* eslint-disable */
|
|
10293
10445
|
// Do not modify, it's automatically created. Modify translations_hu.properties instead
|
|
10294
10446
|
var json$i = {
|
|
10295
10447
|
coreCalendar: {
|
|
@@ -10317,7 +10469,8 @@ var json$i = {
|
|
|
10317
10469
|
},
|
|
10318
10470
|
coreMultiComboBox: {
|
|
10319
10471
|
multiComboBoxAriaLabel: 'Többértékes kombinált lista',
|
|
10320
|
-
selectAllLabel: 'Összes kiválasztása ({selectedItems} / {totalItems})'
|
|
10472
|
+
selectAllLabel: 'Összes kiválasztása ({selectedItems} / {totalItems})',
|
|
10473
|
+
listGroupHeader: 'Group Header'
|
|
10321
10474
|
},
|
|
10322
10475
|
coreCarousel: {
|
|
10323
10476
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -10362,7 +10515,12 @@ var json$i = {
|
|
|
10362
10515
|
listItemStatusDraft: 'Vázlat'
|
|
10363
10516
|
},
|
|
10364
10517
|
coreMessageStrip: {
|
|
10365
|
-
dismissLabel: 'Elvetés'
|
|
10518
|
+
dismissLabel: 'Elvetés',
|
|
10519
|
+
announcementInfo: 'Information Message Strip',
|
|
10520
|
+
announcementWarning: 'Warning Message Strip',
|
|
10521
|
+
announcementError: 'Error Message Strip',
|
|
10522
|
+
announcementSuccess: 'Success Message Strip',
|
|
10523
|
+
closable: 'Closable'
|
|
10366
10524
|
},
|
|
10367
10525
|
coreMultiInput: {
|
|
10368
10526
|
countListResultsSingular: '1 listaelemet kapott eredményül.',
|
|
@@ -10893,12 +11051,15 @@ var json$i = {
|
|
|
10893
11051
|
groupAriaDescriptionCollapsed: 'visszazárva',
|
|
10894
11052
|
triggerMoreLabel: 'Több',
|
|
10895
11053
|
triggerLessLabel: 'Kevesebb'
|
|
11054
|
+
},
|
|
11055
|
+
segmentedButton: {
|
|
11056
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
11057
|
+
buttonRoleDescription: 'Segmented Button'
|
|
10896
11058
|
}
|
|
10897
11059
|
};
|
|
10898
11060
|
|
|
10899
11061
|
const FD_LANGUAGE_HUNGARIAN = json$i;
|
|
10900
11062
|
|
|
10901
|
-
/* eslint-disable */
|
|
10902
11063
|
// Do not modify, it's automatically created. Modify translations_it.properties instead
|
|
10903
11064
|
var json$h = {
|
|
10904
11065
|
coreCalendar: {
|
|
@@ -10926,7 +11087,8 @@ var json$h = {
|
|
|
10926
11087
|
},
|
|
10927
11088
|
coreMultiComboBox: {
|
|
10928
11089
|
multiComboBoxAriaLabel: 'Casella combinata multivalore',
|
|
10929
|
-
selectAllLabel: 'Seleziona tutti ({selectedItems} di {totalItems})'
|
|
11090
|
+
selectAllLabel: 'Seleziona tutti ({selectedItems} di {totalItems})',
|
|
11091
|
+
listGroupHeader: 'Group Header'
|
|
10930
11092
|
},
|
|
10931
11093
|
coreCarousel: {
|
|
10932
11094
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -10971,7 +11133,12 @@ var json$h = {
|
|
|
10971
11133
|
listItemStatusDraft: 'Bozza'
|
|
10972
11134
|
},
|
|
10973
11135
|
coreMessageStrip: {
|
|
10974
|
-
dismissLabel: 'Ignora'
|
|
11136
|
+
dismissLabel: 'Ignora',
|
|
11137
|
+
announcementInfo: 'Information Message Strip',
|
|
11138
|
+
announcementWarning: 'Warning Message Strip',
|
|
11139
|
+
announcementError: 'Error Message Strip',
|
|
11140
|
+
announcementSuccess: 'Success Message Strip',
|
|
11141
|
+
closable: 'Closable'
|
|
10975
11142
|
},
|
|
10976
11143
|
coreMultiInput: {
|
|
10977
11144
|
countListResultsSingular: '1 voce elenco dei risultati.',
|
|
@@ -11502,12 +11669,15 @@ var json$h = {
|
|
|
11502
11669
|
groupAriaDescriptionCollapsed: 'compresso',
|
|
11503
11670
|
triggerMoreLabel: 'Espandi',
|
|
11504
11671
|
triggerLessLabel: 'Comprimi'
|
|
11672
|
+
},
|
|
11673
|
+
segmentedButton: {
|
|
11674
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
11675
|
+
buttonRoleDescription: 'Segmented Button'
|
|
11505
11676
|
}
|
|
11506
11677
|
};
|
|
11507
11678
|
|
|
11508
11679
|
const FD_LANGUAGE_ITALIAN = json$h;
|
|
11509
11680
|
|
|
11510
|
-
/* eslint-disable */
|
|
11511
11681
|
// Do not modify, it's automatically created. Modify translations_ja.properties instead
|
|
11512
11682
|
var json$g = {
|
|
11513
11683
|
coreCalendar: {
|
|
@@ -11535,7 +11705,8 @@ var json$g = {
|
|
|
11535
11705
|
},
|
|
11536
11706
|
coreMultiComboBox: {
|
|
11537
11707
|
multiComboBoxAriaLabel: '複数値コンボボックス',
|
|
11538
|
-
selectAllLabel: 'すべて選択 ({selectedItems}/{totalItems})'
|
|
11708
|
+
selectAllLabel: 'すべて選択 ({selectedItems}/{totalItems})',
|
|
11709
|
+
listGroupHeader: 'Group Header'
|
|
11539
11710
|
},
|
|
11540
11711
|
coreCarousel: {
|
|
11541
11712
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -11580,7 +11751,12 @@ var json$g = {
|
|
|
11580
11751
|
listItemStatusDraft: 'ドラフト'
|
|
11581
11752
|
},
|
|
11582
11753
|
coreMessageStrip: {
|
|
11583
|
-
dismissLabel: '無視'
|
|
11754
|
+
dismissLabel: '無視',
|
|
11755
|
+
announcementInfo: 'Information Message Strip',
|
|
11756
|
+
announcementWarning: 'Warning Message Strip',
|
|
11757
|
+
announcementError: 'Error Message Strip',
|
|
11758
|
+
announcementSuccess: 'Success Message Strip',
|
|
11759
|
+
closable: 'Closable'
|
|
11584
11760
|
},
|
|
11585
11761
|
coreMultiInput: {
|
|
11586
11762
|
countListResultsSingular: '結果の一覧項目は1件です。',
|
|
@@ -12111,12 +12287,15 @@ var json$g = {
|
|
|
12111
12287
|
groupAriaDescriptionCollapsed: '非表示',
|
|
12112
12288
|
triggerMoreLabel: '表示を増やす',
|
|
12113
12289
|
triggerLessLabel: '表示を減らす'
|
|
12290
|
+
},
|
|
12291
|
+
segmentedButton: {
|
|
12292
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
12293
|
+
buttonRoleDescription: 'Segmented Button'
|
|
12114
12294
|
}
|
|
12115
12295
|
};
|
|
12116
12296
|
|
|
12117
12297
|
const FD_LANGUAGE_JAPANESE = json$g;
|
|
12118
12298
|
|
|
12119
|
-
/* eslint-disable */
|
|
12120
12299
|
// Do not modify, it's automatically created. Modify translations_kk.properties instead
|
|
12121
12300
|
var json$f = {
|
|
12122
12301
|
coreCalendar: {
|
|
@@ -12144,7 +12323,8 @@ var json$f = {
|
|
|
12144
12323
|
},
|
|
12145
12324
|
coreMultiComboBox: {
|
|
12146
12325
|
multiComboBoxAriaLabel: 'Бірнеше мәннің құрама ұясы',
|
|
12147
|
-
selectAllLabel: 'Барлық ({selectedItems}/{totalItems}) таңдаңыз'
|
|
12326
|
+
selectAllLabel: 'Барлық ({selectedItems}/{totalItems}) таңдаңыз',
|
|
12327
|
+
listGroupHeader: 'Group Header'
|
|
12148
12328
|
},
|
|
12149
12329
|
coreCarousel: {
|
|
12150
12330
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -12189,7 +12369,12 @@ var json$f = {
|
|
|
12189
12369
|
listItemStatusDraft: 'Нобай'
|
|
12190
12370
|
},
|
|
12191
12371
|
coreMessageStrip: {
|
|
12192
|
-
dismissLabel: 'Бас тарту'
|
|
12372
|
+
dismissLabel: 'Бас тарту',
|
|
12373
|
+
announcementInfo: 'Information Message Strip',
|
|
12374
|
+
announcementWarning: 'Warning Message Strip',
|
|
12375
|
+
announcementError: 'Error Message Strip',
|
|
12376
|
+
announcementSuccess: 'Success Message Strip',
|
|
12377
|
+
closable: 'Closable'
|
|
12193
12378
|
},
|
|
12194
12379
|
coreMultiInput: {
|
|
12195
12380
|
countListResultsSingular: '1 нәтижелер тізімінің тармағы.',
|
|
@@ -12720,12 +12905,15 @@ var json$f = {
|
|
|
12720
12905
|
groupAriaDescriptionCollapsed: 'жиылған',
|
|
12721
12906
|
triggerMoreLabel: 'Көбірек',
|
|
12722
12907
|
triggerLessLabel: 'Азырақ'
|
|
12908
|
+
},
|
|
12909
|
+
segmentedButton: {
|
|
12910
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
12911
|
+
buttonRoleDescription: 'Segmented Button'
|
|
12723
12912
|
}
|
|
12724
12913
|
};
|
|
12725
12914
|
|
|
12726
12915
|
const FD_LANGUAGE_KAZAKH = json$f;
|
|
12727
12916
|
|
|
12728
|
-
/* eslint-disable */
|
|
12729
12917
|
// Do not modify, it's automatically created. Modify translations_ko.properties instead
|
|
12730
12918
|
var json$e = {
|
|
12731
12919
|
coreCalendar: {
|
|
@@ -12753,7 +12941,8 @@ var json$e = {
|
|
|
12753
12941
|
},
|
|
12754
12942
|
coreMultiComboBox: {
|
|
12755
12943
|
multiComboBoxAriaLabel: '다중 값 콤보 박스',
|
|
12756
|
-
selectAllLabel: '모두 선택({totalItems}개 중 {selectedItems}개)'
|
|
12944
|
+
selectAllLabel: '모두 선택({totalItems}개 중 {selectedItems}개)',
|
|
12945
|
+
listGroupHeader: 'Group Header'
|
|
12757
12946
|
},
|
|
12758
12947
|
coreCarousel: {
|
|
12759
12948
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -12798,7 +12987,12 @@ var json$e = {
|
|
|
12798
12987
|
listItemStatusDraft: '초안'
|
|
12799
12988
|
},
|
|
12800
12989
|
coreMessageStrip: {
|
|
12801
|
-
dismissLabel: '해제'
|
|
12990
|
+
dismissLabel: '해제',
|
|
12991
|
+
announcementInfo: 'Information Message Strip',
|
|
12992
|
+
announcementWarning: 'Warning Message Strip',
|
|
12993
|
+
announcementError: 'Error Message Strip',
|
|
12994
|
+
announcementSuccess: 'Success Message Strip',
|
|
12995
|
+
closable: 'Closable'
|
|
12802
12996
|
},
|
|
12803
12997
|
coreMultiInput: {
|
|
12804
12998
|
countListResultsSingular: '1개의 결과 리스트 항목이 있습니다.',
|
|
@@ -13329,12 +13523,15 @@ var json$e = {
|
|
|
13329
13523
|
groupAriaDescriptionCollapsed: '접힌 상태',
|
|
13330
13524
|
triggerMoreLabel: '자세히',
|
|
13331
13525
|
triggerLessLabel: '간단히'
|
|
13526
|
+
},
|
|
13527
|
+
segmentedButton: {
|
|
13528
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
13529
|
+
buttonRoleDescription: 'Segmented Button'
|
|
13332
13530
|
}
|
|
13333
13531
|
};
|
|
13334
13532
|
|
|
13335
13533
|
const FD_LANGUAGE_KOREAN = json$e;
|
|
13336
13534
|
|
|
13337
|
-
/* eslint-disable */
|
|
13338
13535
|
// Do not modify, it's automatically created. Modify translations_ms.properties instead
|
|
13339
13536
|
var json$d = {
|
|
13340
13537
|
coreCalendar: {
|
|
@@ -13362,7 +13559,8 @@ var json$d = {
|
|
|
13362
13559
|
},
|
|
13363
13560
|
coreMultiComboBox: {
|
|
13364
13561
|
multiComboBoxAriaLabel: 'Kotak Kombo Nilai Berbilang',
|
|
13365
|
-
selectAllLabel: 'Pilih semua ({selectedItems} daripada {totalItems})'
|
|
13562
|
+
selectAllLabel: 'Pilih semua ({selectedItems} daripada {totalItems})',
|
|
13563
|
+
listGroupHeader: 'Group Header'
|
|
13366
13564
|
},
|
|
13367
13565
|
coreCarousel: {
|
|
13368
13566
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -13407,7 +13605,12 @@ var json$d = {
|
|
|
13407
13605
|
listItemStatusDraft: 'Draf'
|
|
13408
13606
|
},
|
|
13409
13607
|
coreMessageStrip: {
|
|
13410
|
-
dismissLabel: 'Tolak'
|
|
13608
|
+
dismissLabel: 'Tolak',
|
|
13609
|
+
announcementInfo: 'Information Message Strip',
|
|
13610
|
+
announcementWarning: 'Warning Message Strip',
|
|
13611
|
+
announcementError: 'Error Message Strip',
|
|
13612
|
+
announcementSuccess: 'Success Message Strip',
|
|
13613
|
+
closable: 'Closable'
|
|
13411
13614
|
},
|
|
13412
13615
|
coreMultiInput: {
|
|
13413
13616
|
countListResultsSingular: '1 item senarai hasil.',
|
|
@@ -13938,12 +14141,15 @@ var json$d = {
|
|
|
13938
14141
|
groupAriaDescriptionCollapsed: 'diruntuhkan',
|
|
13939
14142
|
triggerMoreLabel: 'Selanjutnya',
|
|
13940
14143
|
triggerLessLabel: 'Kurang'
|
|
14144
|
+
},
|
|
14145
|
+
segmentedButton: {
|
|
14146
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
14147
|
+
buttonRoleDescription: 'Segmented Button'
|
|
13941
14148
|
}
|
|
13942
14149
|
};
|
|
13943
14150
|
|
|
13944
14151
|
const FD_LANGUAGE_MALAY = json$d;
|
|
13945
14152
|
|
|
13946
|
-
/* eslint-disable */
|
|
13947
14153
|
// Do not modify, it's automatically created. Modify translations_no.properties instead
|
|
13948
14154
|
var json$c = {
|
|
13949
14155
|
coreCalendar: {
|
|
@@ -13971,7 +14177,8 @@ var json$c = {
|
|
|
13971
14177
|
},
|
|
13972
14178
|
coreMultiComboBox: {
|
|
13973
14179
|
multiComboBoxAriaLabel: 'Kombinasjonsboks for flere verdier',
|
|
13974
|
-
selectAllLabel: 'Merk alle ({selectedItems} av {totalItems})'
|
|
14180
|
+
selectAllLabel: 'Merk alle ({selectedItems} av {totalItems})',
|
|
14181
|
+
listGroupHeader: 'Group Header'
|
|
13975
14182
|
},
|
|
13976
14183
|
coreCarousel: {
|
|
13977
14184
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -14016,7 +14223,12 @@ var json$c = {
|
|
|
14016
14223
|
listItemStatusDraft: 'Utkast'
|
|
14017
14224
|
},
|
|
14018
14225
|
coreMessageStrip: {
|
|
14019
|
-
dismissLabel: 'Avvis'
|
|
14226
|
+
dismissLabel: 'Avvis',
|
|
14227
|
+
announcementInfo: 'Information Message Strip',
|
|
14228
|
+
announcementWarning: 'Warning Message Strip',
|
|
14229
|
+
announcementError: 'Error Message Strip',
|
|
14230
|
+
announcementSuccess: 'Success Message Strip',
|
|
14231
|
+
closable: 'Closable'
|
|
14020
14232
|
},
|
|
14021
14233
|
coreMultiInput: {
|
|
14022
14234
|
countListResultsSingular: '1 resultatlisteelement.',
|
|
@@ -14547,12 +14759,15 @@ var json$c = {
|
|
|
14547
14759
|
groupAriaDescriptionCollapsed: 'komprimert',
|
|
14548
14760
|
triggerMoreLabel: 'Mer',
|
|
14549
14761
|
triggerLessLabel: 'Mindre'
|
|
14762
|
+
},
|
|
14763
|
+
segmentedButton: {
|
|
14764
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
14765
|
+
buttonRoleDescription: 'Segmented Button'
|
|
14550
14766
|
}
|
|
14551
14767
|
};
|
|
14552
14768
|
|
|
14553
14769
|
const FD_LANGUAGE_NORWEGIAN = json$c;
|
|
14554
14770
|
|
|
14555
|
-
/* eslint-disable */
|
|
14556
14771
|
// Do not modify, it's automatically created. Modify translations_pl.properties instead
|
|
14557
14772
|
var json$b = {
|
|
14558
14773
|
coreCalendar: {
|
|
@@ -14580,7 +14795,8 @@ var json$b = {
|
|
|
14580
14795
|
},
|
|
14581
14796
|
coreMultiComboBox: {
|
|
14582
14797
|
multiComboBoxAriaLabel: 'Pole wielokrotnego wyboru',
|
|
14583
|
-
selectAllLabel: 'Wybierz wszystkie ({selectedItems} z {totalItems})'
|
|
14798
|
+
selectAllLabel: 'Wybierz wszystkie ({selectedItems} z {totalItems})',
|
|
14799
|
+
listGroupHeader: 'Group Header'
|
|
14584
14800
|
},
|
|
14585
14801
|
coreCarousel: {
|
|
14586
14802
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -14625,7 +14841,12 @@ var json$b = {
|
|
|
14625
14841
|
listItemStatusDraft: 'Wersja robocza'
|
|
14626
14842
|
},
|
|
14627
14843
|
coreMessageStrip: {
|
|
14628
|
-
dismissLabel: 'Ignoruj'
|
|
14844
|
+
dismissLabel: 'Ignoruj',
|
|
14845
|
+
announcementInfo: 'Information Message Strip',
|
|
14846
|
+
announcementWarning: 'Warning Message Strip',
|
|
14847
|
+
announcementError: 'Error Message Strip',
|
|
14848
|
+
announcementSuccess: 'Success Message Strip',
|
|
14849
|
+
closable: 'Closable'
|
|
14629
14850
|
},
|
|
14630
14851
|
coreMultiInput: {
|
|
14631
14852
|
countListResultsSingular: '1 pozycja listy wyników.',
|
|
@@ -15156,12 +15377,15 @@ var json$b = {
|
|
|
15156
15377
|
groupAriaDescriptionCollapsed: 'zwinięte',
|
|
15157
15378
|
triggerMoreLabel: 'Więcej',
|
|
15158
15379
|
triggerLessLabel: 'Mniej'
|
|
15380
|
+
},
|
|
15381
|
+
segmentedButton: {
|
|
15382
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
15383
|
+
buttonRoleDescription: 'Segmented Button'
|
|
15159
15384
|
}
|
|
15160
15385
|
};
|
|
15161
15386
|
|
|
15162
15387
|
const FD_LANGUAGE_POLISH = json$b;
|
|
15163
15388
|
|
|
15164
|
-
/* eslint-disable */
|
|
15165
15389
|
// Do not modify, it's automatically created. Modify translations_pt.properties instead
|
|
15166
15390
|
var json$a = {
|
|
15167
15391
|
coreCalendar: {
|
|
@@ -15189,7 +15413,8 @@ var json$a = {
|
|
|
15189
15413
|
},
|
|
15190
15414
|
coreMultiComboBox: {
|
|
15191
15415
|
multiComboBoxAriaLabel: 'Combobox de valores múltiplos',
|
|
15192
|
-
selectAllLabel: 'Selecionar todos os ({selectedItems} de {totalItems})'
|
|
15416
|
+
selectAllLabel: 'Selecionar todos os ({selectedItems} de {totalItems})',
|
|
15417
|
+
listGroupHeader: 'Group Header'
|
|
15193
15418
|
},
|
|
15194
15419
|
coreCarousel: {
|
|
15195
15420
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -15234,7 +15459,12 @@ var json$a = {
|
|
|
15234
15459
|
listItemStatusDraft: 'Rascunho'
|
|
15235
15460
|
},
|
|
15236
15461
|
coreMessageStrip: {
|
|
15237
|
-
dismissLabel: 'Ignorar'
|
|
15462
|
+
dismissLabel: 'Ignorar',
|
|
15463
|
+
announcementInfo: 'Information Message Strip',
|
|
15464
|
+
announcementWarning: 'Warning Message Strip',
|
|
15465
|
+
announcementError: 'Error Message Strip',
|
|
15466
|
+
announcementSuccess: 'Success Message Strip',
|
|
15467
|
+
closable: 'Closable'
|
|
15238
15468
|
},
|
|
15239
15469
|
coreMultiInput: {
|
|
15240
15470
|
countListResultsSingular: '1 item da lista de resultados.',
|
|
@@ -15765,12 +15995,15 @@ var json$a = {
|
|
|
15765
15995
|
groupAriaDescriptionCollapsed: 'recolhido',
|
|
15766
15996
|
triggerMoreLabel: 'Mais',
|
|
15767
15997
|
triggerLessLabel: 'Menos'
|
|
15998
|
+
},
|
|
15999
|
+
segmentedButton: {
|
|
16000
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
16001
|
+
buttonRoleDescription: 'Segmented Button'
|
|
15768
16002
|
}
|
|
15769
16003
|
};
|
|
15770
16004
|
|
|
15771
16005
|
const FD_LANGUAGE_PORTUGUESE = json$a;
|
|
15772
16006
|
|
|
15773
|
-
/* eslint-disable */
|
|
15774
16007
|
// Do not modify, it's automatically created. Modify translations_ro.properties instead
|
|
15775
16008
|
var json$9 = {
|
|
15776
16009
|
coreCalendar: {
|
|
@@ -15798,7 +16031,8 @@ var json$9 = {
|
|
|
15798
16031
|
},
|
|
15799
16032
|
coreMultiComboBox: {
|
|
15800
16033
|
multiComboBoxAriaLabel: 'Casetă combinată cu valori multiple',
|
|
15801
|
-
selectAllLabel: 'Selectare toate ({selectedItems} din {totalItems})'
|
|
16034
|
+
selectAllLabel: 'Selectare toate ({selectedItems} din {totalItems})',
|
|
16035
|
+
listGroupHeader: 'Group Header'
|
|
15802
16036
|
},
|
|
15803
16037
|
coreCarousel: {
|
|
15804
16038
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -15843,7 +16077,12 @@ var json$9 = {
|
|
|
15843
16077
|
listItemStatusDraft: 'Schiță'
|
|
15844
16078
|
},
|
|
15845
16079
|
coreMessageStrip: {
|
|
15846
|
-
dismissLabel: 'Respingere'
|
|
16080
|
+
dismissLabel: 'Respingere',
|
|
16081
|
+
announcementInfo: 'Information Message Strip',
|
|
16082
|
+
announcementWarning: 'Warning Message Strip',
|
|
16083
|
+
announcementError: 'Error Message Strip',
|
|
16084
|
+
announcementSuccess: 'Success Message Strip',
|
|
16085
|
+
closable: 'Closable'
|
|
15847
16086
|
},
|
|
15848
16087
|
coreMultiInput: {
|
|
15849
16088
|
countListResultsSingular: '1 articol în lista de rezultate.',
|
|
@@ -16374,12 +16613,15 @@ var json$9 = {
|
|
|
16374
16613
|
groupAriaDescriptionCollapsed: 'restrâns',
|
|
16375
16614
|
triggerMoreLabel: 'Mai mult',
|
|
16376
16615
|
triggerLessLabel: 'Mai puțin'
|
|
16616
|
+
},
|
|
16617
|
+
segmentedButton: {
|
|
16618
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
16619
|
+
buttonRoleDescription: 'Segmented Button'
|
|
16377
16620
|
}
|
|
16378
16621
|
};
|
|
16379
16622
|
|
|
16380
16623
|
const FD_LANGUAGE_ROMANIAN = json$9;
|
|
16381
16624
|
|
|
16382
|
-
/* eslint-disable */
|
|
16383
16625
|
// Do not modify, it's automatically created. Modify translations_ru.properties instead
|
|
16384
16626
|
var json$8 = {
|
|
16385
16627
|
coreCalendar: {
|
|
@@ -16407,7 +16649,8 @@ var json$8 = {
|
|
|
16407
16649
|
},
|
|
16408
16650
|
coreMultiComboBox: {
|
|
16409
16651
|
multiComboBoxAriaLabel: 'Поле со списком значений',
|
|
16410
|
-
selectAllLabel: 'Выбрать все ({selectedItems} из {totalItems})'
|
|
16652
|
+
selectAllLabel: 'Выбрать все ({selectedItems} из {totalItems})',
|
|
16653
|
+
listGroupHeader: 'Group Header'
|
|
16411
16654
|
},
|
|
16412
16655
|
coreCarousel: {
|
|
16413
16656
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -16452,7 +16695,12 @@ var json$8 = {
|
|
|
16452
16695
|
listItemStatusDraft: 'Черновик'
|
|
16453
16696
|
},
|
|
16454
16697
|
coreMessageStrip: {
|
|
16455
|
-
dismissLabel: 'Игнорировать'
|
|
16698
|
+
dismissLabel: 'Игнорировать',
|
|
16699
|
+
announcementInfo: 'Information Message Strip',
|
|
16700
|
+
announcementWarning: 'Warning Message Strip',
|
|
16701
|
+
announcementError: 'Error Message Strip',
|
|
16702
|
+
announcementSuccess: 'Success Message Strip',
|
|
16703
|
+
closable: 'Closable'
|
|
16456
16704
|
},
|
|
16457
16705
|
coreMultiInput: {
|
|
16458
16706
|
countListResultsSingular: '1 позиция в списке результатов.',
|
|
@@ -16983,12 +17231,15 @@ var json$8 = {
|
|
|
16983
17231
|
groupAriaDescriptionCollapsed: 'свернуто',
|
|
16984
17232
|
triggerMoreLabel: 'Больше',
|
|
16985
17233
|
triggerLessLabel: 'Меньше'
|
|
17234
|
+
},
|
|
17235
|
+
segmentedButton: {
|
|
17236
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
17237
|
+
buttonRoleDescription: 'Segmented Button'
|
|
16986
17238
|
}
|
|
16987
17239
|
};
|
|
16988
17240
|
|
|
16989
17241
|
const FD_LANGUAGE_RUSSIAN = json$8;
|
|
16990
17242
|
|
|
16991
|
-
/* eslint-disable */
|
|
16992
17243
|
// Do not modify, it's automatically created. Modify translations_sh.properties instead
|
|
16993
17244
|
var json$7 = {
|
|
16994
17245
|
coreCalendar: {
|
|
@@ -17016,7 +17267,8 @@ var json$7 = {
|
|
|
17016
17267
|
},
|
|
17017
17268
|
coreMultiComboBox: {
|
|
17018
17269
|
multiComboBoxAriaLabel: 'Combo box višestruke vrednosti',
|
|
17019
|
-
selectAllLabel: 'Odaberi svih ({selectedItems} od {totalItems})'
|
|
17270
|
+
selectAllLabel: 'Odaberi svih ({selectedItems} od {totalItems})',
|
|
17271
|
+
listGroupHeader: 'Group Header'
|
|
17020
17272
|
},
|
|
17021
17273
|
coreCarousel: {
|
|
17022
17274
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -17061,7 +17313,12 @@ var json$7 = {
|
|
|
17061
17313
|
listItemStatusDraft: 'Nacrt'
|
|
17062
17314
|
},
|
|
17063
17315
|
coreMessageStrip: {
|
|
17064
|
-
dismissLabel: 'Odbaci'
|
|
17316
|
+
dismissLabel: 'Odbaci',
|
|
17317
|
+
announcementInfo: 'Information Message Strip',
|
|
17318
|
+
announcementWarning: 'Warning Message Strip',
|
|
17319
|
+
announcementError: 'Error Message Strip',
|
|
17320
|
+
announcementSuccess: 'Success Message Strip',
|
|
17321
|
+
closable: 'Closable'
|
|
17065
17322
|
},
|
|
17066
17323
|
coreMultiInput: {
|
|
17067
17324
|
countListResultsSingular: '1 stavka liste rezultata.',
|
|
@@ -17592,12 +17849,15 @@ var json$7 = {
|
|
|
17592
17849
|
groupAriaDescriptionCollapsed: 'sažeto',
|
|
17593
17850
|
triggerMoreLabel: 'Više',
|
|
17594
17851
|
triggerLessLabel: 'Manje'
|
|
17852
|
+
},
|
|
17853
|
+
segmentedButton: {
|
|
17854
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
17855
|
+
buttonRoleDescription: 'Segmented Button'
|
|
17595
17856
|
}
|
|
17596
17857
|
};
|
|
17597
17858
|
|
|
17598
17859
|
const FD_LANGUAGE_SERBIAN = json$7;
|
|
17599
17860
|
|
|
17600
|
-
/* eslint-disable */
|
|
17601
17861
|
// Do not modify, it's automatically created. Modify translations_sk.properties instead
|
|
17602
17862
|
var json$6 = {
|
|
17603
17863
|
coreCalendar: {
|
|
@@ -17625,7 +17885,8 @@ var json$6 = {
|
|
|
17625
17885
|
},
|
|
17626
17886
|
coreMultiComboBox: {
|
|
17627
17887
|
multiComboBoxAriaLabel: 'Výklopný zoznam s viacerými hodnotami',
|
|
17628
|
-
selectAllLabel: 'Vybrať všetko ({selectedItems} z {totalItems})'
|
|
17888
|
+
selectAllLabel: 'Vybrať všetko ({selectedItems} z {totalItems})',
|
|
17889
|
+
listGroupHeader: 'Group Header'
|
|
17629
17890
|
},
|
|
17630
17891
|
coreCarousel: {
|
|
17631
17892
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -17670,7 +17931,12 @@ var json$6 = {
|
|
|
17670
17931
|
listItemStatusDraft: 'Koncept'
|
|
17671
17932
|
},
|
|
17672
17933
|
coreMessageStrip: {
|
|
17673
|
-
dismissLabel: 'Odmietnuť'
|
|
17934
|
+
dismissLabel: 'Odmietnuť',
|
|
17935
|
+
announcementInfo: 'Information Message Strip',
|
|
17936
|
+
announcementWarning: 'Warning Message Strip',
|
|
17937
|
+
announcementError: 'Error Message Strip',
|
|
17938
|
+
announcementSuccess: 'Success Message Strip',
|
|
17939
|
+
closable: 'Closable'
|
|
17674
17940
|
},
|
|
17675
17941
|
coreMultiInput: {
|
|
17676
17942
|
countListResultsSingular: '1 položka zoznamu výsledkov.',
|
|
@@ -18201,12 +18467,15 @@ var json$6 = {
|
|
|
18201
18467
|
groupAriaDescriptionCollapsed: 'zbalené',
|
|
18202
18468
|
triggerMoreLabel: 'Viac',
|
|
18203
18469
|
triggerLessLabel: 'Menej'
|
|
18470
|
+
},
|
|
18471
|
+
segmentedButton: {
|
|
18472
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
18473
|
+
buttonRoleDescription: 'Segmented Button'
|
|
18204
18474
|
}
|
|
18205
18475
|
};
|
|
18206
18476
|
|
|
18207
18477
|
const FD_LANGUAGE_SLOVAK = json$6;
|
|
18208
18478
|
|
|
18209
|
-
/* eslint-disable */
|
|
18210
18479
|
// Do not modify, it's automatically created. Modify translations_sl.properties instead
|
|
18211
18480
|
var json$5 = {
|
|
18212
18481
|
coreCalendar: {
|
|
@@ -18234,7 +18503,8 @@ var json$5 = {
|
|
|
18234
18503
|
},
|
|
18235
18504
|
coreMultiComboBox: {
|
|
18236
18505
|
multiComboBoxAriaLabel: 'Kombinirani seznam z več vrednostmi',
|
|
18237
|
-
selectAllLabel: 'Izbira vseh ({selectedItems} od {totalItems})'
|
|
18506
|
+
selectAllLabel: 'Izbira vseh ({selectedItems} od {totalItems})',
|
|
18507
|
+
listGroupHeader: 'Group Header'
|
|
18238
18508
|
},
|
|
18239
18509
|
coreCarousel: {
|
|
18240
18510
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -18279,7 +18549,12 @@ var json$5 = {
|
|
|
18279
18549
|
listItemStatusDraft: 'Osnutek'
|
|
18280
18550
|
},
|
|
18281
18551
|
coreMessageStrip: {
|
|
18282
|
-
dismissLabel: 'Opusti'
|
|
18552
|
+
dismissLabel: 'Opusti',
|
|
18553
|
+
announcementInfo: 'Information Message Strip',
|
|
18554
|
+
announcementWarning: 'Warning Message Strip',
|
|
18555
|
+
announcementError: 'Error Message Strip',
|
|
18556
|
+
announcementSuccess: 'Success Message Strip',
|
|
18557
|
+
closable: 'Closable'
|
|
18283
18558
|
},
|
|
18284
18559
|
coreMultiInput: {
|
|
18285
18560
|
countListResultsSingular: 'Seznam postavk z 1 rezultatom.',
|
|
@@ -18810,12 +19085,15 @@ var json$5 = {
|
|
|
18810
19085
|
groupAriaDescriptionCollapsed: 'strnjeno',
|
|
18811
19086
|
triggerMoreLabel: 'Več',
|
|
18812
19087
|
triggerLessLabel: 'Manj'
|
|
19088
|
+
},
|
|
19089
|
+
segmentedButton: {
|
|
19090
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
19091
|
+
buttonRoleDescription: 'Segmented Button'
|
|
18813
19092
|
}
|
|
18814
19093
|
};
|
|
18815
19094
|
|
|
18816
19095
|
const FD_LANGUAGE_SLOVENIAN = json$5;
|
|
18817
19096
|
|
|
18818
|
-
/* eslint-disable */
|
|
18819
19097
|
// Do not modify, it's automatically created. Modify translations_es.properties instead
|
|
18820
19098
|
var json$4 = {
|
|
18821
19099
|
coreCalendar: {
|
|
@@ -18843,7 +19121,8 @@ var json$4 = {
|
|
|
18843
19121
|
},
|
|
18844
19122
|
coreMultiComboBox: {
|
|
18845
19123
|
multiComboBoxAriaLabel: 'Cuadro combinado de varios valores',
|
|
18846
|
-
selectAllLabel: 'Seleccionar todos ({selectedItems} de {totalItems})'
|
|
19124
|
+
selectAllLabel: 'Seleccionar todos ({selectedItems} de {totalItems})',
|
|
19125
|
+
listGroupHeader: 'Group Header'
|
|
18847
19126
|
},
|
|
18848
19127
|
coreCarousel: {
|
|
18849
19128
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -18888,7 +19167,12 @@ var json$4 = {
|
|
|
18888
19167
|
listItemStatusDraft: 'Borrador'
|
|
18889
19168
|
},
|
|
18890
19169
|
coreMessageStrip: {
|
|
18891
|
-
dismissLabel: 'Descartar'
|
|
19170
|
+
dismissLabel: 'Descartar',
|
|
19171
|
+
announcementInfo: 'Information Message Strip',
|
|
19172
|
+
announcementWarning: 'Warning Message Strip',
|
|
19173
|
+
announcementError: 'Error Message Strip',
|
|
19174
|
+
announcementSuccess: 'Success Message Strip',
|
|
19175
|
+
closable: 'Closable'
|
|
18892
19176
|
},
|
|
18893
19177
|
coreMultiInput: {
|
|
18894
19178
|
countListResultsSingular: '1 elemento de la lista de resultados',
|
|
@@ -19419,12 +19703,15 @@ var json$4 = {
|
|
|
19419
19703
|
groupAriaDescriptionCollapsed: 'contraído',
|
|
19420
19704
|
triggerMoreLabel: 'Más',
|
|
19421
19705
|
triggerLessLabel: 'Menos'
|
|
19706
|
+
},
|
|
19707
|
+
segmentedButton: {
|
|
19708
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
19709
|
+
buttonRoleDescription: 'Segmented Button'
|
|
19422
19710
|
}
|
|
19423
19711
|
};
|
|
19424
19712
|
|
|
19425
19713
|
const FD_LANGUAGE_SPANISH = json$4;
|
|
19426
19714
|
|
|
19427
|
-
/* eslint-disable */
|
|
19428
19715
|
// Do not modify, it's automatically created. Modify translations_sv.properties instead
|
|
19429
19716
|
var json$3 = {
|
|
19430
19717
|
coreCalendar: {
|
|
@@ -19452,7 +19739,8 @@ var json$3 = {
|
|
|
19452
19739
|
},
|
|
19453
19740
|
coreMultiComboBox: {
|
|
19454
19741
|
multiComboBoxAriaLabel: 'Kombinationsruta med flera värden',
|
|
19455
|
-
selectAllLabel: 'Välj alla ({selectedItems} av {totalItems})'
|
|
19742
|
+
selectAllLabel: 'Välj alla ({selectedItems} av {totalItems})',
|
|
19743
|
+
listGroupHeader: 'Group Header'
|
|
19456
19744
|
},
|
|
19457
19745
|
coreCarousel: {
|
|
19458
19746
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -19497,7 +19785,12 @@ var json$3 = {
|
|
|
19497
19785
|
listItemStatusDraft: 'Utkast'
|
|
19498
19786
|
},
|
|
19499
19787
|
coreMessageStrip: {
|
|
19500
|
-
dismissLabel: 'Avvisa'
|
|
19788
|
+
dismissLabel: 'Avvisa',
|
|
19789
|
+
announcementInfo: 'Information Message Strip',
|
|
19790
|
+
announcementWarning: 'Warning Message Strip',
|
|
19791
|
+
announcementError: 'Error Message Strip',
|
|
19792
|
+
announcementSuccess: 'Success Message Strip',
|
|
19793
|
+
closable: 'Closable'
|
|
19501
19794
|
},
|
|
19502
19795
|
coreMultiInput: {
|
|
19503
19796
|
countListResultsSingular: '1 resultatlistobjekt.',
|
|
@@ -20028,12 +20321,15 @@ var json$3 = {
|
|
|
20028
20321
|
groupAriaDescriptionCollapsed: 'komprimera',
|
|
20029
20322
|
triggerMoreLabel: 'Mer',
|
|
20030
20323
|
triggerLessLabel: 'Mindre'
|
|
20324
|
+
},
|
|
20325
|
+
segmentedButton: {
|
|
20326
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
20327
|
+
buttonRoleDescription: 'Segmented Button'
|
|
20031
20328
|
}
|
|
20032
20329
|
};
|
|
20033
20330
|
|
|
20034
20331
|
const FD_LANGUAGE_SWEDISH = json$3;
|
|
20035
20332
|
|
|
20036
|
-
/* eslint-disable */
|
|
20037
20333
|
// Do not modify, it's automatically created. Modify translations_th.properties instead
|
|
20038
20334
|
var json$2 = {
|
|
20039
20335
|
coreCalendar: {
|
|
@@ -20061,7 +20357,8 @@ var json$2 = {
|
|
|
20061
20357
|
},
|
|
20062
20358
|
coreMultiComboBox: {
|
|
20063
20359
|
multiComboBoxAriaLabel: 'คอมโบบ็อกซ์แบบหลายค่า',
|
|
20064
|
-
selectAllLabel: 'เลือกทั้งหมด ({selectedItems} จาก {totalItems}) รายการ'
|
|
20360
|
+
selectAllLabel: 'เลือกทั้งหมด ({selectedItems} จาก {totalItems}) รายการ',
|
|
20361
|
+
listGroupHeader: 'Group Header'
|
|
20065
20362
|
},
|
|
20066
20363
|
coreCarousel: {
|
|
20067
20364
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -20106,7 +20403,12 @@ var json$2 = {
|
|
|
20106
20403
|
listItemStatusDraft: 'แบบร่าง'
|
|
20107
20404
|
},
|
|
20108
20405
|
coreMessageStrip: {
|
|
20109
|
-
dismissLabel: 'ยกเลิก'
|
|
20406
|
+
dismissLabel: 'ยกเลิก',
|
|
20407
|
+
announcementInfo: 'Information Message Strip',
|
|
20408
|
+
announcementWarning: 'Warning Message Strip',
|
|
20409
|
+
announcementError: 'Error Message Strip',
|
|
20410
|
+
announcementSuccess: 'Success Message Strip',
|
|
20411
|
+
closable: 'Closable'
|
|
20110
20412
|
},
|
|
20111
20413
|
coreMultiInput: {
|
|
20112
20414
|
countListResultsSingular: 'ไอเท็มในรายการผลลัพธ์ 1 รายการ',
|
|
@@ -20637,12 +20939,15 @@ var json$2 = {
|
|
|
20637
20939
|
groupAriaDescriptionCollapsed: 'ยุบรวม',
|
|
20638
20940
|
triggerMoreLabel: 'เพิ่มเติม',
|
|
20639
20941
|
triggerLessLabel: 'น้อยลง'
|
|
20942
|
+
},
|
|
20943
|
+
segmentedButton: {
|
|
20944
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
20945
|
+
buttonRoleDescription: 'Segmented Button'
|
|
20640
20946
|
}
|
|
20641
20947
|
};
|
|
20642
20948
|
|
|
20643
20949
|
const FD_LANGUAGE_THAI = json$2;
|
|
20644
20950
|
|
|
20645
|
-
/* eslint-disable */
|
|
20646
20951
|
// Do not modify, it's automatically created. Modify translations_tr.properties instead
|
|
20647
20952
|
var json$1 = {
|
|
20648
20953
|
coreCalendar: {
|
|
@@ -20670,7 +20975,8 @@ var json$1 = {
|
|
|
20670
20975
|
},
|
|
20671
20976
|
coreMultiComboBox: {
|
|
20672
20977
|
multiComboBoxAriaLabel: 'Çoklu Değer Açılan Kutusu',
|
|
20673
|
-
selectAllLabel: 'Tümünü seç ({selectedItems}/{totalItems})'
|
|
20978
|
+
selectAllLabel: 'Tümünü seç ({selectedItems}/{totalItems})',
|
|
20979
|
+
listGroupHeader: 'Group Header'
|
|
20674
20980
|
},
|
|
20675
20981
|
coreCarousel: {
|
|
20676
20982
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -20715,7 +21021,12 @@ var json$1 = {
|
|
|
20715
21021
|
listItemStatusDraft: 'Taslak'
|
|
20716
21022
|
},
|
|
20717
21023
|
coreMessageStrip: {
|
|
20718
|
-
dismissLabel: 'Yoksay'
|
|
21024
|
+
dismissLabel: 'Yoksay',
|
|
21025
|
+
announcementInfo: 'Information Message Strip',
|
|
21026
|
+
announcementWarning: 'Warning Message Strip',
|
|
21027
|
+
announcementError: 'Error Message Strip',
|
|
21028
|
+
announcementSuccess: 'Success Message Strip',
|
|
21029
|
+
closable: 'Closable'
|
|
20719
21030
|
},
|
|
20720
21031
|
coreMultiInput: {
|
|
20721
21032
|
countListResultsSingular: '1 sonuç listesi öğesi.',
|
|
@@ -21246,12 +21557,15 @@ var json$1 = {
|
|
|
21246
21557
|
groupAriaDescriptionCollapsed: 'daraltıldı',
|
|
21247
21558
|
triggerMoreLabel: 'Daha Fazla',
|
|
21248
21559
|
triggerLessLabel: 'Daha Az'
|
|
21560
|
+
},
|
|
21561
|
+
segmentedButton: {
|
|
21562
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
21563
|
+
buttonRoleDescription: 'Segmented Button'
|
|
21249
21564
|
}
|
|
21250
21565
|
};
|
|
21251
21566
|
|
|
21252
21567
|
const FD_LANGUAGE_TURKISH = json$1;
|
|
21253
21568
|
|
|
21254
|
-
/* eslint-disable */
|
|
21255
21569
|
// Do not modify, it's automatically created. Modify translations_uk.properties instead
|
|
21256
21570
|
var json = {
|
|
21257
21571
|
coreCalendar: {
|
|
@@ -21279,7 +21593,8 @@ var json = {
|
|
|
21279
21593
|
},
|
|
21280
21594
|
coreMultiComboBox: {
|
|
21281
21595
|
multiComboBoxAriaLabel: 'Багатозначне поле зі списком',
|
|
21282
|
-
selectAllLabel: 'Вибрати всі ({selectedItems} з {totalItems})'
|
|
21596
|
+
selectAllLabel: 'Вибрати всі ({selectedItems} з {totalItems})',
|
|
21597
|
+
listGroupHeader: 'Group Header'
|
|
21283
21598
|
},
|
|
21284
21599
|
coreCarousel: {
|
|
21285
21600
|
pageIndicatorLabel: 'Item {itemNum} of {totalNum} displayed',
|
|
@@ -21324,7 +21639,12 @@ var json = {
|
|
|
21324
21639
|
listItemStatusDraft: 'Чернетка'
|
|
21325
21640
|
},
|
|
21326
21641
|
coreMessageStrip: {
|
|
21327
|
-
dismissLabel: 'Відхилити'
|
|
21642
|
+
dismissLabel: 'Відхилити',
|
|
21643
|
+
announcementInfo: 'Information Message Strip',
|
|
21644
|
+
announcementWarning: 'Warning Message Strip',
|
|
21645
|
+
announcementError: 'Error Message Strip',
|
|
21646
|
+
announcementSuccess: 'Success Message Strip',
|
|
21647
|
+
closable: 'Closable'
|
|
21328
21648
|
},
|
|
21329
21649
|
coreMultiInput: {
|
|
21330
21650
|
countListResultsSingular: '1 елемент списку результатів.',
|
|
@@ -21855,6 +22175,10 @@ var json = {
|
|
|
21855
22175
|
groupAriaDescriptionCollapsed: 'згорнуто',
|
|
21856
22176
|
triggerMoreLabel: 'Більше',
|
|
21857
22177
|
triggerLessLabel: 'Менше'
|
|
22178
|
+
},
|
|
22179
|
+
segmentedButton: {
|
|
22180
|
+
groupRoleDescription: 'Segmented Button Group',
|
|
22181
|
+
buttonRoleDescription: 'Segmented Button'
|
|
21858
22182
|
}
|
|
21859
22183
|
};
|
|
21860
22184
|
|
|
@@ -22089,7 +22413,15 @@ class TranslationResolver {
|
|
|
22089
22413
|
});
|
|
22090
22414
|
return rawString;
|
|
22091
22415
|
}
|
|
22416
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TranslationResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
22417
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TranslationResolver, providedIn: 'root' }); }
|
|
22092
22418
|
}
|
|
22419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TranslationResolver, decorators: [{
|
|
22420
|
+
type: Injectable,
|
|
22421
|
+
args: [{
|
|
22422
|
+
providedIn: 'root'
|
|
22423
|
+
}]
|
|
22424
|
+
}] });
|
|
22093
22425
|
|
|
22094
22426
|
/**
|
|
22095
22427
|
* Get the observable for the locale
|