perf: lina translate

This commit is contained in:
feng 2025-04-18 18:20:57 +08:00 committed by feng626
parent bc4fb455a3
commit deea38c704
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ export const accountFieldsMeta = (vm) => {
return {
assets: {
component: Select2,
label: vm.$t('Assets'),
label: vm.$t('Asset'),
rules: [Required],
el: {
multiple: true,

View File

@ -63,7 +63,7 @@ export default {
encryptedFields: ['secret'],
fields: [
[this.$t('Basic'), ['name', 'username', 'privileged', 'su_from', 'su_from_username', 'template']],
[this.$t('Assets'), ['assets']],
[this.$t('Asset'), ['assets']],
[this.$t('Secret'), [
'secret_type', 'password', 'ssh_key', 'token',
'access_key', 'passphrase', 'api_key',