Language updates. New upload form. new classes.
This commit is contained in:
parent
4c2857b445
commit
8f3061ab99
62 changed files with 3107 additions and 1883 deletions
|
@ -2,7 +2,7 @@
|
|||
return [
|
||||
'welcome' => '欢迎来到我们的网站!',
|
||||
'description' => '这是英文描述。',
|
||||
'desc' => 'Description',
|
||||
'desc' => '描述',
|
||||
'userProfile' => "用户资料",
|
||||
'user' => '用户',
|
||||
'home' => '首页',
|
||||
|
@ -24,7 +24,7 @@ return [
|
|||
"mixes" => "混音器",
|
||||
"mix" => "混音器",
|
||||
"mixNotFound" => "无法加载混合物;混合物未找到, 为空, 或者这种混合是私有的。",
|
||||
"mixshowNotFound" => "Could not load mixshow; either the mixshow wasn't found, was empty, or this mixshow is private.",
|
||||
"mixshowNotFound" => "无法加载mixshow;要么找不到mixshow,要么是空的,要么这个mixshow是私有的。",
|
||||
"mixName" => "混合名称",
|
||||
"mixDescription" => "混合描述",
|
||||
"mixLength" => "混合长度",
|
||||
|
@ -55,17 +55,22 @@ return [
|
|||
"play" => "播放",
|
||||
"contactus" => "联系我们",
|
||||
"allrightsreserved" => "版权所有。",
|
||||
"mixshows" => "Mixshows",
|
||||
"mixshows" => "混合显示",
|
||||
"mixshow" => "Mixshow",
|
||||
"mixshowName" => "Mixshow Name",
|
||||
"share" => "Share",
|
||||
"sahrethismix" => "Share this mix",
|
||||
"sharethismixshow" => "Share this mixshow",
|
||||
"mixshowName" => "混合节目名称",
|
||||
"share" => "分享",
|
||||
"sahrethismix" => "分享这个组合",
|
||||
"sharethismixshow" => "分享此 mixshow",
|
||||
"rss" => "RSS",
|
||||
"year" => "Year",
|
||||
"sharetotwitter" => "Share to X (formerly Twitter)",
|
||||
"sharetofb" => "Share to Facebook",
|
||||
"sharetoig" => "Share to Instagram",
|
||||
"copyurl" => "Copy URL",
|
||||
|
||||
"year" => "年份",
|
||||
"sharetotwitter" => "分享到 X (旧的 Twitter)",
|
||||
"sharetofb" => "分享到 Facebook",
|
||||
"sharetoig" => "分享到 Instagram",
|
||||
"copyurl" => "复制 URL",
|
||||
"urlcopiedtoclipboard" => "URL 已复制到剪贴板",
|
||||
"failedtocopyurl" => "无法复制 URL",
|
||||
"name" => "名称",
|
||||
"username" => "用户名",
|
||||
"logout" => "注销",
|
||||
"upload" => "上传",
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue