# Dolibarr language file - Source file is en_US - cron
# About page
# Right
Permission23101 = 读取计划任务
Permission23102 = 创建/更新计划任务
Permission23103 = 删除计划任务
Permission23104 = 执行计划任务
# Admin
CronSetup=计划任务管理设置
URLToLaunchCronJobs=URL to check and launch qualified cron jobs from a browser
OrToLaunchASpecificJob=Or to check and launch a specific job from a browser
KeyForCronAccess=启动计划任务的URL网址的安全密钥
FileToLaunchCronJobs=用于检查和启动合格的cron作业的命令行
CronExplainHowToRunUnix=在Unix环境你可以在命令行下每5分钟执行以下计划任务
CronExplainHowToRunWin=On Microsoft(tm) Windows environment you can use Scheduled Task tools to run the command line each 5 minutes
CronMethodDoesNotExists=Class类 %s 没有包含任何方法 %s
CronMethodNotAllowed=Method %s of class %s is in blacklist of forbidden methods
CronJobDefDesc=Cron作业配置文件定义在模块描述符文件中。激活模块后,它们将被加载并可用,因此您可以从管理工具菜单%s管理作业。
CronJobProfiles=预定义的cron作业配置文件列表
# Menu
EnabledAndDisabled=启用和禁用
# Page list
CronLastOutput=最新的运行输出
CronLastResult=最新结果代码
CronCommand=命令
CronList=计划任务
CronDelete=删除计划任务
CronConfirmDelete=您确定要删除这些预定作业吗?
CronExecute=Launch now
CronConfirmExecute=您确定要立即执行这些预定作业吗?
CronInfo=计划作业模块允许计划作业以自动执行它们。也可以手动启动作业。
CronTask=工作
CronNone=无
CronDtStart=之前
CronDtEnd=之后
CronDtNextLaunch=接下来执行
CronDtLastLaunch=最新执行的开始日期
CronDtLastResult=最新执行的结束日期
CronFrequency=频率
CronClass=等级
CronMethod=方法
CronModule=模块
CronNoJobs=没有工作注册
CronPriority=优先级
CronLabel=标签
CronNbRun=Number of launches
CronMaxRun=Maximum number of launches
CronEach=每
JobFinished=工作启动和完成
Scheduled=Scheduled
#Page card
CronAdd= 添加工作
CronEvery=执行每个工作
CronObject=创建实例/对象
CronArgs=参数
CronSaveSucess=保存成功
CronNote=说明
CronFieldMandatory=栏位 %s 为必填
CronErrEndDateStartDt=结束日期不能早过开始日期啊,时光不能倒流呀魂淡
StatusAtInstall=模块安装时的状态
CronStatusActiveBtn=Enable scheduling
CronStatusInactiveBtn=禁用
CronTaskInactive=This job is disabled (not scheduled)
CronId=Id
CronClassFile=带有类的文件名
CronModuleHelp=Name of Dolibarr module directory (also work with external Dolibarr module).
For example to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for module is
product
CronClassFileHelp=The relative path and file name to load (path is relative to web server root directory).
For example to call the fetch method of Dolibarr Product object htdocs/product/class/product.class.php, the value for class file name is
product/class/product.class.php
CronObjectHelp=The object name to load.
For example to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for class file name is
Product
CronMethodHelp=The object method to launch.
For example to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for method is
fetch
CronArgsHelp=The method arguments.
For example to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for paramters can be
0, ProductRef
CronCommandHelp=系统命令行执行。
CronCreateJob=创建新的计划任务
CronFrom=From
# Info
# Common
CronType=工作类型
CronType_method=调用PHP类的方法
CronType_command=命令行
CronCannotLoadClass=无法加载类文件%s(使用类%s)
CronCannotLoadObject=已加载类文件%s,但未找到对象%s
UseMenuModuleToolsToAddCronJobs=Go into menu "Home - Admin tools - Scheduled jobs" to see and edit scheduled jobs.
JobDisabled=岗位无效
MakeLocalDatabaseDumpShort=本地数据库备份
MakeLocalDatabaseDump=Create a local database dump. Parameters are: compression ('gz' or 'bz' or 'none'), backup type ('mysql', 'pgsql', 'auto'), 1, 'auto' or filename to build, number of backup files to keep
MakeSendLocalDatabaseDumpShort=Send local database backup
MakeSendLocalDatabaseDump=Send local database backup by email. Parameters are: to, from, subject, message, filename (Name of file sent), filter ('sql' for backup of database only)
BackupIsTooLargeSend=Sorry, last backup file is too large to be send by email
CleanUnfinishedCronjobShort=Clean unfinished cronjob
CleanUnfinishedCronjob=Clean cronjob stuck in processing when the process is no longer running
WarningCronDelayed=注意,出于性能目的,无论启用作业的下一个执行日期是什么,您的作业可能会在运行之前延迟到最大值%s小时。
DATAPOLICYJob=Data cleaner and anonymizer
JobXMustBeEnabled=Job %s must be enabled
EmailIfError=Email for warning on error
ErrorInBatch=Error when running the job %s
# Cron Boxes
LastExecutedScheduledJob=Last executed scheduled job
NextScheduledJobExecute=Next scheduled job to execute
NumberScheduledJobError=Number of scheduled jobs in error
NumberScheduledJobNeverFinished=Number of scheduled jobs never finished