first commit

This commit is contained in:
liu
2026-07-13 15:23:29 +08:00
commit 50885a98c8
473 changed files with 33772 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
export default {
// Common
"dashboard.since.lastWeek": "Since last week",
"dashboard.vs.lastWeek": "vs last week",
// Analysis Page
"dashboard.analysis.totalRevenue": "Total Revenue",
"dashboard.analysis.totalExpenses": "Total Expenses",
"dashboard.analysis.visitors": "Visitors",
"dashboard.analysis.likes": "Likes",
"dashboard.analysis.annualSales": "Annual Sales",
"dashboard.analysis.grossProfit": "Gross Profit",
"dashboard.analysis.netProfit": "Net Profit",
"dashboard.analysis.totalExpense": "Total Expense",
"dashboard.analysis.accessFrom": "Access From",
"dashboard.analysis.searchEngine": "Search Engine",
"dashboard.analysis.direct": "Direct",
"dashboard.analysis.email": "Email",
"dashboard.analysis.unionAds": "Union Ads",
"dashboard.analysis.videoAds": "Video Ads",
"dashboard.analysis.salesRanking": "Sales Ranking",
"dashboard.analysis.month": "Month",
"dashboard.analysis.year": "Year",
"dashboard.analysis.day": "Day",
"dashboard.analysis.article": "Article",
"dashboard.analysis.age": "Age",
"dashboard.analysis.address": "Address",
"dashboard.analysis.tags": "Tags",
"dashboard.analysis.action": "Action",
"dashboard.analysis.invite": "Invite",
"dashboard.analysis.delete": "Delete",
"dashboard.analysis.userReviews": "User Reviews",
"dashboard.analysis.reviewDescription": "Ant Design, a design language for background applications, is refined by Ant UED Team",
// Months
"dashboard.analysis.january": "January",
"dashboard.analysis.february": "February",
"dashboard.analysis.march": "March",
"dashboard.analysis.april": "April",
"dashboard.analysis.may": "May",
"dashboard.analysis.june": "June",
"dashboard.analysis.july": "July",
"dashboard.analysis.august": "August",
"dashboard.analysis.september": "September",
"dashboard.analysis.october": "October",
"dashboard.analysis.november": "November",
"dashboard.analysis.december": "December",
};
+18
View File
@@ -0,0 +1,18 @@
export default {
"dashboard.completion": "Completion",
"dashboard.vs.lastWeek": "vs last week",
// Monitor Page
"dashboard.monitor.helpService": "Help Service",
"dashboard.monitor.propertyFee": "Property Fee",
"dashboard.monitor.alarmEvents": "Alarm Events",
"dashboard.monitor.otherEvents": "Other Events",
"dashboard.monitor.todoList": "To-Do List",
"dashboard.monitor.myFocus": "My Focus",
"dashboard.monitor.all": "All",
"dashboard.monitor.propertyOrder": "Property Orders",
"dashboard.monitor.repairOrder": "Repair Orders",
"dashboard.monitor.fireSafety": "Fire Safety",
"dashboard.monitor.paidService": "Paid Services",
"dashboard.monitor.publicService": "Public Services",
};
+43
View File
@@ -0,0 +1,43 @@
export default {
// Workplace Page
"dashboard.workplace.greeting.morning": "Good Morning",
"dashboard.workplace.greeting.afternoon": "Good Afternoon",
"dashboard.workplace.greeting.evening": "Good Evening",
"dashboard.workplace.welcome": "Welcome back!",
"dashboard.workplace.today": "Today is",
"dashboard.workplace.myProjects": "My Projects",
"dashboard.workplace.myTeams": "My Teams",
"dashboard.workplace.latestActivities": "Latest Activities",
"dashboard.workplace.notifications": "Notifications",
"dashboard.workplace.appStore": "App Store",
"dashboard.workplace.appStore.desc": "Application distribution and management platform",
"dashboard.workplace.mallSystem": "Mall System",
"dashboard.workplace.mallSystem.desc": "Enterprise e-commerce solution",
"dashboard.workplace.collaboration": "Collaboration",
"dashboard.workplace.collaboration.desc": "Team collaboration and communication tools",
"dashboard.workplace.docCenter": "Document Center",
"dashboard.workplace.docCenter.desc": "Enterprise knowledge management and document collaboration",
"dashboard.workplace.badge.new": "New",
"dashboard.workplace.status.inProgress": "In Progress",
"dashboard.workplace.status.completed": "Completed",
"dashboard.workplace.status.planning": "Planning",
"dashboard.workplace.progress": "Progress",
"dashboard.workplace.members": "Members",
"dashboard.workplace.people": "people",
"dashboard.workplace.recentVisits": "Recent Visits",
"dashboard.workplace.location": "Local",
// Project Data
"dashboard.workplace.project1.name": "Enterprise Management System",
"dashboard.workplace.project1.desc": "Enterprise backend management system based on React and AntDesign",
"dashboard.workplace.project2.name": "Mobile H5 Application",
"dashboard.workplace.project2.desc": "Mobile e-commerce application developed with Vue3",
"dashboard.workplace.project3.name": "Data Visualization Platform",
"dashboard.workplace.project3.desc": "Big data visualization and analysis platform based on ECharts",
"dashboard.workplace.project4.name": "System Upgrade Notice",
"dashboard.workplace.project4.desc": "System will be upgraded and maintained from 2:00-4:00 AM this Friday",
"dashboard.workplace.project5.name": "Team Invitation",
"dashboard.workplace.project5.desc": "You have been invited to join the \"New Product R&D\" project team",
"dashboard.workplace.project6.name": "Task Reminder",
"dashboard.workplace.project6.desc": "You have 3 tasks that are about to expire, please handle them in time",
};