mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 05:23:26 +01:00
61 lines
1.8 KiB
JavaScript
Executable File
61 lines
1.8 KiB
JavaScript
Executable File
/*
|
|
This software is allowed to use under GPL or you need to obtain Commercial or Enterprise License
|
|
to use it in non-GPL project. Please contact sales@dhtmlx.com for details
|
|
*/
|
|
/*
|
|
Translation by FreezeSoul
|
|
*/
|
|
gantt.config.day_date="%M %d日 %D";
|
|
gantt.config.default_date="%Y年 %M %d日";
|
|
gantt.config.month_date="%Y年 %M";
|
|
|
|
gantt.locale={
|
|
date: {
|
|
month_full: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
|
|
month_short: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
|
|
day_full: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"],
|
|
day_short: ["日", "一", "二", "三", "四", "五", "六"]
|
|
},
|
|
labels: {
|
|
dhx_cal_today_button: "今天",
|
|
day_tab: "日",
|
|
week_tab: "周",
|
|
month_tab: "月",
|
|
new_event: "新建日程",
|
|
icon_save: "保存",
|
|
icon_cancel: "关闭",
|
|
icon_details: "详细",
|
|
icon_edit: "编辑",
|
|
icon_delete: "删除",
|
|
confirm_closing: "请确认是否撤销修改!", //Your changes will be lost, are your sure?
|
|
confirm_deleting: "是否删除日程?",
|
|
section_description: "描述",
|
|
section_time: "时间范围",
|
|
section_type:"Type",
|
|
/* grid columns */
|
|
|
|
column_text : "Task name",
|
|
column_start_date : "Start time",
|
|
column_duration : "Duration",
|
|
column_add : "",
|
|
|
|
/* link confirmation */
|
|
link: "Link",
|
|
confirm_link_deleting:"will be deleted",
|
|
link_start: " (start)",
|
|
link_end: " (end)",
|
|
|
|
type_task: "Task",
|
|
type_project: "Project",
|
|
type_milestone: "Milestone",
|
|
|
|
minutes: "Minutes",
|
|
hours: "Hours",
|
|
days: "Days",
|
|
weeks: "Week",
|
|
months: "Months",
|
|
years: "Years"
|
|
}
|
|
};
|
|
|