@ohos-ports/flowbite-datepicker 2.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintignore +2 -0
- package/.eslintrc.js +73 -0
- package/.stylelintrc +12 -0
- package/CHANGELOG.md +72 -0
- package/LICENSE +21 -0
- package/README.md +71 -0
- package/demo/index.html +582 -0
- package/demo/live-demo.js +471 -0
- package/dist/DateRangePicker.cjs.js +2996 -0
- package/dist/DateRangePicker.esm.js +2994 -0
- package/dist/DateRangePicker.umd.js +3002 -0
- package/dist/Datepicker.cjs.js +2778 -0
- package/dist/Datepicker.esm.js +2776 -0
- package/dist/Datepicker.umd.js +2784 -0
- package/dist/css/datepicker-bs4.css +276 -0
- package/dist/css/datepicker-bs4.min.css +1 -0
- package/dist/css/datepicker-bs5.css +276 -0
- package/dist/css/datepicker-bs5.min.css +1 -0
- package/dist/css/datepicker-bulma.css +258 -0
- package/dist/css/datepicker-bulma.min.css +1 -0
- package/dist/css/datepicker-foundation.css +262 -0
- package/dist/css/datepicker-foundation.min.css +1 -0
- package/dist/css/datepicker.css +306 -0
- package/dist/css/datepicker.min.css +1403 -0
- package/dist/js/datepicker-full.js +2777 -0
- package/dist/js/datepicker-full.min.js +1 -0
- package/dist/js/datepicker.js +2569 -0
- package/dist/js/datepicker.min.js +1 -0
- package/dist/js/locales/ar-tn.js +15 -0
- package/dist/js/locales/ar.js +15 -0
- package/dist/js/locales/az.js +14 -0
- package/dist/js/locales/bg.js +14 -0
- package/dist/js/locales/bm.js +18 -0
- package/dist/js/locales/bn.js +19 -0
- package/dist/js/locales/br.js +18 -0
- package/dist/js/locales/bs.js +15 -0
- package/dist/js/locales/ca.js +18 -0
- package/dist/js/locales/cs.js +19 -0
- package/dist/js/locales/cy.js +14 -0
- package/dist/js/locales/da.js +19 -0
- package/dist/js/locales/de.js +18 -0
- package/dist/js/locales/el.js +16 -0
- package/dist/js/locales/en-AU.js +18 -0
- package/dist/js/locales/en-CA.js +18 -0
- package/dist/js/locales/en-GB.js +18 -0
- package/dist/js/locales/en-IE.js +17 -0
- package/dist/js/locales/en-NZ.js +17 -0
- package/dist/js/locales/en-ZA.js +17 -0
- package/dist/js/locales/eo.js +17 -0
- package/dist/js/locales/es.js +18 -0
- package/dist/js/locales/et.js +18 -0
- package/dist/js/locales/eu.js +18 -0
- package/dist/js/locales/fa.js +17 -0
- package/dist/js/locales/fi.js +17 -0
- package/dist/js/locales/fo.js +15 -0
- package/dist/js/locales/fr-CH.js +21 -0
- package/dist/js/locales/fr.js +18 -0
- package/dist/js/locales/gl.js +16 -0
- package/dist/js/locales/he.js +15 -0
- package/dist/js/locales/hi.js +18 -0
- package/dist/js/locales/hr.js +13 -0
- package/dist/js/locales/hu.js +18 -0
- package/dist/js/locales/hy.js +18 -0
- package/dist/js/locales/id.js +15 -0
- package/dist/js/locales/is.js +14 -0
- package/dist/js/locales/it-CH.js +20 -0
- package/dist/js/locales/it.js +18 -0
- package/dist/js/locales/ja.js +17 -0
- package/dist/js/locales/ka.js +17 -0
- package/dist/js/locales/kk.js +15 -0
- package/dist/js/locales/km.js +15 -0
- package/dist/js/locales/ko.js +18 -0
- package/dist/js/locales/lt.js +19 -0
- package/dist/js/locales/lv.js +18 -0
- package/dist/js/locales/me.js +17 -0
- package/dist/js/locales/mk.js +15 -0
- package/dist/js/locales/mn.js +17 -0
- package/dist/js/locales/mr.js +18 -0
- package/dist/js/locales/ms.js +15 -0
- package/dist/js/locales/nl-BE.js +18 -0
- package/dist/js/locales/nl.js +18 -0
- package/dist/js/locales/no.js +18 -0
- package/dist/js/locales/oc.js +17 -0
- package/dist/js/locales/pl.js +17 -0
- package/dist/js/locales/pt-BR.js +17 -0
- package/dist/js/locales/pt.js +18 -0
- package/dist/js/locales/ro.js +17 -0
- package/dist/js/locales/ru.js +18 -0
- package/dist/js/locales/si.js +18 -0
- package/dist/js/locales/sk.js +18 -0
- package/dist/js/locales/sl.js +15 -0
- package/dist/js/locales/sq.js +18 -0
- package/dist/js/locales/sr-latn.js +16 -0
- package/dist/js/locales/sr.js +16 -0
- package/dist/js/locales/sv.js +17 -0
- package/dist/js/locales/sw.js +15 -0
- package/dist/js/locales/ta.js +18 -0
- package/dist/js/locales/tg.js +19 -0
- package/dist/js/locales/th.js +14 -0
- package/dist/js/locales/tk.js +18 -0
- package/dist/js/locales/tr.js +17 -0
- package/dist/js/locales/uk.js +17 -0
- package/dist/js/locales/uz-cyrl.js +18 -0
- package/dist/js/locales/uz-latn.js +18 -0
- package/dist/js/locales/vi.js +16 -0
- package/dist/js/locales/zh-CN.js +19 -0
- package/dist/js/locales/zh-TW.js +18 -0
- package/dist/locales/index.cjs.js +1028 -0
- package/dist/locales/index.esm.js +1028 -0
- package/dist/main.cjs.js +2999 -0
- package/dist/main.esm.js +2994 -0
- package/dist/main.umd.js +3005 -0
- package/docs/.nojekyll +0 -0
- package/docs/README.md +266 -0
- package/docs/_sidebar.md +6 -0
- package/docs/api.md +284 -0
- package/docs/date-string+format.md +90 -0
- package/docs/i18n.md +99 -0
- package/docs/images/datepicker-inline.jpg +0 -0
- package/docs/images/datepicker.jpg +0 -0
- package/docs/images/multidate.jpg +0 -0
- package/docs/images/picker-structure.jpg +0 -0
- package/docs/images/rangepicker.jpg +0 -0
- package/docs/images/view-days.jpg +0 -0
- package/docs/images/view-decades.jpg +0 -0
- package/docs/images/view-months.jpg +0 -0
- package/docs/images/view-years.jpg +0 -0
- package/docs/index.html +26 -0
- package/docs/options.md +354 -0
- package/docs/overview.md +174 -0
- package/extras/twoDigitToFullYear/test/twoDigitToFullYear.js +58 -0
- package/extras/twoDigitToFullYear/twoDigitToFullYear.js +26 -0
- package/js/DateRangePicker.js +210 -0
- package/js/Datepicker.js +487 -0
- package/js/datepicker-full.js +5 -0
- package/js/events/functions.js +48 -0
- package/js/events/inputFieldListeners.js +206 -0
- package/js/events/otherListeners.js +15 -0
- package/js/events/pickerListeners.js +70 -0
- package/js/i18n/base-locales.js +13 -0
- package/js/i18n/locales/ar-tn.js +15 -0
- package/js/i18n/locales/ar.js +15 -0
- package/js/i18n/locales/az.js +14 -0
- package/js/i18n/locales/bg.js +14 -0
- package/js/i18n/locales/bm.js +18 -0
- package/js/i18n/locales/bn.js +19 -0
- package/js/i18n/locales/br.js +18 -0
- package/js/i18n/locales/bs.js +15 -0
- package/js/i18n/locales/ca.js +18 -0
- package/js/i18n/locales/cs.js +19 -0
- package/js/i18n/locales/cy.js +14 -0
- package/js/i18n/locales/da.js +19 -0
- package/js/i18n/locales/de.js +18 -0
- package/js/i18n/locales/el.js +16 -0
- package/js/i18n/locales/en-AU.js +18 -0
- package/js/i18n/locales/en-CA.js +18 -0
- package/js/i18n/locales/en-GB.js +18 -0
- package/js/i18n/locales/en-IE.js +17 -0
- package/js/i18n/locales/en-NZ.js +17 -0
- package/js/i18n/locales/en-ZA.js +17 -0
- package/js/i18n/locales/eo.js +17 -0
- package/js/i18n/locales/es.js +18 -0
- package/js/i18n/locales/et.js +18 -0
- package/js/i18n/locales/eu.js +18 -0
- package/js/i18n/locales/fa.js +17 -0
- package/js/i18n/locales/fi.js +17 -0
- package/js/i18n/locales/fo.js +15 -0
- package/js/i18n/locales/fr-CH.js +21 -0
- package/js/i18n/locales/fr.js +18 -0
- package/js/i18n/locales/gl.js +16 -0
- package/js/i18n/locales/he.js +15 -0
- package/js/i18n/locales/hi.js +18 -0
- package/js/i18n/locales/hr.js +13 -0
- package/js/i18n/locales/hu.js +18 -0
- package/js/i18n/locales/hy.js +18 -0
- package/js/i18n/locales/id.js +15 -0
- package/js/i18n/locales/is.js +14 -0
- package/js/i18n/locales/it-CH.js +20 -0
- package/js/i18n/locales/it.js +18 -0
- package/js/i18n/locales/ja.js +17 -0
- package/js/i18n/locales/ka.js +17 -0
- package/js/i18n/locales/kk.js +15 -0
- package/js/i18n/locales/km.js +15 -0
- package/js/i18n/locales/ko.js +18 -0
- package/js/i18n/locales/lt.js +19 -0
- package/js/i18n/locales/lv.js +18 -0
- package/js/i18n/locales/me.js +17 -0
- package/js/i18n/locales/mk.js +15 -0
- package/js/i18n/locales/mn.js +17 -0
- package/js/i18n/locales/mr.js +18 -0
- package/js/i18n/locales/ms.js +15 -0
- package/js/i18n/locales/nl-BE.js +18 -0
- package/js/i18n/locales/nl.js +18 -0
- package/js/i18n/locales/no.js +18 -0
- package/js/i18n/locales/oc.js +17 -0
- package/js/i18n/locales/pl.js +17 -0
- package/js/i18n/locales/pt-BR.js +17 -0
- package/js/i18n/locales/pt.js +18 -0
- package/js/i18n/locales/ro.js +17 -0
- package/js/i18n/locales/ru.js +18 -0
- package/js/i18n/locales/si.js +18 -0
- package/js/i18n/locales/sk.js +18 -0
- package/js/i18n/locales/sl.js +15 -0
- package/js/i18n/locales/sq.js +18 -0
- package/js/i18n/locales/sr-latn.js +16 -0
- package/js/i18n/locales/sr.js +16 -0
- package/js/i18n/locales/sv.js +17 -0
- package/js/i18n/locales/sw.js +15 -0
- package/js/i18n/locales/ta.js +18 -0
- package/js/i18n/locales/tg.js +19 -0
- package/js/i18n/locales/th.js +14 -0
- package/js/i18n/locales/tk.js +18 -0
- package/js/i18n/locales/tr.js +17 -0
- package/js/i18n/locales/uk.js +17 -0
- package/js/i18n/locales/uz-cyrl.js +18 -0
- package/js/i18n/locales/uz-latn.js +18 -0
- package/js/i18n/locales/vi.js +16 -0
- package/js/i18n/locales/zh-CN.js +19 -0
- package/js/i18n/locales/zh-TW.js +18 -0
- package/js/lib/date-format.js +185 -0
- package/js/lib/date.js +82 -0
- package/js/lib/dom.js +55 -0
- package/js/lib/event.js +68 -0
- package/js/lib/utils.js +61 -0
- package/js/main.js +4 -0
- package/js/options/defaultOptions.js +38 -0
- package/js/options/processOptions.js +263 -0
- package/js/picker/Picker.js +334 -0
- package/js/picker/templates/calendarWeeksTemplate.js +8 -0
- package/js/picker/templates/daysTemplate.js +8 -0
- package/js/picker/templates/pickerTemplate.js +23 -0
- package/js/picker/views/DaysView.js +250 -0
- package/js/picker/views/MonthsView.js +198 -0
- package/js/picker/views/View.js +55 -0
- package/js/picker/views/YearsView.js +170 -0
- package/package.json +81 -0
- package/postcss.config.js +5 -0
- package/rollup.config.js +75 -0
- package/sass/_mixins.scss +12 -0
- package/sass/datepicker-bs4.scss +91 -0
- package/sass/datepicker-bs5.scss +91 -0
- package/sass/datepicker-bulma.scss +69 -0
- package/sass/datepicker-foundation.scss +66 -0
- package/sass/datepicker.scss +436 -0
- package/sass/index-bs4.scss +5 -0
- package/sass/index-bs5.scss +5 -0
- package/sass/index-bulma.scss +6 -0
- package/sass/index-foundation.scss +3 -0
- package/scripts/build-css.js +39 -0
- package/scripts/build-locales.js +57 -0
- package/scripts/convert-bsdp-locales.js +65 -0
- package/scripts/minify-css.js +31 -0
- package/scripts/minify-js.js +17 -0
- package/style.css +10 -0
- package/tailwind.config.js +16 -0
- package/tailwind.css +1389 -0
- package/test/DateRangePicker/DateRangePicker.js +547 -0
- package/test/DateRangePicker/api-methods.js +415 -0
- package/test/DateRangePicker/date-selection.js +472 -0
- package/test/DateRangePicker/options.js +308 -0
- package/test/Datepicker/Datepicker-object.js +236 -0
- package/test/Datepicker/api-methods.js +328 -0
- package/test/_utils/date.js +102 -0
- package/test/_utils/dom.js +70 -0
- package/test/events.js +785 -0
- package/test/inline-mode.js +45 -0
- package/test/keyboard-operation/arrow-down.js +293 -0
- package/test/keyboard-operation/arrow-left.js +255 -0
- package/test/keyboard-operation/arrow-right.js +215 -0
- package/test/keyboard-operation/arrow-up.js +461 -0
- package/test/keyboard-operation/edit-mode.js +458 -0
- package/test/keyboard-operation/keyboard-operation.js +146 -0
- package/test/mouse-operation.js +580 -0
- package/test/options/before-show.js +635 -0
- package/test/options/bulma-datepicker.sublime-workspace +1280 -0
- package/test/options/buttons.js +383 -0
- package/test/options/date-restrictions.js +802 -0
- package/test/options/format.js +281 -0
- package/test/options/multidate.js +380 -0
- package/test/options/options.js +727 -0
- package/test/options/orientation.js +410 -0
- package/test/options/pick-levle+view.js +357 -0
- package/test/test.html +94 -0
- package/test/unit/DateRangePicker.js +192 -0
- package/test/unit/Datepicker.js +307 -0
- package/test/unit/_setup.js +28 -0
- package/test/unit/lib/date-format.js +310 -0
- package/test/unit/lib/date.js +211 -0
- package/test/unit/lib/dom.js +142 -0
- package/test/unit/lib/event.js +207 -0
- package/test/unit/lib/utils.js +135 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Russian translation for bootstrap-datepicker
|
|
3
|
+
* Victor Taranenko <darwin@snowdale.com>
|
|
4
|
+
*/
|
|
5
|
+
(function () {
|
|
6
|
+
Datepicker.locales.ru = {
|
|
7
|
+
days: ["Воскресенье", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота"],
|
|
8
|
+
daysShort: ["Вск", "Пнд", "Втр", "Срд", "Чтв", "Птн", "Суб"],
|
|
9
|
+
daysMin: ["Вс", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб"],
|
|
10
|
+
months: ["Январь", "Февраль", "Март", "Апрель", "Май", "Июнь", "Июль", "Август", "Сентябрь", "Октябрь", "Ноябрь", "Декабрь"],
|
|
11
|
+
monthsShort: ["Янв", "Фев", "Мар", "Апр", "Май", "Июн", "Июл", "Авг", "Сен", "Окт", "Ноя", "Дек"],
|
|
12
|
+
today: "Сегодня",
|
|
13
|
+
clear: "Очистить",
|
|
14
|
+
format: "dd.mm.yyyy",
|
|
15
|
+
weekStart: 1,
|
|
16
|
+
monthsTitle: 'Месяцы'
|
|
17
|
+
};
|
|
18
|
+
}());
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sinhala translation for bootstrap-datepicker
|
|
3
|
+
* Chanaka Fernando <chanaka.fernando@hotmail.com>
|
|
4
|
+
*/
|
|
5
|
+
(function () {
|
|
6
|
+
Datepicker.locales.si = {
|
|
7
|
+
days: ["ඉරිදා", "සඳුදා", "අඟහරුවාදා", "බදාදා", "බ්රහස්පතින්දා", "සිකුරාදා", "සෙනසුරාදා"],
|
|
8
|
+
daysShort: ["ඉරි", "සඳු", "අඟ", "බදා", "බ්රහ", "සිකු", "සෙන"],
|
|
9
|
+
daysMin: ["ඉ", "ස", "අ", "බ", "බ්ර", "සි", "සෙ"],
|
|
10
|
+
months: ["ජනවාරි", "පෙබරවාරි", "මාර්තු", "අප්රේල්", "මැයි", "ජුනි", "ජූලි", "අගෝස්තු", "සැප්තැම්බර්", "ඔක්තෝබර්", "නොවැම්බර්", "දෙසැම්බර්"],
|
|
11
|
+
monthsShort: ["ජන", "පෙබ", "මාර්", "අප්රේ", "මැයි", "ජුනි", "ජූලි", "අගෝ", "සැප්", "ඔක්", "නොවැ", "දෙසැ"],
|
|
12
|
+
today: "අද",
|
|
13
|
+
monthsTitle: "මාස",
|
|
14
|
+
clear: "මකන්න",
|
|
15
|
+
weekStart: 0,
|
|
16
|
+
format: "yyyy-mm-dd"
|
|
17
|
+
};
|
|
18
|
+
}());
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Slovak translation for bootstrap-datepicker
|
|
3
|
+
* Marek Lichtner <marek@licht.sk>
|
|
4
|
+
* Fixes by Michal Remiš <michal.remis@gmail.com>
|
|
5
|
+
*/
|
|
6
|
+
(function () {
|
|
7
|
+
Datepicker.locales.sk = {
|
|
8
|
+
days: ["Nedeľa", "Pondelok", "Utorok", "Streda", "Štvrtok", "Piatok", "Sobota"],
|
|
9
|
+
daysShort: ["Ned", "Pon", "Uto", "Str", "Štv", "Pia", "Sob"],
|
|
10
|
+
daysMin: ["Ne", "Po", "Ut", "St", "Št", "Pia", "So"],
|
|
11
|
+
months: ["Január", "Február", "Marec", "Apríl", "Máj", "Jún", "Júl", "August", "September", "Október", "November", "December"],
|
|
12
|
+
monthsShort: ["Jan", "Feb", "Mar", "Apr", "Máj", "Jún", "Júl", "Aug", "Sep", "Okt", "Nov", "Dec"],
|
|
13
|
+
today: "Dnes",
|
|
14
|
+
clear: "Vymazať",
|
|
15
|
+
weekStart: 1,
|
|
16
|
+
format: "d.m.yyyy"
|
|
17
|
+
};
|
|
18
|
+
}());
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Slovene translation for bootstrap-datepicker
|
|
3
|
+
* Gregor Rudolf <gregor.rudolf@gmail.com>
|
|
4
|
+
*/
|
|
5
|
+
(function () {
|
|
6
|
+
Datepicker.locales.sl = {
|
|
7
|
+
days: ["Nedelja", "Ponedeljek", "Torek", "Sreda", "Četrtek", "Petek", "Sobota"],
|
|
8
|
+
daysShort: ["Ned", "Pon", "Tor", "Sre", "Čet", "Pet", "Sob"],
|
|
9
|
+
daysMin: ["Ne", "Po", "To", "Sr", "Če", "Pe", "So"],
|
|
10
|
+
months: ["Januar", "Februar", "Marec", "April", "Maj", "Junij", "Julij", "Avgust", "September", "Oktober", "November", "December"],
|
|
11
|
+
monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Avg", "Sep", "Okt", "Nov", "Dec"],
|
|
12
|
+
today: "Danes",
|
|
13
|
+
weekStart: 1
|
|
14
|
+
};
|
|
15
|
+
}());
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Albanian translation for bootstrap-datepicker
|
|
3
|
+
* Tomor Pupovci <https: //www.github.com/ttomor>
|
|
4
|
+
*/
|
|
5
|
+
(function () {
|
|
6
|
+
Datepicker.locales.sq = {
|
|
7
|
+
days: ["E Diel", "E Hënë", "E Martē", "E Mërkurë", "E Enjte", "E Premte", "E Shtunë"],
|
|
8
|
+
daysShort: ["Die", "Hën", "Mar", "Mër", "Enj", "Pre", "Shtu"],
|
|
9
|
+
daysMin: ["Di", "Hë", "Ma", "Më", "En", "Pr", "Sht"],
|
|
10
|
+
months: ["Janar", "Shkurt", "Mars", "Prill", "Maj", "Qershor", "Korrik", "Gusht", "Shtator", "Tetor", "Nëntor", "Dhjetor"],
|
|
11
|
+
monthsShort: ["Jan", "Shk", "Mar", "Pri", "Maj", "Qer", "Korr", "Gu", "Sht", "Tet", "Nën", "Dhjet"],
|
|
12
|
+
monthsTitle: "Muaj",
|
|
13
|
+
today: "Sot",
|
|
14
|
+
weekStart: 1,
|
|
15
|
+
format: "dd/mm/yyyy",
|
|
16
|
+
clear: "Pastro"
|
|
17
|
+
};
|
|
18
|
+
}());
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Serbian latin translation for bootstrap-datepicker
|
|
3
|
+
* Bojan Milosavlević <milboj@gmail.com>
|
|
4
|
+
*/
|
|
5
|
+
(function () {
|
|
6
|
+
Datepicker.locales['sr-latn'] = {
|
|
7
|
+
days: ["Nedelja","Ponedeljak", "Utorak", "Sreda", "Četvrtak", "Petak", "Subota"],
|
|
8
|
+
daysShort: ["Ned", "Pon", "Uto", "Sre", "Čet", "Pet", "Sub"],
|
|
9
|
+
daysMin: ["N", "Po", "U", "Sr", "Č", "Pe", "Su"],
|
|
10
|
+
months: ["Januar", "Februar", "Mart", "April", "Maj", "Jun", "Jul", "Avgust", "Septembar", "Oktobar", "Novembar", "Decembar"],
|
|
11
|
+
monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Avg", "Sep", "Okt", "Nov", "Dec"],
|
|
12
|
+
today: "Danas",
|
|
13
|
+
weekStart: 1,
|
|
14
|
+
format: "dd.mm.yyyy"
|
|
15
|
+
};
|
|
16
|
+
}());
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Serbian cyrillic translation for bootstrap-datepicker
|
|
3
|
+
* Bojan Milosavlević <milboj@gmail.com>
|
|
4
|
+
*/
|
|
5
|
+
(function () {
|
|
6
|
+
Datepicker.locales.sr = {
|
|
7
|
+
days: ["Недеља","Понедељак", "Уторак", "Среда", "Четвртак", "Петак", "Субота"],
|
|
8
|
+
daysShort: ["Нед", "Пон", "Уто", "Сре", "Чет", "Пет", "Суб"],
|
|
9
|
+
daysMin: ["Н", "По", "У", "Ср", "Ч", "Пе", "Су"],
|
|
10
|
+
months: ["Јануар", "Фебруар", "Март", "Април", "Мај", "Јун", "Јул", "Август", "Септембар", "Октобар", "Новембар", "Децембар"],
|
|
11
|
+
monthsShort: ["Јан", "Феб", "Мар", "Апр", "Мај", "Јун", "Јул", "Авг", "Сеп", "Окт", "Нов", "Дец"],
|
|
12
|
+
today: "Данас",
|
|
13
|
+
weekStart: 1,
|
|
14
|
+
format: "dd.mm.yyyy"
|
|
15
|
+
};
|
|
16
|
+
}());
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Swedish translation for bootstrap-datepicker
|
|
3
|
+
* Patrik Ragnarsson <patrik@starkast.net>
|
|
4
|
+
*/
|
|
5
|
+
(function () {
|
|
6
|
+
Datepicker.locales.sv = {
|
|
7
|
+
days: ["söndag", "måndag", "tisdag", "onsdag", "torsdag", "fredag", "lördag"],
|
|
8
|
+
daysShort: ["sön", "mån", "tis", "ons", "tor", "fre", "lör"],
|
|
9
|
+
daysMin: ["sö", "må", "ti", "on", "to", "fr", "lö"],
|
|
10
|
+
months: ["januari", "februari", "mars", "april", "maj", "juni", "juli", "augusti", "september", "oktober", "november", "december"],
|
|
11
|
+
monthsShort: ["jan", "feb", "mar", "apr", "maj", "jun", "jul", "aug", "sep", "okt", "nov", "dec"],
|
|
12
|
+
today: "Idag",
|
|
13
|
+
format: "yyyy-mm-dd",
|
|
14
|
+
weekStart: 1,
|
|
15
|
+
clear: "Rensa"
|
|
16
|
+
};
|
|
17
|
+
}());
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Swahili translation for bootstrap-datepicker
|
|
3
|
+
* Edwin Mugendi <https: //github.com/edwinmugendi>
|
|
4
|
+
* Source: http: //scriptsource.org/cms/scripts/page.php?item_id=entry_detail&uid=xnfaqyzcku
|
|
5
|
+
*/
|
|
6
|
+
(function () {
|
|
7
|
+
Datepicker.locales.sw = {
|
|
8
|
+
days: ["Jumapili", "Jumatatu", "Jumanne", "Jumatano", "Alhamisi", "Ijumaa", "Jumamosi"],
|
|
9
|
+
daysShort: ["J2", "J3", "J4", "J5", "Alh", "Ij", "J1"],
|
|
10
|
+
daysMin: ["2", "3", "4", "5", "A", "I", "1"],
|
|
11
|
+
months: ["Januari", "Februari", "Machi", "Aprili", "Mei", "Juni", "Julai", "Agosti", "Septemba", "Oktoba", "Novemba", "Desemba"],
|
|
12
|
+
monthsShort: ["Jan", "Feb", "Mac", "Apr", "Mei", "Jun", "Jul", "Ago", "Sep", "Okt", "Nov", "Des"],
|
|
13
|
+
today: "Leo"
|
|
14
|
+
};
|
|
15
|
+
}());
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tamil translation for bootstrap-datepicker
|
|
3
|
+
* Abubacker Siddik A <abuabdul86@hotmail.com>
|
|
4
|
+
*/
|
|
5
|
+
(function () {
|
|
6
|
+
Datepicker.locales.ta = {
|
|
7
|
+
days: ["ஞாயிறு", "திங்கள்", "செவ்வாய்", "புதன்", "வியாழன்", "வெள்ளி", "சனி"],
|
|
8
|
+
daysShort: ["ஞாயி", "திங்", "செவ்", "புத", "வியா", "வெள்", "சனி"],
|
|
9
|
+
daysMin: ["ஞா", "தி", "செ", "பு", "வி", "வெ", "ச"],
|
|
10
|
+
months: ["ஜனவரி", "பிப்ரவரி", "மார்ச்", "ஏப்ரல்", "மே", "ஜூன்", "ஜூலை", "ஆகஸ்டு", "செப்டம்பர்", "அக்டோபர்", "நவம்பர்", "டிசம்பர்"],
|
|
11
|
+
monthsShort: ["ஜன", "பிப்", "மார்", "ஏப்", "மே", "ஜூன்", "ஜூலை", "ஆக", "செப்", "அக்", "நவ", "டிச"],
|
|
12
|
+
today: "இன்று",
|
|
13
|
+
monthsTitle: "மாதங்கள்",
|
|
14
|
+
clear: "நீக்கு",
|
|
15
|
+
weekStart: 1,
|
|
16
|
+
format: "dd/mm/yyyy"
|
|
17
|
+
};
|
|
18
|
+
}());
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tajik (cyrillic) translation for bootstrap-datepicker
|
|
3
|
+
* Bakhtiyor Bahritidinov <i@bakhtiyor.tj>
|
|
4
|
+
* Orif N. Jr. <orif.zade@gmail.com>
|
|
5
|
+
*/
|
|
6
|
+
(function () {
|
|
7
|
+
Datepicker.locales.tg = {
|
|
8
|
+
days: ["Якшанбе", "Душанбе", "Сешанбе", "Чоршанбе", "Панҷшанбе", "Ҷумъа", "Шанбе"],
|
|
9
|
+
daysShort: ["Яшб", "Дшб", "Сшб", "Чшб", "Пшб", "Ҷум", "Шнб"],
|
|
10
|
+
daysMin: ["Яш", "Дш", "Сш", "Чш", "Пш", "Ҷм", "Шб"],
|
|
11
|
+
months: ["Январ", "Феврал", "Март", "Апрел", "Май", "Июн", "Июл", "Август", "Сентябр", "Октябр", "Ноябр", "Декабр"],
|
|
12
|
+
monthsShort: ["Янв", "Фев", "Мар", "Апр", "Май", "Июн", "Июл", "Авг", "Сен", "Окт", "Ноя", "Дек"],
|
|
13
|
+
today: "Имрӯз",
|
|
14
|
+
monthsTitle: "Моҳҳо",
|
|
15
|
+
clear: "Тоза намудан",
|
|
16
|
+
weekStart: 1,
|
|
17
|
+
format: "dd.mm.yyyy"
|
|
18
|
+
};
|
|
19
|
+
}());
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Thai translation for bootstrap-datepicker
|
|
3
|
+
* Suchau Jiraprapot <seroz24@gmail.com>
|
|
4
|
+
*/
|
|
5
|
+
(function () {
|
|
6
|
+
Datepicker.locales.th = {
|
|
7
|
+
days: ["อาทิตย์", "จันทร์", "อังคาร", "พุธ", "พฤหัส", "ศุกร์", "เสาร์", "อาทิตย์"],
|
|
8
|
+
daysShort: ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส", "อา"],
|
|
9
|
+
daysMin: ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส", "อา"],
|
|
10
|
+
months: ["มกราคม", "กุมภาพันธ์", "มีนาคม", "เมษายน", "พฤษภาคม", "มิถุนายน", "กรกฎาคม", "สิงหาคม", "กันยายน", "ตุลาคม", "พฤศจิกายน", "ธันวาคม"],
|
|
11
|
+
monthsShort: ["ม.ค.", "ก.พ.", "มี.ค.", "เม.ย.", "พ.ค.", "มิ.ย.", "ก.ค.", "ส.ค.", "ก.ย.", "ต.ค.", "พ.ย.", "ธ.ค."],
|
|
12
|
+
today: "วันนี้"
|
|
13
|
+
};
|
|
14
|
+
}());
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Turkmen translation for bootstrap-datepicker
|
|
3
|
+
* N'Bayramberdiyev <nbayramberdiyev@outlook.com>
|
|
4
|
+
*/
|
|
5
|
+
(function () {
|
|
6
|
+
Datepicker.locales.tk = {
|
|
7
|
+
days: ["Ýekşenbe", "Duşenbe", "Sişenbe", "Çarşenbe", "Penşenbe", "Anna", "Şenbe"],
|
|
8
|
+
daysShort: ["Ýek", "Duş", "Siş", "Çar", "Pen", "Ann", "Şen"],
|
|
9
|
+
daysMin: ["Ýe", "Du", "Si", "Ça", "Pe", "An", "Şe"],
|
|
10
|
+
months: ["Ýanwar", "Fewral", "Mart", "Aprel", "Maý", "Iýun", "Iýul", "Awgust", "Sentýabr", "Oktýabr", "Noýabr", "Dekabr"],
|
|
11
|
+
monthsShort: ["Ýan", "Few", "Mar", "Apr", "Maý", "Iýn", "Iýl", "Awg", "Sen", "Okt", "Noý", "Dek"],
|
|
12
|
+
today: "Bu gün",
|
|
13
|
+
monthsTitle: "Aýlar",
|
|
14
|
+
clear: "Aýyr",
|
|
15
|
+
weekStart: 1,
|
|
16
|
+
format: "dd.mm.yyyy"
|
|
17
|
+
};
|
|
18
|
+
}());
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Turkish translation for bootstrap-datepicker
|
|
3
|
+
* Serkan Algur <kaisercrazy_2@hotmail.com>
|
|
4
|
+
*/
|
|
5
|
+
(function () {
|
|
6
|
+
Datepicker.locales.tr = {
|
|
7
|
+
days: ["Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi"],
|
|
8
|
+
daysShort: ["Pz", "Pzt", "Sal", "Çrş", "Prş", "Cu", "Cts"],
|
|
9
|
+
daysMin: ["Pz", "Pzt", "Sa", "Çr", "Pr", "Cu", "Ct"],
|
|
10
|
+
months: ["Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık"],
|
|
11
|
+
monthsShort: ["Oca", "Şub", "Mar", "Nis", "May", "Haz", "Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara"],
|
|
12
|
+
today: "Bugün",
|
|
13
|
+
clear: "Temizle",
|
|
14
|
+
weekStart: 1,
|
|
15
|
+
format: "dd.mm.yyyy"
|
|
16
|
+
};
|
|
17
|
+
}());
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Ukrainian translation for bootstrap-datepicker
|
|
3
|
+
* Igor Polynets
|
|
4
|
+
*/
|
|
5
|
+
(function () {
|
|
6
|
+
Datepicker.locales.uk = {
|
|
7
|
+
days: ["Неділя", "Понеділок", "Вівторок", "Середа", "Четвер", "П'ятниця", "Субота"],
|
|
8
|
+
daysShort: ["Нед", "Пнд", "Втр", "Срд", "Чтв", "Птн", "Суб"],
|
|
9
|
+
daysMin: ["Нд", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб"],
|
|
10
|
+
months: ["Cічень", "Лютий", "Березень", "Квітень", "Травень", "Червень", "Липень", "Серпень", "Вересень", "Жовтень", "Листопад", "Грудень"],
|
|
11
|
+
monthsShort: ["Січ", "Лют", "Бер", "Кві", "Тра", "Чер", "Лип", "Сер", "Вер", "Жов", "Лис", "Гру"],
|
|
12
|
+
today: "Сьогодні",
|
|
13
|
+
clear: "Очистити",
|
|
14
|
+
format: "dd.mm.yyyy",
|
|
15
|
+
weekStart: 1
|
|
16
|
+
};
|
|
17
|
+
}());
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Uzbek cyrillic translation for bootstrap-datepicker
|
|
3
|
+
* Kakhramonov Javlonbek <kakjavlon@gmail.com>
|
|
4
|
+
*/
|
|
5
|
+
(function () {
|
|
6
|
+
Datepicker.locales['uz-cyrl'] = {
|
|
7
|
+
days: ["Якшанба", "Душанба", "Сешанба", "Чоршанба", "Пайшанба", "Жума", "Шанба"],
|
|
8
|
+
daysShort: ["Якш", "Ду", "Се", "Чор", "Пай", "Жу", "Ша"],
|
|
9
|
+
daysMin: ["Як", "Ду", "Се", "Чо", "Па", "Жу", "Ша"],
|
|
10
|
+
months: ["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],
|
|
11
|
+
monthsShort: ["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"],
|
|
12
|
+
today: "Бугун",
|
|
13
|
+
clear: "Ўчириш",
|
|
14
|
+
format: "dd.mm.yyyy",
|
|
15
|
+
weekStart: 1,
|
|
16
|
+
monthsTitle: 'Ойлар'
|
|
17
|
+
};
|
|
18
|
+
}());
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Uzbek latin translation for bootstrap-datepicker
|
|
3
|
+
* Kakhramonov Javlonbek <kakjavlon@gmail.com>
|
|
4
|
+
*/
|
|
5
|
+
(function () {
|
|
6
|
+
Datepicker.locales['uz-latn'] = {
|
|
7
|
+
days: ["Yakshanba", "Dushanba", "Seshanba", "Chorshanba", "Payshanba", "Juma", "Shanba"],
|
|
8
|
+
daysShort: ["Yak", "Du", "Se", "Chor", "Pay", "Ju", "Sha"],
|
|
9
|
+
daysMin: ["Ya", "Du", "Se", "Cho", "Pa", "Ju", "Sha"],
|
|
10
|
+
months: ["Yanvar", "Fevral", "Mart", "Aprel", "May", "Iyun", "Iyul", "Avgust", "Sentabr", "Oktabr", "Noyabr", "Dekabr"],
|
|
11
|
+
monthsShort: ["Yan", "Fev", "Mar", "Apr", "May", "Iyn", "Iyl", "Avg", "Sen", "Okt", "Noy", "Dek"],
|
|
12
|
+
today: "Bugun",
|
|
13
|
+
clear: "O'chirish",
|
|
14
|
+
format: "dd.mm.yyyy",
|
|
15
|
+
weekStart: 1,
|
|
16
|
+
monthsTitle: 'Oylar'
|
|
17
|
+
};
|
|
18
|
+
}());
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vietnamese translation for bootstrap-datepicker
|
|
3
|
+
* An Vo <https: //github.com/anvoz/>
|
|
4
|
+
*/
|
|
5
|
+
(function () {
|
|
6
|
+
Datepicker.locales.vi = {
|
|
7
|
+
days: ["Chủ nhật", "Thứ hai", "Thứ ba", "Thứ tư", "Thứ năm", "Thứ sáu", "Thứ bảy"],
|
|
8
|
+
daysShort: ["CN", "Thứ 2", "Thứ 3", "Thứ 4", "Thứ 5", "Thứ 6", "Thứ 7"],
|
|
9
|
+
daysMin: ["CN", "T2", "T3", "T4", "T5", "T6", "T7"],
|
|
10
|
+
months: ["Tháng 1", "Tháng 2", "Tháng 3", "Tháng 4", "Tháng 5", "Tháng 6", "Tháng 7", "Tháng 8", "Tháng 9", "Tháng 10", "Tháng 11", "Tháng 12"],
|
|
11
|
+
monthsShort: ["Th1", "Th2", "Th3", "Th4", "Th5", "Th6", "Th7", "Th8", "Th9", "Th10", "Th11", "Th12"],
|
|
12
|
+
today: "Hôm nay",
|
|
13
|
+
clear: "Xóa",
|
|
14
|
+
format: "dd/mm/yyyy"
|
|
15
|
+
};
|
|
16
|
+
}());
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Simplified Chinese translation for bootstrap-datepicker
|
|
3
|
+
* Yuan Cheung <advanimal@gmail.com>
|
|
4
|
+
*/
|
|
5
|
+
(function () {
|
|
6
|
+
Datepicker.locales['zh-CN'] = {
|
|
7
|
+
days: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"],
|
|
8
|
+
daysShort: ["周日", "周一", "周二", "周三", "周四", "周五", "周六"],
|
|
9
|
+
daysMin: ["日", "一", "二", "三", "四", "五", "六"],
|
|
10
|
+
months: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
|
|
11
|
+
monthsShort: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
|
|
12
|
+
today: "今天",
|
|
13
|
+
monthsTitle: "选择月份",
|
|
14
|
+
clear: "清除",
|
|
15
|
+
format: "yyyy-mm-dd",
|
|
16
|
+
titleFormat: "y年mm月",
|
|
17
|
+
weekStart: 1
|
|
18
|
+
};
|
|
19
|
+
}());
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Traditional Chinese translation for bootstrap-datepicker
|
|
3
|
+
* Rung-Sheng Jang <daniel@i-trend.co.cc>
|
|
4
|
+
* FrankWu <frankwu100@gmail.com> Fix more appropriate use of Traditional Chinese habit
|
|
5
|
+
*/
|
|
6
|
+
(function () {
|
|
7
|
+
Datepicker.locales['zh-TW'] = {
|
|
8
|
+
days: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"],
|
|
9
|
+
daysShort: ["週日", "週一", "週二", "週三", "週四", "週五", "週六"],
|
|
10
|
+
daysMin: ["日", "一", "二", "三", "四", "五", "六"],
|
|
11
|
+
months: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
|
|
12
|
+
monthsShort: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
|
|
13
|
+
today: "今天",
|
|
14
|
+
format: "yyyy年mm月dd日",
|
|
15
|
+
weekStart: 1,
|
|
16
|
+
clear: "清除"
|
|
17
|
+
};
|
|
18
|
+
}());
|