webman_duanju/app/api/lang/en/user.php

13 lines
1.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'captcha' => 'Captcha',
'captchaId' => 'Captcha ID',
'Please input correct username' => 'Please enter the correct username.',
'Please input correct password' => 'Please enter the correct password.',
'Registration parameter error' => 'Wrong registration parameter',
'Login succeeded!' => 'Login succeeded!',
'Please enter the correct verification code' => 'Please enter the correct Captcha.',
'You have already logged in. There is no need to log in again~' => 'You have already logged in, no need to log in again.',
'Check in failed, please try again or contact the website administrator~' => 'Check in failedplease try again or contact the webmaster.',
'Member center disabled' => 'The member centre has been disabled, please contact the webmaster to turn it on.',
];