blob: 023d0f36b9819612c1c2dff0d1dd839e08005b1e [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: '添加资源',
resourceInfoTitle: '资源详情',
modifyResource: '修改资源',
deleteResource: '删除资源',
deletePopConfirm: '你确定要删除这个资源?',
uploadResource: '上传资源',
resourceType: '资源类型',
engineType: '计算引擎类型',
resourceGroup: '资源组',
groupName: '资源组名称',
resourceGroupPlaceholder: '请选择组资源',
groupNamePlaceholder: '请输入资源组名称',
groupNameIsRequiredMessage: '资源组名称必填',
engineTypePlaceholder: '请选择计算引擎类型',
multiPomTip: '不支持同时添加多个依赖',
addResourceTip: '请添加资源',
add: '添加',
success: '成功',
fail: '失败',
table: {
title: '资源列表',
resourceName: '资源名称',
resourceNamePlaceholder: '输入资源名查询',
descriptionPlaceholder: '输入描述',
createUser: '创建者',
createTime: '创建时间',
modifyTime: '修改时间',
description: '描述',
},
form: {
descriptionMessage: '超过 100 个字符的最大长度限制',
engineTypeIsRequiredMessage: '计算引擎类型必选',
resourceTypeIsRequiredMessage: '资源类型必选',
resourceTypePlaceholder: '请选择资源类型',
exists: '资源已存在',
empty: '资源不能为空',
},
};