perf: translate

This commit is contained in:
feng 2025-03-03 10:50:51 +08:00 committed by feng626
parent 598d3803dc
commit dadfc9a240
2 changed files with 4 additions and 4 deletions

View File

@ -25,8 +25,8 @@ export default {
data() { data() {
return { return {
config: { config: {
title: this.$t('TaskDistribution'), title: this.$t('TaskSummary'),
tip: this.$t('TaskDistribution') tip: this.$t('TaskSummary')
}, },
counter: { counter: {
total_count_change_secret_automation: 0, total_count_change_secret_automation: 0,
@ -61,7 +61,7 @@ export default {
}, },
series: [ series: [
{ {
name: this.$t('TaskDistribution'), name: this.$t('TaskSummary'),
type: 'pie', type: 'pie',
top: '10%', top: '10%',
radius: ['45%', '60%'], radius: ['45%', '60%'],

View File

@ -7,7 +7,7 @@
</div> </div>
<div class="total-section"> <div class="total-section">
<div class="total-title">Total accounts</div> <div class="total-title">{{ $t('TotalAccounts') }}</div>
<div class="total-account"> {{ config.total }} </div> <div class="total-account"> {{ config.total }} </div>
<div class="week-add"> <div class="week-add">
<div class="week-add-title"> {{ $t('WeekAdd') }} </div> <div class="week-add-title"> {{ $t('WeekAdd') }} </div>