From fa0ce2e6168e0dd8377479c1ba7c507ad0a4d818 Mon Sep 17 00:00:00 2001 From: wongwengtim Date: Sat, 12 Aug 2023 13:51:05 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Traditional)) Currently translated at 56.3% (80 of 142 strings) Translation: Hyperpipe/Translations Translate-URL: https://hosted.weblate.org/projects/hyperpipe/translations/zh_Hant/ --- src/locales/zh_Hant.json | 99 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 98 insertions(+), 1 deletion(-) diff --git a/src/locales/zh_Hant.json b/src/locales/zh_Hant.json index 86cb33f..3922dd4 100644 --- a/src/locales/zh_Hant.json +++ b/src/locales/zh_Hant.json @@ -1,5 +1,102 @@ { "title": { - "songs": "歌曲" + "songs": "歌曲", + "albums": "專輯", + "singles": "單曲", + "artists": "藝人", + "playlists": "播放清單", + "moods": "情境", + "featured": "精選", + "community": "社區", + "login": "登入", + "local": "本地", + "remote": "遠端", + "search": "搜尋", + "offline": "離線", + "similar_artists": "相似藝人", + "genres": "類型", + "spotlight": "聚焦", + "feeds": "推薦" + }, + "pref": { + "blur": "模糊", + "dark": "深色", + "light": "淺色", + "theme": "主題", + "blur_light": "模糊 (淺色)", + "compact": "緊湊界面", + "dracula": "Dracula", + "nord": "Nord", + "prm": "偏好減少動態效果", + "player": "音樂播放器", + "quality": "音質", + "codec": "編碼", + "explore": "探索", + "library": "媒體庫", + "charts": "排行榜", + "home": "首頁", + "auto_queue": "自動排列歌曲", + "language": "語言", + "tab": "分頁", + "auto": "自動", + "worst": "最差", + "best": "最佳", + "volume": "預設音量" + }, + "action": { + "back": "返回", + "register_on": "沒有帳號?註冊", + "send": "傳送", + "create": "新增", + "add": "加入", + "cancel": "取消", + "receive": "接收", + "import": "匯入", + "export": "匯出" + }, + "playlist": { + "select": "選擇要加入的播放清單", + "local": "本地播放清單", + "remote": "遠端播放清單", + "name": "播放清單名稱", + "add": "加入播放清單", + "create": "新增播放清單", + "sync": "同步播放清單" + }, + "artist": { + "subscribers": "訂閱者", + "subs": "訂閱" + }, + "info": { + "search": "搜尋", + "see_all": "查看所有", + "no_info": "沒有資訊", + "saved": "已儲存!", + "copied_to_clipboard": "已複製到剪貼簿" + }, + "instances": { + "hyp": "Hyperpipe 實例", + "piped": "Piped 實例", + "auth": "認證實例", + "name": "名稱", + "cdn": "CDN", + "loc": "位置", + "up_to_date": "最新的", + "default": "預設", + "version": "版本" + }, + "lyrics": { + "load": "正在尋找歌詞", + "lyrics": "歌詞", + "void": "沒有歌詞" + }, + "statusBar": { + "currentPlaylist": "目前的播放清單", + "loop": "循環", + "add_current_to_playlist": "加入當前歌曲到播放清單" + }, + "general": { + "username": "登入名稱", + "password": "密碼" } }