blob: 6e2ecf59c30fa1604d0db1df9213aeb8a98489ef [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 {
'consumer.step.username': 'Username',
'consumer.step.username.rule':
'Maximum length is 100, only letters, numbers and _ are supported, and can only begin with letters',
'consumer.step.username.unique': 'Username should be unique',
'consumer.step.input.username': 'Please input username',
'consumer.step.description': 'Description',
'consumer.step.input.description': 'Please input description',
'consumer.create.edit': 'Edit',
'consumer.create.create': 'Create',
'consumer.create.success': 'Success',
'consumer.create.enable.authentication.plugin': 'Please enable one authentication plugin',
'consumer.create.basic.information': 'Basic Information',
'consumer.create.plugin.config': 'Plugin Config',
'consumer.create.preview': 'Preview',
'consumer.list.username': 'Username',
'consumer.list.description': 'Description',
'consumer.list.update.time': 'Update Time',
'consumer.list.operation': 'Operation',
'consumer.list.edit': 'Edit',
'consumer.list.delete.confirm': 'Are you sure to delete this record ?',
'consumer.list.confirm': 'Confirm',
'consumer.list.cancel': 'Cancel',
'consumer.list.delete.success': 'Delete Success',
'consumer.list.delete': 'Delete',
'consumer.list': 'Consumer List',
'consumer.list.input': 'Please input',
'consumer.list.create': 'Create',
};