Translations. Fixing the language bar.

This commit is contained in:
Cody Cook 2024-04-30 17:09:28 -07:00
commit 28fc75dd25
38 changed files with 1006 additions and 150 deletions

37
locale/ja_JP/messages.php Normal file
View file

@ -0,0 +1,37 @@
<?php
return [
'welcome' => '私たちのウェブサイトへようこそ!',
'description' => 'これは英語の説明です。',
'userProfile' => "ユーザープロフィール",
'user' => 'ユーザー',
'home' => 'ホーム',
'djName' => 'DJ 名',
'email' => 'Eメールアドレス',
'location' => '場所',
'bio' => '略歴',
'submit' => '送信',
'login' => 'ログイン',
'message' => 'メッセージ',
'follow' => 'フォロー',
'djs' => 'DJ',
"djNotFound" => "DJをロードできませんでした。DJが見つからないか、DJがプライベートです。",
"notfound" => "ページが見つかりません",
"genre" => "ジャンル",
"genres" => "Genres",
"genreNotFound" => "ジャンルをロードできませんでした。ジャンルが見つかりませんでした。空でしたか、このジャンルはプライベートです。",
"mix-count" => "ミックス数",
"mixes" => "ミックス",
"mix" => "ミックス",
"mixNotFound" => "ミックスをロードできませんでした。ミックスが見つかりませんでした。空であるか、このミックスがプライベートです。",
"mixName" => "ミックス名",
"mixDescription" => "ミックスの説明",
"mixLength" => "ミックス長さ",
"mixGenre" => "ミックスジャンル",
"view" => "表示",
"mixname" => "ミックス名",
"search" => "検索",
"searchResults" => "検索結果",
"searchResultsFor" => "検索結果",
"searchResultsFound" => "検索結果が見つかりました",
];