fix: container name in add worker

This commit is contained in:
jialin
2025-12-17 14:59:07 +08:00
parent 6968f9fa6b
commit bd46fcdc75
22 changed files with 332 additions and 207 deletions
+2 -2
View File
@@ -20,12 +20,12 @@ export default {
'users.form.currentpassword': '現在のパスワード',
'users.form.updatepassword': 'パスワードを変更',
'users.form.rule.password':
'大文字と小文字、数字、特殊文字(!@#$%^&*_+)を含む6〜12文字で、スペースは使用できません。',
'大文字と小文字、数字、特殊文字(!@#$%^&*_+)を含む6〜32文字で、スペースは使用できません。',
'users.password.uppcase': '少なくとも1つの大文字を含む',
'users.password.lowercase': '少なくとも1つの小文字を含む',
'users.password.number': '少なくとも1つの数字を含む',
'users.password.special': '少なくとも1つの特殊文字を含む',
'users.password.length': '6〜12文字の長さ',
'users.password.length': '6〜32文字の長さ',
'users.password.modify.title': 'パスワードを変更',
'users.password.modify.description':
'アカウントのセキュリティのため、初期パスワードを変更してください。',