Files
dolibarr/htdocs/langs/zh_CN/cron.lang
Laurent Destailleur 6ef08852f3 Transifex sync
2021-06-26 22:51:23 +02:00

92 lines
4.8 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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=安排计划工作
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=Schedule
CronStatusInactiveBtn=禁用
CronTaskInactive=This job is disabled (not scheduled)
CronId=Id
CronClassFile=带有类的文件名
CronModuleHelp=Name of Dolibarr module directory (also work with external Dolibarr module). <BR> For example 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 example 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 example 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 example 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 example 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=调用PHP类的方法
CronType_command=命令行
CronCannotLoadClass=无法加载类文件%s使用类%s
CronCannotLoadObject=已加载类文件%s但未找到对象%s
UseMenuModuleToolsToAddCronJobs=Go into menu "<a href="%s">Home - Admin tools - Scheduled jobs</a>" 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
WarningCronDelayed=注意,出于性能目的,无论启用作业的下一个执行日期是什么,您的作业可能会在运行之前延迟到最大值%s小时。
DATAPOLICYJob=Data cleaner and anonymizer
JobXMustBeEnabled=Job %s must be enabled
# Cron Boxes
LastExecutedScheduledJob=Last executed scheduled job
NextScheduledJobExecute=Next scheduled job to execute
NumberScheduledJobError=Number of scheduled jobs in error