Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions dist/i18n/jquery-ui-timepicker-fa.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/* Persian translation for the jQuery Timepicker Addon */
/* Written by Meysam Pour Ganji */
(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['fa']);
})(jQuery);
22 changes: 22 additions & 0 deletions src/i18n/jquery-ui-timepicker-fa.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/* Persian translation for the jQuery Timepicker Addon */
/* Written by Meysam Pour Ganji */
(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['fa']);
})(jQuery);