|
@@ -35,6 +35,7 @@ export const errorMessages = {
|
|
|
adminOnlyDeleteUser: '只有管理员可以删除用户',
|
|
adminOnlyDeleteUser: '只有管理员可以删除用户',
|
|
|
cannotDeleteSelf: '不能删除自己的账户',
|
|
cannotDeleteSelf: '不能删除自己的账户',
|
|
|
cannotDeleteBuiltinAdmin: '无法删除内置管理员账户',
|
|
cannotDeleteBuiltinAdmin: '无法删除内置管理员账户',
|
|
|
|
|
+ invalidMemberRole: '无效的角色。只允许 USER 和 TENANT_ADMIN',
|
|
|
incorrectCredentials: '用户名或密码不正确',
|
|
incorrectCredentials: '用户名或密码不正确',
|
|
|
incorrectCurrentPassword: '当前密码错误',
|
|
incorrectCurrentPassword: '当前密码错误',
|
|
|
usernameExists: '用户名已存在',
|
|
usernameExists: '用户名已存在',
|
|
@@ -111,6 +112,7 @@ export const errorMessages = {
|
|
|
adminOnlyDeleteUser: '管理者のみがユーザーを削除できます',
|
|
adminOnlyDeleteUser: '管理者のみがユーザーを削除できます',
|
|
|
cannotDeleteSelf: '自分自身のアカウントを削除できません',
|
|
cannotDeleteSelf: '自分自身のアカウントを削除できません',
|
|
|
cannotDeleteBuiltinAdmin: 'ビルトイン管理者アカウントを削除できません',
|
|
cannotDeleteBuiltinAdmin: 'ビルトイン管理者アカウントを削除できません',
|
|
|
|
|
+ invalidMemberRole: '無効な役割です。USER と TENANT_ADMIN のみ許可されています',
|
|
|
incorrectCredentials: 'ユーザー名またはパスワードが間違っています',
|
|
incorrectCredentials: 'ユーザー名またはパスワードが間違っています',
|
|
|
incorrectCurrentPassword: '現在のパスワードが間違っています',
|
|
incorrectCurrentPassword: '現在のパスワードが間違っています',
|
|
|
usernameExists: 'ユーザー名が既に存在します',
|
|
usernameExists: 'ユーザー名が既に存在します',
|
|
@@ -188,6 +190,7 @@ export const errorMessages = {
|
|
|
adminOnlyDeleteUser: 'Only admins can delete users',
|
|
adminOnlyDeleteUser: 'Only admins can delete users',
|
|
|
cannotDeleteSelf: 'Cannot delete your own account',
|
|
cannotDeleteSelf: 'Cannot delete your own account',
|
|
|
cannotDeleteBuiltinAdmin: 'Cannot delete built-in admin account',
|
|
cannotDeleteBuiltinAdmin: 'Cannot delete built-in admin account',
|
|
|
|
|
+ invalidMemberRole: 'Invalid role. Only USER and TENANT_ADMIN are allowed',
|
|
|
incorrectCredentials: 'Incorrect username or password',
|
|
incorrectCredentials: 'Incorrect username or password',
|
|
|
incorrectCurrentPassword: 'Incorrect current password',
|
|
incorrectCurrentPassword: 'Incorrect current password',
|
|
|
usernameExists: 'Username already exists',
|
|
usernameExists: 'Username already exists',
|