fix:处理中英文完全一样的国际化为一个

This commit is contained in:
zhangyu
2022-06-16 15:58:17 +08:00
parent c5976c83ee
commit e65f37b5b5
159 changed files with 1194 additions and 599 deletions

View File

@@ -72,13 +72,13 @@ export default {
customTableTitle: [
{ label: this.$t('backup.schedule'), prop: 'schedule' },
{ label: this.$t('backup.backupRetention'), prop: 'retention' },
{ label: this.$t('backup.Enable'), prop: 'state' }
{ label: this.$t('asset.talon.enable'), prop: 'state' }
],
customTableTitle2: [
{ label: this.$t('backup.Date'), prop: 'time', minwidth: 228 },
{ label: this.$t('config.assetLabel.date'), prop: 'time', minwidth: 228 },
{ label: this.$t('backup.File'), prop: 'fileName', minwidth: 363 },
{ label: this.$t('backup.size'), prop: 'size', minwidth: 306 },
{ label: this.$t('backup.Description'), prop: 'Description', minwidth: 569 }
{ label: this.$t('overall.remark'), prop: 'Description', minwidth: 569 }
],
tableData: [
{