1
0
forked from baron/baron-sso

refactoring

This commit is contained in:
2026-05-14 08:11:02 +09:00
parent e36a973053
commit f6f8e88342
17 changed files with 217 additions and 214 deletions

View File

@@ -1930,6 +1930,7 @@ const Map<String, String> koStrings = {
"ui.userfront.profile.field.email": "이메일",
"ui.userfront.profile.field.name": "이름",
"ui.userfront.profile.field.tenant": "소속 테넌트",
"ui.userfront.profile.field.tenant_slug": "테넌트 Slug",
"ui.userfront.profile.manage": "프로필 관리",
"ui.userfront.profile.password.change": "비밀번호 변경",
"ui.userfront.profile.password.confirm": "새 비밀번호 확인",
@@ -4125,6 +4126,7 @@ const Map<String, String> enStrings = {
"ui.userfront.profile.field.email": "Email",
"ui.userfront.profile.field.name": "Name",
"ui.userfront.profile.field.tenant": "Tenant",
"ui.userfront.profile.field.tenant_slug": "Tenant Slug",
"ui.userfront.profile.manage": "Manage profile",
"ui.userfront.profile.password.change": "Change",
"ui.userfront.profile.password.confirm": "Confirm",