~siunlite/+junk/doax

« back to all changes in this revision

Viewing changes to rootsystem/static/plugins/bootstrap-datepicker/js/locales/bootstrap-datepicker.ja.js

  • Committer: Siunlee Eng
  • Date: 2019-04-10 18:29:42 UTC
  • Revision ID: siunlite@gmail.com-20190410182942-npehyrzba27kyln2
Importación inicial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * Japanese translation for bootstrap-datepicker
 
3
 * Norio Suzuki <https://github.com/suzuki/>
 
4
 */
 
5
;(function($){
 
6
        $.fn.datepicker.dates['ja'] = {
 
7
                days: ["日曜", "月曜", "火曜", "水曜", "木曜", "金曜", "土曜", "日曜"],
 
8
                daysShort: ["日", "月", "火", "水", "木", "金", "土", "日"],
 
9
                daysMin: ["日", "月", "火", "水", "木", "金", "土", "日"],
 
10
                months: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
 
11
                monthsShort: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
 
12
                today: "今日",
 
13
                format: "yyyy/mm/dd"
 
14
        };
 
15
}(jQuery));