mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
18 lines
838 B
PHP
18 lines
838 B
PHP
<?php
|
|
|
|
return [
|
|
'app_description' => '利用 VueFileManager 创建您自己的私有云,由 Laravel and Vue 驱动',
|
|
'user_not_fount' => '我们没有找到此邮箱对应的用户信息。',
|
|
'incorrect_password' => '不好意思,您的密码好像不正确。',
|
|
'time' => '%d. %B. %Y 于 %H:%M',
|
|
'home' => '首页',
|
|
|
|
// Reset password email
|
|
'reset_password_greeting' => 'Hello!',
|
|
'reset_password_subject' => 'Reset password for your account on ',
|
|
'reset_password_line_1' => 'You are receiving this email because we received a password reset request for your account.',
|
|
'reset_password_line_2' => 'If you did not request a password reset, no further action is required.',
|
|
'reset_password_action' => 'Reset Password',
|
|
|
|
'salutation' => 'Regards'
|
|
]; |