mirror of
https://github.com/cjango/dcat-vue.git
synced 2025-12-06 14:20:03 +08:00
合并验证码
This commit is contained in:
12
resources/lang/en/auth.php
Normal file
12
resources/lang/en/auth.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'captcha' => 'Captcha',
|
||||
'enable_captcha' => 'Enable Captcha',
|
||||
'background' => 'Auth Background',
|
||||
'footer' => 'Footer',
|
||||
'footers' => [
|
||||
'name' => 'ICP',
|
||||
'path' => 'Link'
|
||||
],
|
||||
];
|
||||
12
resources/lang/zh_CN/auth.php
Normal file
12
resources/lang/zh_CN/auth.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'captcha' => '验证码',
|
||||
'enable_captcha' => '开启验证码',
|
||||
'background' => '登录背景',
|
||||
'footer' => '页脚',
|
||||
'footers' => [
|
||||
'name' => '备案号',
|
||||
'path' => '链接'
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user