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