laravel-learn-bbs/public/packages/summerblue/administrator/js/jquery/localization/jquery-ui-timepicker-he.js
2018-02-13 00:05:19 +08:00

21 lines
676 B
JavaScript
Vendored

/* Hebrew translation for the jQuery Timepicker Addon */
/* Written by Lior Lapid */
(function ($) {
$.timepicker.regional["he"] = {
timeOnlyTitle: "בחירת זמן",
timeText: "שעה",
hourText: "שעות",
minuteText: "דקות",
secondText: "שניות",
millisecText: "אלפית השנייה",
timezoneText: "אזור זמן",
currentText: "עכשיו",
closeText: "סגור",
timeFormat: "HH:mm",
amNames: ['לפנה"צ', 'AM', 'A'],
pmNames: ['אחה"צ', 'PM', 'P'],
isRTL: true
};
$.timepicker.setDefaults($.timepicker.regional["he"]);
})(jQuery);