1
0
mirror of https://github.com/cjango/dcat-vue.git synced 2025-12-06 22:40:03 +08:00
Files
dcat-vue/resources/lang/zh_CN/auth.php
2023-02-08 11:04:57 +08:00

13 lines
238 B
PHP

<?php
return [
'captcha' => '验证码',
'enable_captcha' => '开启验证码',
'background' => '登录背景',
'footer' => '页脚',
'footers' => [
'name' => '备案号',
'path' => '链接'
],
];