dj_mix_hosting_software/locale/zh-CN/messages.php
2024-05-06 22:00:57 -07:00

59 lines
No EOL
1.9 KiB
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 [
'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" => "已记录",
"audioNotSupported" => "您的浏览器不支持音频元素。",
"downloads" => "下载",
"download" => "下载",
"downloadMix" => "下载 Mixx",
"plays" => "播放",
"play" => "播放",
"contactus" => "联系我们",
"allrightsreserved" => "版权所有。",
];