blob: 58623f74384af1b736c86c1ce9d046fc2893945f [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
*
* 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.
*/
export default {
route: {
dashboard: 'Dashboard',
i18n: 'I18n',
profile: 'Profile',
SchemaRoutes: 'Routes',
SchemaRoutesList: 'Routes',
SchemaRoutesEdit: 'Router Edit',
SchemaRoutesCreate: 'Router Create',
SchemaConsumers: 'Consumers',
SchemaConsumersList: 'Consumers',
SchemaConsumersEdit: 'Consumer Edit',
SchemaConsumersCreate: 'Consumer Create',
SchemaServices: 'Services',
SchemaServiceList: 'Services',
SchemaServiceCreate: 'Service Create',
SchemaServiceEdit: 'Service Edit',
SchemaSSL: 'SSL',
SchemaSSLList: 'SSL',
SchemaSSLEdit: 'SSL Edit',
SchemaSSLCreate: 'SSL Create',
SchemaUpstream: 'Upstream',
SchemaUpstreamList: 'Upstream',
SchemaUpstreamCreate: 'Upstream Create',
SchemaUpstreamEdit: 'Upstream Edit'
},
table: {
add: 'Add',
edit: 'Edit',
delete: 'Delete',
actions: 'Action'
},
navbar: {
logOut: 'Log Out'
},
login: {
title: 'APISIX Login',
logIn: 'Login',
username: 'Username',
password: 'Password'
},
tagsView: {
refresh: 'Refresh',
close: 'Close',
closeOthers: 'Close Others',
closeAll: 'Close All'
},
button: {
save: 'Save',
confirm: 'Confirm',
cancel: 'Cancel',
add_plugin: 'Add Plugin',
add_node: 'Add Node',
add_var: 'Add Var',
delete: 'Delete',
addValue: 'Add Value'
},
schema: {
route: {
inputMultipleValues: 'Input value then press return button',
propertyHostsTip: 'Any values are supported',
fileterFunc: 'User-defined filtering function,Begins with "function()" and ends with "end".'
}
},
upstream: {
websocket: {
EnabledTip: 'WebSocket enabled',
DisabledTip: 'WebSocket disabled'
},
keyTip: 'You can edit and input any value here,and press Enter to confirm.',
hashOnTip: 'Select a hash on.'
},
message: {
cannotAddMoreItems: 'You cannot add more item!',
clickSaveButton: 'Your data will be saved after you click the Save button!'
}
}