Check-in; adding features like mixshow and google analytics.

This commit is contained in:
Cody Cook 2024-05-02 19:21:24 -07:00
commit 8288ebc67a
50 changed files with 1492 additions and 483 deletions

View file

@ -33,5 +33,18 @@ return [
"searchResults" => "搜索结果",
"searchResultsFor" => "搜索结果",
"searchResultsFound" => "找到搜索结果",
"tracklist" => "曲目列表",
"lastupdated" => "最后更新",
"duration" => "期限",
"hour" => "小时",
"hours" => "小时",
"minute" => "分钟",
"minutes" => "分钟",
"second" => "",
"seconds" => "",
"by" => "",
"added" => "已添加",
"recorded" => "已记录",
];