We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b190a commit fe5327cCopy full SHA for fe5327c
localization/jquery-ui-timepicker-ja.js
@@ -0,0 +1,18 @@
1
+/* Japanese translation for the jQuery Timepicker Addon */
2
+/* Written by Jun Omae */
3
+(function($) {
4
+ $.timepicker.regional['ja'] = {
5
+ timeOnlyTitle: '時間を選択',
6
+ timeText: '時間',
7
+ hourText: '時',
8
+ minuteText: '分',
9
+ secondText: '秒',
10
+ millisecText: 'ミリ秒',
11
+ timezoneText: 'タイムゾーン',
12
+ currentText: '現時刻',
13
+ closeText: '閉じる',
14
+ timeFormat: 'hh:mm tt',
15
+ ampm: false
16
+ };
17
+ $.timepicker.setDefaults($.timepicker.regional['ja']);
18
+})(jQuery);
0 commit comments