⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 core_scheduling.properties

📁 Java的框架
💻 PROPERTIES
字号:
# -------------------------------------------  Page Setting ---------------------------------------

# -- job view page --
job.title=View Job
job.heading=View Job

# -- job list page --
jobs.title=Job List
jobs.heading=List All Jobs
jobs.nojobs=<span>No jobs found.</span>

# -- job form --
addJob.title=Add Job 
addJob.heading=Add Job 
addJob.message=Step 1 : Please input job information using the form below.
addJobParam.message=Step 2 : Please input job parameters using the form below.
addJobRole.message=Step 3 : Please assign role to the job using the form below.

editJob.title=Edit Job 
editJob.heading=Edit Job 
editJob.message=Step 1 : Please update job information using the form below.
editJobParam.message=Step 2 : Please update job parameters using the form below.
editJobRole.message=Step 3 : Please update role of the job using the form below.

# -- job edit --
editJob.title=Edit Job 
editJob.heading=Edit Job 
editJob.message=Step 1 : Please update job information using the form below.
editJobParam.message=Step 2 : Please update job parameters using the form below.
editJobRole.message=Step 3 : Please update role of the job using the form below.

# -- job delete --
deleteJob.title=Delete Job 
deleteJob.heading=Delete Job 

# -- job execute --
executeJob.title=Execute Job 
executeJob.heading=Execute Job 

# -- schedule list page --
schedules.title=Schedule List
schedules.heading=List All Schedules
schedules.noschedules=<span>No schedules found.</span>

# -- simple schedule form --
addSimpleSchedule.title=Add Simple Job Schedule
addSimpleSchedule.heading=Add Simple Job Schedule
addSimpleSchedule.message=Step 1 : Please input the schedule information using the form below.
addSimpleScheduleParam.message=Step 2 : Please input schedule parameters using the form below.

editSimpleSchedule.title=Edit Simple Job Schedule
editSimpleSchedule.heading=Edit Simple Job Schedule
editSimpleSchedule.message=Step 1 : Please update the schedule information using the form below.
editSimpleScheduleParam.message=Step 2 : Please update schedule parameters using the form below.

# -- advanced schedule form --
addAdvancedSchedule.title=Add Advanced Job Schedule
addAdvancedSchedule.heading=Add Advanced Job Schedule
addAdvancedSchedule.message=Step 1 : Please input the schedule information using the form below.
addAdvancedSchedulePattern.message=Step 2 : Please input schedule settings using the form below.
addAdvancedScheduleParam.message=Step 3 : Please update schedule parameters using the form below.

editAdvancedSchedule.title=Edit Advanced Job Schedule
editAdvancedSchedule.heading=Edit Advanced Job Schedule
editAdvancedSchedule.message=Step 1 : Please update the schedule information using the form below.
editAdvancedSchedulePattern.message=Step 2 : Please update schedule settings using the form below.
editAdvancedScheduleParam.message=Step 3 : Please update schedule parameters using the form below.

# -- job execute --
executeSchedule.title=Execute Schedule 
executeSchedule.heading=Execute Schedule 

# -- schedule resume --
resumeSchedule.title=Activate Schedule
resumeSchedule.heading=Activate Schedule

# -- schedule pause --
pauseSchedule.title=Suspend Schedule
pauseSchedule.heading=Suspend Schedule


# -- delete later ? --

scheduleJob.title=Schedule Job 
scheduleJob.heading=Schedule Job 
scheduleMode.message=Step 1 : Please select the scheduling mode using the form below.
scheduleSettings.message=Step 2 : Please input the scheduling settings using the form below.
# --------------------------------------------  Success Messages ---------------------------------------------

# -- job --
job.saved=Job information for (<strong>{0}</strong>) of (<strong>{1}</strong>) has been saved successfully.
job.updated=Job information for (<strong>{0}</strong>) of (<strong>{1}</strong>) has been updated successfully.
job.deleted=Job (<strong>{0}</strong>) of (<strong>{1}</strong>) has been deleted successfully.
job.executed=Job (<strong>{0}</strong>) of (<strong>{1}</strong>) has been executed successfully.

schedule.saved=Schedule for (<strong>{0}</strong>) of (<strong>{1}</strong>) has been saved successfully.
schedule.updated=Schedule for (<strong>{0}</strong>) of (<strong>{1}</strong>) has been updated successfully.
schedule.deleted=Schedule (<strong>{0}</strong>) of (<strong>{1}</strong>) has been deleted successfully.
schedule.paused=Schedule (<strong>{0}</strong>) of (<strong>{1}</strong>) has been suspended successfully.
schedule.resumed=Schedule (<strong>{0}</strong>) of (<strong>{1}</strong>) has been activated successfully.
schedule.executed=Schedule (<strong>{0}</strong>) of (<strong>{1}</strong>) has been executed successfully.

# --------------------------------------------  Menu ---------------------------------------------

menu.schedulingMenu=\u65E5\u7A0B\u8868\u7BA1\u7406

menu.schedulingMenu.listJobs=List All Jobs
menu.schedulingMenu.addJob=Add New Job

menu.schedulingMenu.listSchedules=List All Schedules
menu.schedulingMenu.addSimpleSchedule=Add Simple Schedule
menu.schedulingMenu.addAdvancedSchedule=Add Advanced Schedule

# --------------------------------------------  Form Labels ---------------------------------------------

# -- job form --
job.name=Job Name
job.group=Group
job.jobClassName=Job Class Name
job.recoverable=Recoverable
job.description=Description
job.parameters.notrequired=No parameter is required for this job.
job.fullname=Job

schedule.name=Name
schedule.group=Group
schedule.status=Status
schedule.description=Description
schedule.startTime=Start Time
schedule.endTime=End Time
schedule.misfireInstruction=MisFire
schedule.nextFireTime=Next Fire
schedule.previousFireTime=Last Fired
schedule.mode=Mode
schedule.detail=Schedule Details
schedule.time=Time
schedule.startTimeAbbr=S
schedule.endTimeAbbr=E
schedule.nextFireTimeAbbr=NF
schedule.previousFireTimeAbbr=LF

simpleSchedule.job=Job Name
simpleSchedule.jobGroup=Job Group
simpleSchedule.name=Schedule Name
simpleSchedule.group=Group
simpleSchedule.description=Description
simpleSchedule.startTime=Start Time
simpleSchedule.endTime=End Time
simpleSchedule.repeat=Repeat 
simpleSchedule.repeatCount=Repeat Count
simpleSchedule.repeatInterval=Interval
simpleSchedule.misfireInstruction=MisFire
simpleSchedule.nextFireTime=Next Fire
simpleSchedule.previousFireTime=Last Fired
simpleSchedule.mode=Mode
simpleSchedule.schedule.setting=Schedule Settings
simpleSchedule.parameters.setting=Parameter Settings
simpleSchedule.parameters.notrequired=Parameter is not available or is not required.

advancedSchedule.job=Job Name
advancedSchedule.jobGroup=Job Group
advancedSchedule.name=Schedule Name
advancedSchedule.group=Group
advancedSchedule.description=Description
advancedSchedule.startTime=Start Time
advancedSchedule.endTime=End Time


schedule.status.STOPPED=Stopped
schedule.status.STARTED=Activated
schedule.status.PAUSED=Suspended
schedule.status.ERROR=Error

# --------------------------------------------  Tooltips Labels ---------------------------------------------
tooltips.job.edit=Edit Job
tooltips.job.delete=Delete Job
tooltips.job.execute=Execute Job
tooltips.job.schedule=Add Simple Schedule
tooltips.job.advschedule=Add Advanced Schedule 
tooltips.schedule.edit=Edit Schedule
tooltips.schedule.delete=Delete Schedule 
tooltips.schedule.execute=Execute Schedule
tooltips.schedule.play=Activate Schedule
tooltips.schedule.pause=Suspend Schedule
tooltips.schedule.startTime=Start Time
tooltips.schedule.endTime=End Time
tooltips.schedule.nextFireTime=Next Fire Time
tooltips.schedule.previousFireTime=Last Fire Time

# --------------------------------------------  Sub Title ---------------------------------------------
subtitle.job.schedulefor=Schedule Job for
subtitle.job.schedules=Job Schedules
subtitle.job.parameters=Job Parameters

# --------------------------------------------  Input Remarks / Notes ---------------------------------------------
notes.job.simplemode=<i>job executed exactly once at a specific moment in time, or at a specific moment in time followed by repeats at a specific interval.</i>
notes.job.advancedmode=<i>job executed in recurrences based on calendar-like notions.</i>

# --------------------------------------------- Buttons ---------------------------------------------
button.schedule.simple=Schedule
button.schedule.advanced=Advanced Schedule

# --------------------------------------------  Errors Messages ---------------------------------------------

#-- Common --

errors.binding=Error while binding <strong>{0}</strong>

#-- Wizard Form Controller --

errors.job.notfound=Job (<strong>{0}</strong>) of group (<strong>{1}</strong>) not found. Job may have been deleted from the system.
errors.job.duplicate=A job name (<strong>{0}</strong>) already exists in (<strong>{1}</strong>) group .  Please try a different name or group.
errors.job.invalidclass=Class definition (<strong>{0}</strong>) not found or (<strong>{0}</strong>) does not implement JobManagedParam interface.

errors.schedule.notfound=Schedule (<strong>{0}</strong>) of group (<strong>{1}</strong>) for job (<strong>{2}.{3}</strong>) not found. Job or Schedule may have been deleted from the system.
errors.schedule.duplicate=A schedule name (<strong>{0}</strong>) already exists in (<strong>{1}</strong>) group .  Please try a different name or group.

#-- ScheduleMultiAction Controller --

errors.job.view.null=Fail to view null job.
errors.job.view.null.jobname=Job name is required.
errors.job.view.null.groupname=Job group name is required.
errors.job.view.notfound=Fail to view job (<strong>{0}</strong>) of group (<strong>{1}</strong>). Job was not found.

errors.job.list.fail=Fail to list jobs.

errors.job.delete.fail=Fail to delete job (<strong>{0}</strong>) of group (<strong>{1}</strong>).
errors.job.delete.null.jobname=Fail to delete job. Job name is null.
errors.job.delete.null.groupname=Fail to delete job. Job group name is null.
errors.job.delete.notfound=Fail to delete job (<strong>{0}</strong>) of group (<strong>{1}</strong>). Job was not found.

errors.job.execute.fail=Fail to execute job (<strong>{0}</strong>) of group (<strong>{1}</strong>).
errors.job.execute.null.jobname=Fail to execute job. Job name is null.
errors.job.execute.null.groupname=Fail to execute job. Job group name is null.
errors.job.execute.notfound=Fail to execute job (<strong>{0}</strong>) of group (<strong>{1}</strong>). Job was not found.

errors.schedule.execute.fail=Fail to execute schedule (<strong>{0}</strong>) of group (<strong>{1}</strong>).
errors.schedule.execute.null.jobname=Fail to execute schedule. Job name is null.
errors.schedule.execute.null.jobgroupname=Fail to execute schedule. Job group name is null.
errors.schedule.execute.null.jobname=Fail to execute schedule. Schedule name is null.
errors.schedule.execute.null.groupname=Fail to execute schedule. Group name is null.
errors.schedule.execute.notfound=Fail to execute schedule (<strong>{0}</strong>) of group (<strong>{1}</strong>). Schedule was not found.

errors.schedule.resume.fail=Fail to activate schedule (<strong>{0}</strong>) of group (<strong>{1}</strong>).
errors.schedule.resume.null.jobname=Fail to activate schedule. Job name is null.
errors.schedule.resume.null.jobgroupname=Fail to activate schedule. Job group name is null.
errors.schedule.resume.null.jobname=Fail to activate schedule. Schedule name is null.
errors.schedule.resume.null.groupname=Fail to activate schedule. Group name is null.
errors.schedule.resume.notfound=Fail to activate schedule (<strong>{0}</strong>) of group (<strong>{1}</strong>). Schedule was not found.

errors.schedule.pause.fail=Fail to suspend schedule (<strong>{0}</strong>) of group (<strong>{1}</strong>).
errors.schedule.pause.null.jobname=Fail to suspend schedule. Job name is null.
errors.schedule.pause.null.jobgroupname=Fail to suspend schedule. Job group name is null.
errors.schedule.pause.null.jobname=Fail to suspend schedule. Schedule name is null.
errors.schedule.pause.null.groupname=Fail to suspend schedule. Group name is null.
errors.schedule.pause.notfound=Fail to suspend schedule (<strong>{0}</strong>) of group (<strong>{1}</strong>). Schedule was not found.

errors.schedule.delete.fail=Fail to delete schedule (<strong>{0}</strong>) of group (<strong>{1}</strong>).
errors.schedule.delete.null.jobname=Fail to delete schedule. Job name is null.
errors.schedule.delete.null.jobgroupname=Fail to delete schedule. Job group name is null.
errors.schedule.delete.null.jobname=Fail to delete schedule. Schedule name is null.
errors.schedule.delete.null.groupname=Fail to delete schedule. Group name is null.
errors.schedule.delete.notfound=Fail to delete schedule (<strong>{0}</strong>) of group (<strong>{1}</strong>). Schedule was not found.

errors.binding.beforeStartTime=Start Time has to be later that current date time.
errors.binding.beforeEndTime=End Time has to be later that current date time.
errors.binding.endTimeBeforeStartTime=End Time has to be same or later than Start Time.

errors.schedule.invalid.param.value=Invalid parameter value for (<strong>{0}</strong>)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -