Blame view

static/plugins/datepicker/locales/bootstrap-datepicker.ar.js 949 Bytes
831eac332   zhuzhenchao   add file
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  /**
   * Arabic translation for bootstrap-datepicker
   * Mohammed Alshehri <alshehri866@gmail.com>
   */
  ;(function($){
      $.fn.datepicker.dates['ar'] = {
          days: ["الأحد", "الاثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت", "الأحد"],
          daysShort: ["أحد", "اثنين", "ثلاثاء", "أربعاء", "خميس", "جمعة", "سبت", "أحد"],
          daysMin: ["ح", "ن", "ث", "ع", "خ", "ج", "س", "ح"],
          months: ["يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر"],
          monthsShort: ["يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر"],
          today: "هذا اليوم",
          rtl: true
      };
  }(jQuery));