Skip to content

Commit f1b0f2c

Browse files
Add translation by lalaships
1 parent c75ff1c commit f1b0f2c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/* Chinese translation for the jQuery Timepicker Addon */
2+
/* Written by Alang.lin */
3+
(function($) {
4+
$.timepicker.regional['zh-TW'] = {
5+
timeOnlyTitle: '選擇時分秒',
6+
timeText: '時間',
7+
hourText: '時',
8+
minuteText: '分',
9+
secondText: '秒',
10+
millisecText: '毫秒',
11+
timezoneText: '時區',
12+
currentText: '現在時間',
13+
closeText: '確定',
14+
timeFormat: 'hh:mm tt',
15+
amNames: ['上午', 'AM', 'A'],
16+
pmNames: ['下午', 'PM', 'P'],
17+
ampm: false
18+
};
19+
$.timepicker.setDefaults($.timepicker.regional['zh-TW']);
20+
})(jQuery);

0 commit comments

Comments
 (0)