source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/js/jqm-datebox/i18n/jquery.mobile.datebox.i18n.zh-CN.utf8.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: 1.7 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: "设置日期",
14 setTimeButtonLabel: "设置时间",
15 setDurationButtonLabel: "设置持续时间",
16 calTodayButtonLabel: "选择今天日期",
17 titleDateDialogLabel: "选择日期",
18 titleTimeDialogLabel: "选择时间",
19 daysOfWeek: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期å…
20­"],
21 daysOfWeekShort: ["日", "一", "二", "三", "四", "五", "å…
22­"],
23 monthsOfYear: ["一月", "二月", "三月", "四月", "五月", "å…
24­æœˆ", "七月", "å…
25«æœˆ", "九月", "十月", "十一月", "十二月"],
26 monthsOfYearShort: ["一", "二", "三", "四", "五", "å…
27­", "七", "å…
28«", "九", "十", "十一", "十二"],
29 durationLabel: ["天", "小时", "分钟", "秒"],
30 durationDays: ["天", "天"],
31 tooltip: "开启日期选取器",
32 nextMonth: "下个月",
33 prevMonth: "上个月",
34 timeFormat: 24,
35 headerFormat: '%A, %B %-d, %Y',
36 dateFieldOrder: ['m', 'd', 'y'],
37 timeFieldOrder: ['h', 'i', 'a'],
38 slideFieldOrder: ['y', 'm', 'd'],
39 dateFormat: "%Y-%m-%d",
40 useArabicIndic: false,
41 isRTL: false,
42 calStartDay: 0,
43 clearButton: "清
44除",
45 durationOrder: ['d', 'h', 'i', 's'],
46 meridiem: ["上午", "下午"],
47 timeOutput: "%k:%M",
48 durationFormat: "%Dd %DA, %Dl:%DM:%DS",
49 calDateListLabel: "å…
50¶ä»–日期",
51 calHeaderFormat: "%B %Y"
52 }
53});
54jQuery.extend(jQuery.mobile.datebox.prototype.options, {
55 useLang: 'zh-CN'
56});
57
Note: See TracBrowser for help on using the repository browser.