Clean up login-related lang codes (#2017, #2018 보완)

- 동사로 사용할 때는 log in (logs in, logged in 등으로 동사변화)
- 명사로 사용할 때는 login
- 한글 에러코드도 좀더 친근하게 변경
This commit is contained in:
Kijin Sung 2022-12-20 09:16:35 +09:00
parent 49e76b4643
commit b5a5734573
2 changed files with 13 additions and 13 deletions

View file

@ -192,7 +192,7 @@ $lang->msg_invalid_phone_number = 'The phone number you have entered is invalid.
$lang->msg_exists_nick_name = 'This nickname already exists. Please try another one.'; $lang->msg_exists_nick_name = 'This nickname already exists. Please try another one.';
$lang->msg_signup_disabled = 'You are not able to sign up'; $lang->msg_signup_disabled = 'You are not able to sign up';
$lang->msg_already_logged = 'You have already signed up.'; $lang->msg_already_logged = 'You have already signed up.';
$lang->msg_not_logged = 'Please login first.'; $lang->msg_not_logged = 'Please log in.';
$lang->msg_insert_group_name = 'Please enter the name of group.'; $lang->msg_insert_group_name = 'Please enter the name of group.';
$lang->msg_check_group = 'Please select the group.'; $lang->msg_check_group = 'Please select the group.';
$lang->msg_not_uploaded_profile_image = 'Profile image could not be registered.'; $lang->msg_not_uploaded_profile_image = 'Profile image could not be registered.';
@ -253,7 +253,7 @@ $lang->about_limit_date = 'Users cannot login until the specified date';
$lang->about_special_phone_number = 'You can set up a special phone number that can be verified with a preconfigured code instead of sending an actual SMS.<br>The special phone number will also be allowed to sign up more than once even if this is normally disallowed.<br>This can be useful for development, testing, and app store review process.'; $lang->about_special_phone_number = 'You can set up a special phone number that can be verified with a preconfigured code instead of sending an actual SMS.<br>The special phone number will also be allowed to sign up more than once even if this is normally disallowed.<br>This can be useful for development, testing, and app store review process.';
$lang->about_max_auth_sms_count = 'You can limit the number of time someone can try to verify the same phone number from the same IP address.'; $lang->about_max_auth_sms_count = 'You can limit the number of time someone can try to verify the same phone number from the same IP address.';
$lang->about_after_login_url = 'You can set a URL after login. Blank means the current page.'; $lang->about_after_login_url = 'You can set a URL after login. Blank means the current page.';
$lang->about_after_logout_url = 'You can set a URL after sign-out. Blank means the current page.'; $lang->about_after_logout_url = 'You can set a URL after logout. Blank means the current page.';
$lang->about_redirect_url = 'Please select a page where users will go after sign up. When this is empty, it will be set as the previous page of the sign up page.'; $lang->about_redirect_url = 'Please select a page where users will go after sign up. When this is empty, it will be set as the previous page of the sign up page.';
$lang->about_agreement = 'Sign up Agreement will be displayed if it\'s not empty'; $lang->about_agreement = 'Sign up Agreement will be displayed if it\'s not empty';
$lang->about_image_name = 'Members will be able to use image name instead of text'; $lang->about_image_name = 'Members will be able to use image name instead of text';
@ -329,8 +329,8 @@ $lang->cmd_show_super_admin_member = 'Super Admin';
$lang->cmd_show_site_admin_member = 'Site Admin'; $lang->cmd_show_site_admin_member = 'Site Admin';
$lang->approval = 'Approval'; $lang->approval = 'Approval';
$lang->denied = 'Denied'; $lang->denied = 'Denied';
$lang->refused_reason = 'Reason for account refusing'; $lang->refused_reason = 'Reason for account suspension';
$lang->about_refused_reason = 'Describe the reason why you refuse this account. Something you write in this field would be displayed when this user login.'; $lang->about_refused_reason = 'Describe the reason why you suspend this account. Something you write in this field would be displayed when this user tries to logs in.';
$lang->use_group_image_mark = 'Use group image mark'; $lang->use_group_image_mark = 'Use group image mark';
$lang->usable_group_image_mark_list = ' Usable list of group image mark'; $lang->usable_group_image_mark_list = ' Usable list of group image mark';
$lang->add_group_image_mark = 'Add group image mark'; $lang->add_group_image_mark = 'Add group image mark';
@ -358,7 +358,7 @@ $lang->msg_success_modify_email_address = 'Your email address has been successfu
$lang->group = 'Group'; $lang->group = 'Group';
$lang->retrieve_password = 'Retrieve password'; $lang->retrieve_password = 'Retrieve password';
$lang->excess_ip_access_count = 'There was too much login trial from your devices in a short time. You can not login for %s.'; $lang->excess_ip_access_count = 'There were too much login attempts from your device in a short time. You can not log in for %s.';
$lang->enable_login_fail_report = 'Login failure'; $lang->enable_login_fail_report = 'Login failure';
$lang->login_fail_report = 'Login failure report.'; $lang->login_fail_report = 'Login failure report.';
$lang->login_fail_report_contents = '<h2>There is recorded login failures.</h2>%1$s<hr /><p>* This notification is shown once.<br />* This message contains login failure records, before a ID login success.<br />Sending: %2$s</p>'; $lang->login_fail_report_contents = '<h2>There is recorded login failures.</h2>%1$s<hr /><p>* This notification is shown once.<br />* This message contains login failure records, before a ID login success.<br />Sending: %2$s</p>';

View file

@ -194,7 +194,7 @@ $lang->msg_invalid_phone_number = '전화번호가 형식에 맞지 않습니다
$lang->msg_exists_nick_name = '이미 사용중인 닉네임입니다. 다른 닉네임을 선택해 주세요.'; $lang->msg_exists_nick_name = '이미 사용중인 닉네임입니다. 다른 닉네임을 선택해 주세요.';
$lang->msg_signup_disabled = '회원 가입할 수 없습니다.'; $lang->msg_signup_disabled = '회원 가입할 수 없습니다.';
$lang->msg_already_logged = '이미 로그인되어 있습니다.'; $lang->msg_already_logged = '이미 로그인되어 있습니다.';
$lang->msg_not_logged = '로그인을 하지 않았습니다.'; $lang->msg_not_logged = '로그인이 필요합니다.';
$lang->msg_insert_group_name = '그룹명을 입력해 주세요.'; $lang->msg_insert_group_name = '그룹명을 입력해 주세요.';
$lang->msg_check_group = '그룹을 선택해 주세요.'; $lang->msg_check_group = '그룹을 선택해 주세요.';
$lang->msg_not_uploaded_profile_image = '프로필 이미지를 등록할 수 없습니다.'; $lang->msg_not_uploaded_profile_image = '프로필 이미지를 등록할 수 없습니다.';