export default { Login : { }, AcceptTerms : { termsTitle : ["서비스 약관", "개인정보보호 정책","마케팅 이용동의"], termsContents : [ "당사는 A 라 하며 .....", "개인정보는 ......", "수집한 정보는 ........." ], agree : "전체 동의", not_agree : "동의 안함", }, TermsPopup : { close : "닫기", }, Setting :{ title :"환경설정", "Account Info" : "계정관리", Notice : "공지사항", FAQ : "FAQ", "Change Language" : "언어 선택", "Help & Support" : "고객센터", "Service Alarm" : "서비스 알람", About : "다붓컨설팅", Version : "Version", } }