Merge pull request #3944 from jumpserver/pr@v4@account_related

perf: account related translate
This commit is contained in:
feng626
2024-05-16 19:38:56 +08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ export default {
name: 'Profile',
component: () => import('@/views/profile/index'),
meta: {
title: i18n.t('Profile'),
title: i18n.t('YourProfile'),
icon: 'attestation',
permissions: []
}

View File

@@ -51,7 +51,7 @@ export default {
width: '240px'
},
summary: {
label: this.$t('Ok/total'),
label: this.$t('Ok/Total'),
formatter: (row) => {
return row.summary['success'] + '/' + row.summary['total']
}

View File

@@ -1,7 +1,7 @@
<template>
<el-card class="box-card" shadow="never">
<div slot="header" class="title">
<span>{{ $t('Profile') }}</span>
<span>{{ $t('YourProfile') }}</span>
</div>
<div class="content">
<el-row :gutter="20">