Blame view

static/plugins/datepicker/locales/bootstrap-datepicker.fa.js 866 Bytes
831eac332   zhuzhenchao   add file
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  /**
   * Persian translation for bootstrap-datepicker
   * Mostafa Rokooie <mostafa.rokooie@gmail.com>
   */
  ;(function($){
  	$.fn.datepicker.dates['fa'] = {
  		days: ["یک‌شنبه", "دوشنبه", "سه‌شنبه", "چهارشنبه", "پنج‌شنبه", "جمعه", "شنبه", "یک‌شنبه"],
  		daysShort: ["یک", "دو", "سه", "چهار", "پنج", "جمعه", "شنبه", "یک"],
  		daysMin: ["ی", "د", "س", "چ", "پ", "ج", "ش", "ی"],
  		months: ["ژانویه", "فوریه", "مارس", "آوریل", "مه", "ژوئن", "ژوئیه", "اوت", "سپتامبر", "اکتبر", "نوامبر", "دسامبر"],
  		monthsShort: ["ژان", "فور", "مار", "آور", "مه", "ژون", "ژوی", "اوت", "سپت", "اکت", "نوا", "دسا"],
  		today: "امروز",
  		clear: "پاک کن",
  		weekStart: 1,
  		format: "yyyy/mm/dd"
  	};
  }(jQuery));