forked from loudenvier/kendo-global
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kendo-en-US.json
145 lines (145 loc) · 5.74 KB
/
kendo-en-US.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"Locale": "en-US",
"Description": "English US",
"Components": {
"ColumnMenu": {
"messages": {
"sortAscending": "Sort Ascending",
"sortDescending": "Sort Descending",
"filter": "Filter",
"columns": "Columns"
}
},
"Groupable": {
"messages": {
"empty": "Drag a column header and drop it here to group by that column"
}
},
"FilterMenu": {
"messages": {
"info": "Show items with value that:",
"isTrue": "is true",
"isFalse": "is false",
"filter": "Filter",
"clear": "Clear",
"and": "And",
"or": "Or",
"selectValue": "-Select value-"
},
"operators": {
"string": {
"eq": "Is equal to",
"neq": "Is not equal to",
"startswith": "Starts with",
"contains": "Contains",
"doesnotcontain": "Does not contain",
"endswith": "Ends with"
},
"number": {
"eq": "Is equal to",
"neq": "Is not equal to",
"gte": "Is greater than or equal to",
"gt": "Is greater than",
"lte": "Is less than or equal to",
"lt": "Is less than"
},
"date": {
"eq": "Is equal to",
"neq": "Is not equal to",
"gte": "Is after or equal to",
"gt": "Is after",
"lte": "Is before or equal to",
"lt": "Is before"
},
"enums": {
"eq": "Is equal to",
"neq": "Is not equal to"
}
}
},
"Pager": {
"messages": {
"display": "{0} - {1} of {2} items",
"empty": "No items to display",
"page": "Page",
"of": "of {0}",
"itemsPerPage": "items per page",
"first": "Go to the first page",
"previous": "Go to the previous page",
"next": "Go to the next page",
"last": "Go to the last page",
"refresh": "Refresh"
}
},
"Validator": {
"messages": {
"required": "{0} is required",
"pattern": "{0} is not valid",
"min": "{0} should be greater than or equal to {1}",
"max": "{0} should be smaller than or equal to {1}",
"step": "{0} is not valid",
"email": "{0} is not valid email",
"url": "{0} is not valid URL",
"date": "{0} is not valid date"
}
},
"ImageBrowser": {
"messages": {
"uploadFile": "Upload",
"orderBy": "Arrange by",
"orderByName": "Name",
"orderBySize": "Size",
"directoryNotFound": "A directory with this name was not found.",
"emptyFolder": "Empty Folder",
"deleteFile": "Are you sure you want to delete \"{0}\"?",
"invalidFileType": "The selected file \"{0}\" is not valid. Supported file types are {1}.",
"overwriteFile": "A file with name \"{0}\" already exists in the current directory. Do you want to overwrite it?",
"dropFilesHere": "drop files here to upload"
}
},
"Editor": {
"messages": {
"bold": "Bold",
"italic": "Italic",
"underline": "Underline",
"strikethrough": "Strikethrough",
"superscript": "Superscript",
"subscript": "Subscript",
"justifyCenter": "Center text",
"justifyLeft": "Align text left",
"justifyRight": "Align text right",
"justifyFull": "Justify",
"insertUnorderedList": "Insert unordered list",
"insertOrderedList": "Insert ordered list",
"indent": "Indent",
"outdent": "Outdent",
"createLink": "Insert hyperlink",
"unlink": "Remove hyperlink",
"insertImage": "Insert image",
"insertHtml": "Insert HTML",
"fontName": "Select font family",
"fontNameInherit": "(inherited font)",
"fontSize": "Select font size",
"fontSizeInherit": "(inherited size)",
"formatBlock": "Format",
"foreColor": "Color",
"backColor": "Background color",
"style": "Styles",
"emptyFolder": "Empty Folder",
"uploadFile": "Upload",
"orderBy": "Arrange by:",
"orderBySize": "Size",
"orderByName": "Name",
"invalidFileType": "The selected file \"{0}\" is not valid. Supported file types are {1}.",
"deleteFile": "Are you sure you want to delete \"{0}\"?",
"overwriteFile": "A file with name \"{0}\" already exists in the current directory. Do you want to overwrite it?",
"directoryNotFound": "A directory with this name was not found.",
"imageWebAddress": "Web address",
"imageAltText": "Alternate text",
"dialogInsert": "Insert",
"dialogButtonSeparator": "or",
"dialogCancel": "Cancel"
}
}
}
}