2025-07-01 21:08:51 +08:00
|
|
|
export default {
|
|
|
|
|
common: {
|
|
|
|
|
inputText: 'Please input',
|
|
|
|
|
selectText: 'Please select',
|
|
|
|
|
startTimeText: 'Start time',
|
|
|
|
|
endTimeText: 'End time',
|
|
|
|
|
login: 'Login',
|
|
|
|
|
required: 'This is required',
|
|
|
|
|
loginOut: 'Login out',
|
|
|
|
|
document: 'Document',
|
|
|
|
|
profile: 'User Center',
|
|
|
|
|
reminder: 'Reminder',
|
|
|
|
|
loginOutMessage: 'Exit the system?',
|
|
|
|
|
back: 'Back',
|
|
|
|
|
ok: 'OK',
|
|
|
|
|
save: 'Save',
|
|
|
|
|
cancel: 'Cancel',
|
|
|
|
|
close: 'Close',
|
|
|
|
|
reload: 'Reload current',
|
|
|
|
|
success: 'Success',
|
|
|
|
|
closeTab: 'Close current',
|
|
|
|
|
closeTheLeftTab: 'Close left',
|
|
|
|
|
closeTheRightTab: 'Close right',
|
|
|
|
|
closeOther: 'Close other',
|
|
|
|
|
closeAll: 'Close all',
|
|
|
|
|
prevLabel: 'Prev',
|
|
|
|
|
nextLabel: 'Next',
|
|
|
|
|
skipLabel: 'Jump',
|
|
|
|
|
doneLabel: 'End',
|
|
|
|
|
menu: 'Menu',
|
|
|
|
|
menuDes: 'Menu bar rendered in routed structure',
|
|
|
|
|
collapse: 'Collapse',
|
|
|
|
|
collapseDes: 'Expand and zoom the menu bar',
|
|
|
|
|
tagsView: 'Tags view',
|
|
|
|
|
tagsViewDes: 'Used to record routing history',
|
|
|
|
|
tool: 'Tool',
|
|
|
|
|
toolDes: 'Used to set up custom systems',
|
|
|
|
|
query: 'Query',
|
|
|
|
|
reset: 'Reset',
|
|
|
|
|
shrink: 'Put away',
|
|
|
|
|
expand: 'Expand',
|
|
|
|
|
confirmTitle: 'System Hint',
|
|
|
|
|
exportMessage: 'Whether to confirm export data item?',
|
|
|
|
|
importMessage: 'Whether to confirm import data item?',
|
|
|
|
|
createSuccess: 'Create Success',
|
|
|
|
|
updateSuccess: 'Update Success',
|
|
|
|
|
delMessage: 'Delete the selected data?',
|
|
|
|
|
delDataMessage: 'Delete the data?',
|
|
|
|
|
delNoData: 'Please select the data to delete',
|
|
|
|
|
delSuccess: 'Deleted successfully',
|
|
|
|
|
index: 'Index',
|
|
|
|
|
status: 'Status',
|
|
|
|
|
createTime: 'Create Time',
|
|
|
|
|
updateTime: 'Update Time',
|
|
|
|
|
copy: 'Copy',
|
|
|
|
|
copySuccess: 'Copy Success',
|
2025-09-10 16:01:18 +08:00
|
|
|
copyError: 'Copy Error',
|
2026-01-15 19:46:14 +08:00
|
|
|
perPage: 'Per Page',
|
|
|
|
|
selectAll: 'Select All / Unselect All',
|
|
|
|
|
expandAll: 'Expand All / Collapse All',
|
|
|
|
|
treeParent: 'Parent-Child Linkage',
|
|
|
|
|
loadingText: 'Loading, please wait'
|
2025-07-01 21:08:51 +08:00
|
|
|
},
|
|
|
|
|
lock: {
|
|
|
|
|
lockScreen: 'Lock screen',
|
|
|
|
|
lock: 'Lock',
|
|
|
|
|
lockPassword: 'Lock screen password',
|
|
|
|
|
unlock: 'Click to unlock',
|
|
|
|
|
backToLogin: 'Back to login',
|
|
|
|
|
entrySystem: 'Entry the system',
|
|
|
|
|
placeholder: 'Please enter the lock screen password',
|
|
|
|
|
message: 'Lock screen password error'
|
|
|
|
|
},
|
|
|
|
|
error: {
|
|
|
|
|
noPermission: `Sorry, you don't have permission to access this page.`,
|
|
|
|
|
pageError: 'Sorry, the page you visited does not exist.',
|
|
|
|
|
networkError: 'Sorry, the server reported an error.',
|
|
|
|
|
returnToHome: 'Return to home'
|
|
|
|
|
},
|
|
|
|
|
permission: {
|
|
|
|
|
hasPermission: `Please set the operation permission label value`,
|
|
|
|
|
hasRole: `Please set the role permission tag value`
|
|
|
|
|
},
|
|
|
|
|
setting: {
|
|
|
|
|
projectSetting: 'Project setting',
|
|
|
|
|
theme: 'Theme',
|
|
|
|
|
layout: 'Layout',
|
|
|
|
|
systemTheme: 'System theme',
|
|
|
|
|
menuTheme: 'Menu theme',
|
|
|
|
|
interfaceDisplay: 'Interface display',
|
|
|
|
|
breadcrumb: 'Breadcrumb',
|
|
|
|
|
breadcrumbIcon: 'Breadcrumb icon',
|
|
|
|
|
collapseMenu: 'Collapse menu',
|
|
|
|
|
hamburgerIcon: 'Hamburger icon',
|
|
|
|
|
screenfullIcon: 'Screenfull icon',
|
|
|
|
|
sizeIcon: 'Size icon',
|
|
|
|
|
localeIcon: 'Locale icon',
|
|
|
|
|
messageIcon: 'Message icon',
|
|
|
|
|
tagsView: 'Tags view',
|
|
|
|
|
logo: 'Logo',
|
|
|
|
|
greyMode: 'Grey mode',
|
|
|
|
|
fixedHeader: 'Fixed header',
|
|
|
|
|
headerTheme: 'Header theme',
|
|
|
|
|
cutMenu: 'Cut Menu',
|
|
|
|
|
copy: 'Copy',
|
|
|
|
|
clearAndReset: 'Clear cache and reset',
|
|
|
|
|
copySuccess: 'Copy success',
|
|
|
|
|
copyFailed: 'Copy failed',
|
|
|
|
|
footer: 'Footer',
|
|
|
|
|
uniqueOpened: 'Unique opened',
|
|
|
|
|
tagsViewIcon: 'Tags view icon',
|
|
|
|
|
reExperienced: 'Please exit the login experience again',
|
|
|
|
|
fixedMenu: 'Fixed menu'
|
|
|
|
|
},
|
|
|
|
|
size: {
|
|
|
|
|
default: 'Default',
|
|
|
|
|
large: 'Large',
|
|
|
|
|
small: 'Small'
|
|
|
|
|
},
|
|
|
|
|
login: {
|
|
|
|
|
welcome: 'Welcome to YOLO Management System',
|
|
|
|
|
message: 'Backstage management system',
|
|
|
|
|
tenantname: 'TenantName',
|
|
|
|
|
username: 'Username',
|
|
|
|
|
password: 'Password',
|
|
|
|
|
code: 'verification code',
|
|
|
|
|
login: 'Sign in',
|
|
|
|
|
relogin: 'Sign in again',
|
|
|
|
|
otherLogin: 'Sign in with',
|
|
|
|
|
register: 'Register',
|
|
|
|
|
checkPassword: 'Confirm password',
|
|
|
|
|
remember: 'Remember me',
|
|
|
|
|
hasUser: 'Existing account? Go to login',
|
|
|
|
|
forgetPassword: 'Forget password?',
|
|
|
|
|
tenantNamePlaceholder: 'Please Enter Tenant Name',
|
|
|
|
|
usernamePlaceholder: 'Please Enter Username',
|
|
|
|
|
passwordPlaceholder: 'Please Enter Password',
|
|
|
|
|
codePlaceholder: 'Please Enter Verification Code',
|
|
|
|
|
mobileTitle: 'Mobile sign in',
|
|
|
|
|
mobileNumber: 'Mobile Number',
|
|
|
|
|
mobileNumberPlaceholder: 'Plaease Enter Mobile Number',
|
|
|
|
|
backLogin: 'back',
|
|
|
|
|
getSmsCode: 'Get SMS Code',
|
|
|
|
|
btnMobile: 'Mobile sign in',
|
|
|
|
|
btnQRCode: 'QR code sign in',
|
|
|
|
|
qrcode: 'Scan the QR code to log in',
|
|
|
|
|
btnRegister: 'Sign up',
|
|
|
|
|
SmsSendMsg: 'code has been sent',
|
2025-11-12 18:55:21 +08:00
|
|
|
resetPassword: 'Reset Password',
|
|
|
|
|
resetPasswordSuccess: 'Reset Password Success',
|
|
|
|
|
invalidTenantName: 'Invalid Tenant Name'
|
2025-07-01 21:08:51 +08:00
|
|
|
},
|
|
|
|
|
captcha: {
|
|
|
|
|
verification: 'Please complete security verification',
|
|
|
|
|
slide: 'Swipe right to complete verification',
|
|
|
|
|
point: 'Please click',
|
|
|
|
|
success: 'Verification succeeded',
|
|
|
|
|
fail: 'verification failed'
|
|
|
|
|
},
|
|
|
|
|
router: {
|
|
|
|
|
login: 'Login',
|
|
|
|
|
home: 'Home',
|
|
|
|
|
analysis: 'Analysis',
|
|
|
|
|
workplace: 'Workplace',
|
|
|
|
|
streamerManage: 'StreamerManage',
|
|
|
|
|
streamerDataManage: 'StreamerDataManage',
|
|
|
|
|
streamerList: 'StreamerList',
|
|
|
|
|
staffStreamerManage: 'StaffStreamerManage',
|
2025-07-09 16:53:06 +08:00
|
|
|
BigBrotherManage: 'BigBrotherManage',
|
|
|
|
|
BigBrotherDataManage: 'BigBrotherDataManage',
|
|
|
|
|
BigBrotherList: 'BigBrotherList',
|
2026-01-15 19:46:14 +08:00
|
|
|
staffBigBrotherManage: 'StaffBigBrotherManage',
|
|
|
|
|
systemAdministration: 'System Administration',
|
|
|
|
|
userManagement: 'User Management',
|
|
|
|
|
roleManagement: 'Role Management',
|
2025-07-01 21:08:51 +08:00
|
|
|
},
|
|
|
|
|
analysis: {
|
|
|
|
|
newUser: 'New user',
|
|
|
|
|
unreadInformation: 'Unread information',
|
|
|
|
|
transactionAmount: 'Transaction amount',
|
|
|
|
|
totalShopping: 'Total Shopping',
|
|
|
|
|
monthlySales: 'Monthly sales',
|
2025-08-08 14:38:06 +08:00
|
|
|
userAccessSource: 'Jianlian rate',
|
2025-07-01 21:08:51 +08:00
|
|
|
january: 'January',
|
|
|
|
|
february: 'February',
|
|
|
|
|
march: 'March',
|
|
|
|
|
april: 'April',
|
|
|
|
|
may: 'May',
|
|
|
|
|
june: 'June',
|
|
|
|
|
july: 'July',
|
|
|
|
|
august: 'August',
|
|
|
|
|
september: 'September',
|
|
|
|
|
october: 'October',
|
|
|
|
|
november: 'November',
|
|
|
|
|
december: 'December',
|
|
|
|
|
estimate: 'Estimate',
|
|
|
|
|
actual: 'Actual',
|
|
|
|
|
directAccess: 'Airect access',
|
|
|
|
|
mailMarketing: 'Mail marketing',
|
|
|
|
|
allianceAdvertising: 'Alliance advertising',
|
|
|
|
|
videoAdvertising: 'Video advertising',
|
|
|
|
|
searchEngines: 'Search engines',
|
2025-11-12 18:55:21 +08:00
|
|
|
weeklyUserActivity: 'The number of live-streamers in Jianlian',
|
|
|
|
|
weeklyUserActivityDesc: 'The number of Jianlian big brothers',
|
2025-07-01 21:08:51 +08:00
|
|
|
activeQuantity: 'Active quantity',
|
2025-11-12 18:55:21 +08:00
|
|
|
alreadyJianlian: 'Already alliance',
|
|
|
|
|
noAlliance: 'No alliance',
|
2025-07-01 21:08:51 +08:00
|
|
|
monday: 'Monday',
|
|
|
|
|
tuesday: 'Tuesday',
|
|
|
|
|
wednesday: 'Wednesday',
|
|
|
|
|
thursday: 'Thursday',
|
|
|
|
|
friday: 'Friday',
|
|
|
|
|
saturday: 'Saturday',
|
|
|
|
|
sunday: 'Sunday'
|
|
|
|
|
},
|
|
|
|
|
workplace: {
|
|
|
|
|
welcome: 'Hello',
|
|
|
|
|
happyDay: 'Wish you happy every day!',
|
|
|
|
|
toady: `It's sunny today`,
|
|
|
|
|
notice: 'Announcement',
|
|
|
|
|
project: 'Project',
|
|
|
|
|
access: 'Project access',
|
|
|
|
|
toDo: 'To do',
|
|
|
|
|
introduction: 'A serious introduction',
|
|
|
|
|
shortcutOperation: 'Quick entry',
|
|
|
|
|
operation: 'Operation',
|
|
|
|
|
index: 'Index',
|
|
|
|
|
personal: 'Personal',
|
|
|
|
|
team: 'Team',
|
|
|
|
|
quote: 'Quote',
|
|
|
|
|
contribution: 'Contribution',
|
|
|
|
|
hot: 'Hot',
|
|
|
|
|
yield: 'Yield',
|
|
|
|
|
dynamic: 'Dynamic',
|
|
|
|
|
push: 'push',
|
|
|
|
|
follow: 'Follow'
|
|
|
|
|
},
|
|
|
|
|
form: {
|
|
|
|
|
input: 'Input',
|
|
|
|
|
inputNumber: 'InputNumber',
|
|
|
|
|
default: 'Default',
|
|
|
|
|
icon: 'Icon',
|
|
|
|
|
mixed: 'Mixed',
|
|
|
|
|
textarea: 'Textarea',
|
|
|
|
|
slot: 'Slot',
|
|
|
|
|
position: 'Position',
|
|
|
|
|
autocomplete: 'Autocomplete',
|
|
|
|
|
select: 'Select',
|
|
|
|
|
selectGroup: 'Select Group',
|
|
|
|
|
selectV2: 'SelectV2',
|
|
|
|
|
cascader: 'Cascader',
|
|
|
|
|
switch: 'Switch',
|
|
|
|
|
rate: 'Rate',
|
|
|
|
|
colorPicker: 'Color Picker',
|
|
|
|
|
transfer: 'Transfer',
|
|
|
|
|
render: 'Render',
|
|
|
|
|
radio: 'Radio',
|
|
|
|
|
button: 'Button',
|
|
|
|
|
checkbox: 'Checkbox',
|
|
|
|
|
slider: 'Slider',
|
|
|
|
|
datePicker: 'Date Picker',
|
|
|
|
|
shortcuts: 'Shortcuts',
|
|
|
|
|
today: 'Today',
|
|
|
|
|
yesterday: 'Yesterday',
|
|
|
|
|
aWeekAgo: 'A week ago',
|
|
|
|
|
week: 'Week',
|
|
|
|
|
year: 'Year',
|
|
|
|
|
month: 'Month',
|
|
|
|
|
dates: 'Dates',
|
|
|
|
|
daterange: 'Date Range',
|
|
|
|
|
monthrange: 'Month Range',
|
|
|
|
|
dateTimePicker: 'DateTimePicker',
|
|
|
|
|
dateTimerange: 'Datetime Range',
|
|
|
|
|
timePicker: 'Time Picker',
|
|
|
|
|
timeSelect: 'Time Select',
|
|
|
|
|
inputPassword: 'input Password',
|
|
|
|
|
passwordStrength: 'Password Strength',
|
|
|
|
|
operate: 'operate',
|
|
|
|
|
change: 'Change',
|
|
|
|
|
restore: 'Restore',
|
|
|
|
|
disabled: 'Disabled',
|
|
|
|
|
disablement: 'Disablement',
|
|
|
|
|
delete: 'Delete',
|
|
|
|
|
add: 'Add',
|
|
|
|
|
setValue: 'Set value',
|
|
|
|
|
resetValue: 'Reset value',
|
|
|
|
|
set: 'Set',
|
|
|
|
|
subitem: 'Subitem',
|
|
|
|
|
formValidation: 'Form validation',
|
|
|
|
|
verifyReset: 'Verify reset',
|
2026-01-15 16:59:30 +08:00
|
|
|
remark: 'Remark',
|
|
|
|
|
card: 'Card'
|
2025-07-01 21:08:51 +08:00
|
|
|
},
|
|
|
|
|
watermark: {
|
|
|
|
|
watermark: 'Watermark'
|
|
|
|
|
},
|
|
|
|
|
table: {
|
|
|
|
|
table: 'Table',
|
|
|
|
|
index: 'Index',
|
|
|
|
|
title: 'Title',
|
|
|
|
|
author: 'Author',
|
|
|
|
|
createTime: 'Create time',
|
2025-09-09 20:33:33 +08:00
|
|
|
updateTime: 'Update Time',
|
2025-07-01 21:08:51 +08:00
|
|
|
action: 'Action',
|
|
|
|
|
pagination: 'pagination',
|
|
|
|
|
reserveIndex: 'Reserve index',
|
|
|
|
|
restoreIndex: 'Restore index',
|
|
|
|
|
showSelections: 'Show selections',
|
|
|
|
|
hiddenSelections: 'Restore selections',
|
|
|
|
|
showExpandedRows: 'Show expanded rows',
|
|
|
|
|
hiddenExpandedRows: 'Hidden expanded rows',
|
|
|
|
|
header: 'Header'
|
|
|
|
|
},
|
|
|
|
|
action: {
|
|
|
|
|
create: 'Create',
|
|
|
|
|
add: 'Add',
|
|
|
|
|
del: 'Delete',
|
|
|
|
|
delete: 'Delete',
|
|
|
|
|
edit: 'Edit',
|
|
|
|
|
update: 'Update',
|
|
|
|
|
preview: 'Preview',
|
|
|
|
|
more: 'More',
|
|
|
|
|
sync: 'Sync',
|
|
|
|
|
save: 'Save',
|
|
|
|
|
detail: 'Detail',
|
|
|
|
|
export: 'Export',
|
|
|
|
|
import: 'Import',
|
|
|
|
|
generate: 'Generate',
|
|
|
|
|
logout: 'Login Out',
|
|
|
|
|
test: 'Test',
|
|
|
|
|
typeCreate: 'Dict Type Create',
|
|
|
|
|
typeUpdate: 'Dict Type Eidt',
|
|
|
|
|
dataCreate: 'Dict Data Create',
|
|
|
|
|
dataUpdate: 'Dict Data Eidt',
|
|
|
|
|
fileUpload: 'File Upload'
|
|
|
|
|
},
|
|
|
|
|
dialog: {
|
|
|
|
|
dialog: 'Dialog',
|
|
|
|
|
open: 'Open',
|
|
|
|
|
close: 'Close'
|
|
|
|
|
},
|
|
|
|
|
sys: {
|
|
|
|
|
api: {
|
|
|
|
|
operationFailed: 'Operation failed',
|
|
|
|
|
errorTip: 'Error Tip',
|
|
|
|
|
errorMessage: 'The operation failed, the system is abnormal!',
|
|
|
|
|
timeoutMessage: 'Login timed out, please log in again!',
|
|
|
|
|
apiTimeoutMessage: 'The interface request timed out, please refresh the page and try again!',
|
|
|
|
|
apiRequestFailed: 'The interface request failed, please try again later!',
|
|
|
|
|
networkException: 'network anomaly',
|
|
|
|
|
networkExceptionMsg:
|
|
|
|
|
'Please check if your network connection is normal! The network is abnormal',
|
|
|
|
|
|
|
|
|
|
errMsg401: 'The user does not have permission (token, user name, password error)!',
|
|
|
|
|
errMsg403: 'The user is authorized, but access is forbidden!',
|
|
|
|
|
errMsg404: 'Network request error, the resource was not found!',
|
|
|
|
|
errMsg405: 'Network request error, request method not allowed!',
|
|
|
|
|
errMsg408: 'Network request timed out!',
|
|
|
|
|
errMsg500: 'Server error, please contact the administrator!',
|
|
|
|
|
errMsg501: 'The network is not implemented!',
|
|
|
|
|
errMsg502: 'Network Error!',
|
|
|
|
|
errMsg503: 'The service is unavailable, the server is temporarily overloaded or maintained!',
|
|
|
|
|
errMsg504: 'Network timeout!',
|
|
|
|
|
errMsg505: 'The http version does not support the request!',
|
|
|
|
|
errMsg901: 'Demo mode, no write operations are possible!'
|
|
|
|
|
},
|
|
|
|
|
app: {
|
|
|
|
|
logoutTip: 'Reminder',
|
|
|
|
|
logoutMessage: 'Confirm to exit the system?',
|
|
|
|
|
menuLoading: 'Menu loading...'
|
|
|
|
|
},
|
|
|
|
|
exception: {
|
|
|
|
|
backLogin: 'Back Login',
|
|
|
|
|
backHome: 'Back Home',
|
|
|
|
|
subTitle403: "Sorry, you don't have access to this page.",
|
|
|
|
|
subTitle404: 'Sorry, the page you visited does not exist.',
|
|
|
|
|
subTitle500: 'Sorry, the server is reporting an error.',
|
|
|
|
|
noDataTitle: 'No data on the current page.',
|
|
|
|
|
networkErrorTitle: 'Network Error',
|
|
|
|
|
networkErrorSubTitle:
|
|
|
|
|
'Sorry, Your network connection has been disconnected, please check your network!'
|
|
|
|
|
},
|
|
|
|
|
lock: {
|
|
|
|
|
unlock: 'Click to unlock',
|
|
|
|
|
alert: 'Lock screen password error',
|
|
|
|
|
backToLogin: 'Back to login',
|
|
|
|
|
entry: 'Enter the system',
|
|
|
|
|
placeholder: 'Please enter the lock screen password or user password'
|
|
|
|
|
},
|
|
|
|
|
login: {
|
|
|
|
|
backSignIn: 'Back sign in',
|
|
|
|
|
mobileSignInFormTitle: 'Mobile sign in',
|
|
|
|
|
qrSignInFormTitle: 'Qr code sign in',
|
|
|
|
|
signInFormTitle: 'Sign in',
|
|
|
|
|
signUpFormTitle: 'Sign up',
|
|
|
|
|
forgetFormTitle: 'Reset password',
|
|
|
|
|
|
|
|
|
|
signInTitle: 'Backstage management system',
|
|
|
|
|
signInDesc: 'Enter your personal details and get started!',
|
|
|
|
|
policy: 'I agree to the xxx Privacy Policy',
|
|
|
|
|
scanSign: `scanning the code to complete the login`,
|
|
|
|
|
|
|
|
|
|
loginButton: 'Sign in',
|
|
|
|
|
registerButton: 'Sign up',
|
|
|
|
|
rememberMe: 'Remember me',
|
|
|
|
|
forgetPassword: 'Forget Password?',
|
|
|
|
|
otherSignIn: 'Sign in with',
|
|
|
|
|
|
|
|
|
|
// notify
|
|
|
|
|
loginSuccessTitle: 'Login successful',
|
|
|
|
|
loginSuccessDesc: 'Welcome back',
|
|
|
|
|
|
|
|
|
|
// placeholder
|
|
|
|
|
accountPlaceholder: 'Please input username',
|
|
|
|
|
passwordPlaceholder: 'Please input password',
|
|
|
|
|
smsPlaceholder: 'Please input sms code',
|
|
|
|
|
mobilePlaceholder: 'Please input mobile',
|
|
|
|
|
policyPlaceholder: 'Register after checking',
|
|
|
|
|
diffPwd: 'The two passwords are inconsistent',
|
|
|
|
|
|
|
|
|
|
userName: 'Username',
|
|
|
|
|
password: 'Password',
|
|
|
|
|
confirmPassword: 'Confirm Password',
|
|
|
|
|
email: 'Email',
|
|
|
|
|
smsCode: 'SMS code',
|
|
|
|
|
mobile: 'Mobile'
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
profile: {
|
|
|
|
|
user: {
|
|
|
|
|
title: 'Personal Information',
|
|
|
|
|
username: 'User Name',
|
|
|
|
|
nickname: 'Nick Name',
|
|
|
|
|
mobile: 'Phone Number',
|
|
|
|
|
email: 'User Mail',
|
|
|
|
|
dept: 'Department',
|
|
|
|
|
posts: 'Position',
|
|
|
|
|
roles: 'Own Role',
|
|
|
|
|
sex: 'Sex',
|
|
|
|
|
man: 'Man',
|
|
|
|
|
woman: 'Woman',
|
2025-09-09 20:33:33 +08:00
|
|
|
createTime: 'Created Date',
|
2025-11-12 18:55:21 +08:00
|
|
|
updateTime: 'Update Time'
|
2025-07-01 21:08:51 +08:00
|
|
|
},
|
|
|
|
|
info: {
|
|
|
|
|
title: 'Basic Information',
|
|
|
|
|
basicInfo: 'Basic Information',
|
|
|
|
|
resetPwd: 'Reset Password',
|
|
|
|
|
userSocial: 'Social Information'
|
|
|
|
|
},
|
|
|
|
|
rules: {
|
|
|
|
|
nickname: 'Please Enter User Nickname',
|
|
|
|
|
mail: 'Please Input The Email Address',
|
|
|
|
|
truemail: 'Please Input The Correct Email Address',
|
|
|
|
|
phone: 'Please Enter The Phone Number',
|
|
|
|
|
truephone: 'Please Enter The Correct Phone Number'
|
|
|
|
|
},
|
|
|
|
|
password: {
|
|
|
|
|
oldPassword: 'Old PassWord',
|
|
|
|
|
newPassword: 'New Password',
|
|
|
|
|
confirmPassword: 'Confirm Password',
|
|
|
|
|
oldPwdMsg: 'Please Enter Old Password',
|
|
|
|
|
newPwdMsg: 'Please Enter New Password',
|
|
|
|
|
cfPwdMsg: 'Please Enter Confirm Password',
|
|
|
|
|
diffPwd: 'The Passwords Entered Twice No Match'
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
cropper: {
|
|
|
|
|
selectImage: 'Select Image',
|
|
|
|
|
uploadSuccess: 'Uploaded success!',
|
|
|
|
|
modalTitle: 'Avatar upload',
|
|
|
|
|
okText: 'Confirm and upload',
|
|
|
|
|
btn_reset: 'Reset',
|
|
|
|
|
btn_rotate_left: 'Counterclockwise rotation',
|
|
|
|
|
btn_rotate_right: 'Clockwise rotation',
|
|
|
|
|
btn_scale_x: 'Flip horizontal',
|
|
|
|
|
btn_scale_y: 'Flip vertical',
|
|
|
|
|
btn_zoom_in: 'Zoom in',
|
|
|
|
|
btn_zoom_out: 'Zoom out',
|
|
|
|
|
preview: 'Preivew'
|
|
|
|
|
},
|
|
|
|
|
newHosts: {
|
|
|
|
|
hostsId: 'Host ID',
|
|
|
|
|
placeHostId: 'Please enter host ID',
|
|
|
|
|
hostsLevel: 'Host Level',
|
|
|
|
|
placeHostLevel: 'Please select host level',
|
|
|
|
|
hostsCoins: 'Host Coins',
|
|
|
|
|
min: 'Minimum',
|
|
|
|
|
max: 'Maximum',
|
|
|
|
|
onlineFans: 'Online Viewers',
|
|
|
|
|
fans: 'Followers',
|
|
|
|
|
fllowernum: 'Following',
|
2025-08-08 14:38:06 +08:00
|
|
|
hostsCountry: 'Host Area',
|
|
|
|
|
hostsCountryinfo: 'Host Country',
|
2025-07-01 21:08:51 +08:00
|
|
|
placeHostsCountry: 'Please select host country',
|
|
|
|
|
hostsKind: 'Host Type',
|
|
|
|
|
isAssigned: 'Assigned',
|
2025-10-17 15:37:42 +08:00
|
|
|
aiOperation: 'Ai Operation',
|
2025-11-12 18:55:21 +08:00
|
|
|
sortType: 'Sort Type',
|
|
|
|
|
sortName: 'Sort Name',
|
2025-12-05 21:10:27 +08:00
|
|
|
isDelete: 'Is Delete',
|
2025-12-19 15:59:58 +08:00
|
|
|
hasLiveRecoder:'Live Streaming Record',
|
2025-07-01 21:08:51 +08:00
|
|
|
placeIsAssigned: 'Please select assignment status',
|
2025-10-17 15:37:42 +08:00
|
|
|
placeaiOperation: 'Please select Ai operation',
|
2025-07-01 21:08:51 +08:00
|
|
|
createTime: 'Created Time',
|
2025-09-09 20:33:33 +08:00
|
|
|
updateTime: 'Update Time',
|
2025-07-01 21:08:51 +08:00
|
|
|
invitationType: 'Invitation Type',
|
|
|
|
|
placeInvitationType: 'Please select invitation type',
|
|
|
|
|
allocationUser: 'Assigned Employee',
|
2025-07-30 13:21:57 +08:00
|
|
|
placeAllocationDept: 'Please select assigned department',
|
2025-07-01 21:08:51 +08:00
|
|
|
placeAllocationUser: 'Please select assigned employee',
|
|
|
|
|
yesterdayCoins: 'YesterdayCoins',
|
|
|
|
|
search: 'Search',
|
|
|
|
|
reset: 'Reset',
|
|
|
|
|
newAdd: 'Add',
|
|
|
|
|
export: 'Export',
|
|
|
|
|
allocation: 'Assign',
|
|
|
|
|
operate: 'Operation',
|
|
|
|
|
edit: 'Edit',
|
|
|
|
|
delete: 'Del',
|
|
|
|
|
cancel: 'Cancel',
|
2026-01-16 20:48:14 +08:00
|
|
|
confirm: 'Confirm',
|
|
|
|
|
batchDelete: 'Batch Delete',
|
|
|
|
|
copy: 'Copy',
|
|
|
|
|
placeHostsId: 'Please enter host ID',
|
|
|
|
|
placeHostsLevel: 'Please enter host level',
|
|
|
|
|
placeHostsCoins: 'Please enter host coins',
|
|
|
|
|
placeOnlineFans: 'Please enter online viewers',
|
|
|
|
|
placeFans: 'Please enter followers',
|
|
|
|
|
placeFllowernum: 'Please enter following',
|
|
|
|
|
placeYesterdayCoins: 'Please enter yesterday coins',
|
|
|
|
|
placeCountry: 'Please enter host country',
|
|
|
|
|
placeHostsKind: 'Please enter stream type, e.g., Game',
|
|
|
|
|
placeUserId: 'Please enter user Id',
|
|
|
|
|
userId: 'User Id'
|
2025-07-01 21:08:51 +08:00
|
|
|
},
|
2025-11-12 18:55:21 +08:00
|
|
|
employee: {
|
2025-07-01 21:08:51 +08:00
|
|
|
hostsId: 'Host ID',
|
|
|
|
|
placeHostId: 'Please enter host ID',
|
|
|
|
|
hostsLevel: 'Host Level',
|
|
|
|
|
placeHostLevel: 'Please select host level',
|
|
|
|
|
hostsCoins: 'Host Coins',
|
|
|
|
|
min: 'Minimum',
|
|
|
|
|
max: 'Maximum',
|
|
|
|
|
onlineFans: 'Online Viewers',
|
|
|
|
|
fans: 'Followers',
|
|
|
|
|
fllowernum: 'Following',
|
|
|
|
|
yesterdayCoins: "Yesterday's Coins",
|
|
|
|
|
hostsCountry: 'Host Country',
|
|
|
|
|
placeHostsCountry: 'Please select host country',
|
|
|
|
|
hostsKind: 'Stream Type',
|
|
|
|
|
placeHostsKind: 'Please enter stream type, e.g., Game',
|
|
|
|
|
isAssigned: 'Assignment Status',
|
|
|
|
|
placeIsAssigned: 'Please select assignment status',
|
|
|
|
|
createTime: 'Created Time',
|
2025-09-09 20:33:33 +08:00
|
|
|
updataTime: 'Update Time',
|
2025-07-01 21:08:51 +08:00
|
|
|
userId: 'User ID',
|
|
|
|
|
placeAllocationUser: 'Please select assigned employee',
|
|
|
|
|
invitationType: 'Invitation Type',
|
|
|
|
|
placeInvitationType: 'Please select invitation type',
|
|
|
|
|
operationStatus: 'Status',
|
|
|
|
|
placeOperationStatus: 'Please select host status',
|
|
|
|
|
search: 'Search',
|
|
|
|
|
reset: 'Reset',
|
|
|
|
|
newAdd: 'Add',
|
|
|
|
|
export: 'Export',
|
2025-07-04 14:05:15 +08:00
|
|
|
exportAi: 'copy StreamerId',
|
2025-07-01 21:08:51 +08:00
|
|
|
allocation: 'Assign',
|
|
|
|
|
hideSearch: 'Hide Search',
|
|
|
|
|
showSearch: 'Show Search',
|
|
|
|
|
edit: 'Edit',
|
|
|
|
|
delete: 'Delete',
|
|
|
|
|
primaryKey: 'ID',
|
|
|
|
|
action: 'Action',
|
2025-08-08 14:38:06 +08:00
|
|
|
remark: 'Remark',
|
2025-11-12 18:55:21 +08:00
|
|
|
flag: 'Flag',
|
|
|
|
|
loadNext: 'Next',
|
2025-09-10 16:01:18 +08:00
|
|
|
previous: 'Previous',
|
2025-11-12 18:55:21 +08:00
|
|
|
updateTime: 'Update Time'
|
2025-08-04 13:13:53 +08:00
|
|
|
},
|
|
|
|
|
country: {
|
|
|
|
|
greece: 'Greece Region',
|
|
|
|
|
vietnam: 'Vietnam',
|
|
|
|
|
taiwan: 'Taiwan',
|
|
|
|
|
turkey: 'Turkey',
|
|
|
|
|
thailand: 'Thailand',
|
|
|
|
|
romania: 'Romania',
|
|
|
|
|
poland: 'Poland',
|
|
|
|
|
philippines: 'Philippines',
|
|
|
|
|
netherlands: 'Netherlands',
|
|
|
|
|
malaysia_singapore: 'Malaysia/Singapore',
|
|
|
|
|
korea: 'Korea',
|
|
|
|
|
japan: 'Japan',
|
|
|
|
|
italy: 'Italy',
|
|
|
|
|
indonesia: 'Indonesia',
|
|
|
|
|
nordic: 'Nordic',
|
|
|
|
|
usa: 'USA',
|
|
|
|
|
brazil: 'Brazil',
|
|
|
|
|
france: 'France',
|
|
|
|
|
australia_nz: 'Australia/New Zealand',
|
|
|
|
|
germany: 'Germany',
|
|
|
|
|
latam: 'Latin America',
|
|
|
|
|
central_asia: 'Central Asia',
|
|
|
|
|
uk: 'United Kingdom',
|
|
|
|
|
middle_east: 'Middle East',
|
|
|
|
|
spain: 'Spain'
|
|
|
|
|
},
|
2025-08-12 15:41:57 +08:00
|
|
|
sortType: {
|
|
|
|
|
creationTime: 'Creation Time',
|
|
|
|
|
hostsCoins: 'Host Coins',
|
|
|
|
|
fans: 'Fans',
|
|
|
|
|
yesterdayCoins: 'Yesterday Coins',
|
|
|
|
|
onlineFans: 'Online Fans',
|
2025-08-12 19:56:11 +08:00
|
|
|
fllowernum: 'Followers',
|
|
|
|
|
updateTime: 'Update Time'
|
2025-10-13 17:54:14 +08:00
|
|
|
},
|
2025-11-12 18:55:21 +08:00
|
|
|
hostsInvitationType: {
|
|
|
|
|
eliteTicket: 'elite ticket',
|
|
|
|
|
regularTicket: 'regular ticket'
|
2025-10-13 17:54:14 +08:00
|
|
|
},
|
2025-11-12 18:55:21 +08:00
|
|
|
Assigned: {
|
|
|
|
|
yes: 'yes',
|
2025-10-14 20:02:29 +08:00
|
|
|
no: 'no'
|
|
|
|
|
},
|
2025-12-19 15:59:58 +08:00
|
|
|
liveRecoder: {
|
|
|
|
|
yes: 'yes',
|
|
|
|
|
no: 'no'
|
|
|
|
|
},
|
2025-11-12 18:55:21 +08:00
|
|
|
sortState: {
|
2025-10-14 20:02:29 +08:00
|
|
|
asc: 'asc',
|
|
|
|
|
desc: 'desc'
|
|
|
|
|
},
|
2025-11-12 18:55:21 +08:00
|
|
|
operational: {
|
2025-10-14 20:02:29 +08:00
|
|
|
contact: 'contact',
|
2025-11-12 18:55:21 +08:00
|
|
|
noContact: 'noContact'
|
2026-01-15 16:59:30 +08:00
|
|
|
},
|
|
|
|
|
bigBrother: {
|
|
|
|
|
displayId: 'Big Brother Display ID',
|
|
|
|
|
uid: 'Big Brother UID',
|
|
|
|
|
nickname: 'Big Brother Nickname',
|
|
|
|
|
level: 'Big Brother Level',
|
|
|
|
|
fansLevel: 'Fan Club Level',
|
|
|
|
|
hostCoins: 'Coins Tipped',
|
|
|
|
|
followerCount: 'Followers',
|
|
|
|
|
followingCount: 'Following',
|
|
|
|
|
region: 'Region',
|
|
|
|
|
historicHighCoins: 'Historic High Coins',
|
|
|
|
|
totalGiftCoins: 'Total Gift Coins',
|
|
|
|
|
hostDisplayId: 'Host Display ID',
|
|
|
|
|
ownerId: 'Owner ID',
|
|
|
|
|
negotiation: 'Negotiation Status',
|
|
|
|
|
batchCopyBigId: 'Batch Copy Big Brother ID',
|
|
|
|
|
batchCopyHostId: 'Batch Copy Host ID',
|
|
|
|
|
deletePage: 'Delete Page',
|
|
|
|
|
placeNegotiation: 'Please select negotiation status',
|
2026-01-16 20:48:14 +08:00
|
|
|
allocationAlert: 'The number of successful allocations may be less than selected. Hosts with the same ID cannot be allocated repeatedly.',
|
|
|
|
|
exportDeleteConfirmMessage: 'Delete the exported data after export?',
|
|
|
|
|
exportDeleteConfirmTitle: 'Delete Confirmation',
|
|
|
|
|
exportDeleteAndExport: 'Delete and Export',
|
|
|
|
|
exportOnlyExport: 'Export Only',
|
|
|
|
|
placeDisplayId: 'Please enter big brother display_id',
|
|
|
|
|
placeUid: 'Please enter big brother user id',
|
|
|
|
|
placeNickname: 'Please enter big brother nickname',
|
|
|
|
|
placeLevel: 'Please enter big brother level',
|
|
|
|
|
placeHostCoins: 'Please enter coins tipped',
|
|
|
|
|
placeFollowerCount: 'Please enter follower count',
|
|
|
|
|
placeFollowingCount: 'Please enter following count',
|
|
|
|
|
placeRegion: 'Please enter region',
|
|
|
|
|
placeHistoricHighCoins: 'Please enter historic high coins',
|
|
|
|
|
placeTotalGiftCoins: 'Please enter total gift coins',
|
|
|
|
|
placeHostDisplayId: 'Please enter host display_id',
|
|
|
|
|
placeOwnerId: 'Please enter owner id',
|
2026-01-16 21:11:42 +08:00
|
|
|
displayIdRequired: 'Display ID is required',
|
|
|
|
|
exportFileName: 'BigBrother_Data',
|
|
|
|
|
exportSuccess: 'Export successful'
|
2026-01-15 19:46:14 +08:00
|
|
|
},
|
|
|
|
|
system: {
|
|
|
|
|
user: {
|
|
|
|
|
username: 'Username',
|
|
|
|
|
nickname: 'Nickname',
|
|
|
|
|
mobile: 'Mobile',
|
|
|
|
|
dept: 'Department',
|
|
|
|
|
email: 'Email',
|
|
|
|
|
status: 'Status',
|
|
|
|
|
sex: 'Gender',
|
|
|
|
|
post: 'Post',
|
|
|
|
|
password: 'Password',
|
|
|
|
|
id: 'User ID',
|
|
|
|
|
remark: 'Remark',
|
|
|
|
|
deptDesc: 'Department',
|
|
|
|
|
assignRole: 'Assign Role',
|
|
|
|
|
role: 'Role',
|
|
|
|
|
importTip: 'Update existing user data',
|
|
|
|
|
importTitle: 'Import Users',
|
|
|
|
|
import: {
|
|
|
|
|
fileRequired: 'Please upload a file',
|
|
|
|
|
fileLimit: 'Only one file can be uploaded!',
|
|
|
|
|
uploadError: 'Upload failed, please upload again!',
|
|
|
|
|
templateName: 'User Import Template.xls',
|
|
|
|
|
createSuccess: 'Create Success Count: ',
|
|
|
|
|
updateSuccess: 'Update Success Count: ',
|
|
|
|
|
failure: 'Failure Count: '
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
role: {
|
|
|
|
|
name: 'Role Name',
|
|
|
|
|
code: 'Role Code',
|
|
|
|
|
type: 'Role Type',
|
|
|
|
|
sort: 'Sort',
|
|
|
|
|
status: 'Status',
|
|
|
|
|
remark: 'Remark',
|
|
|
|
|
id: 'Role ID',
|
|
|
|
|
menuPermission: 'Menu Permission',
|
|
|
|
|
dataPermission: 'Data Permission',
|
|
|
|
|
dataScope: 'Permission Scope',
|
|
|
|
|
deptScope: 'Department Scope'
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
home: {
|
|
|
|
|
today: 'Today',
|
|
|
|
|
last7Days: 'Last 7 Days',
|
|
|
|
|
todayAnchorCount: "Today's Anchor Contact Count",
|
|
|
|
|
todayBigBrotherCount: "Today's Big Brother Contact Count"
|
2025-11-12 18:55:21 +08:00
|
|
|
}
|
2025-07-01 21:08:51 +08:00
|
|
|
}
|