source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/js/jqm-datebox/i18n/jquery.mobile.datebox.i18n.ko.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.2 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: Unknown
8 *
9 */
10
11jQuery.extend(jQuery.mobile.datebox.prototype.options.lang, {
12 'ko': {
13 setDateButtonLabel: "닫기",
14 setTimeButtonLabel: "닫기",
15 setDurationButtonLabel: "닫기",
16 calTodayButtonLabel: "오늘 이동",
17 titleDateDialogLabel: "날짜 선택",
18 titleTimeDialogLabel: "시간 선택",
19 daysOfWeek: ["일요일", "월요일", "화요일", "수요일", "목요일", "금요일", "토요일"],
20 daysOfWeekShort: ["일", "월", "화", "수", "목", "금", "토"],
21 monthsOfYear: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"],
22 monthsOfYearShort: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"],
23 durationLabel: ["날짜", "시간", "분", "초"],
24 durationDays: ["하루", "날짜"],
25 tooltip: "오픈 날짜 선택",
26 nextMonth: "다음 달",
27 prevMonth: "이전 달",
28 timeFormat: 24,
29 headerFormat: '%A, %B %-d, %Y',
30 dateFieldOrder: ['y','m','d'],
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: "지우기",
38 durationOrder: ['d', 'h', 'i', 's'],
39 meridiem: ["AM", "PM"],
40 timeOutput: "%k:%M",
41 durationFormat: "%Dd %DA, %Dl:%DM:%DS",
42 calDateListLabel: "다른 날짜",
43 calHeaderFormat: "%B %Y"
44 }
45});
46jQuery.extend(jQuery.mobile.datebox.prototype.options, {
47 useLang: 'ko'
48});
49
Note: See TracBrowser for help on using the repository browser.