UNPKG

alpaca

Version:

Alpaca provides the easiest and fastest way to generate interactive forms for the web and mobile devices. It runs simply as HTML5 or more elaborately using Bootstrap, jQuery Mobile or jQuery UI. Alpaca uses Handlebars to process JSON schema and provide

18 lines 651 B
/* Thai translation for the jQuery Timepicker Addon */ /* Written by Yote Wachirapornpongsa */ (function($) { $.timepicker.regional['th'] = { timeOnlyTitle: 'เลือกเวลา', timeText: 'เวลา ', hourText: 'ชั่วโมง ', minuteText: 'นาที', secondText: 'วินาที', millisecText: 'มิลลิวินาที', microsecText: 'ไมโคริวินาที', timezoneText: 'เขตเวลา', currentText: 'เวลาปัจจุบัน', closeText: 'ปิด', timeFormat: 'hh:mm tt' }; $.timepicker.setDefaults($.timepicker.regional['th']); })(jQuery);