This commit is contained in:
2024-04-19 10:27:36 +02:00
parent fcb6bbe566
commit 35c96e715c
7852 changed files with 4815 additions and 8 deletions

View File

@ -0,0 +1,19 @@
<?php
return [
'send_password_link' => '비밀번호 재설정 링크 보내기',
'email_reset_password' => '이메일 비밀번호 재설정',
'reset_password' => '비밀번호 재설정',
'saml_login' => 'Login via SAML',
'login' => '로그인',
'login_prompt' => '로그인해주십시오',
'forgot_password' => '비밀번호 분실했습니다',
'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => '자동 로그인',
'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.',
'username_help_bottom' => '사용자 계정과 이메일 주소는 구성에 따라 동일할 수 있지만 동일하지 않을 수 있습니다. 사용자 계정을 기억할 수 없는 경우 관리자에게 문의하십시오. 연결된 이메일 주소가 없는 사용자 계정은 암호 재설정 링크가 이메일로 전송되지 않습니다.',
'google_login' => 'Login with Google Workspace',
'google_login_failed' => 'Google Login failed, please try again.',
];

View File

@ -0,0 +1,45 @@
<?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.',
),
'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' => '비밀번호가 초기화 되었습니다.',
),
);