Skip to content

Commit

Permalink
[feat] : #8 strings 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
1971123-seongmin committed Nov 12, 2024
1 parent 7543db2 commit 80076c4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,13 @@
<string name="content_desc_tv_live">실시간 TV 연결</string>
<string name="content_desc_banner_image">배너 이미지</string>

<!-- toast -->
<string name="signup_success">회원가입 성공"</string>
<string name="signup_failure">회원가입 실패"</string>
<string name="signIn_success">회원가입 성공"</string>
<string name="signIn_failure">회원가입 실패"</string>
<string name="valid_username">이름은 8자 이상이어야 합니다."</string>
<string name="valid_password">비밀번호는 8자 이상이어야 합니다.</string>
<string name="valid_hobby">취미는 8자 이상이어야 합니다.. 합니다.</string>

</resources>

0 comments on commit 80076c4

Please sign in to comment.