We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9065e commit 4229d8eCopy full SHA for 4229d8e
dist/i18n/jquery-ui-timepicker-fa.js
@@ -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