Change language behavior; change _ to - and lowercase langs.

This commit is contained in:
Cody Cook 2024-05-03 09:46:34 -07:00
commit dc7f0025ef
32 changed files with 2 additions and 2 deletions

50
locale/zh-CN/messages.php Normal file
View file

@ -0,0 +1,50 @@
<?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" => "找到搜索结果",
"tracklist" => "曲目列表",
"lastupdated" => "最后更新",
"duration" => "期限",
"hour" => "小时",
"hours" => "小时",
"minute" => "分钟",
"minutes" => "分钟",
"second" => "",
"seconds" => "",
"by" => "",
"added" => "已添加",
"recorded" => "已记录",
];