Skip to content

Commit

Permalink
Updating dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
amengus87 committed Jul 30, 2024
1 parent 92176cb commit 3527519
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
44 changes: 22 additions & 22 deletions frontend/src/locales/langs/en-us.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,31 +233,31 @@ const local: App.I18n.Schema = {
devDep: 'Frontend Development Dependencies'
},
home: {
greeting: 'Good morning, {userName}, today is another day full of vitality!',
weatherDesc: 'Today is cloudy to clear, 20℃ - 25℃!',
projectCount: 'Project Count',
todo: 'Todo',
message: 'Message',
downloadCount: 'Download Count',
registerCount: 'Register Count',
greeting: '{userName}, your journey starts now!',
weatherDesc: 'All components are healthy',
projectCount: 'Farms',
todo: 'Silos',
message: 'Documents',
downloadCount: 'Document Count',
registerCount: 'Token Count',
schedule: 'Work and rest Schedule',
study: 'Study',
work: 'Work',
rest: 'Rest',
entertainment: 'Entertainment',
visitCount: 'Visit Count',
turnover: 'Turnover',
dealCount: 'Deal Count',
study: 'Silo',
work: 'Farm',
rest: 'Granary',
entertainment: 'Harvester',
visitCount: 'Query Count',
turnover: 'Token Used',
dealCount: 'Error Count',
projectNews: {
title: 'Project News',
moreNews: 'More News',
desc1: 'Soybean created the open source project soybean-admin on May 28, 2021!',
desc2: 'Yanbowe submitted a bug to soybean-admin, the multi-tab bar will not adapt.',
desc3: 'Soybean is ready to do sufficient preparation for the release of soybean-admin!',
desc4: 'Soybean is busy writing project documentation for soybean-admin!',
desc5: 'Soybean just wrote some of the workbench pages casually, and it was enough to see!'
title: 'Latest Events',
moreNews: 'More Events',
desc1: 'Silo "08C98C" has been successfully built',
desc2: 'User "dRAGon" has been successfully registered',
desc3: 'User "dRAGon" has been successfully logged in',
desc4: 'Farm "F9CF9C" has been successfully built',
desc5: 'Farm "F9CF9C" has been removed'
},
creativity: 'Creativity'
creativity: 'Other'
},
function: {
tab: {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/home/modules/header-banner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const statisticData = computed<StatisticData[]>(() => [
{
id: 1,
label: $t('page.home.todo'),
value: '4/16'
value: '4'
},
{
id: 2,
Expand Down

0 comments on commit 3527519

Please sign in to comment.