| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- {
- "home": {
- "dashboard": {
- "cards": {
- "locale": {
- "description": "The home tab title and placeholder content now switch immediately with locale changes, ready for future modules.",
- "title": "Locale Ready"
- },
- "navigation": {
- "description": "The left tree menu keeps its current behavior and opens business tabs next to the home tab when clicked.",
- "title": "Navigation"
- },
- "workspace": {
- "description": "This area now provides the shell for a homepage so statistics, announcements, and shortcuts can be added next.",
- "title": "Homepage Shell"
- }
- },
- "crumb": "Home",
- "hero": {
- "description": "The home tab and its content container are in place, so the next step is wiring real business widgets into this area.",
- "eyebrow": "Enterprise Workspace",
- "title": "Home Is Ready"
- },
- "tab": "Home"
- },
- "dashboardTab": {
- "announcement": {
- "content": "A new version has been released",
- "more": "View more >",
- "placeholder": "xxxxx",
- "title": "Collaboration Notice"
- },
- "commonFeature": {
- "title": "Common Features"
- },
- "emptyPermission": {
- "alt": "No permission",
- "title": "No permission"
- },
- "fileStats": {
- "deleted": "Deleted",
- "edited": "Edited",
- "lastWeek": "Last 7 days",
- "loading": "Loading...",
- "loadMore": "Load more",
- "more": "View more >",
- "noData": "No data",
- "noMore": "No more data",
- "today": "Today",
- "title": "File Statistics",
- "added": "Added"
- },
- "links": {
- "title": "Links"
- },
- "overview": {
- "apiCount": "API Count",
- "fileCount": "File Count",
- "pageCount": "Page Count",
- "processCount": "Process Count",
- "tableViewCount": "Table View Count",
- "userCount": "User Count"
- },
- "resourceUsage": {
- "categories": {
- "cUserCount": "C-End Users",
- "pageRatio": "Page Ratio",
- "plannedPeople": "Planned People",
- "processRatio": "Process Ratio",
- "scenarioCount": "Business Scenarios",
- "tableRatio": "Data Table Ratio"
- },
- "planningCount": "Planned Count",
- "title": "Resource Usage Ratio",
- "usageCount": "Usage Count",
- "usagePercent": "Usage Percent"
- },
- "teamMembers": {
- "columns": {
- "account": "Account",
- "jobNo": "Employee No.",
- "mobile": "Mobile",
- "name": "Name",
- "status": "Status"
- },
- "status": {
- "abnormal": "Abnormal"
- },
- "title": "Project Team Members"
- }
- },
- "userMenu": {
- "logout": "Logout"
- }
- },
- "userProfile": {
- "avatar": "Avatar",
- "birthday": "Birthday",
- "cancel": "Cancel",
- "chooseDate": "Please select a date",
- "clickToChangeAvatar": "Click to change avatar",
- "gender": "Gender",
- "genderOptions": {
- "female": "Female",
- "male": "Male",
- "secret": "Secret"
- },
- "gitAccount": "Git account / email",
- "messages": {
- "avatarUploadFailed": "Avatar upload failed",
- "avatarUploadSuccess": "Avatar uploaded successfully",
- "updateFailed": "Save failed",
- "updateSuccess": "Saved successfully",
- "userIdRequired": "Missing user ID, unable to save"
- },
- "save": "Save",
- "title": "Personal Information",
- "uploadAvatar": "Upload avatar",
- "username": "Username"
- }
- }
|