This repository was archived by the owner on Jul 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlocale.json
More file actions
47 lines (47 loc) · 1.63 KB
/
locale.json
File metadata and controls
47 lines (47 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"de": {
"dropdowns": {
"noRecordsTemplate": "Keine Aufzeichnungen gefunden",
"actionFailureTemplate": "Die Anforderung ist fehlgeschlagen",
"overflowCountTemplate": "+ $ {count} mehr ..",
"selectAllText": "Selecteer alles",
"unSelectAllText": "Alles deselecteren"
}
},
"ar": {
"dropdowns": {
"noRecordsTemplate": "لا توجد سجلات",
"actionFailureTemplate": "أخفق الطلب",
"overflowCountTemplate": "..مور{كونت}$+",
"selectAllText": "إلغاء تحديد الكل",
"unSelectAllText": "اختر الكل"
}
},
"en": {
"dropdowns": {
"noRecordsTemplate": "No Records Found",
"actionFailureTemplate": "The Request Failed",
"overflowCountTemplate": "+${count} more..",
"selectAllText": "Select All",
"unSelectAllText": "Unselect All"
}
},
"zh": {
"dropdowns": {
"noRecordsTemplate": "没有找到记录",
"actionFailureTemplate": "请求失败",
"overflowCountTemplate": "+$(計數) 更多..",
"selectAllText": "全選",
"unSelectAllText": "全部取消選擇"
}
},
"fr-CH": {
"dropdowns": {
"noRecordsTemplate": "Aucun enregistrement trouvé",
"actionFailureTemplate": "La demande a échoué",
"overflowCountTemplate": "+ $ {count} plus ..",
"selectAllText": "Tout sélectionner",
"unSelectAllText": "tout déselectionner"
}
}
}