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/en/auth.php
2023-02-08 11:04:57 +08:00

13 lines
230 B
PHP

<?php
return [
'captcha' => 'Captcha',
'enable_captcha' => 'Enable Captcha',
'background' => 'Auth Background',
'footer' => 'Footer',
'footers' => [
'name' => 'ICP',
'path' => 'Link'
],
];