diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2013-05-05 09:24:33 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2013-05-05 09:24:33 -0400 |
commit | 640cf3406bd44a1ba10a01d86c89153bb5320f3e (patch) | |
tree | 33d802c8d87b49810f26a6ce7a109bf9ff105870 /i18n/jquery-ui-timepicker-zh-CN.js | |
parent | 72850b3aa196453aa79fb16fbf73023cdbce7790 (diff) | |
parent | 11f3f16d56528bb9880e9b021f0632c4f02bcd40 (diff) | |
download | jQuery-Timepicker-Addon-640cf3406bd44a1ba10a01d86c89153bb5320f3e.zip jQuery-Timepicker-Addon-640cf3406bd44a1ba10a01d86c89153bb5320f3e.tar.gz jQuery-Timepicker-Addon-640cf3406bd44a1ba10a01d86c89153bb5320f3e.tar.bz2 |
Merge branch 'dev'
Diffstat (limited to 'i18n/jquery-ui-timepicker-zh-CN.js')
-rw-r--r-- | i18n/jquery-ui-timepicker-zh-CN.js | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/i18n/jquery-ui-timepicker-zh-CN.js b/i18n/jquery-ui-timepicker-zh-CN.js new file mode 100644 index 0000000..7488c04 --- /dev/null +++ b/i18n/jquery-ui-timepicker-zh-CN.js @@ -0,0 +1,21 @@ +/* Simplified Chinese translation for the jQuery Timepicker Addon / +/ Written by Will Lu */ +(function($) { + $.timepicker.regional['zh-CN'] = { + timeOnlyTitle: '选择时间', + timeText: '时间', + hourText: '小时', + minuteText: '分钟', + secondText: '秒钟', + millisecText: '微秒', + microsecText: '微秒', + timezoneText: '时区', + currentText: '现在时间', + closeText: '关闭', + timeFormat: 'HH:mm', + amNames: ['AM', 'A'], + pmNames: ['PM', 'P'], + isRTL: false + }; + $.timepicker.setDefaults($.timepicker.regional['zh-CN']); +})(jQuery); |