Files
dolibarr/htdocs/langs/zh_CN/cron.lang
Laurent Destailleur 504d376f84 Sync transifex
2017-06-19 21:34:33 +02:00

80 lines
3.9 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=命令行启动计划任务
CronExplainHowToRunUnix=在Unix环境你可以在命令行下每5分钟执行以下计划任务
CronExplainHowToRunWin=在微软(tm)Windows操作系统环境下你可以使用控制面板中的计划任务工具每5分钟运行
CronMethodDoesNotExists=Class类 %s 没有包含任何方法 %s
# 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=最大运行编号
CronEach=每
JobFinished=工作启动和完成
#Page card
CronAdd= 添加工作
CronEvery=执行每个工作
CronObject=创建实例/对象
CronArgs=参数
CronSaveSucess=保存成功
CronNote=说明
CronFieldMandatory=栏位 %s 为必填
CronErrEndDateStartDt=结束日期不能早过开始日期啊,时光不能倒流呀魂淡
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 <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 <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 <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 <i>fecth</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 <i>0, ProductRef</i>
CronCommandHelp=系统命令行执行。
CronCreateJob=创建新的计划任务
CronFrom=From
# Info
# Common
CronType=工作类型
CronType_method=一个Dolibarr类的调用方法
CronType_command=命令行
CronCannotLoadClass=无法加载 class %s 或对象 %s
UseMenuModuleToolsToAddCronJobs=请到菜单 "主页 - 管理员工具 - 计划任务" 查看和修改计划任务。
JobDisabled=岗位无效
MakeLocalDatabaseDumpShort=本地数据库备份
MakeLocalDatabaseDump=生成一份本地数据库 dump
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.