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

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

MIMEプロパティの変更

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/javascript
File size: 2.4 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: ChiElvis <elvis311@msn.com>, josher19 <crowdin>
8 *
9 */
10
11jQuery.extend(jQuery.mobile.datebox.prototype.options.lang, {
12 'zh-CN': {
13 setDateButtonLabel: "&#35774;&#32622;&#26085;&#26399;",
14 setTimeButtonLabel: "&#35774;&#32622;&#26102;&#38388;",
15 setDurationButtonLabel: "&#35774;&#32622;&#25345;&#32493;&#26102;&#38388;",
16 calTodayButtonLabel: "&#36873;&#25321;&#20170;&#22825;&#26085;&#26399;",
17 titleDateDialogLabel: "&#36873;&#25321;&#26085;&#26399;",
18 titleTimeDialogLabel: "&#36873;&#25321;&#26102;&#38388;",
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;&#26102;", "&#20998;&#38047;", "&#31186;"],
24 durationDays: ["&#22825;", "&#22825;"],
25 tooltip: "&#24320;&#21551;&#26085;&#26399;&#36873;&#21462;&#22120;",
26 nextMonth: "&#19979;&#20010;&#26376;",
27 prevMonth: "&#19978;&#20010;&#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-CN'
48});
49
Note: See TracBrowser for help on using the repository browser.