wyyl/resources/lang/ko/shop/login.php

41 lines
1.8 KiB
PHP

<?php
/**
* currency.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author TL <mengwb@guangda.work>
* @created 2022-07-28 17:21:38
* @modified 2022-07-28 17:21:38
*/
return [
'index' => '사용자 로그인 및 등록',
'login_and_sign' => '로그인/등록',
'home' => '첫 화면',
'library' => '개인중심',
'login' => '로그인',
'already' => '이미 우리 거래처인가요?',
'description' => '이미 우리 고객인가요?',
'email' => '메일',
'email_address' => '메일 주소',
'password' => '비밀번호',
'forget_password' => '비밀번호를 잊어버림',
'new' => '새 계정',
'not_already' => '저희 등록 고객이 아닌가요?',
'confirm_password' => '비밀번호 확인',
'register' => '등록',
'enter_password' => '비밀번호를 입력하세요',
'enter_email' => '이메일을 입력하세요',
'please_confirm' => '비밀번호를 확인하세요',
'password_err' => '두번의 비밀번호 입력 불일치!',
'email_err' => '정확한 이메일 주소를 입력하세요!',
'check_form' => '양식이 올바르게 작성되었는지 확인하십시오',
'email_or_password_error' => '메일 또는 비밀번호 오류!',
'customer_inactive' => '사용자가 비활성화되었습니다.',
'login_successfully' => '로그인 성공',
'register_success' => '등록 성공',
'third_party_logins' => '서드파티 로그인',
];