From b1c853b3c304a53cc902d6ba6e5c9e0d0a04aab3 Mon Sep 17 00:00:00 2001 From: chan Date: Tue, 16 Jun 2026 16:59:32 +0900 Subject: [PATCH] =?UTF-8?q?userfront:=20=ED=9A=8C=EC=9B=90=EA=B0=80?= =?UTF-8?q?=EC=9E=85=20=ED=99=94=EB=A9=B4=20=EB=82=B4=20=EC=86=8C=EC=86=8D?= =?UTF-8?q?=20=EA=B5=AC=EB=B6=84=20=EB=AA=85=EC=B9=AD=20=EA=B0=9C=ED=8E=B8?= =?UTF-8?q?=20(=EC=9D=BC=EB=B0=98/=EA=B0=80=EC=A1=B1=EC=82=AC=20->=20?= =?UTF-8?q?=EA=B0=9C=EC=9D=B8/=EA=B8=B0=EC=97=85=EC=86=8C=EC=86=8D)=20?= =?UTF-8?q?=EB=B0=8F=20=EC=84=A4=EB=AA=85=20=EB=AC=B8=EA=B5=AC=20=EB=B0=98?= =?UTF-8?q?=EC=98=81=20(#1183)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- userfront/assets/translations/en.toml | 4 ++-- userfront/assets/translations/ko.toml | 4 ++-- userfront/assets/translations/template.toml | 4 ++-- userfront/lib/features/auth/presentation/signup_screen.dart | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/userfront/assets/translations/en.toml b/userfront/assets/translations/en.toml index 1b608e0b..ce551efb 100644 --- a/userfront/assets/translations/en.toml +++ b/userfront/assets/translations/en.toml @@ -1,8 +1,8 @@ [domain] [domain.affiliation] -affiliate = "Affiliate" -general = "General" +affiliate = "Corporate/Affiliate" +general = "Personal" [domain.company] baron = "Baron" diff --git a/userfront/assets/translations/ko.toml b/userfront/assets/translations/ko.toml index 76b6952a..8723e746 100644 --- a/userfront/assets/translations/ko.toml +++ b/userfront/assets/translations/ko.toml @@ -1,8 +1,8 @@ [domain] [domain.affiliation] -affiliate = "가족사 임직원" -general = "일반 사용자" +affiliate = "기업 소속" +general = "개인 (Personal)" [domain.company] baron = "바론" diff --git a/userfront/assets/translations/template.toml b/userfront/assets/translations/template.toml index f6776236..4aebc2bc 100644 --- a/userfront/assets/translations/template.toml +++ b/userfront/assets/translations/template.toml @@ -1,8 +1,8 @@ [domain] [domain.affiliation] -affiliate = "" -general = "" +affiliate = "Corporate/Affiliate" +general = "Personal" [domain.company] baron = "" diff --git a/userfront/lib/features/auth/presentation/signup_screen.dart b/userfront/lib/features/auth/presentation/signup_screen.dart index e0b9cd37..e265a268 100644 --- a/userfront/lib/features/auth/presentation/signup_screen.dart +++ b/userfront/lib/features/auth/presentation/signup_screen.dart @@ -1743,7 +1743,7 @@ Matters not expressly provided in this Policy are governed by the Company's inte const SizedBox(height: 18), _buildProfileFieldGroup( title: tr('ui.userfront.signup.profile.affiliation_type'), - description: '소속 유형과 회사 정보를 입력합니다.', + description: '개인 가입 혹은 기업 연동을 선택합니다.', isDesktop: isDesktop, trailing: null, child: Column(