/*!
 	DAVINCI TIMETABLE v1.0.0 
 	Copyright (c) 2015 STÜBER SYSTEMS GmbH, http://www.stueber.de
	
	ZH - Chinese - language strings
*/

body:lang(zh) .room-info-no-lessons td::before {
    content: "这一天没有预约时间。";
}
 
body:lang(zh) #versionNr::before {
	content: "版本：";
}

body:lang(zh) #lastUpdate::before {
	content: "最新更新：";
}
body:lang(zh) #appFooter::before {
	content: "最新更改：";
}
body:lang(zh) #boxGenerator::before {
	content: "编制者：";
}
body:lang(zh) #boxETag::before {
	content: "eTag: ";
}

body:lang(zh) #boxProfile::before {
	content: "简况：";
}


body:lang(zh) .stat-title[data-src="lessonTimes"]::after {
	content: "授课时间";
}
body:lang(zh) .stat-title[data-src="supervisionTimes"]::after {
	content: "监管";
}
body:lang(zh) .stat-title[data-src="eventTimes"]::after {
	content: "日历事件";
}
body:lang(zh) .stat-title[data-src="teachers"]::after {
	content: "教师";
}
body:lang(zh) .stat-title[data-src="classes"]::after {
	content: "班级";
}
body:lang(zh) .stat-title[data-src="rooms"]::after {
	content: "教室";
}
body:lang(zh) .stat-title[data-src="subjects"]::after {
	content: "科目";
}

body:lang(zh) .aNewItem::before {
  content: "+";
}
body:lang(zh) .aAbsItem::before {
  content: "(";
}
body:lang(zh) .aAbsItem::after {
  content: ")";
}


body:lang(zh) .aCaption[data-change-defaultcaption]::before { content: "已更改"; }
body:lang(zh) .aCaption[data-change-defaultcaption3]::before { content: "加课"; }

body:lang(zh) .aCaption[data-change-defaultsupervisioncaption]::before { content: "更改监管"; }
body:lang(zh) tr[data-change-defaultsupervisioncaption] > td[data-c="caption"]::before { content: "更改监管 "; }


body:lang(zh) [data-weekday]::before { margin-right: 0.125em; padding: 0; }
body:lang(zh) [data-weekday] { padding-left: 0.25ch; }

body:lang(zh) [data-weekday="0"]::before { content: "星期日"; }
body:lang(zh) [data-weekday="1"]::before { content: "星期一"; }
body:lang(zh) [data-weekday="2"]::before { content: "星期二"; }
body:lang(zh) [data-weekday="3"]::before { content: "星期三"; }
body:lang(zh) [data-weekday="4"]::before { content: "星期四"; }
body:lang(zh) [data-weekday="5"]::before { content: "星期五"; }
body:lang(zh) [data-weekday="6"]::before { content: "星期六"; }

body:lang(zh) [data-rday="0"]::before { content: "今天"; }
body:lang(zh) [data-rday="1"]::before { content: "明天"; }

body:lang(zh) .ontime-scheduler[data-cc="1"] [data-weekday="0"]::before, body:lang(zh) [data-weekdayf="0"]::before  { content: "星期日"; }
body:lang(zh) .ontime-scheduler[data-cc="1"] [data-weekday="1"]::before, body:lang(zh) [data-weekdayf="1"]::before  { content: "星期一"; }
body:lang(zh) .ontime-scheduler[data-cc="1"] [data-weekday="2"]::before, body:lang(zh) [data-weekdayf="2"]::before  { content: "星期二"; }
body:lang(zh) .ontime-scheduler[data-cc="1"] [data-weekday="3"]::before, body:lang(zh) [data-weekdayf="3"]::before  { content: "星期三"; }
body:lang(zh) .ontime-scheduler[data-cc="1"] [data-weekday="4"]::before, body:lang(zh) [data-weekdayf="4"]::before  { content: "星期四"; }
body:lang(zh) .ontime-scheduler[data-cc="1"] [data-weekday="5"]::before, body:lang(zh) [data-weekdayf="5"]::before  { content: "星期五"; }
body:lang(zh) .ontime-scheduler[data-cc="1"] [data-weekday="6"]::before, body:lang(zh) [data-weekdayf="6"]::before  { content: "星期六"; }


body:lang(zh) .ontime-scheduler-leftheader .ontime-scheduler-headeritem *[data-mo="0"]::before { content: "Jan"; }
body:lang(zh) .ontime-scheduler-leftheader .ontime-scheduler-headeritem *[data-mo="1"]::before { content: "Feb"; }
body:lang(zh) .ontime-scheduler-leftheader .ontime-scheduler-headeritem *[data-mo="2"]::before { content: "Mar"; }
body:lang(zh) .ontime-scheduler-leftheader .ontime-scheduler-headeritem *[data-mo="3"]::before { content: "Apr"; } 
body:lang(zh) .ontime-scheduler-leftheader .ontime-scheduler-headeritem *[data-mo="4"]::before { content: "May"; } 
body:lang(zh) .ontime-scheduler-leftheader .ontime-scheduler-headeritem *[data-mo="5"]::before { content: "Jun"; } 
body:lang(zh) .ontime-scheduler-leftheader .ontime-scheduler-headeritem *[data-mo="6"]::before { content: "Jul"; } 
body:lang(zh) .ontime-scheduler-leftheader .ontime-scheduler-headeritem *[data-mo="7"]::before { content: "Aug"; } 
body:lang(zh) .ontime-scheduler-leftheader .ontime-scheduler-headeritem *[data-mo="8"]::before { content: "Sep"; } 
body:lang(zh) .ontime-scheduler-leftheader .ontime-scheduler-headeritem *[data-mo="9"]::before { content: "Oct"; } 
body:lang(zh) .ontime-scheduler-leftheader .ontime-scheduler-headeritem *[data-mo="10"]::before { content: "Nov"; } 
body:lang(zh) .ontime-scheduler-leftheader .ontime-scheduler-headeritem *[data-mo="11"]::before { content: "Dec"; }

body:lang(zh) .no-content::after {
    content: "没有内容输入。";
}
body:lang(zh) .stable th[data-c="date"]::after {
    content: "日期";
}
body:lang(zh) .stable th[data-c="weekDay"]::after {
    content: "天";
}
body:lang(zh) .stable th[data-c="pos"]::after {
    content: "位置";
}
body:lang(zh) .stable th[data-c="time"]::after {
    content: "时间";
}
body:lang(zh) .stable th[data-c="teacher"]::after {
    content: "教师";
}
body:lang(zh) .stable th[data-c="subject"]::after {
    content: "科目";
}
body:lang(zh) .stable th[data-c="room"]::after {
    content: "教室";
}
body:lang(zh) .stable th[data-c="class"]::after {
    content: "班级";
}
body:lang(zh) .stable th[data-c="steacher"]::after {
    content: "代理";
}
body:lang(zh) .stable th[data-c="content"]::after {
    content: "内容";
}
body:lang(zh) .stable th[data-c="caption"]::after {
    content: "内容";
}
body:lang(zh) .stable th[data-c="info"]::after {
    content: "信息";
}
body:lang(zh) .stable th[data-c="message"]::after {
    content: "通知";
}
body:lang(zh) .stable th[data-c="rteacher"]::after {
    content: "编码";
}



body:lang(zh) span[data-whole-day]::after {
    content: " （整天）";
}

body:lang(zh) div.teacherAbsences::before {
    content: "缺课老师：";
}

body:lang(zh) div.classAbsences::before {
    content: "缺课班级：";
}

body:lang(zh) div.dayMessages::before {
    content: "通知：";
}


.public-account:lang(zh) .davinci-logout::before {
    content: "登录";
}

.private-account:lang(zh) .davinci-logout::before {
    content: "退出";
}

body:lang(zh) #davinci-login-btn-public::before {
    content: "不需要登录继续";
}


body:lang(zh) .cal-monthheader[data-m="0"]::after { content: "一月"; }
body:lang(zh) .cal-monthheader[data-m="1"]::after { content: "二月"; }
body:lang(zh) .cal-monthheader[data-m="2"]::after { content: "三月"; }
body:lang(zh) .cal-monthheader[data-m="3"]::after { content: "四月"; } 
body:lang(zh) .cal-monthheader[data-m="4"]::after { content: "五月"; } 
body:lang(zh) .cal-monthheader[data-m="5"]::after { content: "六月"; } 
body:lang(zh) .cal-monthheader[data-m="6"]::after { content: "七月"; } 
body:lang(zh) .cal-monthheader[data-m="7"]::after { content: "八月"; } 
body:lang(zh) .cal-monthheader[data-m="8"]::after { content: "九月"; } 
body:lang(zh) .cal-monthheader[data-m="9"]::after { content: "十月"; } 
body:lang(zh) .cal-monthheader[data-m="10"]::after { content: "十一月"; } 
body:lang(zh) .cal-monthheader[data-m="11"]::after { content: "十二月"; }


body:lang(zh) .cal-header [data-wday="0"] .cal-content::before { content: "S"; }
body:lang(zh) .cal-header [data-wday="1"] .cal-content::before { content: "M"; }
body:lang(zh) .cal-header [data-wday="2"] .cal-content::before { content: "T"; }
body:lang(zh) .cal-header [data-wday="3"] .cal-content::before { content: "W"; }
body:lang(zh) .cal-header [data-wday="4"] .cal-content::before { content: "T"; }
body:lang(zh) .cal-header [data-wday="5"] .cal-content::before { content: "F"; }
body:lang(zh) .cal-header [data-wday="6"] .cal-content::before { content: "S"; }


body:lang(zh) .loading-wait td::before {
    content: "下载数据…";
}


body:lang(zh) .plan-title[data-title="myplan"]::after {
    content: "个人排课";
}



body:lang(zh) .plan-title[data-title="allclasses"]::after,
body:lang(zh) #dv-classes [data-label="all"]::after {
    content: "所有班级";
}

body:lang(zh) .plan-title[data-title="allteachers"]::after,
body:lang(zh) #dv-teachers [data-label="all"]::after {
    content: "所有教师";
}

body:lang(zh) .plan-title[data-title="allrooms"]::after,
body:lang(zh) #dv-rooms [data-label="all"]::after {
    content: "所有教室";
}

body:lang(zh) .plan-title[data-title="classes"]::after {
    content: "班级";
}

body:lang(zh) .plan-title[data-title="teachers"]::after {
    content: "教师";
}

body:lang(zh) .plan-title[data-title="rooms"]::after {
    content: "教室";
}

body:lang(zh) .login-invitation::after {
    content: "使用DAVINCI账号登录";
}

body:lang(zh) .davinci-login-btn-title::after {
    content: "登录";
}

body:lang(zh) .davinci-login-username-title::after {
    content: "用户名";
}

body:lang(zh) .davinci-login-password-title::after {
    content: "密码";
}

body:lang(zh) .INTLDATE.INTLDATE-DELIM.DD::after {
    content: "日";
}

body:lang(zh) .INTLDATE.INTLDATE-DELIM.MM::after {
    content: "月";
}

body:lang(zh) .INTLDATE.INTLDATE-DELIM.YYYY::after {
    content: "年";
}

body:lang(zh) .INTLDATE.INTLDATE-DELIM.WYYY::after {
    content: "年";
}


body:lang(zh) .INTLDATE.INTLDATE-DELIM.W::after {
    content: "周";
}

body:lang(zh) .INTLDATE.INTLDATE-DELIM.W::before {
    content: "第";
}

body:lang(zh) .INTLDATE.LE {
    display: none;
}

body:lang(zh) .INTLDATE.BE {
    display: inline;
}



body:lang(zh) button.subst-all:before,
body:lang(zh) li.subst-all > a:before
{
    content: "代理计划";
}
body:lang(zh) button.subst-my:before,
body:lang(zh) li.subst-my > a:before
{
    content: "我方代理计划";
}