1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-29 10:59:49 +01:00
LinkAce/lang/zh_CN/user.php

11 lines
165 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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