// 'error.record' => 'Select record.',
'error.auth' => '부정확한 로그인 혹은 암호가 틀립니다.',
'error.user_exists' => '본 로그인과 연계된 사용자가 이미 있습니다.',
+// TODO: translate the following.
+// 'error.object_exists' => 'Object with this name already exists.',
'error.project_exists' => '본 이름과 연계된 프로젝트가 이미 있습니다.',
// TODO: translate the following.
// 'error.task_exists' => 'Task with this name already exists.',
'button.cancel' => '취소',
'button.submit' => '발송',
'button.add' => '추가',
+'button.delete' => '삭제',
'button.generate' => '생성',
// TODO: translate the following.
// 'button.reset_password' => 'Reset password',