blob: da597fdc05dce8f3927210acfc77b8f2545ef2b4 [file] [log] [blame]
//Copyright 2017 Huawei Technologies Co., Ltd
//
//Licensed 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.
'use strict';
angular.module('serviceCenter')
.constant('chinese', {
"serviceList": "服务列表",
"instanceList": "实例列表",
"serviceCenter": "服务中心",
"tenant": "承租人",
"english": "英语",
"chinese": "中文",
"services": "服务",
"instances": "实例",
"search": "搜索",
"name": "名称",
"status": "状态",
"appId": "应用程式编号",
"version": "版",
"createdAt": "创建于",
"address": "地址",
"refresh": "刷新",
"close": "关",
"description": "描述",
"application": "应用",
"serviceInstances": "服务实例",
"serviceProviders": "服务供应商",
"serviceConsumers": "服务消费者",
"schema": "模式",
"dashboard": "仪表板",
"up": "向上",
"down": "下",
"starting": "开始",
"outofservice": "暂停服务",
"dashboard": "仪表板",
"getSchema": "得到架构",
"error": "错误",
"errorCode": "错误代码",
"errorText": "错误文字",
"errorStatus": "错误状态",
"noSchemaFilesExists": "没有模式文件存在",
"instances": "实例",
"operations": "操作",
"noDataFound": "没有找到数据",
"noSchemaFound": "找不到模式",
"schemaTest": "模式测试",
"schemes": "方案",
"providers": "供应商",
"consumers": "消费者",
"operation": "手术",
"page": "页",
"rowsPerPage": "每页行数",
"of": "的",
"serviceStatistics": "服务统计",
"updated": "更新",
"footerValue": "服务梳",
"language": "语言",
"testSchema": "测试模式",
"noSchemaExists": "不存在模式",
"noInstance": "没有可用的测试模式的实例",
"instanceName":"实例名称",
"address": "地址",
"next":"下一个",
"noSchemaAvailableToDownload": "服务中心不提供模式文件",
"download": "下载",
"downloadAll": "全部下载",
"alert": "警报",
"delete": "删除",
"warning": "警告",
"prompt": "提示",
"areYouSureToDelete": "你确定删除吗?",
"cannotDeleteServiceWhenInstanceIsAvailable": "实例可用时无法删除服务",
"serviceDeletedSuccessfully": "服务已成功删除",
"unableToDeleteService": "无法删除服务 再试一次"
});