source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/js/jqm-datebox/i18n/jquery.mobile.datebox.i18n.zh-TW.asc.js@ 101

Last change on this file since 101 was 101, checked in by coas-nagasima, 9 years ago

TOPPERS/uKadecotのソースコードを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain
File size: 2.3 KB
Line 
1/*
2 * jQuery Mobile Framework : plugin to provide a date and time picker.
3 * Copyright (c) JTSage
4 * CC 3.0 Attribution. May be relicensed without permission/notifcation.
5 * https://github.com/jtsage/jquery-mobile-datebox
6 *
7 * Translation by: Ethan Chen <ethan42411@gmail.com>
8 *
9 */
10
11jQuery.extend(jQuery.mobile.datebox.prototype.options.lang, {
12 'zh-TW': {
13 setDateButtonLabel: "&#35373;&#23450;&#26085;&#26399;",
14 setTimeButtonLabel: "&#35373;&#23450;&#26178;&#38291;",
15 setDurationButtonLabel: "&#35373;&#23450;&#25345;&#32396;&#26085;&#26399;",
16 calTodayButtonLabel: "&#36984;&#25799;&#20170;&#22825;&#26085;&#26399;",
17 titleDateDialogLabel: "&#36984;&#25799;&#26085;&#26399;",
18 titleTimeDialogLabel: "&#36984;&#25799;&#26178;&#38291;",
19 daysOfWeek: ["&#26143;&#26399;&#26085;", "&#26143;&#26399;&#19968;", "&#26143;&#26399;&#20108;", "&#26143;&#26399;&#19977;", "&#26143;&#26399;&#22235;", "&#26143;&#26399;&#20116;", "&#26143;&#26399;&#20845;"],
20 daysOfWeekShort: ["&#26085;", "&#19968;", "&#20108;", "&#19977;", "&#22235;", "&#20116;", "&#20845;"],
21 monthsOfYear: ["&#19968;&#26376;", "&#20108;&#26376;", "&#19977;&#26376;", "&#22235;&#26376;", "&#20116;&#26376;", "&#20845;&#26376;", "&#19971;&#26376;", "&#20843;&#26376;", "&#20061;&#26376;", "&#21313;&#26376;", "&#21313;&#19968;&#26376;", "&#21313;&#20108;&#26376;"],
22 monthsOfYearShort: ["&#19968;", "&#20108;", "&#19977;", "&#22235;", "&#20116;", "&#20845;", "&#19971;", "&#20843;", "&#20061;", "&#21313;", "&#21313;&#19968;", "&#21313;&#20108;"],
23 durationLabel: ["&#22825;", "&#23567;&#26178;", "&#20998;&#37912;", "&#31186;"],
24 durationDays: ["&#22825;", "&#22825;"],
25 tooltip: "&#38283;&#21855;&#26085;&#26399;&#36984;&#25799;",
26 nextMonth: "&#19979;&#20491;&#26376;",
27 prevMonth: "&#19978;&#20491;&#26376;",
28 timeFormat: 24,
29 headerFormat: '%A, %B %-d, %Y',
30 dateFieldOrder: ['m', 'd', 'y'],
31 timeFieldOrder: ['h', 'i', 'a'],
32 slideFieldOrder: ['y', 'm', 'd'],
33 dateFormat: "%Y-%m-%d",
34 useArabicIndic: false,
35 isRTL: false,
36 calStartDay: 0,
37 clearButton: "&#28165;&#38500;",
38 durationOrder: ['d', 'h', 'i', 's'],
39 meridiem: ["&#19978;&#21320;", "&#19979;&#21320;"],
40 timeOutput: "%k:%M",
41 durationFormat: "%Dd %DA, %Dl:%DM:%DS",
42 calDateListLabel: "&#20854;&#20182;&#26085;&#26399;",
43 calHeaderFormat: "%B %Y"
44 }
45});
46jQuery.extend(jQuery.mobile.datebox.prototype.options, {
47 useLang: 'zh-TW'
48});
49
Note: See TracBrowser for help on using the repository browser.