Added Japanese translations

master
Jun Omae 2011-07-27 01:55:51 +09:00
parent 00b190aa48
commit fe5327c6ef
1 changed files with 18 additions and 0 deletions

18
localization/jquery-ui-timepicker-ja.js vendored Normal file
View File

@ -0,0 +1,18 @@
/* Japanese translation for the jQuery Timepicker Addon */
/* Written by Jun Omae */
(function($) {
$.timepicker.regional['ja'] = {
timeOnlyTitle: '時間を選択',
timeText: '時間',
hourText: '時',
minuteText: '分',
secondText: '秒',
millisecText: 'ミリ秒',
timezoneText: 'タイムゾーン',
currentText: '現時刻',
closeText: '閉じる',
timeFormat: 'hh:mm tt',
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['ja']);
})(jQuery);