generated from AND-SOPT-ANDROID/and-sopt-android-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7f49c7c
commit b218cc7
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,13 @@ | |
<string name="app_name">Wavve</string> | ||
|
||
<!--회원가입--> | ||
<string name="signup_title">이메일과 비밀번호만으로\nWavve를 즐길 수 있어요!</string> | ||
<string name="signup_id_warning">로그인, 비밀번호 찾기, 알림에 사용되니 정확한 이메일을 입력해주세요.</string> | ||
<string name="signup_pwd_warning">비밀번호는 8-20자 이내로 영문 대소문자, 숫자, 특수문자 중 3가지 이상 혼용하여 입력해 주세요.</string> | ||
<string name="signup_id_placeholder">[email protected]</string> | ||
<string name="signup_title">이메일과 비밀번호, 취미만으로\nWavve를 즐길 수 있어요!</string> | ||
<string name="signup_id_placeholder">김성민</string> | ||
<string name="signup_id_warning">이름은 8자 이하로 입력해 주세요.</string> | ||
<string name="signup_pwd_placeholder">Wavve 비밀번호 설정</string> | ||
<string name="signup_pwd_warning">비밀번호는 8자 이하로 입력해 주세요.</string> | ||
<string name="signup_hobby_warning">취미는 8자 이하로 입력해 주세요.</string> | ||
<string name="signup_hobby_placeholder">Wavve 취미 설정</string> | ||
<string name="signup_btn_name">Wavve 회원가입</string> | ||
|
||
<!--로그인--> | ||
|