kendo.messages.zh-TW.js
16.2 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
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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
/**
* Kendo UI v2016.1.112 (http://www.telerik.com/kendo-ui)
* Copyright 2016 Telerik AD. All rights reserved.
*
* Kendo UI commercial licenses may be obtained at
* http://www.telerik.com/purchase/license-agreement/kendo-ui-complete
* If you do not own a commercial license, this file shall be governed by the trial license terms.
*/
(function(f){
if (typeof define === 'function' && define.amd) {
define([ "./kendo.core" ], f);
} else {
f();
}
}(function(){
(function ($, undefined) {
/* FlatColorPicker messages */
if (kendo.ui.FlatColorPicker) {
kendo.ui.FlatColorPicker.prototype.options.messages =
$.extend(true, kendo.ui.FlatColorPicker.prototype.options.messages,{
"apply": "確定",
"cancel": "取消"
});
}
/* ColorPicker messages */
if (kendo.ui.ColorPicker) {
kendo.ui.ColorPicker.prototype.options.messages =
$.extend(true, kendo.ui.ColorPicker.prototype.options.messages,{
"apply": "確定",
"cancel": "取消"
});
}
/* ColumnMenu messages */
if (kendo.ui.ColumnMenu) {
kendo.ui.ColumnMenu.prototype.options.messages =
$.extend(true, kendo.ui.ColumnMenu.prototype.options.messages,{
"sortAscending": "升序",
"sortDescending": "降序",
"filter": "過濾",
"columns": "列",
"done": "完成",
"settings": "列設置",
"lock": "鎖定",
"unlock": "解除鎖定"
});
}
/* Editor messages */
if (kendo.ui.Editor) {
kendo.ui.Editor.prototype.options.messages =
$.extend(true, kendo.ui.Editor.prototype.options.messages,{
"bold": "粗體",
"italic": "斜體",
"underline": "下劃線",
"strikethrough": "刪除線",
"superscript": "上標",
"subscript": "下標",
"justifyCenter": "居中",
"justifyLeft": "左對齊",
"justifyRight": "右對齊",
"justifyFull": "兩端對齊",
"insertUnorderedList": "插入無序列表",
"insertOrderedList": "插入有序列表",
"indent": "增加縮進",
"outdent": "減少縮進",
"createLink": "插入鏈接",
"unlink": "移除鏈接",
"insertImage": "插入圖片",
"insertFile": "插入文件",
"insertHtml": "插入 HTML",
"viewHtml": "查看 HTML",
"fontName": "選擇字體",
"fontNameInherit": "(繼承的字體)",
"fontSize": "選擇字號",
"fontSizeInherit": "(繼承的字號)",
"formatBlock": "格式化塊",
"formatting": "格式化",
"foreColor": "顏色",
"backColor": "背景色",
"style": "風格",
"emptyFolder": "文件夾為空",
"uploadFile": "上傳",
"orderBy": "排序條件:",
"orderBySize": "大小",
"orderByName": "名字",
"invalidFileType": "選中的文件 \"{0}\" 非法,支持的文件類型為 {1}。",
"deleteFile": '您確定要刪除 \"{0}\"?',
"overwriteFile": '當前文件夾已存在文件名為 \"{0}\" 的文件,您確定要覆蓋麽?',
"directoryNotFound": "此文件夾未找到",
"imageWebAddress": "圖片地址",
"imageAltText": "替代文本",
"imageWidth": "寬度 (px)",
"imageHeight": "高度 (px)",
"fileWebAddress": "文件地址",
"fileTitle": "標題",
"linkWebAddress": "鏈接地址",
"linkText": "鏈接文字",
"linkToolTip": "鏈接提示",
"linkOpenInNewWindow": "在新窗口中打開",
"dialogUpdate": "上傳",
"dialogInsert": "插入",
"dialogButtonSeparator": "或",
"dialogCancel": "取消",
"createTable": "創建表格",
"addColumnLeft": "左側添加列",
"addColumnRight": "右側添加列",
"addRowAbove": "上方添加行",
"addRowBelow": "下方添加行",
"deleteRow": "刪除行",
"deleteColumn": "刪除列"
});
}
/* FileBrowser messages */
if (kendo.ui.FileBrowser) {
kendo.ui.FileBrowser.prototype.options.messages =
$.extend(true, kendo.ui.FileBrowser.prototype.options.messages,{
"uploadFile": "上傳",
"orderBy": "排序條件",
"orderByName": "名稱",
"orderBySize": "大小",
"directoryNotFound": "此文件夾未找到",
"emptyFolder": "文件夾為空",
"deleteFile": '您確定要刪除 \"{0}\"?',
"invalidFileType": "選中的文件 \"{0}\" 非法,支持的文件類型為 {1}。",
"overwriteFile": "當前文件夾已存在文件名為 \"{0}\" 的文件,您確定要覆蓋麽?",
"dropFilesHere": "拖拽要上傳的文件到此處",
"search": "搜索"
});
}
/* FilterCell messages */
if (kendo.ui.FilterCell) {
kendo.ui.FilterCell.prototype.options.messages =
$.extend(true, kendo.ui.FilterCell.prototype.options.messages,{
"isTrue": "為真",
"isFalse": "為假",
"filter": "過濾",
"clear": "清除",
"operator": "運算符"
});
}
/* FilterMenu messages */
if (kendo.ui.FilterMenu) {
kendo.ui.FilterMenu.prototype.options.messages =
$.extend(true, kendo.ui.FilterMenu.prototype.options.messages,{
"info": "顯示符合以下條件的行",
"isTrue": "為真",
"isFalse": "為假",
"filter": "過濾",
"clear": "清除",
"and": "並且",
"or": "或",
"selectValue": "-選擇-",
"operator": "運算符",
"value": "值",
"cancel": "取消"
});
}
/* Filter cell operator messages */
if (kendo.ui.FilterCell) {
kendo.ui.FilterCell.prototype.options.operators =
$.extend(true, kendo.ui.FilterCell.prototype.options.operators,{
"string": {
"eq": "等於",
"neq": "不等於",
"startswith": "開頭為",
"contains": "包含",
"doesnotcontain": "不包含",
"endswith": "結尾為"
},
"number": {
"eq": "等於",
"neq": "不等於",
"gte": "大於等於",
"gt": "大於",
"lte": "小於等於",
"lt": "小於"
},
"date": {
"eq": "等於",
"neq": "不等於",
"gte": "大於等於",
"gt": "大於",
"lte": "小於等於",
"lt": "小於"
},
"enums": {
"eq": "等於",
"neq": "不等於"
}
});
}
/* Filter menu operator messages */
if (kendo.ui.FilterMenu) {
kendo.ui.FilterMenu.prototype.options.operators =
$.extend(true, kendo.ui.FilterMenu.prototype.options.operators,{
"string": {
"eq": "等於",
"neq": "不等於",
"startswith": "開頭為",
"contains": "包含",
"doesnotcontain": "不包含",
"endswith": "結尾為"
},
"number": {
"eq": "等於",
"neq": "不等於",
"gte": "大於等於",
"gt": "大於",
"lte": "小於等於",
"lt": "小於"
},
"date": {
"eq": "等於",
"neq": "不等於",
"gte": "大於等於",
"gt": "大於",
"lte": "小於等於",
"lt": "小於"
},
"enums": {
"eq": "等於",
"neq": "不等於"
}
});
}
/* Gantt messages */
if (kendo.ui.Gantt) {
kendo.ui.Gantt.prototype.options.messages =
$.extend(true, kendo.ui.Gantt.prototype.options.messages,{
"views": {
"day": "日",
"week": "周",
"month": "月"
},
"actions": {
"append": "添加任務",
"addChild": "添加子任務",
"insertBefore": "添加到前面",
"insertAfter": "添加到後面"
}
});
}
/* Grid messages */
if (kendo.ui.Grid) {
kendo.ui.Grid.prototype.options.messages =
$.extend(true, kendo.ui.Grid.prototype.options.messages,{
"commands": {
"cancel": "取消",
"canceledit": "取消",
"create": "新增",
"destroy": "刪除",
"edit": "編輯",
"excel": "Export to Excel",
"pdf": "Export to PDF",
"save": "保存",
"select": "選擇",
"update": "更新"
},
"editable": {
"cancelDelete": "取消",
"confirmation": "確定要刪除嗎?",
"confirmDelete": "刪除"
}
});
}
/* Groupable messages */
if (kendo.ui.Groupable) {
kendo.ui.Groupable.prototype.options.messages =
$.extend(true, kendo.ui.Groupable.prototype.options.messages,{
"empty": "拖拽列標題到此處按列組合顯示"
});
}
/* NumericTextBox messages */
if (kendo.ui.NumericTextBox) {
kendo.ui.NumericTextBox.prototype.options =
$.extend(true, kendo.ui.NumericTextBox.prototype.options,{
"upArrowText": "增加",
"downArrowText": "減少"
});
}
/* Pager messages */
if (kendo.ui.Pager) {
kendo.ui.Pager.prototype.options.messages =
$.extend(true, kendo.ui.Pager.prototype.options.messages,{
"allPages": "All",
"display": "顯示條目 {0} - {1} 共 {2}",
"empty": "沒有可顯示的記錄。",
"page": "頁",
"of": "共 {0}",
"itemsPerPage": "每頁",
"first": "首頁",
"last": "末頁",
"next": "下一頁",
"previous": "上一頁",
"refresh": "刷新",
"morePages": "更多..."
});
}
/* PivotGrid messages */
if (kendo.ui.PivotGrid) {
kendo.ui.PivotGrid.prototype.options.messages =
$.extend(true, kendo.ui.PivotGrid.prototype.options.messages,{
"measureFields": "拖放數據字段於此",
"columnFields": "拖放列字段於此",
"rowFields": "拖放行字段於此"
});
}
/* RecurrenceEditor messages */
if (kendo.ui.RecurrenceEditor) {
kendo.ui.RecurrenceEditor.prototype.options.messages =
$.extend(true, kendo.ui.RecurrenceEditor.prototype.options.messages,{
"frequencies": {
"never": "從不",
"hourly": "每小時",
"daily": "每天",
"weekly": "每周",
"monthly": "每月",
"yearly": "每年"
},
"hourly": {
"repeatEvery": "重復周期: ",
"interval": " 小時"
},
"daily": {
"repeatEvery": "重復周期: ",
"interval": " 天"
},
"weekly": {
"interval": " 周",
"repeatEvery": "重復周期: ",
"repeatOn": "重復於:"
},
"monthly": {
"repeatEvery": "重復周期: ",
"repeatOn": "重復於:",
"interval": " 月",
"day": "日期"
},
"yearly": {
"repeatEvery": "重復周期: ",
"repeatOn": "重復於: ",
"interval": " 年",
"of": " 月份: "
},
"end": {
"label": "截止時間:",
"mobileLabel": "截止時間",
"never": "從不",
"after": "重復 ",
"occurrence": " 次後",
"on": "止於 "
},
"offsetPositions": {
"first": "第一",
"second": "第二",
"third": "第三",
"fourth": "第四",
"last": "最後"
},
"weekdays": {
"day": "天",
"weekday": "工作日",
"weekend": "周末"
}
});
}
/* Scheduler messages */
if (kendo.ui.Scheduler) {
kendo.ui.Scheduler.prototype.options.messages =
$.extend(true, kendo.ui.Scheduler.prototype.options.messages,{
"today": "今天",
"save": "保存",
"cancel": "取消",
"destroy": "刪除",
"deleteWindowTitle": "刪除事件",
"ariaSlotLabel": "選擇從 {0:t} 到 {1:t}",
"ariaEventLabel": "{0} on {1:D} at {2:t}",
"views": {
"day": "日",
"week": "周",
"workWeek": "工作日",
"agenda": "日程",
"month": "月"
},
"recurrenceMessages": {
"deleteWindowTitle": "刪除周期條目",
"deleteWindowOccurrence": "刪除當前事件",
"deleteWindowSeries": "刪除序列",
"editWindowTitle": "修改周期條目",
"editWindowOccurrence": "修改當前事件",
"editWindowSeries": "修改序列"
},
"editor": {
"title": "標題",
"start": "起始",
"end": "終止",
"allDayEvent": "全天事件",
"description": "描述",
"repeat": "重復",
"timezone": " ",
"startTimezone": "起始時區",
"endTimezone": "終止時區",
"separateTimezones": "使用獨立的起始和終止時區",
"timezoneEditorTitle": "時區",
"timezoneEditorButton": "時區",
"timezoneTitle": "選擇時區",
"noTimezone": "無",
"editorTitle": "事件"
}
});
}
/* Slider messages */
if (kendo.ui.Slider) {
kendo.ui.Slider.prototype.options =
$.extend(true, kendo.ui.Slider.prototype.options,{
"increaseButtonTitle": "增加",
"decreaseButtonTitle": "減少"
});
}
/* TreeView messages */
if (kendo.ui.TreeView) {
kendo.ui.TreeView.prototype.options.messages =
$.extend(true, kendo.ui.TreeView.prototype.options.messages,{
"loading": "加載中...",
"requestFailed": "加載失敗",
"retry": "重試"
});
}
/* Upload messages */
if (kendo.ui.Upload) {
kendo.ui.Upload.prototype.options.localization =
$.extend(true, kendo.ui.Upload.prototype.options.localization,{
"select": "選擇...",
"cancel": "取消",
"retry": "重試",
"remove": "移除",
"uploadSelectedFiles": "上傳文件",
"dropFilesHere": "拖拽要上傳的文件到此處",
"statusUploading": "上傳中",
"statusUploaded": "已上傳",
"statusWarning": "警告",
"statusFailed": "失敗",
"headerStatusUploading": "上傳...",
"headerStatusUploaded": "完成"
});
}
/* Validator messages */
if (kendo.ui.Validator) {
kendo.ui.Validator.prototype.options.messages =
$.extend(true, kendo.ui.Validator.prototype.options.messages,{
"required": "{0} 為必填項",
"pattern": "{0} 非法",
"min": "{0} 應該大於或等於 {1}",
"max": "{0} 應該小於或等於 {1}",
"step": "{0} 非法",
"email": "{0} 不是合法的郵件地址",
"url": "{0} 不是合法的URL",
"date": "{0} 不是合法的日期"
});
}
})(window.kendo.jQuery);
}));