1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-06 08:18:27 +01:00
LinkAce/lang/zh_CN/user.php

11 lines
165 B
PHP
Raw Normal View History

<?php
return [
'user' => '用户',
'users' => '用户',
'username' => '用户名',
'email' => '电子邮箱',
'hello' => '您好 :user',
];