. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'new' => '새 레거시 API 키', 'none' => '키가 없습니다.', 'docs' => [ '_' => ':github에서 문서를 확인할 수 있습니다.', 'github' => 'GitHub', ], 'form' => [ 'create' => '키 생성', ], 'view' => [ 'hide' => '키 숨기기', 'show' => '키 표시', 'delete' => '삭제', ], 'warning' => [ 'line1' => '다른 사람에게 이 키를 알려주지 마세요.', 'line2' => "당신의 비밀번호를 알려주는 것과 같습니다.", 'line3' => '당신의 계정이 탈취당할 수도 있습니다.', ], ];