Skip to content

Commit 4229d8e

Browse files
committed
Create jquery-ui-timepicker-fa.js
persian translation
1 parent 3c9065e commit 4229d8e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

dist/i18n/jquery-ui-timepicker-fa.js

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/* Iranian translation for the jQuery Timepicker Addon */
2+
/* Written by Hadi Lashkari G. */
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+
amNames: ['ق.ظ', 'ق'],
17+
pmNames: ['ب.ظ', 'ب'],
18+
isRTL: true
19+
};
20+
$.timepicker.setDefaults($.timepicker.regional['fa']);
21+
})(jQuery);

0 commit comments

Comments
 (0)