export default { Login : { }, AcceptTerms : { termsTitle : ["서비스 약관", "개인정보보호 정책","마케팅 이용동의"], termsContents : [ "당사는 A 라 하며 .....", "개인정보는 ......", "수집한 정보는 ........." ], agree : "전체 동의", not_agree : "동의 안함", }, TermsPopup : { close : "닫기", } }