Skip to content

Commit

Permalink
Merge pull request #46 from SIUTAAA/main
Browse files Browse the repository at this point in the history
Add Korean
  • Loading branch information
axeloz authored Sep 5, 2023
2 parents eb2416c + d83e6dd commit fbaaf12
Showing 1 changed file with 93 additions and 0 deletions.
93 changes: 93 additions & 0 deletions lang/kr/app.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
<?php


return [
'preview-bundle' => '번들내용',
'bundle-preview-intro' => '다운로드할 수 있는 파일 목록은 다음과 같습니다:',
'warning-bundle-expiration' => '번들만료',
'warning-bundle-expired' => '번들이 만료되었습니다',
'download-all' => '모두 다운로드',
'for' => '',
'files' => '파일',
'no-file-in-this-bundle' => '이 번들에 파일 없음',
'maximum-filesize' => '최대 파일크기 :',
'preview-link' => '미리보기 링크',
'direct-link' => '직접 다운로드 링크',
'delete-link' => '링크 삭제',
'upload-files-title' => '파일 업로드',
'bundle-preview-title' => '파일 다운로드',
'files-list' => '파일 업로드 리스트',
'error-title' => '오류가 발생했습니다',
'files-count-limit' => '최대 파일 수에 도달했습니다',
'file-too-big' => '이 파일은 너무 큽니다',
'cannot-upload' => '업로드할수없습니다',
'cannot-upload-blocked-ip' => '업로드할 수 있는 권한이 부여되지 않았습니다',
'upload-permission-required' => '업로드에 필요한 권한이 없음',
'cannot-upload-no-password' => '업로드하려면 올바른 암호를 입력해야 합니다',
'password' => 'Password: ',
'upload-disabled' => '업로드를 사용할 수 없습니다',
'start-new-upload' => '새 업로드를 시작하려면 여기를 클릭하세요',
'upload-settings' => '설정',
'upload-expiry' => '만료',
'upload-title' => '제목',
'upload-description' => '설명',
'required' => '필수',
'download-links' => '다운로드 링크',
'one-hour' => '1 시간 (1H)',
'two-hours' => '2 시간 (2H)',
'six-hours' => '6 시간 (6H)',
'twelve-hours' => '12 시간 (12H)',
'one-day' => '1 일 (1D)',
'two-days' => '2 일 (2D)',
'one-week' => '1 주 (1W)',
'two-weeks' => '2 주 (2W)',
'one-month' => '1 개월 (1M)',
'three-months' => '3 개월 (3M)',
'six-months' => '6 개월 (6M)',
'step' => 'Step',
'leave-empty' => '암호를 사용하지 않으려면 비워둡니다',
'back' => 'Back',
'start-uploading' => '파일 업로드 시작',
'bundle-password' => '비밀번호',
'complete-upload' => '업로드 성공',
'no-file' => '아직 업로드된 파일이 없습니다',
'click-to-remove' => '이 파일을 삭제하려면 클릭하세요',
'confirm-delete' => '이 파일을 삭제하시겠습니까?',
'confirm-complete' => '이 번들을 완료하시겠습니까? 이 번들은 잠겨 나중에 수정할 수 없습니다.',
'confirmation' => '확인',
'cancel' => '취소',
'confirm' => '게속',
'bundle-locked' => '이 번들이 완료되어 잠겼습니다',
'created-at' => '만들어짐',
'fullsize' => '',
'max-downloads' => '최대 다운로드',
'current-downloads' => '현재 다운로드',
'create-new-upload' => '새 업로드 번들 만들기',
'page-not-found' => '페이지를 찾을 수 없습니다',
'permission-denied' => '권한 거부',
'dropzone-text' => '업로드할 파일을 여기에 올리세요(또는 클릭)',
'server-answered' => '서버가 {{statusCode}} 코드로 응답했습니다.',
'files-count-on-server' => '업로드된 파일 수',
'files-remaining-files' => '허용된 나머지 파일 수',
'delete-bundle' => '번들 삭제',
'confirm-delete-bundle' => '이 번들을 삭제하시겠습니까?',
'bundle-expired' => '이 번들이 만료되었습니다',
'active' => '활성',
'expired' => '만료됨',
'existing-bundles' => '기존 번들',
'or-create' => '새로운 번들',
'no-existing-bundle' => '기존 번들 없음',
'authentication' => '인증',
'login' => '유저네임',
'password' => '비밀번호',
'do-login' => '로그인',
'pending' => 'Drafts',
'duplicate-file' => '이 파일이 번들에 이미 있습니다',
'unexpected-error' => '예기치 않은 오류가 발생했습니다',
'login-to-get-bundles' => 'to get your bundles',
'you-are-logged-in' => '"username"로 로그인 했습니다',
'logout' => '로그아웃',
'forever' => '로그인 기억',
'yes' => '',
'no' => '아니요',
];

0 comments on commit fbaaf12

Please sign in to comment.