Skip to content

Commit 7671af4

Browse files
authored
Create jquery-ui-timepicker-ar.js
1 parent f9415cd commit 7671af4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/* Arabic translation for the jQuery Timepicker Addon */
2+
/* Written by Anas Naim */
3+
(function($) {
4+
$.timepicker.regional['fa'] = {
5+
timeOnlyTitle: 'اختر الوقت',
6+
timeText: 'وقت',
7+
hourText: 'ساعة',
8+
minuteText: 'دقیقه',
9+
secondText: 'ثانیه',
10+
millisecText: 'میلی ثانیه',
11+
microsecText: 'میکرو ثانیه',
12+
timezoneText: 'منطقة زمنية',
13+
currentText: 'الان',
14+
closeText: 'اغلاق',
15+
timeFormat: 'HH:mm',
16+
timeSuffix: '',
17+
amNames: ['صباحا', 'AM', 'A'],
18+
pmNames: ['مساء', 'PM', 'P'],
19+
isRTL: true
20+
};
21+
$.timepicker.setDefaults($.timepicker.regional['ar']);
22+
})(jQuery);

0 commit comments

Comments
 (0)