snipe-it/resources/lang/ko/button.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

25 lines
1,014 B
PHP

<?php
return [
'actions' => '기능',
'add' => '추가',
'cancel' => '취소',
'checkin_and_delete' => '반입 & 삭제 사용자',
'delete' => '삭제',
'edit' => '편집',
'restore' => '복원',
'remove' => 'Remove',
'request' => '요청',
'submit' => '제출',
'upload' => '올리기',
'select_file' => '파일 선택...',
'select_files' => '파일 선택...',
'generate_labels' => '{1} 레이블 생성|[2,*] 여러 레이블 생성',
'send_password_link' => '패스워드 재설정 메일 전송',
'go' => 'Go',
'bulk_actions' => 'Bulk Actions',
'add_maintenance' => 'Add Maintenance',
'append' => 'Append',
'new' => 'New',
];