1
0
mirror of https://github.com/jumpserver/lina.git synced 2025-05-11 01:27:13 +00:00

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
src/views/dashboard/Pam

View File

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

View File

@ -7,7 +7,7 @@
</div>
<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="week-add">
<div class="week-add-title"> {{ $t('WeekAdd') }} </div>