2023-05-16 10:47:08 +08:00

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: '类型',
/* grid columns */
column_text: '任务名',
column_start_date: '开始时间',
column_duration: '持续时间',
column_add: '',
/* link confirmation */
confirm_link_deleting: '将被删除',
link_start: '(开始)',
link_end: '(结束)',
type_task: '任务',
type_project: '项目',
type_milestone: '里程碑',
minutes: '分钟',
hours: '小时',
days: '天数',
weeks: '周数',
months: '月数',
years: '年数'
}
};