forked from syncfusion/ej2-aspnetmvc-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocale.json
37 lines (37 loc) · 848 Bytes
/
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
{
"de": {
"colorpicker": {
"Apply": "Anwenden",
"Cancel": "Abbrechen",
"ModeSwitcher": "Modus wechseln"
}
},
"ar": {
"colorpicker": {
"Apply":"تطبيق",
"Cancel":"إلغاء",
"ModeSwitcher": "مفتاح كهربائي الوضع"
}
},
"en": {
"colorpicker": {
"Apply":"Apply",
"Cancel":"Cancel",
"ModeSwitcher": "Switch Mode"
}
},
"zh": {
"colorpicker": {
"Apply":"应用",
"Cancel":"取消",
"ModeSwitcher": "开关 模式"
}
},
"fr-CH": {
"colorpicker": {
"Apply":"s'adresser à",
"Cancel":"Annuler",
"ModeSwitcher": "Commutateur Mode"
}
}
}