📄 resources.properties
字号:
# -- standard errors --
errors.header=<UL>
errors.prefix=<LI>
errors.suffix=</LI>
errors.footer=</UL>
# -- validator --
errors.invalid=请检查 {0}。
errors.maxlength={0} can not be greater than {1} characters.
errors.minlength={0} can not be less than {1} characters.
errors.range=对不起,{0}应该介于{1} 和{2}之间。
errors.required=请您填写:{0},谢谢。
errors.byte={0} must be an byte.
errors.date={0} is not a date.
errors.double={0} must be an double.
errors.float={0} must be an float.
errors.integer=请检查一下:{0},请填入一个整数。
errors.long={0} must be an long.
errors.short={0} must be an short.
errors.creditcard={0} is not a valid credit card number.
errors.email=请检查一下:{0},请填写一个合法的EMAIL地址。
# -- other --
errors.cancel=Operation cancelled.
errors.detail={0}
errors.general=The process did not complete. Details should follow.
errors.token=Request could not be completed. Operation is not in sequence.
# -- welcome --
welcome.title=Struts Blank Application
welcome.heading=Welcome!
welcome.message=To get started on your own application, copy the struts-blank.war to a new WAR file using the name for your application. Place it in your container's "webapp" folder (or equivalent), and let your container auto-deploy the application. Edit the skeleton configuration files as needed, restart your container, and you are on your way! (You can find the application.properties file with this message in the /WEB-INF/src/java/resources folder.)
Common.Add=增加
Common.Delete=删除
Common.Modify=修改
Common.Search=搜索
Common.Query=查询
Common.Action=操作
Course.CourseId=课程编号
Course.CourseName=课程名
Course.CourseDuration=学时
Course.CourseState=课程状态
Course.CourseUrl=课程入口地址
Course.CTECourse=对应CTE课程名
Course.CourseMngt=课程管理
Course.CourseList=课程列表
Course.AddCourse=增加课程
Course.Exams=维护考试
Course.Questions=维护题库
Question.Add=增加试题
Question.Questions=题库
Question.QuestionId=试题编号
Question.CourseId=课程编号
Question.CourseName=课程名称
Question.QuestionType=试题种类
Question.QuestionFor=试题用途
Question.ChapterId=所属章号
Question.SectionId=所属节号
Question.Content=内容
Question.UploadedFileName=上载文件名
Question.UsageLimit=使用次数限制
Question.UsageCounter=已使用次数
Question.TimeLimit=做题时间限制
Question.ReferenceUrl=参考资料地址
Question.LastUpdate=上次题目更新时间
Question.TeacherId=上次更新教师
Question.QuestionChoices=查看选项目
Choice.IsAnswer=是否应该选择
Choice.ChoiceId=选项
Choice.Content=内容
Exam.AddExam=增加考试
Exam.ExamId=编号
Exam.CourseId=课程编号
Exam.CourseName=课程名称
Exam.ExamName=名称
Exam.ExamType=种类
Exam.Chapter=章号
Exam.NumberOfQuestion=题目数量
Exam.InstanceLimit=提交次数限制
Exam.PassMark=通过分数
FileUpload.failed=文件上传失败,请上传较小的文件。
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -