-
Notifications
You must be signed in to change notification settings - Fork 114
/
en-gb.json
191 lines (191 loc) · 4.78 KB
/
en-gb.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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
{
"en-gb": {
"accept": "Yes",
"addRule": "Add Rule",
"am": "am",
"apply": "Apply",
"cancel": "Cancel",
"choose": "Choose",
"chooseDate": "Choose Date",
"chooseMonth": "Choose Month",
"chooseYear": "Choose Year",
"clear": "Clear",
"completed": "Completed",
"contains": "Contains",
"custom": "Custom",
"dateAfter": "Date is after",
"dateBefore": "Date is before",
"dateFormat": "dd/mm/yy",
"dateIs": "Date is",
"dateIsNot": "Date is not",
"dayNames": [
"Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"
],
"dayNamesMin": [
"Su",
"Mo",
"Tu",
"We",
"Th",
"Fr",
"Sa"
],
"dayNamesShort": [
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat"
],
"emptyFilterMessage": "No results found",
"emptyMessage": "No available options",
"emptySearchMessage": "No results found",
"emptySelectionMessage": "No selected item",
"endsWith": "Ends with",
"equals": "Equals",
"fileSizeTypes": [
"B",
"KB",
"MB",
"GB",
"TB",
"PB",
"EB",
"ZB",
"YB"
],
"filter": "Filter",
"firstDayOfWeek": 1,
"gt": "Greater than",
"gte": "Greater than or equal to",
"lt": "Less than",
"lte": "Less than or equal to",
"matchAll": "Match All",
"matchAny": "Match Any",
"medium": "Medium",
"monthNames": [
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"
],
"monthNamesShort": [
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"
],
"nextDecade": "Next Decade",
"nextHour": "Next Hour",
"nextMinute": "Next Minute",
"nextMonth": "Next Month",
"nextSecond": "Next Second",
"nextYear": "Next Year",
"noFilter": "No Filter",
"notContains": "Not contains",
"notEquals": "Not equals",
"now": "Now",
"passwordPrompt": "Enter a password",
"pending": "Pending",
"pm": "pm",
"prevDecade": "Previous Decade",
"prevHour": "Previous Hour",
"prevMinute": "Previous Minute",
"prevMonth": "Previous Month",
"prevSecond": "Previous Second",
"prevYear": "Previous Year",
"reject": "No",
"removeRule": "Remove Rule",
"searchMessage": "{0} results are available",
"selectionMessage": "{0} items selected",
"showMonthAfterYear": false,
"startsWith": "Starts with",
"strong": "Strong",
"today": "Today",
"upload": "Upload",
"weak": "Weak",
"weekHeader": "Wk",
"aria": {
"cancelEdit": "Cancel Edit",
"close": "Close",
"collapseLabel": "Collapse",
"collapseRow": "Row Collapsed",
"editRow": "Edit Row",
"expandLabel": "Expand",
"expandRow": "Row Expanded",
"falseLabel": "False",
"filterConstraint": "Filter Constraint",
"filterOperator": "Filter Operator",
"firstPageLabel": "First Page",
"gridView": "Grid View",
"hideFilterMenu": "Hide Filter Menu",
"jumpToPageDropdownLabel": "Jump to Page Dropdown",
"jumpToPageInputLabel": "Jump to Page Input",
"lastPageLabel": "Last Page",
"listView": "List View",
"moveAllToSource": "Move All to Source",
"moveAllToTarget": "Move All to Target",
"moveBottom": "Move Bottom",
"moveDown": "Move Down",
"moveTop": "Move Top",
"moveToSource": "Move to Source",
"moveToTarget": "Move to Target",
"moveUp": "Move Up",
"navigation": "Navigation",
"next": "Next",
"nextPageLabel": "Next Page",
"nullLabel": "Not Selected",
"otpLabel": "Please enter one time password character {0}",
"pageLabel": "Page {page}",
"passwordHide": "Hide Password",
"passwordShow": "Show Password",
"previous": "Previous",
"previousPageLabel": "Previous Page",
"removeLabel": "Remove",
"rotateLeft": "Rotate Left",
"rotateRight": "Rotate Right",
"rowsPerPageLabel": "Rows per page",
"saveEdit": "Save Edit",
"scrollTop": "Scroll Top",
"selectAll": "All items selected",
"selectLabel": "Select",
"selectRow": "Row Selected",
"showFilterMenu": "Show Filter Menu",
"slide": "Slide",
"slideNumber": "{slideNumber}",
"star": "1 star",
"stars": "{star} stars",
"trueLabel": "True",
"unselectAll": "All items unselected",
"unselectLabel": "Unselect",
"unselectRow": "Row Unselected",
"zoomImage": "Zoom Image",
"zoomIn": "Zoom In",
"zoomOut": "Zoom Out"
}
}
}