snipe-it/resources/lang/ko-KR/auth/message.php
snipe 251f2d82b3 Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2024-06-26 12:53:03 +01:00

48 lines
2 KiB
PHP

<?php
return array(
'account_already_exists' => '이 메일 주소를 사용하는 계정이 존재합니다.',
'account_not_found' => '사용자 명이나 비밀번호가 틀렸습니다.',
'account_not_activated' => '이 사용자는 비활성 계정입니다.',
'account_suspended' => '이 사용자는 보류 계정입니다.',
'account_banned' => '이 사용자는 금지 계정입니다.',
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
'success' => '로그인에 성공했습니다.',
'code_required' => 'Two-factor code is required.',
'invalid_code' => 'Two-factor code is invalid.',
'enter_two_factor_code' => 'Please enter your two-factor authentication code.',
'please_enroll' => 'Please enroll a device in two-factor authentication.',
),
'signin' => array(
'error' => '로그인 시에 문제가 발생했습니다. 다시 시도해 주세요.',
'success' => '로그인에 성공했습니다.',
),
'logout' => array(
'error' => 'There was a problem while trying to log you out, please try again.',
'success' => 'You have successfully logged out.',
),
'signup' => array(
'error' => '계정 생성 중에 문제가 발생했습니다. 다시 시도해 주세요.',
'success' => '계정이 생성되었습니다.',
),
'forgot-password' => array(
'error' => '비밀번호 초기화 코드를 얻는 중에 문제가 발생했습니다. 다시 시도해 주세요.',
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
),
'forgot-password-confirm' => array(
'error' => '비밀번호 초기화 시 오류가 발생했습니다. 다시 시도해 주세요.',
'success' => '비밀번호가 초기화 되었습니다.',
),
);