Merge pull request #216 from jun66j5/translation-ja
Adding Japanese translations
This commit is contained in:
commit
76dd5494cd
18
localization/jquery-ui-timepicker-ja.js
vendored
Normal file
18
localization/jquery-ui-timepicker-ja.js
vendored
Normal 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);
|
Loading…
Reference in a new issue