|
1 | | -import en from 'element-plus/es/locale/lang/en'; |
2 | | -import components from './components'; |
3 | | -import layout from './layout'; |
4 | | -import views from './views'; |
| 1 | +import en from 'element-plus/es/locale/lang/en' |
| 2 | +import components from './components' |
| 3 | +import layout from './layout' |
| 4 | +import views from './views' |
5 | 5 |
|
6 | 6 | export default { |
7 | | - lang: 'English', |
8 | | - layout, |
9 | | - views, |
10 | | - components, |
11 | | - en, |
12 | | - login: { |
13 | | - authentication: 'Login Authentication', |
14 | | - ldap: { |
15 | | - title: 'LDAP Settings', |
16 | | - address: 'LDAP Address', |
17 | | - serverPlaceholder: 'Please enter LDAP address', |
18 | | - bindDN: 'Bind DN', |
19 | | - bindDNPlaceholder: 'Please enter Bind DN', |
20 | | - password: 'Password', |
21 | | - passwordPlaceholder: 'Please enter password', |
22 | | - ou: 'User OU', |
23 | | - ouPlaceholder: 'Please enter User OU', |
24 | | - ldap_filter: 'User Filter', |
25 | | - ldap_filterPlaceholder: 'Please enter User Filter', |
26 | | - ldap_mapping: 'LDAP Attribute Mapping', |
27 | | - ldap_mappingPlaceholder: 'Please enter LDAP Attribute Mapping', |
28 | | - test: 'Test Connection', |
29 | | - enableAuthentication: 'Enable LDAP Authentication', |
30 | | - save: 'Save', |
31 | | - testConnectionSuccess: 'Test Connection Success', |
32 | | - testConnectionFailed: 'Test Connection Failed', |
33 | | - saveSuccess: 'Save Success', |
34 | | - }, |
35 | | - cas: { |
36 | | - title: 'CAS Settings', |
37 | | - ldpUri: 'ldpUri', |
38 | | - ldpUriPlaceholder: 'Please enter ldpUri', |
39 | | - redirectUrl: 'Callback Address', |
40 | | - redirectUrlPlaceholder: 'Please enter Callback Address', |
41 | | - enableAuthentication: 'Enable CAS Authentication', |
42 | | - saveSuccess: 'Save Success', |
43 | | - save: 'Save', |
44 | | - }, |
45 | | - oidc: { |
46 | | - title: 'OIDC Settings', |
47 | | - authEndpoint: 'Auth Endpoint', |
48 | | - authEndpointPlaceholder: 'Please enter Auth Endpoint', |
49 | | - tokenEndpoint: 'Token Endpoint', |
50 | | - tokenEndpointPlaceholder: 'Please enter Token Endpoint', |
51 | | - userInfoEndpoint: 'User Info Endpoint', |
52 | | - userInfoEndpointPlaceholder: 'Please enter User Info Endpoint', |
53 | | - clientId: 'Client ID', |
54 | | - clientIdPlaceholder: 'Please enter Client ID', |
55 | | - clientSecret: 'Client Secret', |
56 | | - clientSecretPlaceholder: 'Please enter Client Secret', |
57 | | - logoutEndpoint: 'Logout Endpoint', |
58 | | - logoutEndpointPlaceholder: 'Please enter Logout Endpoint', |
59 | | - redirectUrl: 'Redirect URL', |
60 | | - redirectUrlPlaceholder: 'Please enter Redirect URL', |
61 | | - enableAuthentication: 'Enable OIDC Authentication', |
62 | | - }, |
63 | | - jump_tip: 'Jumping to the authentication source page for authentication', |
64 | | - jump: 'Jump', |
| 7 | + lang: 'English', |
| 8 | + layout, |
| 9 | + views, |
| 10 | + components, |
| 11 | + en, |
| 12 | + login: { |
| 13 | + authentication: 'Login Authentication', |
| 14 | + ldap: { |
| 15 | + title: 'LDAP Settings', |
| 16 | + address: 'LDAP Address', |
| 17 | + serverPlaceholder: 'Please enter LDAP address', |
| 18 | + bindDN: 'Bind DN', |
| 19 | + bindDNPlaceholder: 'Please enter Bind DN', |
| 20 | + password: 'Password', |
| 21 | + passwordPlaceholder: 'Please enter password', |
| 22 | + ou: 'User OU', |
| 23 | + ouPlaceholder: 'Please enter User OU', |
| 24 | + ldap_filter: 'User Filter', |
| 25 | + ldap_filterPlaceholder: 'Please enter User Filter', |
| 26 | + ldap_mapping: 'LDAP Attribute Mapping', |
| 27 | + ldap_mappingPlaceholder: 'Please enter LDAP Attribute Mapping', |
| 28 | + test: 'Test Connection', |
| 29 | + enableAuthentication: 'Enable LDAP Authentication', |
| 30 | + save: 'Save', |
| 31 | + testConnectionSuccess: 'Test Connection Success', |
| 32 | + testConnectionFailed: 'Test Connection Failed', |
| 33 | + saveSuccess: 'Save Success' |
65 | 34 | }, |
66 | | -}; |
| 35 | + cas: { |
| 36 | + title: 'CAS Settings', |
| 37 | + ldpUri: 'ldpUri', |
| 38 | + ldpUriPlaceholder: 'Please enter ldpUri', |
| 39 | + validateUrl: 'Validation Address', |
| 40 | + validateUrlPlaceholder: 'Please enter Validation Address', |
| 41 | + redirectUrl: 'Callback Address', |
| 42 | + redirectUrlPlaceholder: 'Please enter Callback Address', |
| 43 | + enableAuthentication: 'Enable CAS Authentication', |
| 44 | + saveSuccess: 'Save Success', |
| 45 | + save: 'Save' |
| 46 | + }, |
| 47 | + oidc: { |
| 48 | + title: 'OIDC Settings', |
| 49 | + authEndpoint: 'Auth Endpoint', |
| 50 | + authEndpointPlaceholder: 'Please enter Auth Endpoint', |
| 51 | + tokenEndpoint: 'Token Endpoint', |
| 52 | + tokenEndpointPlaceholder: 'Please enter Token Endpoint', |
| 53 | + userInfoEndpoint: 'User Info Endpoint', |
| 54 | + userInfoEndpointPlaceholder: 'Please enter User Info Endpoint', |
| 55 | + clientId: 'Client ID', |
| 56 | + clientIdPlaceholder: 'Please enter Client ID', |
| 57 | + clientSecret: 'Client Secret', |
| 58 | + clientSecretPlaceholder: 'Please enter Client Secret', |
| 59 | + logoutEndpoint: 'Logout Endpoint', |
| 60 | + logoutEndpointPlaceholder: 'Please enter Logout Endpoint', |
| 61 | + redirectUrl: 'Redirect URL', |
| 62 | + redirectUrlPlaceholder: 'Please enter Redirect URL', |
| 63 | + enableAuthentication: 'Enable OIDC Authentication' |
| 64 | + }, |
| 65 | + jump_tip: 'Jumping to the authentication source page for authentication', |
| 66 | + jump: 'Jump', |
| 67 | + oauth2: { |
| 68 | + title: 'OAUTH2 Settings', |
| 69 | + authEndpoint: 'Auth Endpoint', |
| 70 | + authEndpointPlaceholder: 'Please enter Auth Endpoint', |
| 71 | + tokenEndpoint: 'Token Endpoint', |
| 72 | + tokenEndpointPlaceholder: 'Please enter Token Endpoint', |
| 73 | + userInfoEndpoint: 'User Info Endpoint', |
| 74 | + userInfoEndpointPlaceholder: 'Please enter User Info Endpoint', |
| 75 | + scope: 'Scope', |
| 76 | + scopePlaceholder: 'Please enter Scope', |
| 77 | + clientId: 'Client ID', |
| 78 | + clientIdPlaceholder: 'Please enter Client ID', |
| 79 | + clientSecret: 'Client Secret', |
| 80 | + clientSecretPlaceholder: 'Please enter Client Secret', |
| 81 | + redirectUrl: 'Redirect URL', |
| 82 | + redirectUrlPlaceholder: 'Please enter Redirect URL', |
| 83 | + filedMapping: 'Field Mapping', |
| 84 | + filedMappingPlaceholder: 'Please enter Field Mapping', |
| 85 | + enableAuthentication: 'Enable OAUTH2 Authentication', |
| 86 | + save: 'Save', |
| 87 | + saveSuccess: 'Save Success' |
| 88 | + } |
| 89 | + } |
| 90 | +} |
0 commit comments