mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-11 11:49:56 +00:00
perf: 随机密码生成规则添加可排除字符选项
This commit is contained in:
@@ -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'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@@ -913,7 +913,8 @@
|
||||
"Length": "Length",
|
||||
"Digit": "Digit",
|
||||
"Lowercase": "Lowercase",
|
||||
"SpecialSymbol": "SpecialSymbol"
|
||||
"SpecialSymbol": "Special symbol",
|
||||
"ExcludeSymbol": "Exclude symbol"
|
||||
},
|
||||
"dashboard": {
|
||||
"ActiveAsset": "Asset active",
|
||||
|
@@ -911,7 +911,8 @@
|
||||
"Length": "長さ",
|
||||
"Digit": "数字",
|
||||
"Lowercase": "小文字",
|
||||
"SpecialSymbol": "特殊記号"
|
||||
"SpecialSymbol": "特殊記号",
|
||||
"ExcludeSymbol": "記号を除外する"
|
||||
},
|
||||
"dashboard": {
|
||||
"TotalJobLog": "ジョブ実行総数",
|
||||
|
@@ -485,6 +485,7 @@
|
||||
"Lowercase": "小写字母",
|
||||
"Digit": "数字",
|
||||
"SpecialSymbol": "特殊字符",
|
||||
"ExcludeSymbol": "排除字符",
|
||||
"Enterprise": "企业版",
|
||||
"SyncTask": "同步任务",
|
||||
"New": "新建",
|
||||
|
Reference in New Issue
Block a user