diff --git a/dist/i18n/jquery-ui-timepicker-ar.js b/dist/i18n/jquery-ui-timepicker-ar.js new file mode 100644 index 0000000..50e9f87 --- /dev/null +++ b/dist/i18n/jquery-ui-timepicker-ar.js @@ -0,0 +1,22 @@ +/* Arabic translation for the jQuery Timepicker Addon */ +/* Written by Anas Naim */ +(function($) { + $.timepicker.regional['fa'] = { + timeOnlyTitle: 'اختر الوقت', + timeText: 'وقت', + hourText: 'ساعة', + minuteText: 'دقیقه', + secondText: 'ثانیه', + millisecText: 'میلی ثانیه', + microsecText: 'میکرو ثانیه', + timezoneText: 'منطقة زمنية', + currentText: 'الان', + closeText: 'اغلاق', + timeFormat: 'HH:mm', + timeSuffix: '', + amNames: ['صباحا', 'AM', 'A'], + pmNames: ['مساء', 'PM', 'P'], + isRTL: true + }; + $.timepicker.setDefaults($.timepicker.regional['ar']); +})(jQuery);