confirmPasswordPlaceholder:'Please enter password again',
codeLogin:'Verification code login',
confirm:'Confirm',
back:'Back',
validateSuccess:'Verification passed',
loginSuccess:'Login successfully',
welcomeBack:'Welcome back, {userName} !'
},
pwdLogin:{
title:'Password Login',
rememberMe:'Remember me',
forgetPassword:'Forget password?',
register:'Register',
otherAccountLogin:'Other Account Login',
otherLoginMode:'Other Login Mode',
superAdmin:'Super Admin',
admin:'Admin',
user:'User'
},
codeLogin:{
title:'Verification Code Login',
getCode:'Get verification code',
reGetCode:'Reacquire after {time}s',
sendCodeSuccess:'Verification code sent successfully',
imageCodePlaceholder:'Please enter image verification code'
},
register:{
title:'Register',
agreement:'I have read and agree to',
protocol:'《User Agreement》',
policy:'《Privacy Policy》'
},
resetPwd:{
title:'Reset Password'
},
bindWeChat:{
title:'Bind WeChat'
}
},
about:{
title:'About',
introduction:
'CN-RDMS is the frontend application of the internal R&D management platform of 灿能电力. It is used to carry internal business modules, engineering collaboration and management capabilities.',
projectInfo:{
title:'Project Info',
version:'Version',
latestBuildTime:'Latest Build Time',
githubLink:'Github Link',
previewLink:'Preview Link'
},
prdDep:'Production Dependency',
devDep:'Development Dependency'
},
home:{
branchDesc:
'This page is reserved for the internal dashboard overview of CN-RDMS and can be adjusted according to actual business needs.',
greetingLateNight:'It is late, {userName}. Take some rest.',
greetingMorning:'Good morning, {userName}. Another productive day begins.',
greetingNoon:'Good noon, {userName}. Remember to take a break.',
greetingAfternoon:'Good afternoon, {userName}. Keep up the momentum.',
greetingEvening:'Good evening, {userName}. Thanks for your hard work.',
weatherDesc:'Today is cloudy to clear, 20℃ - 25℃!',
projectCount:'Project Count',
todo:'Todo',
message:'Message',
downloadCount:'Download Count',
registerCount:'Register Count',
schedule:'Work and rest Schedule',
study:'Study',
work:'Work',
rest:'Rest',
entertainment:'Entertainment',
visitCount:'Visit Count',
turnover:'Turnover',
dealCount:'Deal Count',
projectNews:{
title:'Project News',
moreNews:'More News',
desc1:'CN-RDMS project initialization is complete and the internal management frontend baseline is ready.',
desc2:'The development environment, routing structure and permission skeleton have been verified.',
desc3:'Core pages will continue to be replaced with actual internal business modules.',
desc4:'Project documentation and environment conventions are being refined step by step.',
desc5:'The current dashboard content is still placeholder data and can be replaced as needed.'
'Use one menu page to manage both global route resources and object-scope permission resources, instead of duplicating product and project pages.',
currentContext:'Current Context',
currentResourceCount:'Resource Count',
editorMode:'Editor Mode',
editorModeGlobal:'Route Resource Editor',
editorModeObject:'Object Navigation Editor',
globalResourceTitle:'Global Menu Resources',
objectResourceTitle:'Object-Scope Resources',
globalResourceSummary:'Configure login-state menus, route mappings, and global button permission resources.',
objectResourceSummary:
'Configure object-scope navigation items and action buttons. Navigation items bind real page routes, and action buttons provide in-object permission points.',
objectResourceSummaryProduct:
'Configure product-scope navigation items and action buttons. Navigation items bind real page routes, and action buttons provide in-product permission points.',
objectResourceSummaryProject:
'Configure project-scope navigation items and action buttons. Navigation items bind real page routes, and action buttons provide in-project permission points.',
scopeHintGlobal:
'Global mode keeps the current route-oriented editor and continues to serve login-state menus and global button permissions.',
scopeHintObject:
'Object mode manages navigation items and action buttons. Navigation items bind real page resources, and action buttons only maintain permission codes.',
objectTypePlaceholder:'Please select an object type',
contextReady:'Context Selected',
contextPending:'Waiting For Object Type',
objectTypeRequiredTitle:'Select an object type first',
objectTypeRequiredDescription:
'Object-scope resources must first define the configuration range, such as product or project. Then load the resource tree and editor.',
objectModeTipTitle:'Object scope currently manages navigation items and action buttons',
objectModeTipDescription:
'In the first phase, object-scope menus only expose navigation items and action buttons. Navigation items bind real page routes for the object header navigation, and action buttons only maintain permission codes. Directory creation is intentionally hidden for now.',
pageResourceParentMismatch:'The selected page resource does not match the current parent menu path',
routePropsJson:'Please enter a valid JSON string',
routePropsJsonHint:'For example {"url":"https://example.com"}',
iframeUrl:'Please enter iframe URL',
externalUrl:'Please enter external URL',
redirectTarget:'Please enter redirect target',
pathParam:'Please enter path param',
page:'Please select page component',
layout:'Please select layout component',
i18nKey:'Please enter i18n key',
icon:'Please enter iconify name',
localIcon:'Please enter local icon name',
order:'Please enter order',
sort:'Please enter sort order',
keepAlive:'Please select whether to cache route',
href:'Please enter href',
hideInMenu:'Please select whether to hide menu',
activeMenu:'Please select route name of the highlighted menu',
multiTab:'Please select whether to support multiple tabs',
fixedInTab:'Please select whether to fix in the tab',
fixedIndexInTab:'Please enter the index fixed in the tab',
queryKey:'Please enter route parameter Key',
queryValue:'Please enter route parameter Value',
button:'Please select whether it is a button',
buttonCode:'Please enter button code',
buttonDesc:'Please enter button description',
menuStatus:'Please select menu status'
},
tips:{
routeKind:'Choose the route kind that matches the current dropdown option',
routeKindSummary:
'Most backend business menus should use "Page Route". Only switch to another type when you are building a top-level single page, iframe page, external link, or redirect route.',
routeKindItems:{
directory:
'Used only for menu grouping and does not render a real page. Typical for a parent directory such as "System Management".',
view:'Use this for normal business pages such as Role Management, Menu Management, and Dictionary Management.',
single:
'Used when the page should be displayed as a top-level single page instead of being shown inside a directory content area.',
iframe:'Used when the page content is embedded by iframe. You need to provide url in Route Props JSON.',
external:
'Used when clicking the menu should open an external website instead of rendering a page in this system.',
redirect:'Used only as a redirect route. Normal business menus usually should not choose this.'
},
routePath:
'Fill in the last segment of the access path. For Role Management, the full path is /system/role, so this field is usually role.',
pageResource:
'Page routes should select a page resource from the frontend whitelist. For example, Role Management maps to /system/role and view.system_role.',
'Object-scope navigation items should bind real object page routes. For example, the product scope can bind /product/dashboard or /product/requirement.',