Skip to content

Commit 188010d

Browse files
authored
Update ko. (#340)
1 parent 14e7fb9 commit 188010d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Language/ko/Email.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
'noFrom' => '"From" 헤더가 없는 메일은 보낼 수 없습니다.', // Cannot send mail with no "From" header.
1919
'noRecipients' => '받는 사람을 포함해야합니다(To, Cc, or Bcc)', // You must include recipients: To, Cc, or Bcc
2020
'sendFailurePHPMail' => 'PHP mail()을 사용하여 이메일을 보낼 수 없습니다. 이 방법을 사용하여 메일을 보내도록 서버가 구성되지 않았을 수 있습니다.', // Unable to send email using PHP mail(). Your server might not be configured to send mail using this method.
21-
'sendFailureSendmail' => 'PHP Sendmail을 사용하여 이메일을 보낼 수 없습니다. 이 방법을 사용하여 메일을 보내도록 서버가 구성되지 않았을 수 있습니다.', // Unable to send email using PHP Sendmail. Your server might not be configured to send mail using this method.
22-
'sendFailureSmtp' => 'PHP SMTP를 사용하여 이메일을 보낼 수 없습니다. 이 방법을 사용하여 메일을 보내도록 서버가 구성되지 않았을 수 있습니다.', // Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method.
21+
'sendFailureSendmail' => 'Sendmail을 사용하여 이메일을 보낼 수 없습니다. 이 방법을 사용하여 메일을 보내도록 서버가 구성되지 않았을 수 있습니다.', // Unable to send email using Sendmail. Your server might not be configured to send mail using this method.
22+
'sendFailureSmtp' => 'SMTP를 사용하여 이메일을 보낼 수 없습니다. 이 방법을 사용하여 메일을 보내도록 서버가 구성되지 않았을 수 있습니다.', // Unable to send email using SMTP. Your server might not be configured to send mail using this method.
2323
'sent' => '{0} 프로토콜을 사용하여 메시지가 성공적으로 전송되었습니다.', // Your message has been successfully sent using the following protocol: {0}
2424
'noSocket' => 'Sendmail 소켓을 열 수 없습니다. 설정을 확인하십시오.', // Unable to open a socket to Sendmail. Please check settings.
2525
'noHostname' => 'SMTP 호스트 이름을 지정하지 않았습니다.', // You did not specify a SMTP hostname.
2626
'SMTPError' => '다음 SMTP 오류가 발생했습니다: {0}', // The following SMTP error was encountered: {0}
27-
'noSMTPAuth' => '오류: SMTP 사용자 이름과 비밀번호를 지정해야합니다.', // Error: You must assign a SMTP username and password.
27+
'noSMTPAuth' => '오류: SMTP 사용자 이름과 비밀번호를 지정해야합니다.', // Error: You must assign an SMTP username and password.
2828
'failedSMTPLogin' => 'AUTH LOGIN 명령을 보내지 못했습니다. 오류: {0}', // Failed to send AUTH LOGIN command. Error: {0}
2929
'SMTPAuthUsername' => '사용자 이름을 인증하지 못했습니다. 오류: {0}', // Failed to authenticate username. Error: {0}
3030
'SMTPAuthPassword' => '비밀번호 인증에 실패했습니다. 오류: {0}', // Failed to authenticate password. Error: {0}

Language/ko/HTTP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'emptySupportedNegotiations' => '모든 Negotiations에 지원되는 값의 배열이 반드시 제공되어야 합니다.', // You must provide an array of supported values to all Negotiations.
2828

2929
// RedirectResponse
30-
'invalidRoute' => '{0}에 대한 경로를 찾을 수 없습니다.', // The route for {0} cannot be found.
30+
'invalidRoute' => '{0}에 대한 경로를 찾을 수 없습니다.', // The route for "{0}" cannot be found.
3131

3232
// DownloadResponse
3333
'cannotSetBinary' => '다운로드 에러: 파일 경로를 설정할 때에 바이너리로 설정할 수 없습니다.', // 'When setting filepath cannot set binary.'

Language/ko/Validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
'valid_url' => '{field} 필드 값은 유효한 URL 주소이어야 합니다.', // 'The {field} field must contain a valid URL.'
6060
'valid_url_strict' => '{field} 필드 값은 유효한 URL 주소이어야 합니다.', // 'The {field} field must contain a valid URL.'
6161
'valid_date' => '{field} 필드 값은 유효한 날짜여야 합니다.', // 'The {field} field must contain a valid date.'
62+
'valid_json' => '{field} 필드 값은 유효한 json이어야 합니다.', // The {field} field must contain a valid json.
6263

6364
// Credit Cards
6465
'valid_cc_num' => '{field}의 값은 잘못된 신용카드 번호입니다.', // '{field} does not appear to be a valid credit card number.'

0 commit comments

Comments
 (0)