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