초기 커밋

This commit is contained in:
2026-03-01 07:55:59 +09:00
commit b0262d6bab
67 changed files with 4660 additions and 0 deletions

39
lib/l10n/app_ko.arb Normal file
View File

@@ -0,0 +1,39 @@
{
"@@locale": "ko",
"appTitle": "Flutter Frame",
"@appTitle": {
"description": "앱 타이틀"
},
"login": "로그인",
"register": "회원가입",
"logout": "로그아웃",
"email": "이메일",
"password": "비밀번호",
"passwordConfirm": "비밀번호 확인",
"name": "이름",
"home": "홈",
"profile": "프로필",
"dashboard": "대시보드",
"settings": "설정",
"userManagement": "사용자 관리",
"save": "저장",
"cancel": "취소",
"confirm": "확인",
"delete": "삭제",
"edit": "수정",
"add": "추가",
"search": "검색",
"loading": "로딩 중...",
"error": "오류가 발생했습니다",
"retry": "다시 시도",
"noData": "데이터가 없습니다",
"networkError": "네트워크 연결을 확인해주세요",
"unauthorized": "인증이 필요합니다",
"loginFailed": "로그인에 실패했습니다",
"registerSuccess": "회원가입이 완료되었습니다",
"logoutSuccess": "로그아웃되었습니다",
"deleteConfirm": "정말로 삭제하시겠습니까?",
"themeLight": "라이트 모드",
"themeDark": "다크 모드",
"themeSystem": "시스템 설정"
}