source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/js/jqm-datebox/i18n/jquery.mobile.datebox.i18n.uk.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: 3.8 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: Alexander Zolotko <azolotko@gmail.com>
8 *
9 */
10
11jQuery.extend(jQuery.mobile.datebox.prototype.options.lang, {
12 'uk': {
13 setDateButtonLabel: "&#1042;&#1089;&#1090;&#1072;&#1085;&#1086;&#1074;&#1080;&#1090;&#1080; &#1044;&#1072;&#1090;&#1091;",
14 setTimeButtonLabel: "&#1042;&#1089;&#1090;&#1072;&#1085;&#1086;&#1074;&#1080;&#1090;&#1080; &#1063;&#1072;&#1089;",
15 setDurationButtonLabel: "&#1042;&#1089;&#1090;&#1072;&#1085;&#1086;&#1074;&#1080;&#1090;&#1080; &#1058;&#1088;&#1080;&#1074;&#1072;&#1083;&#1110;&#1089;&#1090;&#1100;",
16 calTodayButtonLabel: "&#1057;&#1100;&#1086;&#1075;&#1086;&#1076;&#1085;&#1110;",
17 titleDateDialogLabel: "&#1042;&#1080;&#1073;&#1088;&#1072;&#1090;&#1080; &#1076;&#1072;&#1090;&#1091;",
18 titleTimeDialogLabel: "&#1042;&#1080;&#1073;&#1088;&#1072;&#1090;&#1080; &#1095;&#1072;&#1089;",
19 daysOfWeek: ["&#1053;&#1077;&#1076;&#1110;&#1083;&#1103;", "&#1055;&#1086;&#1085;&#1077;&#1076;&#1110;&#1083;&#1086;&#1082;", "&#1042;&#1110;&#1074;&#1090;&#1086;&#1088;&#1086;&#1082;", "&#1057;&#1077;&#1088;&#1077;&#1076;&#1072;", "&#1063;&#1077;&#1090;&#1074;&#1077;&#1088;", "&#1055;\'&#1103;&#1090;&#1085;&#1080;&#1094;&#1103;", "&#1057;&#1091;&#1073;&#1086;&#1090;&#1072;"],
20 daysOfWeekShort: ["&#1053;&#1076;", "&#1055;&#1085;", "&#1042;&#1090;", "&#1057;&#1088;", "&#1063;&#1090;", "&#1055;&#1090;", "&#1057;&#1073;"],
21 monthsOfYear: ["&#1057;&#1110;&#1095;&#1077;&#1085;&#1100;", "&#1051;&#1102;&#1090;&#1080;&#1081;", "&#1041;&#1077;&#1088;&#1077;&#1079;&#1077;&#1085;&#1100;", "&#1050;&#1074;&#1110;&#1090;&#1077;&#1085;&#1100;", "&#1058;&#1088;&#1072;&#1074;&#1077;&#1085;&#1100;", "&#1063;&#1077;&#1088;&#1074;&#1077;&#1085;&#1100;", "&#1051;&#1080;&#1087;&#1077;&#1085;&#1100;", "&#1057;&#1077;&#1088;&#1087;&#1077;&#1085;&#1100;", "&#1042;&#1077;&#1088;&#1077;&#1089;&#1077;&#1085;&#1100;", "&#1046;&#1086;&#1074;&#1090;&#1077;&#1085;&#1100;", "&#1051;&#1080;&#1089;&#1090;&#1086;&#1087;&#1072;&#1076;", "&#1043;&#1088;&#1091;&#1076;&#1077;&#1085;&#1100;"],
22 monthsOfYearShort: ["&#1057;&#1110;&#1095;", "&#1051;&#1102;&#1090;", "&#1041;&#1077;&#1088;", "&#1050;&#1074;&#1110;", "&#1058;&#1088;&#1072;", "&#1063;&#1077;&#1088;", "&#1051;&#1080;&#1087;", "&#1057;&#1077;&#1088;", "&#1042;&#1077;&#1087;", "&#1046;&#1086;&#1074;", "&#1051;&#1080;&#1089;", "&#1043;&#1088;&#1091;"],
23 durationLabel: ["&#1044;&#1085;&#1110;", "&#1043;&#1086;&#1076;&#1080;&#1085;&#1080;", "&#1061;&#1074;&#1080;&#1083;&#1080;&#1085;&#1080;", "&#1057;&#1077;&#1082;&#1091;&#1085;&#1076;&#1080;"],
24 durationDays: ["&#1044;&#1077;&#1085;&#1100;", "&#1044;&#1085;&#1110;"],
25 tooltip: "&#1042;&#1110;&#1076;&#1082;&#1088;&#1080;&#1090;&#1080; &#1077;&#1083;&#1077;&#1084;&#1077;&#1085;&#1090; &#1074;&#1080;&#1073;&#1086;&#1088;&#1091; &#1076;&#1072;&#1090;&#1080;",
26 nextMonth: "&#1053;&#1072;&#1089;&#1090;&#1091;&#1087;&#1085;&#1086;&#1075;&#1086; &#1084;&#1110;&#1089;&#1103;&#1094;&#1103;",
27 prevMonth: "&#1052;&#1080;&#1085;&#1091;&#1083;&#1080;&#1081; &#1084;&#1110;&#1089;&#1103;&#1094;&#1100;",
28 timeFormat: 24,
29 headerFormat: '%A, %B %-d, %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: "&#1071;&#1089;&#1085;&#1086;",
38 durationOrder: ['d', 'h', 'i', 's'],
39 meridiem: ["AM", "PM"],
40 timeOutput: "%k:%M",
41 durationFormat: "%Dd %DA, %Dl:%DM:%DS",
42 calDateListLabel: "&#1030;&#1085;&#1096;&#1110; &#1076;&#1072;&#1090;&#1080;",
43 calHeaderFormat: "%B %Y"
44 }
45});
46jQuery.extend(jQuery.mobile.datebox.prototype.options, {
47 useLang: 'uk'
48});
49
Note: See TracBrowser for help on using the repository browser.