frontend/app/scripts/languages/locale-en.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('english', {
"serviceList": "Service List",
"instanceList": "Instance List",
"serviceCenter": "Service Center",
"tenant": "Tenant",
"english": "English",
"chinese": "Chinese",
"services": "Services",
"instances": "Instances",
"search": "Search",
"name": "Name",
"instanceHostName": "Instance Host Name",
"serviceName": "Service Name",
"status": "Status",
"appId": "AppId",
"version": "Version",
"createdAt": "CreatedAt",
"address": "Address",
"refresh": "Refresh",
"close": "Close",
"description": "Description",
"application": "Application",
"serviceInstances": "Service Instances",
"serviceProviders": "Service Providers",
"serviceConsumers": "Service Consumers",
"schema": "Schema",
"dashboard": "Dashboard",
"up": "Up",
"down": "Down",
"starting": "Starting",
"outOfService": "Out Of Service",
"testing": "Testing",
"dashboard": "Dashboard",
"getSchema": "Get Schema",
"error": "Error",
"errorCode": "Error Code",
"errorText": "ErrorText",
"errorStatus": "Error Message",
"noSchemaFilesExists": "No Schema Files Exists",
"instances": "Instances",
"operations": "Operations",
"noDataFound": "No Data Found",
"noSchemaFound": "No Schema Found",
"schemaTest": "Schema Test",
"schemes": "Schemes",
"providers": "Providers",
"consumers": "Consumers",
"operation": "Operation",
"page": "Page",
"rowsPerPage": "Rows Per Page",
"of": "Of",
"serviceStatistics": "Service Statistics",
"serviceInstanceStatistics": "Service Instance Statistics",
"updated": "Updated",
"footerValue": "ServiceComb",
"copyright": "Copyright",
"language": "Language",
"testSchema": "Test Schema",
"noSchemaExists": "No Schema Exists",
"noInstance": "No instances available to test the schema",
"instanceName": "Instance Name",
"address": "Address",
"next": "Next",
"noSchemaAvailableToDownload": "Schema file is not available in service center",
"download": "Download",
"downloadAll": "Download All",
"alert": "Alert",
"delete": "Delete",
"warning": "Warning",
"prompt": "Prompt",
"areYouSureToDelete": "Are you sure to delete ?",
"cannotDeleteServiceWhenInstanceIsAvailable": "Cannot delete service when instance is available",
"serviceDeletedSuccessfully": "Service Deleted Successfully",
"unableToDeleteService": "Unable to delete service..Try again",
"back": "back",
"highwayErr": "Highway is not supported currently",
"noInstanceTip": "Instance is not available",
"topology": "Topology",
"userGuide": {
"title": "User Guide",
"developServiceProvider": "How to develop service provider?",
"developServiceConsumer": "How to develop service consumer?",
"instanceUnregister": "When will the instance get unregistered from service center?"
},
"viewMoreInfo": "View more info",
"properties" : "Meta-Data",
"noPropertiesFound" : "No Meta-Data Available for this Microservice"
});