forked from syncfusion/ej2-aspnetcore-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocale.json
65 lines (62 loc) · 1.96 KB
/
locale.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"de": {
"daterangepicker": {
"placeholder": "Wählen Sie einen Bereich",
"startLabel": "Anfangsdatum",
"endLabel": "Enddatum",
"applyText": "Sich bewerben",
"cancelText": "Stornieren",
"selectedDays": "Ausgewählte Tage",
"days": "Tage",
"customRange": "benutzerdefinierten Bereich"
}
},
"ar": {
"daterangepicker": {
"placeholder": "حدد نطاقا",
"startLabel": "تاريخ البدء",
"endLabel": "تاريخ الانتهاء",
"applyText": "تطبيق",
"cancelText": "إلغاء",
"selectedDays": "الأيام المحددة",
"days": "أيام",
"customRange": "نطاق مخصص"
}
},
"en": {
"daterangepicker": {
"placeholder": "Select a range",
"startLabel": "Start Date",
"endLabel": "End Date",
"applyText": "Apply",
"cancelText": "Cancel",
"selectedDays": "Selected Days",
"days": "Days",
"customRange": "Custom Range"
}
},
"zh": {
"daterangepicker": {
"placeholder": "选择一个范围",
"startLabel": "开始日期",
"endLabel": "结束日期",
"applyText": "应用",
"cancelText": "取消",
"selectedDays": "选定日期",
"days": "天",
"customRange": "自定义范围"
}
},
"fr-CH": {
"daterangepicker": {
"placeholder": "Sélectionnez une plage",
"startLabel": "Date de début",
"endLabel": "Date de fin",
"applyText": "Appliquer",
"cancelText": "Annuler",
"selectedDays": "Jours sélectionnés",
"days": "Journées",
"customRange": "Gamme personnalisée"
}
}
}