Translations. Fixing the language bar.
This commit is contained in:
parent
27373f0c61
commit
28fc75dd25
38 changed files with 1006 additions and 150 deletions
37
locale/zh_CN/messages.php
Normal file
37
locale/zh_CN/messages.php
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?php
|
||||
return [
|
||||
'welcome' => '欢迎来到我们的网站!',
|
||||
'description' => '这是英文描述。',
|
||||
'userProfile' => "用户资料",
|
||||
'user' => '用户',
|
||||
'home' => '首页',
|
||||
'djName' => 'DJ 名称',
|
||||
'email' => '电子邮件地址',
|
||||
'location' => '地点',
|
||||
'bio' => '个人信息',
|
||||
'submit' => '提交',
|
||||
'login' => '登录',
|
||||
'message' => '留言',
|
||||
'follow' => '关注',
|
||||
'djs' => 'DJs',
|
||||
"djNotFound" => "无法加载 DJ;要么找不到 DJ ,要么此 DJ 是私有的。",
|
||||
"notfound" => "找不到页面",
|
||||
"genre" => "流派数",
|
||||
"genres" => "Genres",
|
||||
"genreNotFound" => "无法加载基因;要么找不到基因,要么是空的,要么这种基因是私人的。",
|
||||
"mix-count" => "混合计数",
|
||||
"mixes" => "混音器",
|
||||
"mix" => "混音器",
|
||||
"mixNotFound" => "无法加载混合物;混合物未找到, 为空, 或者这种混合是私有的。",
|
||||
"mixName" => "混合名称",
|
||||
"mixDescription" => "混合描述",
|
||||
"mixLength" => "混合长度",
|
||||
"mixGenre" => "混合流体",
|
||||
"view" => "查看",
|
||||
"mixname" => "混合名称",
|
||||
"search" => "搜索",
|
||||
"searchResults" => "搜索结果",
|
||||
"searchResultsFor" => "搜索结果",
|
||||
"searchResultsFound" => "找到搜索结果",
|
||||
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue