return [
// Permissions
- 'permission' => '요청한 페이지에 권한이 없습니다.',
- 'permissionJson' => '요청한 작업을 수행 할 권한이 없습니다.',
+ 'permission' => '권한이 없습니다.',
+ 'permissionJson' => '권한이 없습니다.',
// Auth
- 'error_user_exists_different_creds' => '전자 메일 :email을 가진 사용자가 이미 존재하지만 자격 증명이 다릅니다.',
- 'email_already_confirmed' => '이메일이 이미 확인되었습니다. 로그인 해주세요.',
- 'email_confirmation_invalid' => '이 확인 토큰이 유효하지 않거나 이미 사용되었습니다. 다시 등록하세요.',
- 'email_confirmation_expired' => '확인 토큰이 만료되었습니다. 새 확인 이메일이 전송되었습니다.',
- 'ldap_fail_anonymous' => '익명 바인드를 이용한 LDAP 액세스에 실패하였습니다.',
- 'ldap_fail_authed' => '주어진 dn 및 비밀번호 세부 정보를 사용하여 LDAP 액세스하는 것이 실패했습니다.',
- 'ldap_extension_not_installed' => 'LDAP PHP 확장기능이 설치되지 않았습니다.',
- 'ldap_cannot_connect' => 'LDAP 서버에 연결할 수 없습니다. 초기 연결에 실패했습니다.',
- 'social_no_action_defined' => '동작이 정의되지 않았습니다.',
- 'social_login_bad_response' => ":socialAccount 로그인에 실패하였습니다 : \n:error",
- 'social_account_in_use' => '이 :socialAccount 계정이 이미 사용 중입니다. :socialAccount 옵션을 통해 로그인하십시오.',
- 'social_account_email_in_use' => ' 이메일 :email이 이미 사용 중입니다. 이미 계정이있는 경우 프로필 설정에서 :socialAccount 계정을 연결할 수 있습니다.',
- 'social_account_existing' => ':socialAccount가 이미 프로필에 첨부되어 있습니다.',
- 'social_account_already_used_existing' => '이 :socialAccount 계정은 이미 다른 사용자가 사용하고 있습니다.',
- 'social_account_not_used' => '이 :socialAccount 계정이 모든 사용자에게 연결되어 있지 않습니다. 프로필 설정에 첨부하십시오. ',
- 'social_account_register_instructions' => '아직 계정이없는 경우 :socialAccount 옵션을 사용하여 계정을 등록 할 수 있습니다.',
- 'social_driver_not_found' => '소셜 드라이버를 찾을 수 없음',
- 'social_driver_not_configured' => '귀하의 :socialAccount 소셜 설정이 올바르게 구성되지 않았습니다.',
- 'invite_token_expired' => 'This invitation link has expired. You can instead try to reset your account password.',
+ 'error_user_exists_different_creds' => ':email(을)를 가진 다른 사용자가 있습니다.',
+ 'email_already_confirmed' => '확인이 끝난 메일 주소입니다. 로그인하세요.',
+ 'email_confirmation_invalid' => '이 링크는 더 이상 유효하지 않습니다. 다시 가입하세요.',
+ 'email_confirmation_expired' => '이 링크는 더 이상 유효하지 않습니다. 메일을 다시 보냈습니다.',
+ 'email_confirmation_awaiting' => 'The email address for the account in use needs to be confirmed',
+ 'ldap_fail_anonymous' => '익명 정보로 LDAP 서버에 접근할 수 없습니다.',
+ 'ldap_fail_authed' => '이 정보로 LDAP 서버에 접근할 수 없습니다.',
+ 'ldap_extension_not_installed' => 'PHP에 LDAP 확장 도구를 설치하세요.',
+ 'ldap_cannot_connect' => 'LDAP 서버에 연결할 수 없습니다.',
+ 'saml_already_logged_in' => '이미 로그인되어있습니다.',
+ 'saml_user_not_registered' => '사용자 이름이 등록되지 않았으며 자동 계정 등록이 활성화되지 않았습니다.',
+ 'saml_no_email_address' => '이 사용자에 대하여 외부 인증시스템에 의해 제공된 데이타 중 이메일 주소를 찾을 수 없습니다.',
+ 'saml_invalid_response_id' => '이 응용프로그램에 의해 시작된 프로세스에 의하면 외부 인증시스템으로 온 요청이 인식되지 않습니다. 인증 후에 뒤로가기 기능을 사용했을 경우 이런 현상이 발생할 수 있습니다.',
+ 'saml_fail_authed' => '시스템 로그인에 실패하였습니다. ( 해당 시스템이 인증성공값을 제공하지 않았습니다. )',
+ 'social_no_action_defined' => '무슨 활동인지 알 수 없습니다.',
+ 'social_login_bad_response' => ":socialAccount에 로그인할 수 없습니다. : \\n:error",
+ 'social_account_in_use' => ':socialAccount(을)를 가진 사용자가 있습니다. :socialAccount로 로그인하세요.',
+ 'social_account_email_in_use' => ':email(을)를 가진 사용자가 있습니다. 쓰고 있는 계정을 :socialAccount에 연결하세요.',
+ 'social_account_existing' => ':socialAccount(와)과 연결 상태입니다.',
+ 'social_account_already_used_existing' => ':socialAccount(와)과 연결한 다른 계정이 있습니다.',
+ 'social_account_not_used' => ':socialAccount(와)과 연결한 계정이 없습니다. 쓰고 있는 계정을 연결하세요.',
+ 'social_account_register_instructions' => '계정이 없어도 :socialAccount로 가입할 수 있습니다.',
+ 'social_driver_not_found' => '가입할 수 없습니다.',
+ 'social_driver_not_configured' => ':socialAccount가 유효하지 않습니다.',
+ 'invite_token_expired' => '이 링크는 더 이상 유효하지 않습니다. 비밀번호를 바꾸세요.',
// System
- 'path_not_writable' => '파일 경로 :filePath에 업로드 할 수 없습니다. 서버에 쓰기 기능이 활성화 되어있는지 확인하세요.',
- 'cannot_get_image_from_url' => ':url에서 이미지를 가져올 수 없습니다.',
- 'cannot_create_thumbs' => 'ì\84\9cë²\84ì\97\90ì\84\9c ì\8d¸ë\84¤ì\9d¼ì\9d\84 ì\83\9dì\84±í\95 ì\88\98 ì\97\86ì\8aµë\8b\88ë\8b¤. GD PHPí\99\95ì\9e¥ê¸°ë\8a¥ì\9d´ ì\84¤ì¹\98ë\90\98ì\96´ì\9e\88ë\8a\94ì§\80 í\99\95ì\9d¸하세요.',
- 'server_upload_limit' => 'í\95´ë\8b¹ í\81¬ê¸°ì\9d\98 í\8c\8cì\9d¼ì\9d\84 ì\97\85ë¡\9cë\93\9cí\95\98ë\8a\94ê²\83ì\9d´ ì\84\9cë²\84ì\97\90ì\84\9c ì \9cí\95\9cë\90©ë\8b\88ë\8b¤. í\8c\8cì\9d¼ ì\82¬ì\9d´ì¦\88를 ì\9e\91ê²\8c ì¤\84ì\9d´ê±°ë\82\98 ì\84\9cë²\84 ì\84¤ì \95ì\9d\84 ë³\80ê²½í\95\98ì\84¸ì\9a\94.',
- 'uploaded' => 'í\95´ë\8b¹ í\81¬ê¸°ì\9d\98 í\8c\8cì\9d¼ì\9d\84 ì\97\85ë¡\9cë\93\9cí\95\98ë\8a\94ê²\83ì\9d´ ì\84\9cë²\84ì\97\90ì\84\9c ì \9cí\95\9cë\90©ë\8b\88ë\8b¤. í\8c\8cì\9d¼ ì\82¬ì\9d´ì¦\88를 ì\9e\91ê²\8c ì¤\84ì\9d´ê±°ë\82\98 ì\84\9cë²\84 ì\84¤ì \95ì\9d\84 ë³\80ê²½í\95\98ì\84¸ì\9a\94.',
- 'image_upload_error' => 'ì\9d´ë¯¸ì§\80를 ì\97\85ë¡\9cë\93\9cí\95\98ë\8a\94 ì¤\91ì\97\90 ì\98¤ë¥\98ê°\80 ë°\9cì\83\9dí\96\88습니다.',
- 'image_upload_type_error' => 'ì\97\85ë¡\9cë\93\9cì¤\91ì\9d¸ ì\9d´ë¯¸ì§\80 ì\9c í\98\95ì\9d´ ì\9e\98못ë\90\98ì\97\88ì\8aµ니다.',
- 'file_upload_timeout' => '파일 업로드가 시간 초과되었습니다.',
+ 'path_not_writable' => ':filePath에 쓰는 것을 서버에서 허용하지 않습니다.',
+ 'cannot_get_image_from_url' => ':url에서 이미지를 불러올 수 없습니다.',
+ 'cannot_create_thumbs' => 'ì\84¬ë\84¤ì\9d¼ì\9d\84 못 ë§\8cë\93¤ì\97\88ì\8aµë\8b\88ë\8b¤. PHPì\97\90 GD í\99\95ì\9e¥ ë\8f\84구를 ì\84¤ì¹\98하세요.',
+ 'server_upload_limit' => 'í\8c\8cì\9d¼ í\81¬ê¸°ê°\80 ì\84\9cë²\84ì\97\90ì\84\9c í\97\88ì\9a©í\95\98ë\8a\94 ì\88\98ì¹\98를 ë\84\98ì\8aµë\8b\88ë\8b¤.',
+ 'uploaded' => 'í\8c\8cì\9d¼ í\81¬ê¸°ê°\80 ì\84\9cë²\84ì\97\90ì\84\9c í\97\88ì\9a©í\95\98ë\8a\94 ì\88\98ì¹\98를 ë\84\98ì\8aµë\8b\88ë\8b¤.',
+ 'image_upload_error' => 'ì\9d´ë¯¸ì§\80를 ì\98¬ë¦¬ë\8b¤ 문ì \9cê°\80 ì\83\9dê²¼습니다.',
+ 'image_upload_type_error' => 'ì\9c í\9a¨í\95\98ì§\80 ì\95\8aì\9d\80 ì\9d´ë¯¸ì§\80 í\98\95ì\8b\9dì\9e\85니다.',
+ 'file_upload_timeout' => '파일을 올리는 데 걸리는 시간이 서버에서 허용하는 수치를 넘습니다.',
// Attachments
- 'attachment_page_mismatch' => '첨ë¶\80 í\8c\8cì\9d¼ ì\97\85ë\8d°ì\9d´í\8a¸ ì¤\91 í\8e\98ì\9d´ì§\80 ë¶\88ì\9d¼ì¹\98í\95\98ì\98\80ì\8aµ니다.',
- 'attachment_not_found' => '첨ë¶\80 í\8c\8cì\9d¼ì\9d\84 ì°¾ì\9d\84 ì\88\98 없습니다.',
+ 'attachment_page_mismatch' => 'ì\98¬ë¦¬ë\8a\94 ì\9c\84ì¹\98ì\99\80 í\98\84ì\9e¬ 문ì\84\9cê°\80 ë\8b¤ë¦\85니다.',
+ 'attachment_not_found' => '첨ë¶\80 í\8c\8cì\9d¼ì\9d´ 없습니다.',
// Pages
- 'page_draft_autosave_fail' => 'ì´\88ì\95\88ì\9d\84 ì \80ì\9e¥í\95\98ì§\80 못í\96\88ì\8aµë\8b\88ë\8b¤. ì\9d´ í\8e\98ì\9d´ì§\80를 ì \80ì\9e¥í\95\98기 ì \84ì\97\90 ì\9d¸í\84°ë\84·ì\97\90 ì\97°ê²°ë\90\98ì\96´ ì\9e\88ë\8a\94ì§\80 í\99\95ì\9d¸í\95\98ì\8bì\8b\9cì\98¤.',
- 'page_custom_home_deletion' => '홈페이지로 설정되어있는 페이지는 삭제할 수 없습니다.',
+ 'page_draft_autosave_fail' => 'ì\93°ë\8b¤ ë§\8c 문ì\84\9c를 ì\9c ì\8b¤í\96\88ì\8aµë\8b\88ë\8b¤. ì\9d¸í\84°ë\84· ì\97°ê²° ì\83\81í\83\9c를 í\99\95ì\9d¸í\95\98ì\84¸ì\9a\94.',
+ 'page_custom_home_deletion' => '처음 페이지는 지울 수 없습니다.',
// Entities
- 'entity_not_found' => '개체(Entity)를 찾을 수 없음.',
- 'bookshelf_not_found' => 'ì±\85ê½\82ì\9d´ë¥¼ ì°¾ì\9d\84 ì\88\98 ì\97\86ì\9d\8c.',
- 'book_not_found' => 'ì±\85ì\9d\84 ì°¾ì\9d\84 ì\88\98 ì\97\86ì\9d\8c.',
- 'page_not_found' => '페이지를 찾을 수 없음.',
- 'chapter_not_found' => '챕터를 찾을 수 없음.',
- 'selected_book_not_found' => '선택한 책을 찾을 수 없습니다.',
- 'selected_book_chapter_not_found' => '선택한 책 또는 챕터를 찾을 수 없습니다.',
- 'guests_cannot_save_drafts' => '게스트는 임시저장을 할 수 없습니다.',
+ 'entity_not_found' => '항목이 없습니다.',
+ 'bookshelf_not_found' => 'ì\84\9cê°\80ê°\80 ì\97\86ì\8aµë\8b\88ë\8b¤.',
+ 'book_not_found' => 'ì±\85ì\9e\90ê°\80 ì\97\86ì\8aµë\8b\88ë\8b¤.',
+ 'page_not_found' => '문서가 없습니다.',
+ 'chapter_not_found' => '챕터가 없습니다.',
+ 'selected_book_not_found' => '고른 책자가 없습니다.',
+ 'selected_book_chapter_not_found' => '고른 책자나 챕터가 없습니다.',
+ 'guests_cannot_save_drafts' => 'Guest는 쓰다 만 문서를 보관할 수 없습니다.',
// Users
- 'users_cannot_delete_only_admin' => '어드민 계정은 삭제할 수 없습니다.',
- 'users_cannot_delete_guest' => '게스트 사용자는 삭제할 수 없습니다.',
+ 'users_cannot_delete_only_admin' => 'Admin을 삭제할 수 없습니다.',
+ 'users_cannot_delete_guest' => 'Guest를 삭제할 수 없습니다.',
// Roles
- 'role_cannot_be_edited' => '역할을 수정할 수 없습니다.',
- 'role_system_cannot_be_deleted' => 'ì\9d´ ì\97í\95 ì\9d\80 ì\8b\9cì\8a¤í\85\9c ì\97í\95 ì\9e\85ë\8b\88ë\8b¤. ì\82ì \9cí\95 수 없습니다.',
- 'role_registration_default_cannot_delete' => '이 역할은 기본 등록 역할로 설정되어있는 동안 삭제할 수 없습니다.',
- 'role_cannot_remove_only_admin' => 'This user is the only user assigned to the administrator role. Assign the administrator role to another user before attempting to remove it here.',
+ 'role_cannot_be_edited' => '권한을 수정할 수 없습니다.',
+ 'role_system_cannot_be_deleted' => 'ì\8b\9cì\8a¤í\85\9c ê¶\8cí\95\9cì\9d\84 ì§\80ì\9a¸ 수 없습니다.',
+ 'role_registration_default_cannot_delete' => '가입한 사용자의 기본 권한을 지울 수 있어야 합니다.',
+ 'role_cannot_remove_only_admin' => 'Admin을 가진 사용자가 적어도 한 명 있어야 합니다.',
// Comments
- 'comment_list' => '댓글을 가져 오는 중에 오류가 발생했습니다.',
- 'cannot_add_comment_to_draft' => 'ì´\88ì\95\88ì\97\90 주ì\84\9dì\9d\84 ì¶\94ê°\80 í\95 수 없습니다.',
- 'comment_add' => '댓글을 추가 / 업데이트하는 중에 오류가 발생했습니다.',
- 'comment_delete' => 'ë\8c\93ê¸\80ì\9d\84 ì\82ì \9cí\95\98ë\8a\94 ì¤\91ì\97\90 ì\98¤ë¥\98ê°\80 ë°\9cì\83\9dí\96\88습니다.',
- 'empty_comment' => '빈 주석을 추가 할 수 없습니다.',
+ 'comment_list' => '댓글을 가져오다 문제가 생겼습니다.',
+ 'cannot_add_comment_to_draft' => 'ì\93°ë\8b¤ ë§\8c 문ì\84\9cì\97\90 ë\8c\93ê¸\80ì\9d\84 ë\8b¬ 수 없습니다.',
+ 'comment_add' => '댓글을 등록하다 문제가 생겼습니다.',
+ 'comment_delete' => 'ë\8c\93ê¸\80ì\9d\84 ì§\80ì\9a°ë\8b¤ 문ì \9cê°\80 ì\83\9dê²¼습니다.',
+ 'empty_comment' => '빈 댓글은 등록할 수 없습니다.',
// Error pages
- '404_page_not_found' => '페이지를 찾을 수 없습니다.',
- 'sorry_page_not_found' => '죄송합니다, 찾고 있던 페이지를 찾을 수 없습니다.',
- 'return_home' => 'home으로 가기',
- 'error_occurred' => '오류가 발생하였습니다.',
- 'app_down' => ':appName가 다운되었습니다.',
- 'back_soon' => '곧 복구될 예정입니다.',
+ '404_page_not_found' => '404 Not Found',
+ 'sorry_page_not_found' => '문서를 못 찾았습니다.',
+ 'sorry_page_not_found_permission_warning' => 'If you expected this page to exist, you might not have permission to view it.',
+ 'return_home' => '처음으로 돌아가기',
+ 'error_occurred' => '문제가 생겼습니다.',
+ 'app_down' => ':appName에 문제가 있는 것 같습니다',
+ 'back_soon' => '곧 되돌아갑니다.',
+
+ // API errors
+ 'api_no_authorization_found' => 'No authorization token found on the request',
+ 'api_bad_authorization_format' => 'An authorization token was found on the request but the format appeared incorrect',
+ 'api_user_token_not_found' => 'No matching API token was found for the provided authorization token',
+ 'api_incorrect_token_secret' => 'The secret provided for the given used API token is incorrect',
+ 'api_user_no_api_permission' => 'The owner of the used API token does not have permission to make API calls',
+ 'api_user_token_expired' => 'The authorization token used has expired',
+
+ // Settings & Maintenance
+ 'maintenance_test_email_failure' => 'Error thrown when sending a test email:',
];