summaryrefslogtreecommitdiff
path: root/UI source code/dns_mapping_ui-master/src/lang/en.js
diff options
context:
space:
mode:
Diffstat (limited to 'UI source code/dns_mapping_ui-master/src/lang/en.js')
-rw-r--r--UI source code/dns_mapping_ui-master/src/lang/en.js491
1 files changed, 491 insertions, 0 deletions
diff --git a/UI source code/dns_mapping_ui-master/src/lang/en.js b/UI source code/dns_mapping_ui-master/src/lang/en.js
new file mode 100644
index 0000000..faf0d48
--- /dev/null
+++ b/UI source code/dns_mapping_ui-master/src/lang/en.js
@@ -0,0 +1,491 @@
+export default {
+ route: {
+ dashboard: 'Dashboard',
+ profile: 'Profile'
+ },
+ navbar: {
+ setting: 'Settings',
+ github: 'Repository',
+ logOut: 'Log Out',
+ profile: 'Profile',
+ theme: 'Theme',
+ docs: 'Document',
+ size: 'Global Size',
+ deleteCache: 'DeleteCache'
+ },
+ login: {
+ title: 'CSE System Login',
+ logIn: 'Login',
+ username: 'Username',
+ password: 'Password',
+ code: 'Code',
+ ortherLoginType: 'Orther login type',
+ chooseToSignIn: 'Sign in with the following account: ',
+ type: {
+ up: 'Account Password',
+ social: 'Third Party Account'
+ }
+ },
+ documentation: {
+ documentation: 'Documentation',
+ github: 'Github Repository'
+ },
+ table: {
+ region: {
+ regionName: 'RegionName',
+ region: 'Region',
+ node: 'nodeName',
+ addr: 'Address',
+ httpsAddr: 'HTTPS',
+ pulsarAddr: 'Pulsar',
+ tensorAddr: 'Tensor',
+ dorisAddr: 'Doris',
+ redisAddr: 'Redis',
+ rabbitAddr: 'RabbitMQ',
+ mariaAddr: 'MariaDB',
+ minioAddr: 'Minio',
+ agentAddr: 'Agent',
+ type: 'Type',
+ remark: 'Remark',
+ createTime: 'CreateTime',
+ id: 'ID',
+ center: 'Regional Center',
+ bloc: 'Bloc',
+ firm: 'Firm',
+ area: 'Area'
+ },
+ dataConfig: {
+ configName: 'configName',
+ actionType: 'actionType',
+ protocolType: 'protocolType',
+ dataType: 'dataType',
+ server: 'server'
+ },
+ system: {
+ id: 'ID',
+ host: 'host',
+ region: 'region',
+ systemManager: 'systemManager',
+ managerPhone: 'managerPhone',
+ managerMail: 'managerMail',
+ createDate: 'createDate',
+ systemName: 'systemName',
+ systemId: 'systemId'
+ },
+ user: {
+ username: 'UserName',
+ password: 'Password',
+ sex: 'Gender',
+ email: 'Email',
+ dept: 'Department',
+ role: 'Role',
+ mobile: 'Mobile',
+ status: 'Status',
+ createTime: 'CreateTime',
+ modifyTime: 'ModifyTime',
+ lastLoginTime: 'LastLoginTime',
+ desc: 'Personal Description',
+ oldPassword: 'Old Password',
+ newPassword: 'New Password',
+ confirmPassword: 'Confirm Again',
+ social: 'Third Party Account',
+ dataPermission: 'Data Permission'
+ },
+ role: {
+ roleName: 'RoleName',
+ remark: 'Description',
+ createTime: 'CreateTime',
+ perms: 'Permissions'
+ },
+ menu: {
+ parentId: 'Parent',
+ menuName: 'Name',
+ type: 'Type',
+ icon: 'Icon',
+ component: 'Component',
+ path: 'URL',
+ orderNum: 'Order',
+ perms: 'Permissions'
+ },
+ dept: {
+ deptName: 'DeptName',
+ parentId: 'Parent',
+ orderNum: 'Order'
+ },
+ client: {
+ clientId: 'clientId',
+ clientSecret: 'clientSecret',
+ scope: 'scope',
+ authorizedGrantTypes: 'authorizedGrantTypes',
+ accessTokenValidity: 'accessTokenValidity',
+ refreshTokenValidity: 'refreshTokenValidity',
+ webServerRedirectUri: 'webServerRedirectUri',
+ autoapprove: 'autoapprove'
+ },
+ systemLog: {
+ username: 'UserName',
+ operation: 'Description',
+ createTime: 'CreateTime',
+ time: 'Duration',
+ method: 'Method',
+ params: 'parameter',
+ ip: 'IP',
+ location: 'Location'
+ },
+ loginLog: {
+ username: 'UserName',
+ loginTime: 'LoginTime',
+ ip: 'IP',
+ location: 'Location',
+ system: 'System',
+ browser: 'Browser',
+ dataId: 'DataId',
+ systemId: 'SystemId',
+ systemName: 'SystemName',
+ status: 'Status',
+ targets: 'Targets',
+ priority: 'Priority',
+ structure: 'Structure',
+ dataInfo: 'DataInfo',
+ files: 'Files',
+ dataSource: 'DataSource',
+ timestamp: 'Timestamp',
+ errorDate: 'ErrorDate'
+ },
+ requestlog: {
+ requestId: 'RequestId',
+ systemId: 'SystemId',
+ createDate: 'CreateDate',
+ requestMethod: 'RequestMethod',
+ requestHeader: 'RequestHeader',
+ requestBody: 'RequestBody',
+ responseBody: 'ResponseBody',
+ clientIp: 'ClientIp',
+ sledIp: 'SledIp',
+ timestamp: 'Timestamp',
+ startTime: 'StartTime',
+ endTime: 'EndTime'
+ },
+ gen: {
+ config: {
+ author: 'Author',
+ basePackage: 'Base Package',
+ entityPackage: 'Entity Package',
+ mapperPackage: 'Mapper Package',
+ mapperXmlPackage: 'Mapper Xml Package',
+ servicePackage: 'Service Package',
+ serviceImplPackage: 'ServiceImpl Package',
+ controllerPackage: 'Controller Package',
+ isTrim: 'Trim Prefix',
+ trimValue: 'Trim Value'
+ },
+ generate: {
+ tableName: 'TableName',
+ remark: 'Remark',
+ dataRows: 'DataRows',
+ createTime: 'CreateTime',
+ updateTime: 'UpdateTime',
+ datasource: 'DataSource'
+ }
+ },
+ job: {
+ beanName: 'BeanName',
+ methodName: 'MethodName',
+ params: 'Params',
+ cronExpression: 'CronExpression',
+ status: 'Status',
+ createTime: 'CreateTime',
+ executeTime: 'ExecuteTime',
+ error: 'Error',
+ time: 'Duration',
+ remark: 'Remark',
+ add: 'Create',
+ delete: 'Delete',
+ resume: 'Resume',
+ pause: 'Pause',
+ run: 'Run once',
+ fail: 'Fail',
+ success: 'Success',
+ normal: 'Normal'
+ },
+ eximport: {
+ field1: 'Field 1',
+ field2: 'Field 2',
+ field3: 'Field 3',
+ createTime: 'Import Time'
+ },
+ datapermissionTest: {
+ field1: 'Field 1',
+ field2: 'Field 2',
+ field3: 'Field 3',
+ field4: 'Field 4',
+ createTime: 'CreateTime',
+ tips: 'Data permission test, different users see different data'
+ },
+ routeUser: {
+ tips: 'Gateway management user account list, permissions are divided into ordinary users (user) and administrative users (admin)',
+ username: 'UserName',
+ perm: 'Permissions',
+ createTime: 'CreateTime',
+ password: 'Password'
+ },
+ routeLog: {
+ tips: 'Gateway forwards request logs. These are requests that have not been intercepted by traffic limiting or blacklisting rules.',
+ ip: 'Request IP',
+ targetServer: 'Target Server',
+ requestMethod: 'Request Method',
+ requestTime: 'Request Time',
+ requestUri: 'Request URI',
+ targetUri: 'Target URI',
+ location: 'Location'
+ },
+ rateLimitRule: {
+ tips: 'Define gateway traffic restriction rules. Requests that do not meet the rules will be intercepted. The interception records can be viewed through the traffic restriction log.',
+ requestUri: 'Request URI',
+ requestMethod: 'Request Method',
+ limitFrom: 'Limit From',
+ allTheTime: 'all the time',
+ limitTo: 'Limit To',
+ count: 'Count',
+ period: 'Period (Seconds)',
+ createTime: 'CreateTime',
+ nst: 'Wildcards are not supported',
+ status: 'Status',
+ timeLimit: 'Time Limit',
+ timeRange: 'Time Range'
+ },
+ rateLimitLog: {
+ tips: 'Show request logs intercepted by traffic limiting rules',
+ requestUri: 'Request URI',
+ requestMethod: 'Request Method',
+ createTime: 'Request Time',
+ ip: 'Request IP',
+ location: 'Location'
+ },
+ blackList: {
+ tips: 'Define gateway request blacklist',
+ requestUri: 'Request URI',
+ requestMethod: 'Request Method',
+ createTime: 'CreateTime',
+ ip: 'Request IP',
+ location: 'Location',
+ allIp: 'unlimited IP',
+ limitFrom: 'Limit From',
+ allTheTime: 'all the time',
+ limitTo: 'Limit To',
+ status: 'Status',
+ st: 'Wildcard support',
+ timeLimit: 'Time Limit',
+ timeRange: 'Time Range'
+ },
+ blockLog: {
+ tips: 'Support wildcards to display request logs intercepted by blacklist rules. Requests that do not meet the rules will be intercepted. The interception records can be viewed through the blacklist logs.',
+ requestUri: 'Request URI',
+ requestMethod: 'Request Method',
+ createTime: 'Request Time',
+ ip: 'Request IP',
+ location: 'Location'
+ },
+ routeLogin: {
+ needLogin: 'The operation of the gateway management module requires authentication, ',
+ toLogin: ' Click to login',
+ tips: 'The function of this module needs to be enhanced in advance. For the method of opening, please refer to the document: ',
+ title: 'CSE Gateway Certification',
+ login: 'Login'
+ },
+ endpoint: {
+ serverId: 'Endpoint ID',
+ serverName: 'Endpoint Name',
+ serverType: 'Endpoint Type',
+ bindAddr: 'Binding Address',
+ serverLocation: 'Endpoint Location',
+ serverAddr: 'Endpoint Address',
+ createTime: 'Create Time',
+ accessKey: 'AccessKey',
+ accessSecert: 'AccessSecert',
+ add: 'Add',
+ delete: 'Delete',
+ copyAccessKey: 'AccessKey Copied',
+ copyAccessSecert: 'AccessSecert Copied'
+ },
+ refresh: 'Refresh',
+ operation: 'Operation',
+ search: 'Search',
+ reset: 'Reset',
+ more: 'More',
+ add: 'Add',
+ export: 'Export',
+ import: 'Import',
+ templateDownload: 'Template Download',
+ delete: 'Delete',
+ resetPassword: 'RestPassword',
+ openInNewPage: 'New Page'
+ },
+ tagsView: {
+ refresh: 'Refresh',
+ close: 'Close',
+ closeOthers: 'Close Others',
+ closeAll: 'Close All'
+ },
+ settings: {
+ title: 'Page style setting',
+ theme: 'Theme Color',
+ tagsView: 'Open Tags-View',
+ fixedHeader: 'Fixed Header',
+ sidebarLogo: 'Sidebar Logo'
+ },
+ system: {
+ title: 'CSE System'
+ },
+ tips: {
+ usernameShouldNotBeEmpty: 'Username can not be empty',
+ passwordShouldNotBeEmpty: 'Password can not be empty',
+ switchLanguageSuccess: 'Switch language successfully',
+ loginSuccess: 'Login successful',
+ loginFail: 'Login failed',
+ defaultPassword: 'The user\'s default password is 1234qwer',
+ getDataFail: 'Failed to get data',
+ createSuccess: 'Create successfully',
+ updateSuccess: 'Update successfully',
+ deleteSuccess: 'Delete successfully',
+ noDataSelected: 'No data selected yet',
+ confirmDelete: 'The selected data will be permanently deleted, continue?',
+ dataUnsaved: 'There are unsaved data',
+ dataUnfilled: 'There are still unfilled data',
+ confirmDeleteCache: 'Whether to clear the user permission cache immediately?',
+ containCurrentUser: 'The operation has been canceled because it contains the currently logged in user',
+ neverLogin: 'Never logged in to the CSE system',
+ nothing: 'Nothing',
+ topId: 'A value of 0 indicates a top-level node',
+ choose: 'Select: ',
+ chooseNothing: 'No icons have been selected yet',
+ onlyChooseOne: 'Only one node can be selected as the parent node',
+ noNodeSelected: 'Please select a node first',
+ confirmDeleteNode: 'The selected node and its child nodes will be permanently deleted. Continue?',
+ iframeGrant: 'Userame: CSE Password: 123456',
+ notEqual: 'Inconsistent values entered twice',
+ oldPasswordIncorrect: 'Old password incorrect',
+ uploadSuccess: 'Upload Successfully',
+ uploadFailed: 'Upload failed',
+ onlySupportXlsx: 'Only supports Xlsx type files',
+ updating: 'Updating',
+ updateFailed: 'Update failed',
+ noPermission: 'No permission',
+ confirmRestPassword: 'Make sure to reset the selected user password?',
+ resetPasswordSuccess: 'The selected user password reset has been reset to 1234qwer',
+ getCodeImageFailed: 'Failed to get image verification code',
+ tooManyRequest: 'Getting the authentication code is too frequent. Please try again later',
+ clientOriginSecret: 'The original password of the client is: ',
+ sameRule: 'The same rule already exists',
+ createTips: 'Please fill in the relevant information in the form',
+ cronInvalid: 'Cron expression is invalid',
+ executeSuccess: 'Success',
+ executeFail: 'Fail'
+ },
+ rules: {
+ require: 'Can\'t be empty',
+ range2to10: '2 to 10 characters in length',
+ range3to10: '3 to 10 characters in length',
+ range3to20: '3 to 20 characters in length',
+ range4to10: '4 to 10 characters in length',
+ range6to20: '6 to 20 characters in length',
+ email: 'Email is invalid',
+ mobile: 'Phone number is invalid',
+ usernameExist: 'The username already exists',
+ clientIdExist: 'The clientId already exists',
+ roleNameExist: 'The role name already exists',
+ noMoreThan10: 'Can\'t exceed 10 characters in length',
+ noMoreThan11: 'Can\'t exceed 11 characters in length',
+ noMoreThan20: 'Can\'t exceed 20 characters in length',
+ noMoreThan50: 'Can\'t exceed 50 characters in length',
+ noMoreThan100: 'Can\'t exceed 100 characters in length',
+ invalidInteger: 'Please enter an integer greater than zero',
+ invalidURL: 'URL is invalid'
+ },
+ common: {
+ system: 'Microservice Auth System',
+ desc: {
+ a: 'Based on Spring Boot 2.2.0 & Spring Cloud Hoxton.RELEASE',
+ b: 'Use Spring Cloud OAuth2 Unified Authentication',
+ c: 'Authentication server resource server separation, easy to expand',
+ d: 'Front-end separation architecture for increased efficiency',
+ e: 'Integrate multiple monitoring to escort microservices',
+ f: 'Provide detailed documentation and teach you how to build it',
+ g: 'Build a highly available microservices cluster by K8S',
+ h: 'Integrated RocketMQ, TX-LCN, Seata distributed transaction control',
+ i: 'Data permissions, social login...'
+ },
+ view: 'Detail',
+ tips: 'Tips',
+ clear: 'Clear',
+ confirm: 'Confirm',
+ cancel: 'Cancel',
+ add: 'Create',
+ edit: 'Modify',
+ username: 'User Name',
+ dept: 'Department',
+ createTime: 'Create Time',
+ yes: 'Yes',
+ no: 'No',
+ open: 'Open',
+ close: 'Close',
+ sex: {
+ male: 'Male',
+ female: 'Female',
+ secret: 'Secret'
+ },
+ status: {
+ valid: 'Valid',
+ invalid: 'Invalid'
+ },
+ menu: {
+ menu: 'Menu',
+ button: 'Button'
+ },
+ tab: {
+ common: 'Common',
+ directivity: 'Directivity',
+ solid: 'Solid',
+ food: 'Food'
+ },
+ aboutMe: 'About Me',
+ changeAvatar: 'Change',
+ lastLoginTime: 'Last login time',
+ goodMorning: 'Good morning',
+ goodAfternoon: 'Good afternoon',
+ goodEvening: 'Good evening',
+ allProject: 'All Projects',
+ noDept: 'No department',
+ noRole: 'No role',
+ firstLogin: 'First login',
+ you: 'You',
+ total: 'Total',
+ visitTitle: 'Nearly ten days of system access records',
+ timeline: 'Timeline',
+ account: 'Account',
+ password: 'Password',
+ importResult: 'Import Result',
+ hthz: 'Hou Tian Hanzi',
+ al: 'Ali Style',
+ lm: 'Lian Meng',
+ ctc: 'Click to select',
+ pleaseInputUrl: 'Please enter a URL',
+ bind: 'Bind',
+ unbind: 'Unbind',
+ confirmUnbind: 'Make sure to unbind the third-party account?',
+ unbindSuccess: 'Unbind successfully',
+ bindSuccess: 'Bind successfully',
+ bindLogin: 'Bind & Login',
+ signLogin: 'Sign & Login',
+ current: 'Current ',
+ socialAccount: ' account ',
+ socialTips: ' haven\'t bound any system accounts yet, you can bind system accounts or register a new account and bind.',
+ // 首页统计数
+ send: 'Total number of sent data',
+ receive: 'Total received data',
+ all: 'Total amount of data transmitted',
+ systems: 'The total number of business',
+ indexTimeItem: 'Data transmission situation',
+ indexTimeCountTitle: 'Data transmission situation'
+ }
+}