blob: 19ffd1618f2f6d6614d84246aaf260be834a13b6 [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
*
* https://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 {
addResource: 'Add Resource',
resourceInfoTitle: 'Resource Info',
modifyResource: 'Modify Resource',
deleteResource: 'Delete Resource',
deletePopConfirm: 'Are you sure delete this resource ?',
uploadResource: 'Upload Resource',
resourceType: 'Resource Type',
engineType: 'Engine Type',
resourceGroup: 'Resource Group',
groupName: 'Group Name',
engineTypePlaceholder: 'Please select compute engine type',
resourceGroupPlaceholder: 'Please choose resource',
groupNamePlaceholder: 'Please input the group name',
groupNameIsRequiredMessage: 'Group Name is required',
multiPomTip: 'Do not add multiple dependencies at one time',
addResourceTip: 'Please add a resource',
add: 'Add',
success: ' successful',
fail: ' failed',
table: {
title: 'Resource List',
resourceName: 'Resource Name',
resourceNamePlaceholder: 'Please enter the resource name to search',
descriptionPlaceholder: 'Please enter description to search',
createUser: 'Create User',
createTime: 'Create Time',
modifyTime: 'Modify Time',
description: 'Description',
},
form: {
descriptionMessage: 'exceeds maximum length limit of 100 characters',
engineTypeIsRequiredMessage: 'compute engine type is required',
resourceTypeIsRequiredMessage: 'resource type is required',
resourceTypePlaceholder: 'Please select resource type',
exists: 'Sorry, the Resource already exists',
empty: 'Resource cannot be empty',
},
};