]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.fi.js
update sources to v12.1.0
[ceph.git] / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / plugins / datepicker / locales / bootstrap-datepicker.fi.js
1 /**
2 * Finnish translation for bootstrap-datepicker
3 * Jaakko Salonen <https://github.com/jsalonen>
4 */
5 ;(function($){
6 $.fn.datepicker.dates['fi'] = {
7 days: ["sunnuntai", "maanantai", "tiistai", "keskiviikko", "torstai", "perjantai", "lauantai", "sunnuntai"],
8 daysShort: ["sun", "maa", "tii", "kes", "tor", "per", "lau", "sun"],
9 daysMin: ["su", "ma", "ti", "ke", "to", "pe", "la", "su"],
10 months: ["tammikuu", "helmikuu", "maaliskuu", "huhtikuu", "toukokuu", "kesäkuu", "heinäkuu", "elokuu", "syyskuu", "lokakuu", "marraskuu", "joulukuu"],
11 monthsShort: ["tam", "hel", "maa", "huh", "tou", "kes", "hei", "elo", "syy", "lok", "mar", "jou"],
12 today: "tänään",
13 weekStart: 1,
14 format: "d.m.yyyy"
15 };
16 }(jQuery));