export default { title: 'System', subTitle: 'Syetem Settings', test: 'Test Connection', testSuccess: 'Successful', testFailed: 'Test connection failed', password: 'Password', authentication: { title: 'Login Authentication', ldap: { title: 'LDAP', address: 'LDAP Address', serverPlaceholder: 'Please enter LDAP address', bindDN: 'Bind DN', bindDNPlaceholder: 'Please enter Bind DN', ou: 'User OU', ouPlaceholder: 'Please enter user OU', ldap_filter: 'User Filter', ldap_filterPlaceholder: 'Please enter user filter', ldap_mapping: 'LDAP Attribute Mapping', ldap_mappingPlaceholder: 'Please enter LDAP attribute mapping', enableAuthentication: 'Enable LDAP Authentication', }, cas: { title: 'CAS', ldpUri: 'ldpUri', ldpUriPlaceholder: 'Please enter ldpUri', validateUrl: 'Validation Address', validateUrlPlaceholder: 'Please enter validation address', redirectUrl: 'Callback Address', redirectUrlPlaceholder: 'Please enter callback address', enableAuthentication: 'Enable CAS Authentication', }, oidc: { title: 'OIDC', authEndpoint: 'Auth Endpoint', authEndpointPlaceholder: 'Please enter auth endpoint', tokenEndpoint: 'Token Endpoint', tokenEndpointPlaceholder: 'Please enter token endpoint', userInfoEndpoint: 'User Information Endpoint', userInfoEndpointPlaceholder: 'Please enter user information endpoint', clientId: 'Client ID', clientIdPlaceholder: 'Please enter client ID', scopePlaceholder: 'Please enter scope', clientSecret: 'Client Secret', clientSecretPlaceholder: 'Please enter client secret', logoutEndpoint: 'Logout Endpoint', logoutEndpointPlaceholder: 'Please enter logout endpoint', redirectUrl: 'Redirect URL', redirectUrlPlaceholder: 'Please enter redirect URL', enableAuthentication: 'Enable OIDC Authentication', }, oauth2: { title: 'OAuth2', authEndpoint: 'Auth Endpoint', authEndpointPlaceholder: 'Please enter auth endpoint', tokenEndpoint: 'Token Endpoint', tokenEndpointPlaceholder: 'Please enter token endpoint', userInfoEndpoint: 'User Information Endpoint', userInfoEndpointPlaceholder: 'Please enter user information endpoint', scope: 'Scope', scopePlaceholder: 'Please enter scope', clientId: 'Client ID', clientIdPlaceholder: 'Please enter client ID', clientSecret: 'Client Secret', clientSecretPlaceholder: 'Please enter client secret', redirectUrl: 'Redirect URL', redirectUrlPlaceholder: 'Please enter redirect URL', filedMapping: 'Field Mapping', filedMappingPlaceholder: 'Please enter field mapping', enableAuthentication: 'Enable OAuth2 Authentication', }, scanTheQRCode: { title: 'Scan the QR code', wecom: 'WeCom', dingtalk: 'DingTalk', lark: 'Lark', effective: 'Effective', alreadyTurnedOn: 'Turned On', notEnabled: 'Not Enabled', validate: 'Validate', validateSuccess: 'Successful', validateFailed: 'Validation failed', validateFailedTip: 'Please fill in all required fields and ensure the format is correct', appKeyPlaceholder: 'Please enter APP key', appSecretPlaceholder: 'Please enter APP secret', corpIdPlaceholder: 'Please enter corp ID', agentIdPlaceholder: 'Please enter agent ID', callbackWarning: 'Please enter a valid URL address', larkQrCode: 'Lark Scan Code Login', dingtalkQrCode: 'DingTalk Scan Code Login', setting: ' Setting', access: 'Access', }, }, email: { title: 'Email Settings', smtpHost: 'SMTP Host', smtpHostPlaceholder: 'Please enter SMTP host', smtpPort: 'SMTP Port', smtpPortPlaceholder: 'Please enter SMTP port', smtpUser: 'SMTP User', smtpUserPlaceholder: 'Please enter SMTP user', sendEmail: "Sender's Email", sendEmailPlaceholder: "Please enter the sender's email", smtpPassword: 'SMTP Password', smtpPasswordPlaceholder: 'Please enter SMTP password', enableSSL: 'Enable SSL (if the SMTP port is 465, you usually need to enable SSL)', enableTLS: 'Enable TLS (if the SMTP port is 587, you usually need to enable TLS)', }, resourceAuthorization: { title: 'Resource Authorization', member: 'Member', permissionSetting: 'Permission Setting', setting: { management: 'management', managementDesc: 'Can delete or modify this resource', check: 'check', checkDesc: 'Can only view the resource', role: 'User Role', roleDesc: 'Authorize users based on their roles to access this resource', notAuthorized: 'Not Authorized', configure: 'Configure Permission', }, }, resource_management: { label: 'Resource Management', type: 'Type', management: 'management', }, default_login: 'Default Login Method', display_code: 'Display verification code when login fails', display_codeTip: 'When the value is -1, the verification code is not displayed', time: 'Times', setting: 'Login Setting', }