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