message_en.properties 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. admin_name=Scheduling Center
  2. admin_name_full=Distributed Task Scheduling Platform XXL-JOB
  3. admin_version=2.3.1
  4. admin_i18n=en
  5. ## system
  6. system_tips=System message
  7. system_ok=Confirm
  8. system_close=Close
  9. system_save=Save
  10. system_cancel=Cancel
  11. system_search=Search
  12. system_status=Status
  13. system_opt=Operate
  14. system_please_input=please input
  15. system_please_choose=please choose
  16. system_success=success
  17. system_fail=fail
  18. system_add_suc=add success
  19. system_add_fail=add fail
  20. system_update_suc=update success
  21. system_update_fail=update fail
  22. system_all=All
  23. system_api_error=net error
  24. system_show=Show
  25. system_empty=Empty
  26. system_opt_suc=operate success
  27. system_opt_fail=operate fail
  28. system_opt_edit=Edit
  29. system_opt_del=Delete
  30. system_opt_copy=Copy
  31. system_unvalid=illegal
  32. system_not_found=not exist
  33. system_nav=Navigation
  34. system_digits=digits
  35. system_lengh_limit=Length limit
  36. system_permission_limit=Permission limit
  37. system_welcome=Welcome
  38. ## daterangepicker
  39. daterangepicker_ranges_recent_hour=recent one hour
  40. daterangepicker_ranges_today=today
  41. daterangepicker_ranges_yesterday=yesterday
  42. daterangepicker_ranges_this_month=this month
  43. daterangepicker_ranges_last_month=last month
  44. daterangepicker_ranges_recent_week=recent one week
  45. daterangepicker_ranges_recent_month=recent one month
  46. daterangepicker_custom_name=custom
  47. daterangepicker_custom_starttime=start time
  48. daterangepicker_custom_endtime=end time
  49. daterangepicker_custom_daysofweek=Sun,Mon,Tue,Wed,Thu,Fri,Sat
  50. daterangepicker_custom_monthnames=Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec
  51. ## dataTable
  52. dataTable_sProcessing=processing...
  53. dataTable_sLengthMenu= _MENU_ records per page
  54. dataTable_sZeroRecords=No matching results
  55. dataTable_sInfo=page _PAGE_ ( Total _PAGES_ pages,_TOTAL_ records )
  56. dataTable_sInfoEmpty=No Record
  57. dataTable_sInfoFiltered=(Filtered by _MAX_ results)
  58. dataTable_sSearch=Search
  59. dataTable_sEmptyTable=Table data is empty
  60. dataTable_sLoadingRecords=Loading...
  61. dataTable_sFirst=FIRST PAGE
  62. dataTable_sPrevious=Previous Page
  63. dataTable_sNext=Next Page
  64. dataTable_sLast=LAST PAGE
  65. dataTable_sSortAscending=: Rank this column in ascending order
  66. dataTable_sSortDescending=: Rank this column in descending order
  67. ## login
  68. login_btn=Login
  69. login_remember_me=Remember Me
  70. login_username_placeholder=Please enter username
  71. login_password_placeholder=Please enter password
  72. login_username_empty=Please enter username
  73. login_username_lt_4=Username length should not be less than 4
  74. login_password_empty=Please enter password
  75. login_password_lt_4=Password length should not be less than 4
  76. login_success=Login success
  77. login_fail=Login fail
  78. login_param_empty=Username or password is empty
  79. login_param_unvalid=Username or password error
  80. ## logout
  81. logout_btn=Logout
  82. logout_confirm=Confirm logout?
  83. logout_success=Logout success
  84. logout_fail=Logout fail
  85. ## change pwd
  86. change_pwd=Change password
  87. change_pwd_suc_to_logout=Change password successful, about to log out login
  88. change_pwd_field_newpwd=new password
  89. ## dashboard
  90. job_dashboard_name=Run report
  91. job_dashboard_job_num=Job number
  92. job_dashboard_job_num_tip=The number of tasks running in the scheduling center
  93. job_dashboard_trigger_num=trigger number
  94. job_dashboard_trigger_num_tip=The number of trigger record scheduled by the scheduling center
  95. job_dashboard_jobgroup_num=Executor number
  96. job_dashboard_jobgroup_num_tip=The number of online executor machines perceived by the scheduling center
  97. job_dashboard_report=Scheduling report
  98. job_dashboard_report_loaddata_fail=Scheduling report load data error
  99. job_dashboard_date_report=Date distribution
  100. job_dashboard_rate_report=Percentage distribution
  101. ## job info
  102. jobinfo_name=Job Manage
  103. jobinfo_job=Job
  104. jobinfo_field_add=Add Job
  105. jobinfo_field_update=Edit Job
  106. jobinfo_field_id=Job ID
  107. jobinfo_field_jobgroup=Executor
  108. jobinfo_field_jobdesc=Job description
  109. jobinfo_field_timeout=Job timeout period
  110. jobinfo_field_gluetype=GLUE Type
  111. jobinfo_field_executorparam=Param
  112. jobinfo_field_author=Author
  113. jobinfo_field_alarmemail=Alarm email
  114. jobinfo_field_alarmemail_placeholder=Please enter alarm mail, if there are more than one comma separated
  115. jobinfo_field_executorRouteStrategy=Route Strategy
  116. jobinfo_field_childJobId=Child Job ID
  117. jobinfo_field_childJobId_placeholder=Please enter the Child job ID, if there are more than one comma separated
  118. jobinfo_field_executorBlockStrategy=Block Strategy
  119. jobinfo_field_executorFailRetryCount=Fail Retry Count
  120. jobinfo_field_executorFailRetryCount_placeholder=Fail Retry Count. effect if greater than zero
  121. jobinfo_script_location=Script location
  122. jobinfo_shard_index=Shard index
  123. jobinfo_shard_total=Shard total
  124. jobinfo_opt_stop=Stop
  125. jobinfo_opt_start=Start
  126. jobinfo_opt_log=Query Log
  127. jobinfo_opt_run=Run Once
  128. jobinfo_opt_run_tips=Please input the address for this trigger. Null will be obtained from the executor
  129. jobinfo_opt_registryinfo=Registry Info
  130. jobinfo_opt_next_time=Next trigger time
  131. jobinfo_glue_remark=Resource Remark
  132. jobinfo_glue_remark_limit=Resource Remark length is limited to 4~100
  133. jobinfo_glue_rollback=Version Backtrack
  134. jobinfo_glue_jobid_unvalid=Job ID is illegal
  135. jobinfo_glue_gluetype_unvalid=The job is not GLUE Type
  136. jobinfo_field_executorTimeout_placeholder=Job Timeout period,in seconds. effect if greater than zero
  137. schedule_type=Schedule Type
  138. schedule_type_none=None
  139. schedule_type_cron=Cron
  140. schedule_type_fix_rate=Fix rate
  141. schedule_type_fix_delay=Fix delay
  142. schedule_type_none_limit_start=The current schedule type disables startup
  143. misfire_strategy=Misfire strategy
  144. misfire_strategy_do_nothing=Do nothing
  145. misfire_strategy_fire_once_now=Fire once now
  146. jobinfo_conf_base=Base configuration
  147. jobinfo_conf_schedule=Schedule configuration
  148. jobinfo_conf_job=Job configuration
  149. jobinfo_conf_advanced=Advanced configuration
  150. ## job log
  151. joblog_name=Trigger Log
  152. joblog_status=Status
  153. joblog_status_all=All
  154. joblog_status_suc=Success
  155. joblog_status_fail=Fail
  156. joblog_status_running=Running
  157. joblog_field_triggerTime=Trigger Time
  158. joblog_field_triggerCode=Trigger Result
  159. joblog_field_triggerMsg=Trigger Msg
  160. joblog_field_handleTime=Handle Time
  161. joblog_field_handleCode=Handle Result
  162. joblog_field_handleMsg=Trigger Msg
  163. joblog_field_executorAddress=Executor Address
  164. joblog_clean=Clean
  165. joblog_clean_log=Clean Log
  166. joblog_clean_type=Clean Type
  167. joblog_clean_type_1=Clean up log data a month ago
  168. joblog_clean_type_2=Clean up log data three month ago
  169. joblog_clean_type_3=Clean up log data six month ago
  170. joblog_clean_type_4=Clean up log data a year ago
  171. joblog_clean_type_5=Clean up log data a thousand record ago
  172. joblog_clean_type_6=Clean up log data ten thousand record ago
  173. joblog_clean_type_7=Clean up log data thirty thousand record ago
  174. joblog_clean_type_8=Clean up log data hundred thousand record ago
  175. joblog_clean_type_9=Clean up all log data
  176. joblog_clean_type_unvalid=Clean type is illegal
  177. joblog_handleCode_200=Success
  178. joblog_handleCode_500=Fail
  179. joblog_handleCode_502=Timeout
  180. joblog_kill_log=Kill Job
  181. joblog_kill_log_limit=Trigger Fail, can not kill job
  182. joblog_kill_log_byman=Manual operation, kill job
  183. joblog_lost_fail=Job result lost, marked as failure
  184. joblog_rolling_log=Rolling log
  185. joblog_rolling_log_refresh=Refresh
  186. joblog_rolling_log_triggerfail=The job trigger fail, can not view the rolling log
  187. joblog_rolling_log_failoften=The request for the Rolling log is terminated, the number of failed requests exceeds the limit, Reload the log on the refresh page
  188. joblog_logid_unvalid=Log ID is illegal
  189. ## job group
  190. jobgroup_name=Executor Manage
  191. jobgroup_list=Executor List
  192. jobgroup_add=Add Executor
  193. jobgroup_edit=Edit Executor
  194. jobgroup_del=Delete Executor
  195. jobgroup_field_title=Title
  196. jobgroup_field_addressType=Registry Type
  197. jobgroup_field_addressType_0=Automatic registration
  198. jobgroup_field_addressType_1=Manual registration
  199. jobgroup_field_addressType_limit=Manually registration type, the machine address must not be empty
  200. jobgroup_field_registryList=machine address
  201. jobgroup_field_registryList_unvalid=registry machine address is illegal
  202. jobgroup_field_registryList_placeholder=Please enter the machine address, if there are more than one comma separated
  203. jobgroup_field_appname_limit=Limit the beginning of a lowercase letter, consists of lowercase letters、number and hyphen.
  204. jobgroup_field_appname_length=AppName length is limited to 4~64
  205. jobgroup_field_title_length=Title length is limited to 4~12
  206. jobgroup_field_order_digits=Please enter a positive integer
  207. jobgroup_field_orderrange=Order is limited to 1~1000
  208. jobgroup_del_limit_0=Refuse to delete, the executor is being used
  209. jobgroup_del_limit_1=Refuses to delete, the system retains at least one executor
  210. jobgroup_empty=There is no valid executor. Please contact the administrator
  211. ## job conf
  212. jobconf_block_SERIAL_EXECUTION=Serial execution
  213. jobconf_block_DISCARD_LATER=Discard Later
  214. jobconf_block_COVER_EARLY=Cover Early
  215. jobconf_route_first=First
  216. jobconf_route_last=Last
  217. jobconf_route_round=Round
  218. jobconf_route_random=Random
  219. jobconf_route_consistenthash=Consistent Hash
  220. jobconf_route_lfu=Least Frequently Used
  221. jobconf_route_lru=Least Recently Used
  222. jobconf_route_failover=Failover
  223. jobconf_route_busyover=Busyover
  224. jobconf_route_shard=Sharding Broadcast
  225. jobconf_idleBeat=Idle check
  226. jobconf_beat=Heartbeats
  227. jobconf_monitor=Task Scheduling Center monitor alarm
  228. jobconf_monitor_detail=monitor alarm details
  229. jobconf_monitor_alarm_title=Alarm Type
  230. jobconf_monitor_alarm_type=Trigger Fail
  231. jobconf_monitor_alarm_content=Alarm Content
  232. jobconf_trigger_admin_adress=Trigger machine address
  233. jobconf_trigger_exe_regtype=Execotor-Registry Type
  234. jobconf_trigger_exe_regaddress=Execotor-Registry Address
  235. jobconf_trigger_address_empty=Trigger Fail:registry address is empty
  236. jobconf_trigger_run=Trigger Job
  237. jobconf_trigger_child_run=Trigger child job
  238. jobconf_callback_child_msg1={0}/{1} [Job ID={2}], Trigger {3}, Trigger msg: {4} <br>
  239. jobconf_callback_child_msg2={0}/{1} [Job ID={2}], Trigger Fail, Trigger msg: Job ID is illegal <br>
  240. jobconf_trigger_type=Job trigger type
  241. jobconf_trigger_type_cron=Cron trigger
  242. jobconf_trigger_type_manual=Manual trigger
  243. jobconf_trigger_type_parent=Parent job trigger
  244. jobconf_trigger_type_api=Api trigger
  245. jobconf_trigger_type_retry=Fail retry trigger
  246. jobconf_trigger_type_misfire=Misfire compensation trigger
  247. ## user
  248. user_manage=User Manage
  249. user_username=Username
  250. user_password=Password
  251. user_role=Role
  252. user_role_admin=Admin User
  253. user_role_normal=Normal User
  254. user_permission=Permission
  255. user_add=Add User
  256. user_update=Edit User
  257. user_username_repeat=Username Repeat
  258. user_username_valid=Restrictions start with a lowercase letter and consist of lowercase letters and Numbers
  259. user_password_update_placeholder=Please input password, empty means not update
  260. user_update_loginuser_limit=Operation of current login account is not allowed
  261. ## help
  262. job_help=Tutorial
  263. job_help_document=Official Document