blob: bea9dcc2db9f91fc2b2bc6975add1b96ebbb236e [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export default {
id: 'Id',
data_pipes: 'Data Pipes',
create: 'Create',
name: 'Name',
state: 'State',
create_time: 'Create Time',
update_time: 'Update Time',
operation: 'Operation',
succeed: 'Succeed',
running: 'Running',
failed: 'Failed',
killed: 'Killed',
un_start: 'Un Start',
execute: 'Execute',
edit: 'Edit',
publish: 'Publish',
delete: 'Delete',
save: 'Save',
cancel: 'Cancel',
script: 'Script',
kill: 'Kill',
stop: 'Stop',
configuration: 'Configuration',
run_log: 'Run Log',
add: 'Add',
key: 'Key',
value: 'Value',
engine_parameter: 'Engine Parameter',
self_defined_parameter: 'Self Defined Parameter',
name_tips: 'Required fields,number, letter case, 100 characters',
overview: 'Overview',
input_metrics: 'Input Metrics',
historical_run_logs: 'Historical Run Logs',
bytes_per_second: 'Bytes Per Second',
total_bytes: 'Total Bytes',
record_per_second: 'Record Per Second',
total_records: 'Total Records',
output_metrics: 'Output Metrics',
end_time: 'End Time',
execute_time: 'Execute Time',
data_pipes_delete_tips:
'Whether to delete the data Pipe,It cannot be restored after being deleted.',
data_pipes_publish_tips: 'Whether to Publish the data pipe.',
model_validate_tips: 'Required Fields'
}