openclassify/addons/default/visiosoft/base-theme/resources/lang/ko/field.php
2021-06-23 15:11:05 +03:00

65 lines
2.7 KiB
PHP

<?php
return [
'latest_ads' => '최신 광고',
'show_all' => '모두 보이기',
'login' => [
'name' => '로그인',
],
'logout' => [
'name' => '로그 아웃',
],
'profile' => '프로필',
'email' => '이메일 주소',
'phone' => '전화 번호',
'reset_code' => '코드 리셋',
'password_confirmation' => '비밀번호 확인',
'password' => '암호',
'first_name' => '이름',
'last_name' => '성',
'remember_me' => '날 기억해',
'not_a_member_yet' => '아직 회원이 아니십니까',
'not_a_member_yet_message' => '특별 서비스 혜택을 받으려면 회원 가입',
'forgot_password' => '비밀번호를 잊어 버렸습니다',
'email_or_phone_number' => '이메일 주소 또는 전화 번호',
'phone_number' => '전화 번호',
// Registration instructions
'personal_registration_header' => '개인 회원의 장점은 무엇입니까?',
'personal_registration_body' => '집, 자동차를 팔고, 사용하지 않는 물건을 팔고, 새로운 물건을 얻으십시오.',
'personal_registration_list_1' => '무료 광고 게시',
'personal_registration_list_2' => '관심있는 광고를 추가하고, 즐겨 찾기에 추가 한 후 가격 변동을 따르고, 기준에 맞는 즐겨 찾기 검색을 작성하십시오.',
'personal_registration_list_3' => '사이트의 광고 소유자에게 메시지를 보냅니다.',
'register_information_note' => '이 페이지의 정보는 ' . env('APPLICATION_DOMAIN') . ' 회원. 개인 데이터 보호에 대한 자세한 정보는 여기에서 찾을 수 있습니다.',
// Register page
'phone_validation_error' => '이 전화 번호는 다른 회원이 사용 중입니다.',
// Forgot Password
'create_new_password' => '새 비밀번호 만들기',
// Login page
'or' => '또는',
'login_with_phone_number' => '전화 번호로 로그인',
'login_with_email_address' => '이메일 주소로 로그인',
// Side menu links
'company_directory' => '회사 디렉토리',
'popular_ads' => '인기있는 광고',
'last_48_hours' => '지난 48 시간',
'secure_e-commerce_ads' => '안전한 전자 상거래 광고',
'sms' => '문자 메시지 보내기 (SMS)',
'mail' => '메일을 보내다',
// Register instruction seed
'register_instructions' => '등록 지침',
'list' => '명부',
'instruction_description' => '지시 설명',
'instruction_list' => '지시 목록',
// Offline
'connection_problem' => 'Connection problem',
'your_internet_connection_is_broken' => 'Your internet connection is broken,',
'we_miss_you_so_much_already' => 'we miss you so much already!',
'try_again' => 'Try again',
];