1234567891011121314 |
- <?php
- return [
- 'Url' => 'Url',
- 'Userame' => 'Userame',
- 'Createtime' => 'Createtime',
- 'Click to edit' => 'Click to edit',
- 'Admin log' => 'Admin log',
- 'Leave password blank if dont want to change' => 'Leave password blank if dont want to change',
- 'Please input correct email' => 'Please input correct email',
- 'Please input correct password' => 'Please input correct password',
- 'Password must be 6 to 30 characters' => 'Password must be 6 to 30 characters',
- 'Email already exists' => 'Email already exists',
- ];
|