frontend/app/scripts/languages/locale-zh.js (90 lines of code) (raw):

/* * 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. */ 'use strict'; angular.module('serviceCenter') .constant('chinese', { "serviceList": "服务列表", "instanceList": "实例列表", "serviceCenter": "服务中心", "tenant": "租户", "english": "英语", "chinese": "中文", "services": "服务", "instances": "实例", "search": "搜索", "name": "名称", "instanceHostName": "实例主机名", "serviceName": "服务名称", "status": "状态", "appId": "应用", "version": "版本", "createdAt": "创建时间", "address": "地址", "refresh": "刷新", "close": "关闭", "description": "描述", "application": "应用", "serviceInstances": "服务实例", "serviceProviders": "服务供应商", "serviceConsumers": "服务消费者", "schema": "服务契约", "dashboard": "仪表板", "up": "在线", "down": "离线", "starting": "初始化", "outOfService": "暂停服务", "testing": "拨测", "dashboard": "仪表板", "getSchema": "获取契约", "error": "错误", "errorCode": "错误代码", "errorText": "错误文字", "errorStatus": "错误状态", "noSchemaFilesExists": "契约文件不存在", "instances": "实例", "operations": "操作", "noDataFound": "找不到数据", "noSchemaFound": "找不到契约", "schemaTest": "契约测试", "schemes": "契约", "providers": "提供者", "consumers": "消费者", "operation": "操作", "page": "页", "rowsPerPage": "每页行数", "of": "的", "serviceStatistics": "服务统计", "serviceInstanceStatistics": "服务实例统计", "updated": "更新", "footerValue": "ServiceComb", "copyright": "版权所有", "language": "语言", "testSchema": "测试契约", "noSchemaExists": "契约不存在", "noInstance": "没有可用的实例", "instanceName": "实例名称", "address": "地址", "next": "下一步", "noSchemaAvailableToDownload": "没有可用契约", "download": "下载", "downloadAll": "下载全部", "alert": "告警", "delete": "删除", "warning": "警告", "prompt": "提示", "areYouSureToDelete": "确定要删除吗?", "cannotDeleteServiceWhenInstanceIsAvailable": "实例可用时无法删除服务", "serviceDeletedSuccessfully": "删除服务成功", "unableToDeleteService": "删除服务失败,请再试一次", "back": "返回", "highwayErr": "暂不支持Highway", "noInstanceTip": "实例不可用", "topology": "拓扑", "userGuide": { "title": "用户指南", "developServiceProvider": "如何开发服务提供商?", "developServiceConsumer": "如何发展服务消费者?", "instanceUnregister": "实例何时从服务中心注销?" }, "viewMoreInfo": "查看更多信息", "properties" : "元数据", "noPropertiesFound" : "没有查询到更多信息" });