2024-05-27 05:33:11 +00:00
export default {
2024-07-22 10:52:56 +00:00
title : 'Overview' ,
appInfo : {
2025-01-21 07:55:09 +00:00
header : 'APP Info' ,
2024-07-22 10:52:56 +00:00
publicAccessLink : 'Public Access Link' ,
openText : 'On' ,
closeText : 'Off' ,
copyLinkText : 'Copy Link' ,
refreshLinkText : 'Refresh Link' ,
demo : 'Demo' ,
embedThirdParty : 'Embed Third Party' ,
accessRestrictions : 'Access Restrictions' ,
displaySetting : 'Display Setting' ,
apiAccessCredentials : 'API Access Credentials' ,
apiKey : 'API Key' ,
refreshToken : {
msgConfirm1 : 'Do you want to regenerate the public access link?' ,
msgConfirm2 :
'Regenerating the public access link will affect third-party embedded scripts changes and will require re-embedding the new script into third-party sites. Please proceed with caution!' ,
refreshSuccess : 'Refresh Successful'
2024-05-27 05:33:11 +00:00
} ,
2024-07-22 10:52:56 +00:00
APIKeyDialog : {
saveSettings : 'Save Settings' ,
msgConfirm1 : 'Are you sure you want to delete the API Key?' ,
msgConfirm2 :
'Deleting the API Key cannot be undone. Please confirm if you want to delete it!' ,
enabledSuccess : 'Enabled' ,
disabledSuccess : 'Disabled'
} ,
EditAvatarDialog : {
title : 'Edit Logo' ,
customizeUpload : 'Custom Upload' ,
upload : 'Upload' ,
default : 'Default Logo' ,
custom : 'Custom' ,
2024-08-07 03:21:46 +00:00
sizeTip : 'Suggested size 32*32, supports jpg, png, gif, size no more than 10 MB' ,
fileSizeExceeded : 'File size exceeds 10 MB' ,
2024-07-22 10:52:56 +00:00
uploadImagePrompt : 'Please upload an image'
} ,
EmbedDialog : {
embedDialogTitle : 'Embed Third Party' ,
fullscreenModeTitle : 'Fullscreen Mode' ,
copyInstructions : 'Copy the following code to embed' ,
floatingModeTitle : 'Floating Mode'
} ,
LimitDialog : {
dialogTitle : 'Access Restrictions' ,
showSourceLabel : 'Show Source' ,
clientQueryLimitLabel : 'Each Client Query Limit' ,
2024-10-12 09:13:40 +00:00
authentication : 'Authentication' ,
authenticationValue : 'Authentication Password' ,
2024-07-22 10:52:56 +00:00
timesDays : 'Times/Day' ,
whitelistLabel : 'Whitelist' ,
whitelistPlaceholder :
2025-01-13 03:15:51 +00:00
'Please enter allowed third-party source addresses, one per line, such as:\nhttp://127.0.0.1:5678\nhttps://dataease.io'
2024-07-22 10:52:56 +00:00
} ,
SettingAPIKeyDialog : {
dialogTitle : 'Settings' ,
allowCrossDomainLabel : 'Allow Cross-Domain Address' ,
crossDomainPlaceholder :
2025-01-13 03:15:51 +00:00
'Please enter allowed cross-domain addresses, if open without inputting addresses, there are no restrictions.\nCross-domain addresses one per line, such as:\nhttp://127.0.0.1:5678\nhttps://dataease.io'
} ,
SettingDisplayDialog : {
dialogTitle : 'Display Settings' ,
2025-01-20 11:00:58 +00:00
languageLabel : 'Language' ,
2025-01-13 03:15:51 +00:00
showSourceLabel : 'Show Source' ,
showExecutionDetail : 'Show Execution Detail' ,
restoreDefault : 'Restore Default' ,
customThemeColor : 'Custom Theme Color' ,
headerTitleFontColor : 'Header Title Font Color' ,
default : 'Default' ,
askUserAvatar : 'Ask User Avatar' ,
replace : 'Replace' ,
imageMessage : 'Suggested size 32*32, supports jpg, png, gif, size no more than 10 MB' ,
AIAvatar : 'AI Reply Avatar' ,
floatIcon : 'Floating Icon' ,
iconDefaultPosition : 'Icon Default Position' ,
iconPosition : {
left : 'Left' ,
right : 'Right' ,
bottom : 'Bottom' ,
top : 'Top'
} ,
draggablePosition : 'Draggable Position' ,
showHistory : 'Show History' ,
displayGuide : 'Display guide image (floating window mode)' ,
disclaimer : 'Disclaimer' ,
disclaimerValue :
'「The above content is generated by AI and is for reference and reference only.」'
2024-07-22 10:52:56 +00:00
}
} ,
monitor : {
monitoringStatistics : 'Monitoring Statistics' ,
customRange : 'Custom Range' ,
startDatePlaceholder : 'Start Date' ,
endDatePlaceholder : 'End Date' ,
pastDayOptions : {
past7Days : 'Past 7 Days' ,
past30Days : 'Past 30 Days' ,
past90Days : 'Past 90 Days' ,
past183Days : 'Past Half Year' ,
other : 'Custom'
} ,
charts : {
customerTotal : 'Total Customers' ,
customerNew : 'New Customers' ,
queryCount : 'Query Count' ,
tokensTotal : 'Total Tokens' ,
userSatisfaction : 'User Satisfaction' ,
approval : 'Approval' ,
disapproval : 'Disapproval'
}
}
}