mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
9 lines
378 B
PHP
9 lines
378 B
PHP
<?php
|
|
|
|
return [
|
|
'app_description' => '利用 VueFileManager 创建您自己的私有云,由 Laravel and Vue 驱动',
|
|
'user_not_fount' => '我们没有找到此邮箱对应的用户信息。',
|
|
'incorrect_password' => '不好意思,您的密码好像不正确。',
|
|
'time' => '%d. %B. %Y 于 %H:%M',
|
|
'home' => '首页',
|
|
]; |