forked from Wavyzz/dolibarr
84 lines
4.4 KiB
Plaintext
84 lines
4.4 KiB
Plaintext
# 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
|
|
OrToLaunchASpecificJob=或者检查并启动一个特别计划任务
|
|
KeyForCronAccess=启动计划任务的URL网址的安全密钥
|
|
FileToLaunchCronJobs=Command line to check and launch qualified cron jobs
|
|
CronExplainHowToRunUnix=在Unix环境你可以在命令行下每5分钟执行以下计划任务
|
|
CronExplainHowToRunWin=在微软(tm)Windows操作系统环境下你可以使用控制面板中的计划任务工具每5分钟运行
|
|
CronMethodDoesNotExists=Class类 %s 没有包含任何方法 %s
|
|
CronJobDefDesc=Cron job profiles are defined into the module descriptor file. When module is activated, they are loaded and available so you can administer the jobs from the admin tools menu %s.
|
|
CronJobProfiles=List of predefined cron job profiles
|
|
# Menu
|
|
EnabledAndDisabled=启用和禁用
|
|
# Page list
|
|
CronLastOutput=Latest run output
|
|
CronLastResult=Latest result code
|
|
CronCommand=命令
|
|
CronList=计划任务
|
|
CronDelete=删除计划任务
|
|
CronConfirmDelete=Are you sure you want to delete these scheduled jobs?
|
|
CronExecute=安排计划工作
|
|
CronConfirmExecute=Are you sure you want to execute these scheduled jobs now?
|
|
CronInfo=Scheduled job module allows to schedule jobs to execute them automatically. Jobs can also be started manually.
|
|
CronTask=工作
|
|
CronNone=无
|
|
CronDtStart=之前
|
|
CronDtEnd=之后
|
|
CronDtNextLaunch=接下来执行
|
|
CronDtLastLaunch=最新执行的开始日期
|
|
CronDtLastResult=最新执行的结束日期
|
|
CronFrequency=频率
|
|
CronClass=等级
|
|
CronMethod=方法
|
|
CronModule=模块
|
|
CronNoJobs=没有工作注册
|
|
CronPriority=优先级
|
|
CronLabel=标签
|
|
CronNbRun=运行编号
|
|
CronMaxRun=Max number launch
|
|
CronEach=每
|
|
JobFinished=工作启动和完成
|
|
#Page card
|
|
CronAdd= 添加工作
|
|
CronEvery=执行每个工作
|
|
CronObject=创建实例/对象
|
|
CronArgs=参数
|
|
CronSaveSucess=保存成功
|
|
CronNote=说明
|
|
CronFieldMandatory=栏位 %s 为必填
|
|
CronErrEndDateStartDt=结束日期不能早过开始日期啊,时光不能倒流呀魂淡
|
|
StatusAtInstall=Status at module installation
|
|
CronStatusActiveBtn=生效
|
|
CronStatusInactiveBtn=禁用
|
|
CronTaskInactive=这个工作已失效
|
|
CronId=Id
|
|
CronClassFile=Filename with class
|
|
CronModuleHelp=Name of Dolibarr module directory (also work with external Dolibarr module). <BR> For exemple to call the fetch method of Dolibarr Product object /htdocs/<u>product</u>/class/product.class.php, the value for module is<br><i>product</i>
|
|
CronClassFileHelp=The relative path and file name to load (path is relative to web server root directory). <BR> For exemple to call the fetch method of Dolibarr Product object htdocs/product/class/<u>product.class.php</u>, the value for class file name is<br><i>product/class/product.class.php</i>
|
|
CronObjectHelp=The object name to load. <BR> For exemple to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for class file name is<br><i>Product</i>
|
|
CronMethodHelp=The object method to launch. <BR> For exemple to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for method is<br><i>fetch</i>
|
|
CronArgsHelp=The method arguments. <BR> For exemple to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for paramters can be<br><i>0, ProductRef</i>
|
|
CronCommandHelp=系统命令行执行。
|
|
CronCreateJob=创建新的计划任务
|
|
CronFrom=From
|
|
# Info
|
|
# Common
|
|
CronType=工作类型
|
|
CronType_method=Call method of a PHP Class
|
|
CronType_command=命令行
|
|
CronCannotLoadClass=Cannot load class file %s (to use class %s)
|
|
CronCannotLoadObject=Class file %s was loaded, but object %s was not found into it
|
|
UseMenuModuleToolsToAddCronJobs=请到菜单 "主页 - 管理员工具 - 计划任务" 查看和修改计划任务。
|
|
JobDisabled=岗位无效
|
|
MakeLocalDatabaseDumpShort=本地数据库备份
|
|
MakeLocalDatabaseDump=Create a local database dump. Parameters are: compression ('gz' or 'bz' or 'none'), backup type ('mysql' or 'pgsql'), 1, 'auto' or filename to build, number of backup files to keep
|
|
WarningCronDelayed=Attention, for performance purpose, whatever is next date of execution of enabled jobs, your jobs may be delayed to a maximum of %s hours, before being run.
|