mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
ddfa5776c5
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>
17 lines
1.1 KiB
PHP
17 lines
1.1 KiB
PHP
<?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' => '사용자 계정과 이메일 주소는 구성에 따라 동일할 수 있지만 동일하지 않을 수 있습니다. 사용자 계정을 기억할 수 없는 경우 관리자에게 문의하십시오. 연결된 이메일 주소가 없는 사용자 계정은 암호 재설정 링크가 이메일로 전송되지 않습니다.',
|
|
];
|
|
|