Address changes.

This commit is contained in:
Cody Cook 2025-02-22 17:20:19 -08:00
commit 635b3ddcbc
59 changed files with 7249 additions and 2745 deletions

View file

@ -1,76 +1,155 @@
<?php
return [
'welcome' => 'Welcome to our Website!',
'description' => 'This is a description in English.',
'desc' => 'Description',
'userProfile' => "User Profile",
'user' => 'User',
'home' => 'Home',
'djName' => 'DJ Name',
'email' => 'Email',
'location' => 'Location',
'bio' => 'Bio',
'submit' => 'Submit',
'login' => 'Login',
'message' => 'Message',
'follow' => 'Follow',
'djs' => 'DJs',
"djNotFound" => "Could not load DJ; either the DJ wasn't found or this DJ is private.",
"notfound" => "Page not found",
"genre" => "Genre",
"genres" => "Genres",
"genreNotFound" => "Could not load genre; either the genre wasn't found, was empty, or this genre is private.",
"mix-count" => "Mix Count",
"mixes" => "Mixes",
"mix" => "Mix",
"mixNotFound" => "Could not load mix; either the mix wasn't found, was empty, or this mix is private.",
"mixshowNotFound" => "Could not load mixshow; either the mixshow wasn't found, was empty, or this mixshow is private.",
"mixName" => "Mix Name",
"mixDescription" => "Mix Description",
"mixLength" => "Mix Length",
"mixGenre" => "Mix Genre",
"view" => "View",
"mixname" => "Mix Name",
"search" => "Search",
"searchResults" => "Search Results",
"searchResultsFor" => "Search Results for",
"searchResultsFound" => "Search Results Found",
"tracklist" => "Tracklist",
"lastupdated" => "Last Updated",
"duration" => "Duration",
"hour" => "hour",
"hours" => "hours",
"minute" => "minute",
"minutes" => "minutes",
"second" => "second",
"seconds" => "seconds",
"by" => "by",
"added" => "Added",
"recorded" => "Recorded",
"audioNotSupported" => "Your browser does not support the audio element.",
"downloads" => "Downloads",
"download" => "Download",
"downloadMix" => "Download Mix",
"plays" => "Plays",
"play" => "Play",
"contactus" => "Contact Us",
"allrightsreserved" => "All rights reserved.",
"mixshows" => "Mixshows",
"mixshow" => "Mixshow",
"mixshowName" => "Mixshow Name",
"share" => "Share",
"sahrethismix" => "Share this mix",
"sharethismixshow" => "Share this mixshow",
'welcome' => '歡迎來到我們的網站!',
'description' => '這是一個英語描述。',
'desc' => '描述',
'userProfile' => "用戶檔案",
'user' => '用戶',
'home' => '首頁',
'djName' => 'DJ 名稱',
'email' => '電子郵件',
'location' => '位置',
'bio' => '簡介',
'submit' => '提交',
'login' => '登錄',
'message' => '消息',
'follow' => '關注',
'djs' => 'DJ',
"djNotFound" => "無法加載 DJ要麼 DJ 找不到,要麼這位 DJ 是私有的。",
"notfound" => "找不到頁面",
"genre" => "類型",
"genres" => "類型",
"genreNotFound" => "無法加載類型;要麼類型不存在,為空,或此類型是私有的。",
"mix-count" => "混音數量",
"mixes" => "混音",
"mix" => "混音",
"mixNotFound" => "無法加載混音;要麼混音不存在,為空,或此混音是私有的。",
"mixshowNotFound" => "無法加載混音秀;要麼混音秀不存在,為空,或此混音秀是私有的。",
"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" => "下載混音",
"plays" => "播放次數",
"play" => "播放",
"contactus" => "聯絡我們",
"allrightsreserved" => "版權所有。",
"mixshows" => "混音秀",
"mixshow" => "混音秀",
"mixshowName" => "混音秀名稱",
"share" => "分享",
"sahrethismix" => "分享此混音",
"sharethismixshow" => "分享此混音秀",
"rss" => "RSS",
"year" => "Year",
"sharetotwitter" => "Share to X (formerly Twitter)",
"sharetofb" => "Share to Facebook",
"sharetoig" => "Share to Instagram",
"copyurl" => "Copy URL",
"urlcopiedtoclipboard" => "URL copied to clipboard",
"failedtocopyurl" => "Failed to copy URL",
"name" => "Name",
"username" => "Username",
"logout" => "Logout",
"upload" => "Upload",
"year" => "年份",
"sharetotwitter" => "分享至X前Twitter",
"sharetofb" => "分享至Facebook",
"sharetoig" => "分享至Instagram",
"copyurl" => "複製網址",
"urlcopiedtoclipboard" => "網址已複製到剪貼簿",
"failedtocopyurl" => "複製網址失敗",
"name" => "名稱",
"username" => "用戶名",
"logout" => "登出",
"upload" => "上傳",
"loginToVerifyEmail" => "您必須登錄以驗證您的電子郵件。",
"loginToUploadMix" => "您必須登錄以上傳混音。",
"verificationCodeRequired" => "需要驗證碼。",
"recordedDate" => "錄製日期",
"noUploadedFileFound" => "未找到上傳文件。請上傳混音文件。",
"mixTitleRequired" => "混音標題是必需的。",
"errorUploadCDN" => "上傳文件到CDN時出錯",
"errorSavingMixDB" => "將混音存儲到數據庫時出錯。",
"uploadedPendingApproval" => "混音成功上傳,正在等待審核。",
"uploadHeader1" => "將您的混音上傳到猶他州的DJ",
"uploadAlertHeader" => "重要的上傳信息",
"uploadAlert1" => "猶他州的DJ主要是一個檔案保存項目致力於保存猶他州EDM DJ的歷史和文化。您的上傳有助於這個歷史記錄。",
"uploadHeader2" => "上傳前注意事項",
"uploadAlert2" => "確認所有參與的DJ都列在我們的數據庫中。如果DJ未列出必須先添加並批准才能上傳。",
"uploadAlert3" => "檢查您的混音是否有適當的類型可供使用。新類型需要批准後才能使用。",
"uploadAlert4" => "您可以通過您的檔案設置提交新的DJ或類型請求。",
"uploadProcess" => "上傳過程",
"uploadProcess1" => "上傳您的混音文件MP3或ZIP格式",
"uploadProcess2" => "輸入混音詳細信息,包括標題、描述和錄製日期",
"uploadProcess3" => "選擇相關的類型和DJ",
"uploadProcess4" => "提交審核",
"uploadAMix" => "上傳混音",
"uploadSelectMix" => "選擇混音文件MP3或ZIP",
"uploadMaxFileSize" => "最大文件大小500MB",
"uploadFile" => "上傳文件",
"uploadSelectGenres" => "選擇類型(輸入以搜尋)",
"uploadSelectDJSMax3" => "選擇DJ最多3位",
"uploadSubmitMix" => "提交混音",
"uploadSelectDJ1" => "選擇DJ 1",
"uploadSelectDJ2" => "選擇DJ 2可選",
"uploadSelectDJ3" => "選擇DJ 3可選",
"userAlreadyExists" => "用戶已存在。",
"allFieldsRequired" => "所有字段都是必需的。",
"passwordsDoNotMatch" => "密碼不匹配。",
"invalidEmail" => "電子郵件格式不正確。",
"invalidUsername" => "用戶名格式不正確。",
"verifyEmailAddress" => "驗證您的電子郵件地址",
"registerThankYou" => "感謝您在登錄時的註冊",
"registerVerifyEmail" => "請通過單擊下面的鏈接或在您的個人資料中輸入驗證碼來驗證您的電子郵件地址:",
"registerVerifyCodeIs" => "您的驗證碼是",
"registerVerifyTimeout" => "此代碼將在15分鐘內過期。",
"password" => "密碼",
"rememberMe" => "記住我",
"forgotPassword" => "忘記密碼",
"dontHaveAccount" => "沒有賬戶?",
"signUp" => "註冊",
"passwordResetSent" => "如果電子郵件在我們的系統中存在,則已發送密碼重設鏈接。",
"passwordResetRequested" => "您請求重置密碼。請單擊下面的鏈接以重置您的密碼:",
"passwordResetUnrequested" => "如果您沒有請求此操作請忽略此郵件。此鏈接將在15分鐘內過期。",
"emailaddressEnter" => "輸入您的電子郵件地址",
"messageSentSuccess" => "消息發送成功。",
"messageSentError" => "發送消息時出錯。",
"contactUs2" => "我們非常樂意收到您的來信。向我們發送訊息,我們將盡快回覆。",
"messageSendUs" => "發送我們一條消息",
"messageSend" => "發送消息",
"passwordReset" => "重置密碼",
"enterYourUsername" => "輸入您的用戶名",
"newPassword" => "新密碼",
"confirmPassword" => "確認新密碼",
"passwordResetSuccess" => "您的密碼已成功重置。請使用您的新密碼登錄。",
"enterEmailAddressPlease" => "請輸入您的電子郵件地址。",
"emailInvalid" => "電子郵件格式不正確。",
"passwordMismatch" => "密碼不匹配。",
"passwordRequirements" => "密碼必須至少 8 個字符並包含大小寫字母以及數字。",
"resetExpiredInvalid" => "無效或過期的密碼重置代碼。",
"resetExpired" => "密碼重置代碼已過期。",
"codeCredsInvalid" => "無效的憑證或驗證代碼。",
"change" => "更改",
"changePicture" => "更改圖片",
"verify" => "驗證",
"createdUsing" => "使用",
"djmixhostingsoftware" => "DJ混音托管軟體",
"privacyPolicy" => "隱私政策",
"termsAndConditions" => "條款與條件",
];