New translations message.php (Korean)

This commit is contained in:
Fatih Alp 2020-05-12 19:09:53 +03:00
parent 3fa2a9ba81
commit 61f27a6e10

View File

@ -0,0 +1,12 @@
<?php
return [
'choose_file' => '어떤 파일을 사용 하시겠습니까?',
'choose_folder' => '어느 폴더에 업로드 하시겠습니까?',
'upload' => '업로드하려면 여기를 클릭하거나 드롭하십시오.',
'no_file_selected' => '파일이 선택되지 않았습니다.',
'no_uploads' => '파일이 업로드되지 않았습니다.',
'overwrite' => '이미 업로드되었습니다. 덮어 쓰시겠습니까?',
'uploading' => '업로드 중',
'loading' => '로딩',
];