Language updates. New upload form. new classes.

This commit is contained in:
Cody Cook 2025-02-22 00:20:39 -08:00
commit 8f3061ab99
62 changed files with 3107 additions and 1883 deletions

View file

@ -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" => "All rights reserved.",
"mixshows" => "Mixshows",
"mixshows" => "ミックスショー",
"mixshow" => "Mixshow",
"mixshowName" => "Mixshow Name",
"share" => "Share",
"sahrethismix" => "Share this mix",
"sharethismixshow" => "Share this mixshow",
"share" => "共有",
"sahrethismix" => "このミックスを共有",
"sharethismixshow" => "このミックスショーを共有",
"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" => "アップロード",
];