diff --git a/dist/i18n/jquery-ui-timepicker-fa.js b/dist/i18n/jquery-ui-timepicker-fa.js new file mode 100644 index 0000000..d6fa3d9 --- /dev/null +++ b/dist/i18n/jquery-ui-timepicker-fa.js @@ -0,0 +1,21 @@ +/* Iranian translation for the jQuery Timepicker Addon */ +/* Written by Hadi Lashkari G. */ +(function($) { + $.timepicker.regional['fa'] = { + timeOnlyTitle: 'فقط‌زمان', + timeText: 'زمان', + hourText: 'ساعت', + minuteText: 'دقیقه', + secondText: 'ثانیه', + millisecText: 'میلی‌ثانیه', + microsecText: 'میکرو‌ثانیه', + timezoneText: 'منطقه‌زمانی', + currentText: 'هم‌اکنون', + closeText: 'بستن', + timeFormat: 'HH:mm', + amNames: ['ق.ظ', 'ق'], + pmNames: ['ب.ظ', 'ب'], + isRTL: true + }; + $.timepicker.setDefaults($.timepicker.regional['fa']); +})(jQuery);