mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 60.5% (106 of 175 strings) Translation: Hyperpipe/Translations Translate-URL: https://hosted.weblate.org/projects/hyperpipe/translations/zh_Hant/
This commit is contained in:
parent
bff9cfa57d
commit
cf944f1ee7
1 changed files with 38 additions and 7 deletions
|
@ -16,14 +16,16 @@
|
||||||
"similar_artists": "相似藝人",
|
"similar_artists": "相似藝人",
|
||||||
"genres": "類型",
|
"genres": "類型",
|
||||||
"spotlight": "聚焦",
|
"spotlight": "聚焦",
|
||||||
"feeds": "推薦"
|
"feeds": "推薦",
|
||||||
|
"logout": "登出",
|
||||||
|
"now_playing": "正在播放"
|
||||||
},
|
},
|
||||||
"pref": {
|
"pref": {
|
||||||
"blur": "模糊",
|
"blur": "深色(模糊)",
|
||||||
"dark": "深色",
|
"dark": "深色",
|
||||||
"light": "淺色",
|
"light": "淺色",
|
||||||
"theme": "主題",
|
"theme": "主題",
|
||||||
"blur_light": "模糊 (淺色)",
|
"blur_light": "淺色(模糊 )",
|
||||||
"compact": "緊湊界面",
|
"compact": "緊湊界面",
|
||||||
"dracula": "Dracula",
|
"dracula": "Dracula",
|
||||||
"nord": "Nord",
|
"nord": "Nord",
|
||||||
|
@ -41,7 +43,12 @@
|
||||||
"auto": "自動",
|
"auto": "自動",
|
||||||
"worst": "最差",
|
"worst": "最差",
|
||||||
"best": "最佳",
|
"best": "最佳",
|
||||||
"volume": "預設音量"
|
"volume": "預設音量",
|
||||||
|
"black": "黑色",
|
||||||
|
"playback_rate": "播放速率",
|
||||||
|
"blur_nord": "Nord(模糊)",
|
||||||
|
"blur_black": "黑色(模糊)",
|
||||||
|
"blur_dracula": "Dracula(模糊)"
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"back": "返回",
|
"back": "返回",
|
||||||
|
@ -52,16 +59,26 @@
|
||||||
"cancel": "取消",
|
"cancel": "取消",
|
||||||
"receive": "接收",
|
"receive": "接收",
|
||||||
"import": "匯入",
|
"import": "匯入",
|
||||||
"export": "匯出"
|
"export": "匯出",
|
||||||
|
"play_now": "立即播放",
|
||||||
|
"share": "分享",
|
||||||
|
"change_time": "變更時間",
|
||||||
|
"more_controls": "更多控制",
|
||||||
|
"three-dots": "更多控制",
|
||||||
|
"save_for_offline_playback": "儲存以供離線播放",
|
||||||
|
"shuffle": "隨機"
|
||||||
},
|
},
|
||||||
"playlist": {
|
"playlist": {
|
||||||
"select": "選擇要加入的播放清單",
|
"select": "選擇要加入的播放清單",
|
||||||
"local": "本地播放清單",
|
"local": "本地播放清單",
|
||||||
"remote": "遠端播放清單",
|
"remote": "遠端播放清單",
|
||||||
"name": "播放清單名稱",
|
"name": "播放清單名稱",
|
||||||
"add": "加入播放清單",
|
"add": "加入至播放清單",
|
||||||
"create": "新增播放清單",
|
"create": "新增播放清單",
|
||||||
"sync": "同步播放清單"
|
"sync": "同步播放清單",
|
||||||
|
"remove_from": "從播放清單中移除",
|
||||||
|
"remove": "移除播放清單",
|
||||||
|
"save": "儲存為播放清單"
|
||||||
},
|
},
|
||||||
"artist": {
|
"artist": {
|
||||||
"subscribers": "訂閱者",
|
"subscribers": "訂閱者",
|
||||||
|
@ -98,5 +115,19 @@
|
||||||
"general": {
|
"general": {
|
||||||
"username": "登入名稱",
|
"username": "登入名稱",
|
||||||
"password": "密碼"
|
"password": "密碼"
|
||||||
|
},
|
||||||
|
"countries": {
|
||||||
|
"JP": "日本",
|
||||||
|
"GB": "英國",
|
||||||
|
"KR": "南韓",
|
||||||
|
"ZZ": "全球",
|
||||||
|
"UA": "烏克蘭"
|
||||||
|
},
|
||||||
|
"queue": {
|
||||||
|
"clear": "清除佇列",
|
||||||
|
"add": "增加至佇列",
|
||||||
|
"shuffle": "隨機佇列",
|
||||||
|
"add_to_top": "增加至佇列首位",
|
||||||
|
"add_to_bottom": "增加至佇列末位"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue