~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.ja.js

  • Committer: Dan Garner
  • Date: 2015-03-26 14:08:33 UTC
  • Revision ID: git-v1:70d14044444f8dc5d602b99890d59dea46d9470c
Moved web servable files to web folder

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**
2
 
 * Japanese translation for bootstrap-datetimepicker
3
 
 * Norio Suzuki <https://github.com/suzuki/>
4
 
 */
5
 
;(function($){
6
 
        $.fn.datetimepicker.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
 
                suffix: [],
14
 
                meridiem: []
15
 
        };
16
 
}(jQuery));