mirror of
https://github.com/jumpserver/lina.git
synced 2025-05-11 01:27:13 +00:00
perf: translate
This commit is contained in:
parent
598d3803dc
commit
dadfc9a240
src/views/dashboard/Pam
@ -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%'],
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user