mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-29 10:59:49 +01:00
11 lines
165 B
PHP
11 lines
165 B
PHP
<?php
|
||
return [
|
||
'user' => '用户',
|
||
'users' => '用户',
|
||
|
||
'username' => '用户名',
|
||
'email' => '电子邮箱',
|
||
|
||
'hello' => '您好 :user!',
|
||
];
|