perf: 随机密码生成规则添加可排除字符选项

This commit is contained in:
feng
2023-11-28 14:45:58 +08:00
parent e86b88bf05
commit f91b8c75df
4 changed files with 10 additions and 2 deletions

View File

@@ -70,6 +70,11 @@ export default {
id: 'symbol',
label: this.$t('common.SpecialSymbol'),
type: 'switch'
},
{
id: 'exclude_symbols',
label: this.$t('common.ExcludeSymbol'),
type: 'input'
}
]
}

View File

@@ -913,7 +913,8 @@
"Length": "Length",
"Digit": "Digit",
"Lowercase": "Lowercase",
"SpecialSymbol": "SpecialSymbol"
"SpecialSymbol": "Special symbol",
"ExcludeSymbol": "Exclude symbol"
},
"dashboard": {
"ActiveAsset": "Asset active",

View File

@@ -911,7 +911,8 @@
"Length": "長さ",
"Digit": "数字",
"Lowercase": "小文字",
"SpecialSymbol": "特殊記号"
"SpecialSymbol": "特殊記号",
"ExcludeSymbol": "記号を除外する"
},
"dashboard": {
"TotalJobLog": "ジョブ実行総数",

View File

@@ -485,6 +485,7 @@
"Lowercase": "小写字母",
"Digit": "数字",
"SpecialSymbol": "特殊字符",
"ExcludeSymbol": "排除字符",
"Enterprise": "企业版",
"SyncTask": "同步任务",
"New": "新建",