Korean translations

activities.php
common.php
entities.php
validation.php
This commit is contained in:
Jokuna 2021-04-29 00:11:01 +09:00
parent 140aed3586
commit ab584c93bc
4 changed files with 7 additions and 7 deletions

View File

@ -45,5 +45,5 @@ return [
// Other // Other
'commented_on' => '댓글 쓰기', 'commented_on' => '댓글 쓰기',
'permissions_update' => 'updated permissions', 'permissions_update' => '업데이트된 권한',
]; ];

View File

@ -74,9 +74,9 @@ return [
// Layout tabs // Layout tabs
'tab_info' => '정보', 'tab_info' => '정보',
'tab_info_label' => 'Tab: Show Secondary Information', 'tab_info_label' => '탭: 보조 정보 표시',
'tab_content' => '내용', 'tab_content' => '내용',
'tab_content_label' => 'Tab: Show Primary Content', 'tab_content_label' => '탭: 주요 내용 표시',
// Email Content // Email Content
'email_action_help' => ':actionText를 클릭할 수 없을 때는 웹 브라우저에서 다음 링크로 접속할 수 있습니다.', 'email_action_help' => ':actionText를 클릭할 수 없을 때는 웹 브라우저에서 다음 링크로 접속할 수 있습니다.',
@ -84,6 +84,6 @@ return [
// Footer Link Options // Footer Link Options
// Not directly used but available for convenience to users. // Not directly used but available for convenience to users.
'privacy_policy' => 'Privacy Policy', 'privacy_policy' => '개인정보처리방침',
'terms_of_service' => 'Terms of Service', 'terms_of_service' => '이용약관',
]; ];

View File

@ -149,7 +149,7 @@ return [
'chapters_create' => '챕터 만들기', 'chapters_create' => '챕터 만들기',
'chapters_delete' => '챕터 삭제하기', 'chapters_delete' => '챕터 삭제하기',
'chapters_delete_named' => ':chapterName(을)를 지웁니다.', 'chapters_delete_named' => ':chapterName(을)를 지웁니다.',
'chapters_delete_explain' => 'This will delete the chapter with the name \':chapterName\'. All pages that exist within this chapter will also be deleted.', 'chapters_delete_explain' => '\':chapterName\'(을)를 지웁니다. 해당 챕터에 있는 모든 문서도 삭제됩니다.',
'chapters_delete_confirm' => '이 챕터를 지울 건가요?', 'chapters_delete_confirm' => '이 챕터를 지울 건가요?',
'chapters_edit' => '챕터 바꾸기', 'chapters_edit' => '챕터 바꾸기',
'chapters_edit_named' => ':chapterName 바꾸기', 'chapters_edit_named' => ':chapterName 바꾸기',

View File

@ -89,7 +89,7 @@ return [
'required_without' => ':values(이)가 없을 때 :attribute(을)를 구성해야 합니다.', 'required_without' => ':values(이)가 없을 때 :attribute(을)를 구성해야 합니다.',
'required_without_all' => ':values(이)가 모두 없을 때 :attribute(을)를 구성해야 합니다.', 'required_without_all' => ':values(이)가 모두 없을 때 :attribute(을)를 구성해야 합니다.',
'same' => ':attribute(와)과 :other(을)를 똑같이 구성하세요.', 'same' => ':attribute(와)과 :other(을)를 똑같이 구성하세요.',
'safe_url' => 'The provided link may not be safe.', 'safe_url' => '제공된 링크가 안전하지 않을 수 있습니다.',
'size' => [ 'size' => [
'numeric' => ':attribute(을)를 :size(으)로 구성하세요.', 'numeric' => ':attribute(을)를 :size(으)로 구성하세요.',
'file' => ':attribute(을)를 :size킬로바이트로 구성하세요.', 'file' => ':attribute(을)를 :size킬로바이트로 구성하세요.',