source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/js/jqm-datebox/i18n/jquery.mobile.datebox.i18n.th.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: 3.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: tiratat.patana-anake <tiratat.patana-anake@accenture.com>
8 *
9 */
10
11jQuery.extend(jQuery.mobile.datebox.prototype.options.lang, {
12 'th': {
13 setDateButtonLabel: "&#3648;&#3621;&#3639;&#3629;&#3585;&#3623;&#3633;&#3609;",
14 setTimeButtonLabel: "&#3648;&#3621;&#3639;&#3629;&#3585;&#3648;&#3623;&#3621;&#3634;",
15 setDurationButtonLabel: "&#3648;&#3621;&#3639;&#3629;&#3585;&#3619;&#3632;&#3618;&#3632;&#3648;&#3623;&#3621;&#3634;",
16 calTodayButtonLabel: "&#3585;&#3621;&#3633;&#3610;&#3652;&#3611;&#3623;&#3633;&#3609;&#3609;&#3637;&#3657;",
17 titleDateDialogLabel: "&#3648;&#3621;&#3639;&#3629;&#3585;&#3623;&#3633;&#3609;",
18 titleTimeDialogLabel: "&#3648;&#3621;&#3639;&#3629;&#3585;&#3648;&#3623;&#3621;&#3634;",
19 daysOfWeek: ["&#3629;&#3634;&#3607;&#3636;&#3605;&#3618;&#3660;", "&#3592;&#3633;&#3609;&#3607;&#3619;&#3660;", "&#3629;&#3633;&#3591;&#3588;&#3634;&#3619;", "&#3614;&#3640;&#3608;", "&#3614;&#3620;&#3627;&#3633;&#3626;", "&#3624;&#3640;&#3585;&#3619;&#3660;", "&#3648;&#3626;&#3634;&#3619;&#3660;"],
20 daysOfWeekShort: ["&#3629;&#3634;", "&#3592;", "&#3629;", "&#3614;", "&#3614;&#3620;", "&#3624;", "&#3626;"],
21 monthsOfYear: ["&#3617;&#3585;&#3619;&#3634;&#3588;&#3617;", "&#3585;&#3640;&#3617;&#3616;&#3634;&#3614;&#3633;&#3609;&#3608;&#3660;", "&#3617;&#3637;&#3609;&#3634;&#3588;&#3617;", "&#3648;&#3617;&#3625;&#3634;&#3618;&#3609;", "&#3614;&#3620;&#3625;&#3616;&#3634;&#3588;&#3617;", "&#3617;&#3636;&#3606;&#3640;&#3609;&#3634;&#3618;&#3609;", "&#3585;&#3619;&#3585;&#3598;&#3634;&#3588;&#3617;", "&#3626;&#3636;&#3591;&#3627;&#3634;&#3588;&#3617;", "&#3585;&#3633;&#3609;&#3618;&#3634;&#3618;&#3609;", "&#3605;&#3640;&#3621;&#3634;&#3588;&#3617;", "&#3614;&#3620;&#3624;&#3592;&#3636;&#3585;&#3634;&#3618;&#3609;", "&#3608;&#3633;&#3609;&#3623;&#3634;&#3588;&#3617;"],
22 monthsOfYearShort: ["&#3617;.&#3588;.", "&#3585;.&#3614;.", "&#3617;&#3637;.&#3588;.", "&#3617;.&#3618;.", "&#3614;.&#3588;.", "&#3617;&#3636;.&#3618;.", "&#3585;.&#3588;.", "&#3626;.&#3588;.", "&#3585;.&#3618;.", "&#3605;.&#3588;.", "&#3614;.&#3618;.", "&#3608;.&#3588;."],
23 durationLabel: ["&#3623;&#3633;&#3609;", "&#3594;&#3633;&#3656;&#3623;&#3650;&#3617;&#3591;", "&#3609;&#3634;&#3607;&#3637;", "&#3623;&#3636;&#3609;&#3634;&#3607;&#3637;"],
24 durationDays: ["&#3623;&#3633;&#3609;", "&#3623;&#3633;&#3609;"],
25 tooltip: "&#3648;&#3611;&#3636;&#3604;&#3605;&#3633;&#3623;&#3648;&#3621;&#3639;&#3629;&#3585;&#3623;&#3633;&#3609;",
26 nextMonth: "&#3648;&#3604;&#3639;&#3629;&#3609;&#3605;&#3656;&#3629;&#3652;&#3611;",
27 prevMonth: "&#3648;&#3604;&#3639;&#3629;&#3609;&#3585;&#3656;&#3629;&#3609;",
28 timeFormat: 24,
29 headerFormat: '&#3623;&#3633;&#3609;%A&#3607;&#3637;&#3656; %-d %B %Y',
30 dateFieldOrder: ['d','m','y'],
31 timeFieldOrder: ['h', 'i', 'a'],
32 slideFieldOrder: ['y', 'm', 'd'],
33 dateFormat: "%d/%m/%Y",
34 useArabicIndic: false,
35 isRTL: false,
36 calStartDay: 0,
37 clearButton: "&#3621;&#3610;",
38 durationOrder: ['d', 'h', 'i', 's'],
39 meridiem: ["AM", "PM"],
40 timeOutput: "%k:%M",
41 durationFormat: "%Dd %DA, %Dl:%DM:%DS",
42 calDateListLabel: "&#3623;&#3633;&#3609;&#3629;&#3639;&#3656;&#3609; &#3654;",
43 calHeaderFormat: "%B %Y"
44 }
45});
46jQuery.extend(jQuery.mobile.datebox.prototype.options, {
47 useLang: 'th'
48});
49
Note: See TracBrowser for help on using the repository browser.