You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
2.1 KiB
61 lines
2.1 KiB
|
1 year ago
|
/*
|
||
|
|
* 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 {
|
||
|
|
home: 'Home',
|
||
|
|
project: 'Project',
|
||
|
|
resources: 'Resources',
|
||
|
|
datasource: 'Datasource',
|
||
|
|
monitor: 'Monitor',
|
||
|
|
security: 'Security',
|
||
|
|
project_overview: 'Project Overview',
|
||
|
|
workflow_relation: 'Workflow Relation',
|
||
|
|
workflow: 'Workflow',
|
||
|
|
workflow_definition: 'Workflow Definition',
|
||
|
|
workflow_instance: 'Workflow Instance',
|
||
|
|
task: 'Task',
|
||
|
|
task_instance: 'Task Instance',
|
||
|
|
task_definition: 'Task Definition',
|
||
|
|
file_manage: 'File Manage',
|
||
|
|
udf_manage: 'UDF Manage',
|
||
|
|
resource_manage: 'Resource Manage',
|
||
|
|
function_manage: 'Function Manage',
|
||
|
|
service_manage: 'Service Manage',
|
||
|
|
master: 'Master',
|
||
|
|
worker: 'Worker',
|
||
|
|
db: 'DB',
|
||
|
|
statistical_manage: 'Statistical Manage',
|
||
|
|
statistics: 'Statistics',
|
||
|
|
audit_log: 'Audit Log',
|
||
|
|
tenant_manage: 'Tenant Manage',
|
||
|
|
user_manage: 'User Manage',
|
||
|
|
alarm_group_manage: 'Alarm Group Manage',
|
||
|
|
alarm_instance_manage: 'Alarm Instance Manage',
|
||
|
|
worker_group_manage: 'Worker Group Manage',
|
||
|
|
yarn_queue_manage: 'Yarn Queue Manage',
|
||
|
|
environment_manage: 'Environment Manage',
|
||
|
|
cluster_manage: 'Cluster Manage',
|
||
|
|
k8s_namespace_manage: 'K8S Namespace Manage',
|
||
|
|
token_manage: 'Token Manage',
|
||
|
|
task_group_manage: 'Task Group Manage',
|
||
|
|
task_group_option: 'Task Group Option',
|
||
|
|
task_group_queue: 'Task Group Queue',
|
||
|
|
data_quality: 'Data Quality',
|
||
|
|
task_result: 'Task Result',
|
||
|
|
rule: 'Rule management'
|
||
|
|
}
|