export default { common: { switchSuccess: 'Language switched successfully', title: 'Laos Financial Payment Management System', button: { add: 'Add', edit: 'Edit', delete: 'Delete', search: 'Search', reset: 'Reset', export: 'Export', import: 'Import', detail: 'Details', confirm: 'Confirm', cancel: 'Cancel', close: 'Close', more: 'More', submit: 'Submit', clear: 'Clear', refresh: 'Refresh', back: 'Back', save: 'Save', }, promptMsg: { addSuccess: 'Added successfully', editSuccess: 'Modified successfully', deleteConfirm: 'Are you sure you want to delete?', deleteSuccess: 'Deleted successfully', selectStatus: 'Please select a status', enterRemark: 'Please enter a remark', enterDescription: 'Please enter a description', selectCreator: 'Please select the creator', selectModifier: 'Please select the modifier', selectStartTime: 'Please select the start time', selectEndTime: 'Please select the end time', }, tableMsg: { createBy: 'Creator', updateBy: 'Updater', createTime: 'create time', updateTime: 'Update time', startDate: 'Start date', endDate: 'End date', status: 'Status', remark: 'Remark', operation: 'Operation', description: 'Description', }, dict: { gender: 'Gender', male: 'Male', female: 'Female', normal: 'Normal', disabled: 'Disabled', blocked: 'Blocked', }, }, menus: { '首页': 'Home', '系统管理': 'System Management', '系统监控': 'System Monitoring', '系统工具': 'System Tools', '用户管理': 'User Management', '角色管理': 'Role Management', '菜单管理': 'Menu Management', '部门管理': 'Department Management', '岗位管理': 'Position Management', '参数设置': 'Parameter Settings', '通知公告': 'Notification Announcements', '日志管理': 'Log Management', '在线用户': 'Online Users', '缓存列表': 'Cache List', '缓存监控': 'Cache Monitoring', '表单构建': 'Form Construction', '代码生成': 'Code Generation', '文件管理': 'File Management', '操作日志': 'Operation Logs', '登录日志': 'Login Logs', '测试单表': 'Test Single Table', '测试树表': 'Test Tree Table', '用户账户': 'User Account', '用户银行卡': 'User Bank Card', '用户好友': 'User Friends', '用户信息': 'User Information', '用户注册': 'User Registration', '提现订单': 'Withdrawal Orders', '付款订单': 'Payment Orders', '收款订单': 'Receipt Orders', '转账订单': 'Transfer Orders', '交易相关': 'Transaction Related', '反馈信息': 'Feedback Information', '关于信息': 'About Information', '消息通知': 'Message Notifications', '公共': 'Public', '交易动账记录': 'Transaction Account Movement Records', '生活缴费': 'Utility Payments', '信用信息': 'Credit Information', '信用记录': 'Credit Records', '商户信息': 'Merchant Information', '充值订单': 'Recharge Orders', '支付回执': 'Payment Receipts', '手续费记录': 'Handling Fee Records', '手续费规则': 'Handling Fee Rules', '商户管理': 'Merchant Management', '补充信息': 'Supplementary Information', '用户关系': 'User Relationships', '信用管理': 'Credit Management', '行为分析': 'Behavior Analysis', '订单管理': 'Order Management', '财务管理': 'Financial Management', '客服': 'Customer Service', '信用规则': 'Credit Rules', '商户认证': 'Merchant Verification', '交易流水': 'Transaction Records', '数据查看': 'Data Viewing', '通道配置': 'Channel Configuration', '手续费配置': 'Handling Fee Configuration', '通道交易记录': 'Channel Transaction Records', '在线客服': 'Online Customer Service', 'Q&A': 'Q&A', '版本控制': 'Version Control', '实名认证': 'User Verification', '行为日志': 'Behavior Logs', '行为数据': 'Behavior Data', '规则管理': 'Rule Management', '风险识别规则': 'Risk Identification Rules', '处置规则': 'Disposal Rules', '商户注册': 'Merchant Registration', '模型管理': 'Model Management', '通道管理': 'Channel Management', }, system: { dept: { deptName: 'Department Name', inputDeptName: 'Please enter department name', deptStatus: 'Department Status', orderNum: 'Sort Number', createTime: 'Creation Time', parentDept: 'Parent Department', selectParentDept: 'Please select parent department', leader: 'Leader', inputLeader: 'Please enter leader', phone: 'Contact Phone', inputPhone: 'Please enter contact phone', email: 'Email', inputEmail: 'Please enter email', expandCollapse: 'Expand/Collapse', addDept: 'Add Department', editDept: 'Edit Department', status: 'Status', parentDeptRequired: 'Parent department cannot be empty', deptNameRequired: 'Department name cannot be empty', orderNumRequired: 'Sort number cannot be empty', emailFormatError: 'Please enter a valid email address', phoneFormatError: 'Please enter a valid phone number' }, post: { postId: 'Position ID', postCode: 'Position Code', inputPostCode: 'Please enter position code', postName: 'Position Name', inputPostName: 'Please enter position name', postStatus: 'Position Status', postSort: 'Position Order', createTime: 'Creation Time', remark: 'Remark', status: 'Status' }, }, business: { common: { AccountID: 'Account ID', UserName: 'User Name', UserAccount: 'User Account', Email: 'Email', IDNumber: 'ID Number', OrderNumber: 'Order Number', PayerID: 'Payer ID', PayerAccount: 'Payer Account', PayeeID: 'Payee ID', PayeeAccount: 'Payee Account', TransactionAmount: 'Transaction Amount', TransactionTime: 'Transaction Time', HandlingFee: 'Handling Fee', RuleName: 'Rule Name', RuleDescription: 'Rule Description', passwordReset: 'Password Reset', accountFreezing: 'Account Freeze', accountUnfreezing: 'Account Unfreeze' }, userManager: { userRegister: { account: 'Login Account', accountPlaceholder: 'Please enter the login account', phone: 'Mobile Number', phonePlaceholder: 'Please enter the mobile number', userLevel: 'User Level', userLevelPlaceholder: 'Please select the user level', status: 'Status', statusInit: 'Initialization', statusReject: 'Rejected', statusPass: 'Approved', statusFreeze: 'Frozen', userType: 'User Type', normalUser: 'Regular User', businessUser: 'Business User', vipUser: 'VIP User', namePlaceholder: 'Please enter the user name', userTypePlaceholder: 'Please select the user type', addTitle: 'Add User Registration', detailTitle: 'User Registration Details', editRegisterTitle: 'Modify User Registration', accountRequired: 'Login account cannot be empty', userTypeRequired: 'User type cannot be empty', userLevelRequired: 'User level cannot be empty', legalPersonRequired: 'Legal representative cannot be empty', operateStatusRequired: 'Operating status cannot be empty', operateAddrRequired: 'Operating address cannot be empty', nameRequired: 'User name cannot be empty', genderRequired: 'User gender cannot be empty', idCardRequired: 'ID number cannot be empty', phoneNumberDigitOnly: 'Mobile number can only contain digits', ageNumberOnly: 'Age can only be a number', addrRequired: 'User address cannot be empty', userTypeOptions: { normal: 'Regular User' }, userLevelOptions: { normal: 'Regular User', vip: 'VIP User', business: 'Business User' }, operateStatusOptions: { active: 'Active', cancelled: 'Cancelled' }, confirmBatchDelete: 'Do you want to perform batch deletion?', confirmResetPassword: 'Are you sure you want to reset the login password?', resetSuccess: 'Reset successful', confirmFreeze: 'Are you sure you want to freeze the account?', freezeSuccess: 'Freeze successful', confirmUnfreeze: 'Are you sure you want to unfreeze the account?', unfreezeSuccess: 'Unfreeze successful', loginAccount: 'Login Account', userName: 'User Name', userGender: 'User Gender', userAge: 'User Age', idCard: 'ID Number', userAddress: 'User Address', contactPhone: 'Contact Number', name: 'Name', gender: 'Gender', male: 'Male', female: 'Female', idCardPlaceholder: 'Please enter the ID number', age: 'Age', agePlaceholder: 'Please enter the age', addr: 'Address', addrPlaceholder: 'Please enter the address', supplement: 'Supplement', passwordReset: 'Password Reset', accountFreezing: 'Account Freezing', accountUnfreezing: 'Account Unfreezing', address: 'Address', }, userInfo: { account: 'Account', accountPlaceholder: 'Please enter the account', idCard: 'ID Number', idCardPlaceholder: 'Please enter the ID number', phone: 'Phone Number', phonePlaceholder: 'Please enter the phone number', name: 'Name', gender: 'Gender', age: 'Age', addr: 'Address', status: 'Status', statusNormal: 'Normal', statusDisabled: 'Disabled', nameRequired: 'Please enter the name', genderRequired: 'Please select the gender', idCardDigitOnly: 'ID number can only contain digits', phoneDigitOnly: 'Phone number can only contain digits', ageDigitOnly: 'Age can only be a number', addrRequired: 'Please enter the address', detailUserId: 'User ID', detailName: 'Name', detailGender: 'Gender', detailIdCard: 'ID Number', detailPhone: 'Phone Number', detailAge: 'Age', detailAddr: 'Address', addTitle: 'Add User Information', editTitle: 'Edit User Information', userVerification: {}, }, userVerification: { account: 'Login Account', accountPlaceholder: 'Please enter the login account', name: 'Name', namePlaceholder: 'Please enter the name', idCard: 'ID Number', idCardPlaceholder: 'Please enter the ID number', nationality: 'Nationality Code', birthDate: 'Date of Birth', biometrics: 'Biometric Information', idCardVerification: 'ID Card Verification', verificationTime: 'Verification Time', failureReason: 'Verification Failure Reason', biometricsUnverified: 'Unverified', biometricsVerified: 'Verified', statusUnverified: 'Unverified', statusVerified: 'Verified', statusFailed: 'Verification Failed', statusPending: 'Pending Review', registerName: 'Registered Name', verifyName: 'Verified Name', registerIdCard: 'Registered ID Number', verifyIdCard: 'Verified ID Number', idCardFront: 'Front of ID Card', idCardFrontPlaceholder: 'Please upload the front of the ID card', idCardBack: 'Back of ID Card', idCardBackPlaceholder: 'Please upload the back of the ID card', idCardHolding: 'Holding ID Card Photo', idCardHoldingPlaceholder: 'Please upload the photo of holding the ID card', failureReasonPlaceholder: 'Please enter the verification failure reason', pass: 'Pass', refuse: 'Reject', verify: 'Verify', audit: 'Audit', idCardDigitOnly: 'ID number can only contain digits', nameRequired: 'Name cannot be empty', birthDateRequired: 'Date of birth cannot be empty', nationalityRequired: 'Nationality code cannot be empty', idCardFrontRequired: 'Front of ID card photo cannot be empty', idCardBackRequired: 'Back of ID card photo cannot be empty', idCardHoldingRequired: 'Photo of holding ID card cannot be empty', failureReasonRequired: 'Audit failure reason cannot be empty', nationalityPlaceholder: 'Please enter the nationality code', birthDatePlaceholder: 'Please select the date of birth', } }, merchant: { indexBus: { accountLabel: 'Merchant Account', merchantNameLabel: 'Merchant Name', licenseLabel: 'Merchant Business License', licenseOtherLabel: 'Other Certificates', legalPersonLabel: 'Legal Person', operateStatusLabel: 'Merchant Status', operateAddrLabel: 'Merchant Address', userTypePlaceholder: 'Please select user type', passwordReset: 'Reset Password', accountLock: 'Freeze Account', accountUnlock: 'Unlock Account', account: 'Account', accountPlaceholder: 'Please enter the account', phone: 'Phone', phonePlaceholder: 'Please enter the phone number', userLevel: 'User Level', userLevelPlaceholder: 'Please select the user level', merchantName: 'Merchant Name', status: 'Status', statusInitiated: 'Initiated', statusRejected: 'Rejected', statusApproved: 'Approved', statusFrozen: 'Frozen', userType: 'User Type', userTypeNormal: 'Normal User', userTypeEnterprise: 'Enterprise User', userLevelNormal: 'Normal Level', userLevelVIP: 'VIP Level', userLevelEnterprise: 'Enterprise Level', address: 'Address', addTitle: 'Add', detailTitle: 'User Details', editTitle: 'Edit User', deleteConfirmAccount: 'Confirm to delete account {account}?', deleteConfirmBatch: 'Confirm to delete the selected users?', passwordResetConfirm: 'Confirm to reset the password?', passwordResetSuccess: 'Password reset successfully', accountLockConfirm: 'Confirm to freeze account {account}?', accountLockSuccess: 'Account frozen successfully', accountUnlockConfirm: 'Confirm to unlock account {account}?', accountUnlockSuccess: 'Account unlocked successfully', accountRequired: 'Account cannot be empty', userTypeRequired: 'User type cannot be empty', userLevelRequired: 'User level cannot be empty', legalPersonRequired: 'Legal person cannot be empty', operateStatusRequired: 'Operating status cannot be empty', operateAddrRequired: 'Operating address cannot be empty', nameRequired: 'Name cannot be empty', genderRequired: 'Gender cannot be empty', idCardNumberOnly: 'ID card number can only be digits', phoneNumberOnly: 'Phone number can only be digits', ageNumberOnly: 'Age can only be digits', addrRequired: 'Address cannot be empty', merchantNameRequired: 'Merchant name cannot be empty' }, userInfoBus: { loginAccount: 'Login Account', inputLoginAccount: 'Please enter the login account', merchantName: 'Merchant Name', inputMerchantName: 'Please enter the merchant name', businessLicense: 'Business License', inputBusinessLicense: 'Please enter the business license', operatingAddress: 'Operating Address', inputOperatingAddress: 'Please enter the operating address', otherLicenseInfo: 'Other License Information', inputOtherLicenseInfo: 'Please enter other license information', legalPersonName: 'Legal Person Name', inputLegalPersonName: 'Please enter the legal person name', operatingStatus: 'Operating Status', selectOperatingStatus: 'Please select the operating status', merchantNameRequired: 'Merchant name cannot be empty', legalPersonRequired: 'Legal person name cannot be empty', operateStatusRequired: 'Operating status cannot be empty', operateAddrRequired: 'Operating address cannot be empty', addUserInfoBus: 'Add User Information', userInfoBusDetail: 'User Information Details', editUserInfoBus: 'Edit User Information', operateStatusExists: 'In operation', operateStatusCanceled: 'Canceled' }, }, supplementaryInfo: { userCard: {}, }, userRelation: { userFriend: {}, }, credit: { creditRule: {}, userCredit: {}, userCreditRecord: {}, }, behavior: { userBehaviorLog: {}, userBehaviorStats: {}, rule: { userBehaviorRuleRisk: {}, userBehaviorRuleAction: {}, }, behaviorModelInfo: {}, }, order: { dealPayment: {}, dealReceipt: {}, dealRecharge: {}, dealWithdraw: {}, dealTransfer: {}, dealProxy: {}, }, financial: { transactionFlow: { recordTransaction: {}, recordPayCallback: {}, }, financialRecord: {} }, deal: { channelConfig: { tradingChannel: {}, }, feeConfig: { feeStandard: {} }, tradingChannelRecord: {}, feeRecord: {}, }, public: { commonInfo: { version: 'Version', versionPlaceholder: 'Please enter the version', releaseDate: 'Release Date', techDesc: 'Technical Description', techDescPlaceholder: 'Please enter the technical description', privacyPolicy: 'Privacy Policy', privacySetting: 'Privacy Settings', featureDesc: 'Feature Description', userAgreement: 'User Agreement', disclaimer: 'Disclaimer', about: 'About', aboutPlaceholder: 'Please enter about content', shareInfoList: 'Shared Information List', collectInfoList: 'Collected Information List', id: 'ID', inputPlaceholder: 'Please enter content', addTitle: 'Add About Information', editTitle: 'Edit About Information', detailTitle: 'About Information Details', releaseDatePlaceholder: 'Please select the release date' }, appVersion: { versionCode: "Version Number", versionCodePlaceholder: "Please enter the version number", versionCodeRequired: "Version number cannot be empty", versionName: "Version Name", versionNamePlaceholder: "Please enter the version name", versionNameRequired: "Version name cannot be empty", releaseDate: "Release Date", releaseDatePlaceholder: "Please select the release date", releaseDateRequired: "Release date cannot be empty", downloadUrl: "Download Link", downloadUrlPlaceholder: "Please enter the download link", downloadUrlRequired: "Download link cannot be empty", platform: "Platform", platformPlaceholder: "Please select the platform", platformRequired: "Platform cannot be empty", updateLog: "Update Log", updateLogPlaceholder: "Please enter the update log", updateLogRequired: "Update log cannot be empty", isForceUpdate: "Is Forced Update", isForceUpdateRequired: "Whether forced update cannot be empty", forceUpdateYes: "Yes", forceUpdateNo: "No", id: "ID", addTitle: "Add Application Version Control", detailTitle: "Application Version Control Details", editTitle: "Modify Application Version Control", versionCodeLabel: "Version Number", versionNameLabel: "Version Name", downloadUrlLabel: "Download Link", updateLogLabel: "Update Log" }, commonNotify: { content: 'Content', inputMessageScene: 'Please enter the message scene', messageScene: 'Message Scene', selectMessageScene: 'Please select the message scene', sender: 'Sender', inputSender: 'Please enter the sender', receiver: 'Receiver', inputReceiver: 'Please enter the receiver', title: 'Title', inputTitle: 'Please enter the title', id: 'ID', eventId: 'Event ID', inputEventId: 'Please enter the event ID', messageType: 'Message Type', inputContent: 'Please enter the content', imgUrl: 'Image Link', uploadButton: 'Upload', uploadTip: 'Upload up to 3 images', status: 'Status', actions: 'Actions', detail: 'Details', addTitle: 'Add Message Notification', editTitle: 'Edit Message Notification', detailTitle: 'Message Notification Details', transfer: 'Transfer', proxy: 'Proxy Payment', recharge: 'Recharge', payment: 'Payment', receipt: 'Receipt', withdrawal: 'Withdrawal' }, }, customerSupport: { commonFeedback: {}, customerServiceChat: {}, faq: {}, } } }