123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677 |
- /*
- * 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 {
- 'User Name': 'User Name',
- 'Please enter user name': 'Please enter user name',
- Password: 'Password',
- 'Please enter your password': 'Please enter your password',
- 'Password consists of at least two combinations of numbers, letters, and characters, and the length is between 6-22': 'Password consists of at least two combinations of numbers, letters, and characters, and the length is between 6-22',
- Login: 'Login',
- Home: 'Home',
- 'Failed to create node to save': 'Failed to create node to save',
- 'Global parameters': 'Global parameters',
- 'Local parameters': 'Local parameters',
- 'Copy success': 'Copy success',
- 'The browser does not support automatic copying': 'The browser does not support automatic copying',
- 'Whether to save the DAG graph': 'Whether to save the DAG graph',
- 'Current node settings': 'Current node settings',
- 'View history': 'View history',
- 'View log': 'View log',
- 'Force success': 'Force success',
- 'Enter this child node': 'Enter this child node',
- 'Node name': 'Node name',
- 'Please enter name (required)': 'Please enter name (required)',
- 'Run flag': 'Run flag',
- Normal: 'Normal',
- 'Prohibition execution': 'Prohibition execution',
- 'Please enter description': 'Please enter description',
- 'Number of failed retries': 'Number of failed retries',
- Times: 'Times',
- 'Failed retry interval': 'Failed retry interval',
- Minute: 'Minute',
- 'Delay execution time': 'Delay execution time',
- 'Delay execution': 'Delay execution',
- 'Forced success': 'Forced success',
- Cancel: 'Cancel',
- 'Confirm add': 'Confirm add',
- 'The newly created sub-Process has not yet been executed and cannot enter the sub-Process': 'The newly created sub-Process has not yet been executed and cannot enter the sub-Process',
- 'The task has not been executed and cannot enter the sub-Process': 'The task has not been executed and cannot enter the sub-Process',
- 'Name already exists': 'Name already exists',
- 'Download Log': 'Download Log',
- 'Refresh Log': 'Refresh Log',
- 'Enter full screen': 'Enter full screen',
- 'Cancel full screen': 'Cancel full screen',
- Close: 'Close',
- 'Update log success': 'Update log success',
- 'No more logs': 'No more logs',
- 'No log': 'No log',
- 'Loading Log...': 'Loading Log...',
- 'Set the DAG diagram name': 'Set the DAG diagram name',
- 'Please enter description(optional)': 'Please enter description(optional)',
- 'Set global': 'Set global',
- 'Whether to go online the process definition': 'Whether to go online the process definition',
- 'Whether to update the process definition': 'Whether to update the process definition',
- Add: 'Add',
- 'DAG graph name cannot be empty': 'DAG graph name cannot be empty',
- 'Create Datasource': 'Create Datasource',
- 'Project Home': 'Project Home',
- 'Project Manage': 'Project',
- 'Create Project': 'Create Project',
- 'Cron Manage': 'Cron Manage',
- 'Copy Workflow': 'Copy Workflow',
- 'Tenant Manage': 'Tenant Manage',
- 'Create Tenant': 'Create Tenant',
- 'User Manage': 'User Manage',
- 'Create User': 'Create User',
- 'User Information': 'User Information',
- 'Edit Password': 'Edit Password',
- success: 'success',
- failed: 'failed',
- delete: 'delete',
- 'Please choose': 'Please choose',
- 'Please enter a positive integer': 'Please enter a positive integer',
- 'Program Type': 'Program Type',
- 'Main class': 'Main class',
- 'Main jar package': 'Main jar package',
- 'Please enter main jar package': 'Please enter main jar package',
- 'Please enter main class': 'Please enter main class',
- 'Command-line parameters': 'Command-line parameters',
- 'Please enter Command-line parameters': 'Please enter Command-line parameters',
- 'Other parameters': 'Other parameters',
- 'Please enter other parameters': 'Please enter other parameters',
- Resources: 'Resources',
- 'Custom Parameters': 'Custom Parameters',
- 'Custom template': 'Custom template',
- Datasource: 'Datasource',
- methods: 'methods',
- 'Please enter method(optional)': 'Please enter method(optional)',
- Script: 'Script',
- 'Please enter script(required)': 'Please enter script(required)',
- 'Deploy Mode': 'Deploy Mode',
- 'Driver cores': 'Driver cores',
- 'Please enter Driver cores': 'Please enter Driver cores',
- 'Driver memory': 'Driver memory',
- 'Please enter Driver memory': 'Please enter Driver memory',
- 'Executor Number': 'Executor Number',
- 'Please enter Executor number': 'Please enter Executor number',
- 'Executor memory': 'Executor memory',
- 'Please enter Executor memory': 'Please enter Executor memory',
- 'Executor cores': 'Executor cores',
- 'Please enter Executor cores': 'Please enter Executor cores',
- 'The Executor Number should be a positive integer': 'The Executor Number should be a positive integer',
- 'Memory should be a positive integer': 'Memory should be a positive integer',
- 'Core number should be positive integer': 'Core number should be positive integer',
- 'Please enter JobManager memory': 'Please enter JobManager memory',
- 'Please enter TaskManager memory': 'Please enter TaskManager memory',
- 'Please enter Slot number': 'Please enter Slot number',
- 'Please enter TaskManager number': 'Please enter TaskManager number',
- 'Please enter app name(optional)': 'Please enter app name(optional)',
- 'SQL Type': 'SQL Type',
- Title: 'Title',
- 'Please enter the title of email': 'Please enter the title of email',
- Table: 'Table',
- TableMode: 'Table',
- Attachment: 'Attachment',
- 'SQL Parameter': 'SQL Parameter',
- 'SQL Statement': 'SQL Statement',
- 'UDF Function': 'UDF Function',
- 'Please enter a SQL Statement(required)': 'Please enter a SQL Statement(required)',
- 'Please enter a JSON Statement(required)': 'Please enter a JSON Statement(required)',
- 'One form or attachment must be selected': 'One form or attachment must be selected',
- 'Recipient required': 'Recipient required',
- 'Mail subject required': 'Mail subject required',
- 'Child Node': 'Child Node',
- 'Please select a sub-Process': 'Please select a sub-Process',
- Edit: 'Edit',
- 'Switch To This Version': 'Switch To This Version',
- 'Datasource Name': 'Datasource Name',
- 'Please enter datasource name': 'Please enter datasource name',
- IP: 'IP',
- 'Please enter IP': 'Please enter IP',
- Port: 'Port',
- 'Please enter port': 'Please enter port',
- 'Database Name': 'Database Name',
- 'Please enter database name': 'Please enter database name',
- 'Oracle Connect Type': 'ServiceName or SID',
- 'Oracle Service Name': 'ServiceName',
- 'Oracle SID': 'SID',
- 'jdbc connect parameters': 'jdbc connect parameters',
- 'Test Connect': 'Test Connect',
- 'Please enter resource name': 'Please enter resource name',
- 'Please enter resource folder name': 'Please enter resource folder name',
- 'Please enter a non-query SQL statement': 'Please enter a non-query SQL statement',
- 'Please enter IP/hostname': 'Please enter IP/hostname',
- 'jdbc connection parameters is not a correct JSON format': 'jdbc connection parameters is not a correct JSON format',
- '#': '#',
- 'Datasource Type': 'Datasource Type',
- 'Datasource Parameter': 'Datasource Parameter',
- 'Create Time': 'Create Time',
- 'Update Time': 'Update Time',
- Operation: 'Operation',
- 'Current Version': 'Current Version',
- 'Click to view': 'Click to view',
- 'Delete?': 'Delete?',
- 'Switch Version Successfully': 'Switch Version Successfully',
- 'Confirm Switch To This Version?': 'Confirm Switch To This Version?',
- Confirm: 'Confirm',
- 'Task status statistics': 'Task Status Statistics',
- Number: 'Number',
- State: 'State',
- 'Process Status Statistics': 'Process Status Statistics',
- 'Process Definition Statistics': 'Process Definition Statistics',
- 'Project Name': 'Project Name',
- 'Please enter name': 'Please enter name',
- 'Owned Users': 'Owned Users',
- 'Process Pid': 'Process Pid',
- 'Zk registration directory': 'Zk registration directory',
- cpuUsage: 'cpuUsage',
- memoryUsage: 'memoryUsage',
- 'Last heartbeat time': 'Last heartbeat time',
- 'Edit Tenant': 'Edit Tenant',
- 'OS Tenant Code': 'OS Tenant Code',
- 'Tenant Name': 'Tenant Name',
- Queue: 'Yarn Queue',
- 'Please select a queue': 'default is tenant association queue',
- 'Please enter the os tenant code in English': 'Please enter the os tenant code in English',
- 'Please enter os tenant code in English': 'Please enter os tenant code in English',
- 'Please enter os tenant code': 'Please enter os tenant code',
- 'Please enter tenant Name': 'Please enter tenant Name',
- 'The os tenant code. Only letters or a combination of letters and numbers are allowed': 'The os tenant code. Only letters or a combination of letters and numbers are allowed',
- 'Edit User': 'Edit User',
- Tenant: 'Tenant',
- Email: 'Email',
- Phone: 'Phone',
- 'User Type': 'User Type',
- 'Please enter phone number': 'Please enter phone number',
- 'Please enter email': 'Please enter email',
- 'Please enter the correct email format': 'Please enter the correct email format',
- 'Please enter the correct mobile phone format': 'Please enter the correct mobile phone format',
- Project: 'Project',
- Authorize: 'Authorize',
- 'File resources': 'File resources',
- 'UDF resources': 'UDF resources',
- 'UDF resources directory': 'UDF resources directory',
- 'Please select UDF resources directory': 'Please select UDF resources directory',
- 'Edit alarm group': 'Edit alarm group',
- 'Create alarm group': 'Create alarm group',
- 'Create Alarm Instance': 'Create Alarm Instance',
- 'Edit Alarm Instance': 'Edit Alarm Instance',
- 'Group Name': 'Group Name',
- 'Alarm instance name': 'Alarm instance name',
- 'Select plugin': 'Select plugin',
- 'Please enter group name': 'Please enter group name',
- 'Group Type': 'Group Type',
- 'Alarm plugin instance': 'Alarm plugin instance',
- Remarks: 'Remarks',
- SMS: 'SMS',
- 'Managing Users': 'Managing Users',
- Permission: 'Permission',
- Administrator: 'Administrator',
- 'Confirm Password': 'Confirm Password',
- 'Please enter confirm password': 'Please enter confirm password',
- 'Password cannot be in Chinese': 'Password cannot be in Chinese',
- 'Please enter a password (6-22) character password': 'Please enter a password (6-22) character password',
- 'Confirmation password cannot be in Chinese': 'Confirmation password cannot be in Chinese',
- 'Please enter a confirmation password (6-22) character password': 'Please enter a confirmation password (6-22) character password',
- 'The password is inconsistent with the confirmation password': 'The password is inconsistent with the confirmation password',
- 'Please select the datasource': 'Please select the datasource',
- 'Please select resources': 'Please select resources',
- Query: 'Query',
- 'Non Query': 'Non Query',
- 'prop(required)': 'prop(required)',
- 'value(optional)': 'value(optional)',
- 'value(required)': 'value(required)',
- 'prop is empty': 'prop is empty',
- 'value is empty': 'value is empty',
- 'prop is repeat': 'prop is repeat',
- 'Start Time': 'Start Time',
- 'End Time': 'End Time',
- crontab: 'crontab',
- 'Failure Strategy': 'Failure Strategy',
- online: 'online',
- offline: 'offline',
- 'Task Status': 'Task Status',
- 'Process Instance': 'Process Instance',
- 'Task Instance': 'Task Instance',
- 'Select date range': 'Select date range',
- startDate: 'startDate',
- endDate: 'endDate',
- Date: 'Date',
- waiting: 'waiting',
- execution: 'execution',
- finish: 'finish',
- 'Create File': 'Create File',
- 'Create folder': 'Create folder',
- 'File Name': 'File Name',
- 'Folder Name': 'Folder Name',
- 'File Format': 'File Format',
- 'Folder Format': 'Folder Format',
- 'File Content': 'File Content',
- 'Upload File Size': 'Upload File size cannot exceed 1g',
- Create: 'Create',
- 'Please enter the resource content': 'Please enter the resource content',
- 'Resource content cannot exceed 3000 lines': 'Resource content cannot exceed 3000 lines',
- 'File Details': 'File Details',
- 'Download Details': 'Download Details',
- Return: 'Return',
- Save: 'Save',
- 'File Manage': 'File Manage',
- 'Upload Files': 'Upload Files',
- 'Create UDF Function': 'Create UDF Function',
- 'Upload UDF Resources': 'Upload UDF Resources',
- 'Service-Master': 'Service-Master',
- 'Service-Worker': 'Service-Worker',
- 'Process Name': 'Process Name',
- Executor: 'Executor',
- 'Run Type': 'Run Type',
- 'Scheduling Time': 'Scheduling Time',
- 'Run Times': 'Run Times',
- host: 'host',
- 'fault-tolerant sign': 'fault-tolerant sign',
- Rerun: 'Rerun',
- 'Recovery Failed': 'Recovery Failed',
- Stop: 'Stop',
- Pause: 'Pause',
- 'Recovery Suspend': 'Recovery Suspend',
- Gantt: 'Gantt',
- Name: 'Name',
- 'Node Type': 'Node Type',
- 'Submit Time': 'Submit Time',
- Duration: 'Duration',
- 'Retry Count': 'Retry Count',
- 'Task Name': 'Task Name',
- 'Task Date': 'Task Date',
- 'Source Table': 'Source Table',
- 'Record Number': 'Record Number',
- 'Target Table': 'Target Table',
- 'Online viewing type is not supported': 'Online viewing type is not supported',
- Size: 'Size',
- Rename: 'Rename',
- Download: 'Download',
- Export: 'Export',
- 'Version Info': 'Version Info',
- Submit: 'Submit',
- 'Edit UDF Function': 'Edit UDF Function',
- type: 'type',
- 'UDF Function Name': 'UDF Function Name',
- FILE: 'FILE',
- UDF: 'UDF',
- 'File Subdirectory': 'File Subdirectory',
- 'Please enter a function name': 'Please enter a function name',
- 'Package Name': 'Package Name',
- 'Please enter a Package name': 'Please enter a Package name',
- Parameter: 'Parameter',
- 'Please enter a parameter': 'Please enter a parameter',
- 'UDF Resources': 'UDF Resources',
- 'Upload Resources': 'Upload Resources',
- Instructions: 'Instructions',
- 'Please enter a instructions': 'Please enter a instructions',
- 'Please enter a UDF function name': 'Please enter a UDF function name',
- 'Select UDF Resources': 'Select UDF Resources',
- 'Class Name': 'Class Name',
- 'Jar Package': 'Jar Package',
- 'Library Name': 'Library Name',
- 'UDF Resource Name': 'UDF Resource Name',
- 'File Size': 'File Size',
- Description: 'Description',
- 'Drag Nodes and Selected Items': 'Drag Nodes and Selected Items',
- 'Select Line Connection': 'Select Line Connection',
- 'Delete selected lines or nodes': 'Delete selected lines or nodes',
- 'Full Screen': 'Full Screen',
- Unpublished: 'Unpublished',
- 'Start Process': 'Start Process',
- 'Execute from the current node': 'Execute from the current node',
- 'Recover tolerance fault process': 'Recover tolerance fault process',
- 'Resume the suspension process': 'Resume the suspension process',
- 'Execute from the failed nodes': 'Execute from the failed nodes',
- 'Complement Data': 'Complement Data',
- 'Scheduling execution': 'Scheduling execution',
- 'Recovery waiting thread': 'Recovery waiting thread',
- 'Submitted successfully': 'Submitted successfully',
- Executing: 'Executing',
- 'Ready to pause': 'Ready to pause',
- 'Ready to stop': 'Ready to stop',
- 'Need fault tolerance': 'Need fault tolerance',
- kill: 'kill',
- 'Waiting for thread': 'Waiting for thread',
- 'Waiting for dependence': 'Waiting for dependence',
- Start: 'Start',
- Copy: 'Copy',
- 'Copy name': 'Copy name',
- Delete: 'Delete',
- 'Please enter keyword': 'Please enter keyword',
- 'File Upload': 'File Upload',
- 'Drag the file into the current upload window': 'Drag the file into the current upload window',
- 'Drag area upload': 'Drag area upload',
- Upload: 'Upload',
- 'ReUpload File': 'Re-upload file',
- 'Please enter file name': 'Please enter file name',
- 'Please select the file to upload': 'Please select the file to upload',
- 'Resources manage': 'Resources',
- Security: 'Security',
- Logout: 'Logout',
- 'No data': 'No data',
- 'Uploading...': 'Uploading...',
- 'Loading...': 'Loading...',
- List: 'List',
- 'Unable to download without proper url': 'Unable to download without proper url',
- Process: 'Process',
- 'Process definition': 'Process definition',
- 'Task record': 'Task record',
- 'Warning group manage': 'Warning group manage',
- 'Warning instance manage': 'Warning instance manage',
- 'Servers manage': 'Servers manage',
- 'UDF manage': 'UDF manage',
- 'Resource manage': 'Resource manage',
- 'Function manage': 'Function manage',
- 'Edit password': 'Edit password',
- 'Ordinary users': 'Ordinary users',
- 'Create process': 'Create process',
- 'Import process': 'Import process',
- 'Timing state': 'Timing state',
- Timing: 'Timing',
- TreeView: 'TreeView',
- 'Mailbox already exists! Recipients and copyers cannot repeat': 'Mailbox already exists! Recipients and copyers cannot repeat',
- 'Mailbox input is illegal': 'Mailbox input is illegal',
- 'Please set the parameters before starting': 'Please set the parameters before starting',
- Continue: 'Continue',
- End: 'End',
- 'Node execution': 'Node execution',
- 'Backward execution': 'Backward execution',
- 'Forward execution': 'Forward execution',
- 'Execute only the current node': 'Execute only the current node',
- 'Notification strategy': 'Notification strategy',
- 'Notification group': 'Notification group',
- 'Please select a notification group': 'Please select a notification group',
- Recipient: 'Recipient',
- Cc: 'Cc',
- 'Whether it is a complement process?': 'Whether it is a complement process?',
- 'Schedule date': 'Schedule date',
- 'Mode of execution': 'Mode of execution',
- 'Serial execution': 'Serial execution',
- 'Parallel execution': 'Parallel execution',
- 'Set parameters before timing': 'Set parameters before timing',
- 'Start and stop time': 'Start and stop time',
- 'Please select time': 'Please select time',
- 'Please enter crontab': 'Please enter crontab',
- none_1: 'none',
- success_1: 'success',
- failure_1: 'failure',
- All_1: 'All',
- Toolbar: 'Toolbar',
- 'View variables': 'View variables',
- 'Format DAG': 'Format DAG',
- 'Refresh DAG status': 'Refresh DAG status',
- Return_1: 'Return',
- 'Please enter format': 'Please enter format',
- 'connection parameter': 'connection parameter',
- 'Process definition details': 'Process definition details',
- 'Create process definition': 'Create process definition',
- 'Scheduled task list': 'Scheduled task list',
- 'Process instance details': 'Process instance details',
- 'Create Resource': 'Create Resource',
- 'User Center': 'User Center',
- 'Please enter method': 'Please enter method',
- none: 'none',
- name: 'name',
- 'Process priority': 'Process priority',
- 'Task priority': 'Task priority',
- 'Task timeout alarm': 'Task timeout alarm',
- 'Timeout strategy': 'Timeout strategy',
- 'Timeout alarm': 'Timeout alarm',
- 'Timeout failure': 'Timeout failure',
- 'Timeout period': 'Timeout period',
- 'Waiting Dependent complete': 'Waiting Dependent complete',
- 'Waiting Dependent start': 'Waiting Dependent start',
- 'Check interval': 'Check interval',
- 'Timeout must be longer than check interval': 'Timeout must be longer than check interval',
- 'Timeout strategy must be selected': 'Timeout strategy must be selected',
- 'Timeout must be a positive integer': 'Timeout must be a positive integer',
- 'Add dependency': 'Add dependency',
- and: 'and',
- or: 'or',
- month: 'month',
- week: 'week',
- day: 'day',
- hour: 'hour',
- Running: 'Running',
- 'Waiting for dependency to complete': 'Waiting for dependency to complete',
- Selected: 'Selected',
- CurrentHour: 'CurrentHour',
- Last1Hour: 'Last1Hour',
- Last2Hours: 'Last2Hours',
- Last3Hours: 'Last3Hours',
- Last24Hours: 'Last24Hours',
- today: 'today',
- Last1Days: 'Last1Days',
- Last2Days: 'Last2Days',
- Last3Days: 'Last3Days',
- Last7Days: 'Last7Days',
- ThisWeek: 'ThisWeek',
- LastWeek: 'LastWeek',
- LastMonday: 'LastMonday',
- LastTuesday: 'LastTuesday',
- LastWednesday: 'LastWednesday',
- LastThursday: 'LastThursday',
- LastFriday: 'LastFriday',
- LastSaturday: 'LastSaturday',
- LastSunday: 'LastSunday',
- ThisMonth: 'ThisMonth',
- LastMonth: 'LastMonth',
- LastMonthBegin: 'LastMonthBegin',
- LastMonthEnd: 'LastMonthEnd',
- 'Refresh status succeeded': 'Refresh status succeeded',
- 'Queue manage': 'Yarn Queue manage',
- 'Create queue': 'Create queue',
- 'Edit queue': 'Edit queue',
- 'Datasource manage': 'Datasource',
- 'History task record': 'History task record',
- 'Please go online': 'Please go online',
- 'Queue value': 'Queue value',
- 'Please enter queue value': 'Please enter queue value',
- 'Worker group manage': 'Worker group manage',
- 'Create worker group': 'Create worker group',
- 'Edit worker group': 'Edit worker group',
- 'Token manage': 'Token manage',
- 'Create token': 'Create token',
- 'Edit token': 'Edit token',
- 'Please enter the IP address separated by commas': 'Please enter the IP address separated by commas',
- 'Note: Multiple IP addresses have been comma separated': 'Note: Multiple IP addresses have been comma separated',
- 'Failure time': 'Failure time',
- 'Expiration time': 'Expiration time',
- User: 'User',
- 'Please enter token': 'Please enter token',
- 'Generate token': 'Generate token',
- Monitor: 'Monitor',
- Group: 'Group',
- 'Queue statistics': 'Queue statistics',
- 'Command status statistics': 'Command status statistics',
- 'Task kill': 'Task Kill',
- 'Task queue': 'Task queue',
- 'Error command count': 'Error command count',
- 'Normal command count': 'Normal command count',
- Manage: ' Manage',
- 'Number of connections': 'Number of connections',
- Sent: 'Sent',
- Received: 'Received',
- 'Min latency': 'Min latency',
- 'Avg latency': 'Avg latency',
- 'Max latency': 'Max latency',
- 'Node count': 'Node count',
- 'Query time': 'Query time',
- 'Node self-test status': 'Node self-test status',
- 'Health status': 'Health status',
- 'Max connections': 'Max connections',
- 'Threads connections': 'Threads connections',
- 'Max used connections': 'Max used connections',
- 'Threads running connections': 'Threads running connections',
- 'Worker group': 'Worker group',
- 'Please enter a positive integer greater than 0': 'Please enter a positive integer greater than 0',
- 'Pre Statement': 'Pre Statement',
- 'Post Statement': 'Post Statement',
- 'Statement cannot be empty': 'Statement cannot be empty',
- 'Process Define Count': 'Work flow Define Count',
- 'Process Instance Running Count': 'Process Instance Running Count',
- 'command number of waiting for running': 'command number of waiting for running',
- 'failure command number': 'failure command number',
- 'tasks number of waiting running': 'tasks number of waiting running',
- 'task number of ready to kill': 'task number of ready to kill',
- 'Statistics manage': 'Statistics Manage',
- statistics: 'Statistics',
- 'select tenant': 'select tenant',
- 'Please enter Principal': 'Please enter Principal',
- 'The start time must not be the same as the end': 'The start time must not be the same as the end',
- 'Startup parameter': 'Startup parameter',
- 'Startup type': 'Startup type',
- 'warning of timeout': 'warning of timeout',
- 'Next five execution times': 'Next five execution times',
- 'Execute time': 'Execute time',
- 'Complement range': 'Complement range',
- 'Flink Version': 'Flink Version',
- 'Slot Number': 'Slot Number',
- 'TaskManager Number': 'TaskManager Number',
- 'JobManager Memory': 'JobManager Memory',
- 'TaskManager Memory': 'TaskManager Memory',
- 'App Name': 'App Name',
- 'Http Url': 'Http Url',
- 'Http Method': 'Http Method',
- 'Http Parameters': 'Http Parameters',
- 'Http Parameters Key': 'Http Parameters Key',
- 'Http Parameters Position': 'Http Parameters Position',
- 'Http Parameters Value': 'Http Parameters Value',
- 'Http Check Condition': 'Http Check Condition',
- 'Http Condition': 'Http Condition',
- 'Please Enter Http Url': 'Please Enter Http Url(required)',
- 'Please Enter Http Condition': 'Please Enter Http Condition',
- 'There is no data for this period of time': 'There is no data for this period of time',
- 'IP address cannot be empty': 'IP address cannot be empty',
- 'Please enter the correct IP': 'Please enter the correct IP',
- 'Please generate token': 'Please generate token',
- 'Spark Version': 'Spark Version',
- TargetDataBase: 'target database',
- TargetTable: 'target table',
- 'Please enter the table of target': 'Please enter the table of target',
- 'Please enter a Target Table(required)': 'Please enter a Target Table(required)',
- SpeedByte: 'speed(byte count)',
- SpeedRecord: 'speed(record count)',
- '0 means unlimited by byte': '0 means unlimited',
- '0 means unlimited by count': '0 means unlimited',
- 'Modify User': 'Modify User',
- 'Whether directory': 'Whether directory',
- Yes: 'Yes',
- No: 'No',
- 'Hadoop Custom Params': 'Hadoop Params',
- 'Sqoop Advanced Parameters': 'Sqoop Params',
- 'Sqoop Job Name': 'Job Name',
- 'Please enter Mysql Database(required)': 'Please enter Mysql Database(required)',
- 'Please enter Mysql Table(required)': 'Please enter Mysql Table(required)',
- 'Please enter Columns (Comma separated)': 'Please enter Columns (Comma separated)',
- 'Please enter Target Dir(required)': 'Please enter Target Dir(required)',
- 'Please enter Export Dir(required)': 'Please enter Export Dir(required)',
- 'Please enter Hive Database(required)': 'Please enter Hive Databasec(required)',
- 'Please enter Hive Table(required)': 'Please enter Hive Table(required)',
- 'Please enter Hive Partition Keys': 'Please enter Hive Partition Key',
- 'Please enter Hive Partition Values': 'Please enter Partition Value',
- 'Please enter Replace Delimiter': 'Please enter Replace Delimiter',
- 'Please enter Fields Terminated': 'Please enter Fields Terminated',
- 'Please enter Lines Terminated': 'Please enter Lines Terminated',
- 'Please enter Concurrency': 'Please enter Concurrency',
- 'Please enter Update Key': 'Please enter Update Key',
- 'Please enter Job Name(required)': 'Please enter Job Name(required)',
- 'Please enter Custom Shell(required)': 'Please enter Custom Shell(required)',
- Direct: 'Direct',
- Type: 'Type',
- ModelType: 'ModelType',
- ColumnType: 'ColumnType',
- Database: 'Database',
- Column: 'Column',
- 'Map Column Hive': 'Map Column Hive',
- 'Map Column Java': 'Map Column Java',
- 'Export Dir': 'Export Dir',
- 'Hive partition Keys': 'Hive partition Keys',
- 'Hive partition Values': 'Hive partition Values',
- FieldsTerminated: 'FieldsTerminated',
- LinesTerminated: 'LinesTerminated',
- IsUpdate: 'IsUpdate',
- UpdateKey: 'UpdateKey',
- UpdateMode: 'UpdateMode',
- 'Target Dir': 'Target Dir',
- DeleteTargetDir: 'DeleteTargetDir',
- FileType: 'FileType',
- CompressionCodec: 'CompressionCodec',
- CreateHiveTable: 'CreateHiveTable',
- DropDelimiter: 'DropDelimiter',
- OverWriteSrc: 'OverWriteSrc',
- ReplaceDelimiter: 'ReplaceDelimiter',
- Concurrency: 'Concurrency',
- Form: 'Form',
- OnlyUpdate: 'OnlyUpdate',
- AllowInsert: 'AllowInsert',
- 'Data Source': 'Data Source',
- 'Data Target': 'Data Target',
- 'All Columns': 'All Columns',
- 'Some Columns': 'Some Columns',
- 'Branch flow': 'Branch flow',
- 'Custom Job': 'Custom Job',
- 'Custom Script': 'Custom Script',
- 'Cannot select the same node for successful branch flow and failed branch flow': 'Cannot select the same node for successful branch flow and failed branch flow',
- 'Successful branch flow and failed branch flow are required': 'conditions node Successful and failed branch flow are required',
- 'No resources exist': 'No resources exist',
- 'Please delete all non-existing resources': 'Please delete all non-existing resources',
- 'Unauthorized or deleted resources': 'Unauthorized or deleted resources',
- 'Please delete all non-existent resources': 'Please delete all non-existent resources',
- Kinship: 'Workflow relationship',
- Reset: 'Reset',
- KinshipStateActive: 'Active',
- KinshipState1: 'Online',
- KinshipState0: 'Workflow is not online',
- KinshipState10: 'Scheduling is not online',
- 'Dag label display control': 'Dag label display control',
- Enable: 'Enable',
- Disable: 'Disable',
- 'The Worker group no longer exists, please select the correct Worker group!': 'The Worker group no longer exists, please select the correct Worker group!',
- 'Please confirm whether the workflow has been saved before downloading': 'Please confirm whether the workflow has been saved before downloading',
- 'User name length is between 3 and 39': 'User name length is between 3 and 39',
- 'Timeout Settings': 'Timeout Settings',
- 'Connect Timeout': 'Connect Timeout',
- 'Socket Timeout': 'Socket Timeout',
- 'Connect timeout be a positive integer': 'Connect timeout be a positive integer',
- 'Socket Timeout be a positive integer': 'Socket Timeout be a positive integer',
- ms: 'ms',
- 'Please Enter Url': 'Please Enter Url eg. 127.0.0.1:7077',
- Master: 'Master',
- 'Please select the waterdrop resources': 'Please select the waterdrop resources',
- zkDirectory: 'zkDirectory',
- 'Directory detail': 'Directory detail',
- 'Connection name': 'Connection name',
- 'Current connection settings': 'Current connection settings',
- 'Please save the DAG before formatting': 'Please save the DAG before formatting',
- 'Batch copy': 'Batch copy',
- 'Related items': 'Related items',
- 'Project name is required': 'Project name is required',
- 'Batch move': 'Batch move',
- Version: 'Version',
- 'Pre tasks': 'Pre tasks',
- 'Running Memory': 'Running Memory',
- 'Max Memory': 'Max Memory',
- 'Min Memory': 'Min Memory',
- 'The workflow canvas is abnormal and cannot be saved, please recreate': 'The workflow canvas is abnormal and cannot be saved, please recreate',
- Info: 'Info',
- 'Datasource userName': 'owner',
- 'Resource userName': 'owner'
- }
|