feat: password reset by admin (#360)
This commit is contained in:
@@ -159,7 +159,11 @@
|
||||
"quit_confirm": "If you relinquish your administrator privileges, you will no longer be able to access the administration page.",
|
||||
"role_changed": "Role changed",
|
||||
"lost_admin_auth": "Lost admin authority",
|
||||
"at_least": "At least one administrator is required"
|
||||
"at_least": "At least one administrator is required",
|
||||
"reset_password": "Reset password",
|
||||
"reset": "Reset",
|
||||
"invalid_password": "Password must be at least 8 characters",
|
||||
"password_not_match": "Pasword does not match"
|
||||
},
|
||||
"Projects": {
|
||||
"project_list": "Project List",
|
||||
|
||||
@@ -159,7 +159,11 @@
|
||||
"quit_confirm": "管理者権限を放棄すると管理ページにアクセスできなくなります。",
|
||||
"role_changed": "ロールを更新しました",
|
||||
"lost_admin_auth": "管理者権限を失いました",
|
||||
"at_least": "最低1人以上の管理者が必要です。"
|
||||
"at_least": "最低1人以上の管理者が必要です。",
|
||||
"reset_password": "パスワードをリセット",
|
||||
"reset": "リセット",
|
||||
"invalid_password": "パスワードは8文字以上である必要があります",
|
||||
"password_not_match": "パスワードが一致しません"
|
||||
},
|
||||
"Projects": {
|
||||
"project_list": "プロジェクト一覧",
|
||||
|
||||
@@ -159,7 +159,11 @@
|
||||
"quit_confirm": "Se você renunciar aos seus privilégios de administrador, não poderá mais acessar a página de administração.",
|
||||
"role_changed": "Função alterada",
|
||||
"lost_admin_auth": "Perdeu a autoridade de administrador",
|
||||
"at_least": "É necessário pelo menos um administrador"
|
||||
"at_least": "É necessário pelo menos um administrador",
|
||||
"reset_password": "Redefinir senha",
|
||||
"reset": "Redefinir",
|
||||
"invalid_password": "A senha deve ter pelo menos 8 caracteres",
|
||||
"password_not_match": "A senha não corresponde"
|
||||
},
|
||||
"Projects": {
|
||||
"project_list": "Lista de Projetos",
|
||||
|
||||
Reference in New Issue
Block a user