44 lines
1.4 KiB
JavaScript
44 lines
1.4 KiB
JavaScript
gantt.locale = {
|
|
date: {
|
|
month_full: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
|
|
month_short: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'],
|
|
day_full: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'],
|
|
day_short: ['日', '一', '二', '三', '四', '五', '六']
|
|
},
|
|
labels: {
|
|
new_task: '建任務',
|
|
icon_save: '保存',
|
|
icon_cancel: '取消',
|
|
icon_details: '詳情',
|
|
icon_edit: '編輯',
|
|
icon_delete: '刪除',
|
|
confirm_closing: '',
|
|
confirm_deleting: '任務將被刪刪,要繼續嗎?',
|
|
|
|
section_description: '描述',
|
|
section_time: '時間範圍',
|
|
section_type: '類型',
|
|
|
|
/* 網格列 */
|
|
column_text: '任務名',
|
|
column_start_date: '開始時間',
|
|
column_duration: '持續時間',
|
|
column_add: '',
|
|
|
|
/* 鏈接確認 */
|
|
confirm_link_deleting: '將被刪除',
|
|
link_start: '(開始)',
|
|
link_end: '(結束)',
|
|
|
|
type_task: '任務',
|
|
type_project: '項目',
|
|
type_milestone: '里程碑',
|
|
|
|
分鐘: '分鐘',
|
|
小時: '小時',
|
|
天: '天數',
|
|
週: '週數',
|
|
月: '月數',
|
|
年: '年數'
|
|
}
|
|
}; |