mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-05 11:26:27 +08:00
7 lines
221 B
PHP
7 lines
221 B
PHP
<?php
|
|
|
|
return array (
|
|
'failed' => '이 자격 증명은 우리 기록과 일치하지 않습니다.',
|
|
'throttle' => '로그인 시도 횟수가 너무 많습니다. :seconds 초 후에 다시 시도하십시오.',
|
|
);
|