All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.i18n.message_en.properties Maven / Gradle / Ivy

sidebar-job-operation=Job operation
sidebar-job-dimension=Job dimension
sidebar-server-dimension=Server dimension
sidebar-job-history=Job history
sidebar-job-trace=Job trace
sidebar-history-status=History status
sidebar-help=Help

logout=logout
switch-language=Switch language
language-zh=\u4E2D\u6587
language-en=English

scheduled-task=scheduled-task

switch-theme-title=Switch theme
switch-theme-blue=Blue
switch-theme-white=White
switch-theme-purple=Purple
switch-theme-green=Green
switch-theme-yellow=Yellow
switch-theme-red=Red
switch-theme-blue-light=Blue Light
switch-theme-white-light=White Light
switch-theme-purple-light=Purple Light
switch-theme-green-light=Green Light
switch-theme-yellow-light=Yellow Light
switch-theme-red-light=Red Light
        
job-detail=Job detail
update-job=Update job
add-job=Add job
job-name=Job name
job-shardings-detail=Job shardings detail
job-type=Job type
job-class=Job class
job-parameter=Job parameter
job-sharding-strategy-class=Job sharding strategy class
job-exception-handler=Job exception handler
job-cron=Crontab
job-sharding-total-count=Sharding total count
job-max-time-diff-seconds=Max time diff seconds
job-monitor-port=Monitor port
job-reconcile-interval-minutes=Reconcile interval minutes
job-monitor-execution=Monitor execution
job-failover=Failover
job-misfire=Misfire
job-runOnce=RunOnce
job-streaming-process=Streaming process
job-sharding-item-parameters=Sharding item parameters
job-executor-service-handler=Executor service handler
job-description=Description
job-script-command-line=Script command line
job-sharding-item=Sharding item
job-pid=PID
job-sharding-count-not-null=Sharding count cannot be null
job-sharding-count-should-be-integer=Sharding count should be integer
job-cron-length-limit=Job crontab should less than 40 characters
job-cron-not-null=Job crontab cannot be null
job-monitor-port-should-be-integer=Job monitor port should be integer
job-monitor-port-not-null=Job monitor port cannot be null
job-monitor-port-range-limit=The monitoring port range must be between 1000 ~ 65535, and -1 indicates that port monitoring is not enabled

placeholder-cron=The cron expression for the job start time
placeholder-sharding-total-count=Sharding total count
placeholder-job-parameter=You can configure multiple identical jobs, but use different parameters as different scheduling instances
placeholder-max-time-diff-seconds=If the time error exceeds the number of configured seconds, the problem will be thrown when the job starts. The configuration is -1 for not checking the time error.
placeholder-monitor-port=Grab the job registration information to listen for the service port. Configuration -1 indicates that the listener service is not enabled.
placeholder-reconcile-interval-minutes=Fix the error-state job server scan repair cycle. The configuration is -1 indicating that the fix action is not enabled.
placeholder-monitor-execution=Each job execution time and interval time is very short, suggest not to monitor homework runtime state in order to enhance efficiency, because it is a transient state, so no need to monitor. Users will be asked to increase their own data accumulation monitoring. There is no guarantee that the data will be repeated, which should be achieved in the operation. It also fails to implement the job failure transfer. It is recommended that the monitoring operation should be monitored at the time of the operation and the interval time.
placeholder-failover=Whether open task execution failure, open said if the job tasks performed in a halfway down, allowing the time unfinished task on the node of another job compensation is carried out.
placeholder-misfire=Whether the task is open misses the reexecution
placeholder-runOnce=Whether the task only runs once
placeholder-streaming-process=If the data is processed, fetch data will not return empty results and will continue to perform the work. If the data is not flowing, the data is processed and the job is finished
placeholder-sharding-item-parameters=Separate serial Numbers and parameters are separated by equals, and multiple key values are separated by commas, similar to map. The serial serial Numbers start from 0, not greater than or equal to the total number of assignments. For example, 0 = a, 1 = b, 2 = c
placeholder-job-sharding-strategy-class=By default, you can customize the share-chip strategy based on IP address sequentially
placeholder-job-exception-handler=Extension 'JobExceptionHandler' interface, custom exception handling process, the default implementation is log but not throw an exception.
placeholder-executor-service-handler=Extension 'ExecutorServiceHandler' interface, custom thread pool.
placeholder-script-command-line=The full path name of the execution script can contain parameters

server-detail=Server detail
server-ip=Server IP
server-job-num=Job num
server-disabled-jobs-num=Disabled jobs num
server-instance-count=Instance count

operation=Operation
operation-add=Add
operation-submit=Submit
operation-confirm=Confirm
operation-cancel=Cancel
operation-delete=Delete
operation-trigger=Trigger
operation-shutdown=Shutdown
operation-remove=Remove
operation-reset=Reset
operation-test-connect=Test connect
operation-connect=Connect
operation-enable=Enable
operation-disable=Disable
operation-detail=Detail
operation-update=Update

status=Status
status-running=Running
status-sharding-flag=Sharding flag
status-staging=Staging
status-crashed=Crashed
status-ok=OK
status-task-failed=Failed
status-task-finished=Finished
status-task-error=Error
status-task-killed=Killed
status-connected=Connected
status-enabled=Enabled
status-disabled=Disabled
status-offline=Offline

creation-start-time=Creation start time
creation-end-time=Creation end time
creation-time=Creation time
start-time=Start time
complete-time=Complete time
failure-reason=Failure reason
comments=Comments

execute-result=Execute result
execute-result-all=All
execute-result-success=success
execute-result-failure=failure
execute-result-null=Null

design-concept-title=Design concept
design-concept-info-1=Console is not related to Elastic Job, it just reading data from registry center and showing the status of jobs, or updating data to registry center which will change the configuration.
design-concept-info-2=Console can operate lifecycle for jobs, such as enable and disable, but can not the start and stop job's process, because of console server and job servers are completely distributed, console can not control the job servers.

major-features-title=Major features
major-features-info-1=View status of jobs and servers
major-features-info-2=Quick update and delete jobs
major-features-info-3=Disable and enable Jobs
major-features-info-4=Multiple registry centers supported
major-features-info-5=Trace jobs execute history
major-features-info-6=Add job, job must not conflict with auto registered jobs

update-job-confirm-info=It will affect the running job by updating these fields are monitor execution, failover and misfire. please be careful!
add-job-confirm-info=Are you sure?
confirm-to-close=Are you sure to close it?
confirm-to-delete=Are you sure to delete it?
operation-succeed=Operation complete successfully




© 2015 - 2024 Weber Informatics LLC | Privacy Policy