Files
vuefilemanager/resources/lang/cn/vuefilemanager.php
2020-05-04 11:45:13 +02:00

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' => '首页',
];