blob: e3b8771d486645c1076c2d6153ef2dcf72ad4317 [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('english', {
"serviceList": "Service List",
"instanceList": "Instance List",
"serviceCenter": "Service Center",
"tenant": "Tenant",
"english": "English",
"chinese": "Chinese",
"services": "Services",
"instances": "Instances",
"search": "Search",
"name": "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": "UNAVAILABLE",
"dashboard": "Dashboard",
"getSchema": "Get Schema",
"error": "Error",
"errorCode": "ErrorCode",
"errorText": "ErrorText",
"errorStatus": "ErrorStatus",
"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",
"updated": "Updated",
"footerValue": "Service Comb",
"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"
});