zh-TW.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. {
  2. "common": {
  3. "cancel": "取消",
  4. "confirm": "確認",
  5. "download": "下載",
  6. "downloading": "下載中",
  7. "downloaded": "已下載",
  8. "remove": "移除",
  9. "delete": "刪除",
  10. "default": "預設",
  11. "version_code": "版本號",
  12. "operation": "操作",
  13. "update": "更新",
  14. "uninstall": "卸載",
  15. "install": "安裝",
  16. "about": "關於",
  17. "exit": "退出",
  18. "edit": "編輯",
  19. "undo": "撤銷",
  20. "redo": "重做",
  21. "cut": "剪下",
  22. "copy": "複製",
  23. "paste": "貼上",
  24. "select_all": "全選",
  25. "loading": "加載中",
  26. "create": "創建",
  27. "add": "新增",
  28. "save": "保存",
  29. "clear": "清除",
  30. "open": "打開",
  31. "status": "狀態"
  32. },
  33. "media": {
  34. "unknown_title": "無標題",
  35. "unknown_artist": "未知藝術家",
  36. "unknown_album": "未知專輯",
  37. "default_favorite_sheet_name": "喜愛",
  38. "playlist": "播放清單",
  39. "media_type_music": "音樂",
  40. "media_type_album": "專輯",
  41. "media_type_artist": "藝術家",
  42. "media_type_sheet": "歌單",
  43. "media_type_lyric": "歌詞",
  44. "media_title": "標題",
  45. "media_platform": "來源",
  46. "media_duration": "時長",
  47. "media_create_at": "創建時間",
  48. "media_play_count": "播放次數",
  49. "media_music_count": "歌曲數量",
  50. "media_description": "描述",
  51. "music_state_pause": "暫停",
  52. "music_state_play": "播放",
  53. "music_state_play_or_pause": "播放/暫停",
  54. "music_quality_low": "低音質",
  55. "music_quality_standard": "標準音質",
  56. "music_quality_high": "高音質",
  57. "music_quality_super": "超高音質",
  58. "music_repeat_mode": "重複模式",
  59. "music_repeat_mode_loop": "單曲重複",
  60. "music_repeat_mode_queue": "列表重複",
  61. "music_repeat_mode_shuffle": "隨機播放"
  62. },
  63. "plugin": {
  64. "prop_user_variable": "用戶變量",
  65. "method_search": "搜尋",
  66. "method_import_music_item": "導入歌曲",
  67. "method_import_music_sheet": "導入歌單",
  68. "method_get_top_lists": "排行榜",
  69. "info_hint_you_have_no_plugin": "你尚未安裝任何插件",
  70. "info_hint_you_have_no_plugin_with_supported_method": "你尚未安裝支持 <highlight>{{supportMethod}}</highlight> 的插件",
  71. "info_hint_install_plugin_before_use": "請先前往 <a>插件管理</a> 安裝插件~"
  72. },
  73. "download_page": {
  74. "waiting": "等待中...",
  75. "failed": "下載失敗"
  76. },
  77. "plugin_management_page": {
  78. "plugin_management": "插件管理",
  79. "choose_plugin": "選擇插件",
  80. "install": "安裝",
  81. "musicfree_plugin": "MusicFree 插件",
  82. "install_successfully": "插件安裝成功",
  83. "install_failed": "安裝失敗",
  84. "invalid_plugin": "無效的插件",
  85. "install_from_local_file": "從本地文件安裝",
  86. "install_from_network": "從網絡安裝",
  87. "install_plugin_from_network": "從網絡安裝插件",
  88. "installing": "安裝中",
  89. "info_hint_install_placeholder": "輸入插件來源 URL(以 json 或 js 結尾)",
  90. "error_hint_plugin_should_end_with_js_or_json": "插件 URL 應以 json 或 js 結尾",
  91. "info_hint_install_plugin": "插件需符合 MusicFree 特定協議,詳情請參考 <a>官方頁面</a>",
  92. "subscription_setting": "訂閱設定",
  93. "update_subscription": "更新訂閱",
  94. "update_successfully": "更新成功",
  95. "no_subscription": "當前沒有訂閱",
  96. "uninstall": "卸載",
  97. "uninstall_plugin": "卸載插件",
  98. "confirm_text_uninstall_plugin": "確認卸載插件 {{plugin}}?",
  99. "uninstall_successfully": "插件 {{plugin}} 已卸載",
  100. "uninstall_failed": "卸載失敗",
  101. "toast_plugin_is_latest": "插件 {{plugin}} 已是最新版本",
  102. "update_failed": "更新失敗",
  103. "update": "更新",
  104. "importing_media": "導入中",
  105. "placeholder_import_music_item": "輸入 {{plugin}} 歌曲 URL",
  106. "import_failed": "導入失敗",
  107. "placeholder_import_music_sheet": "輸入 {{plugin}} 歌單 URL"
  108. },
  109. "local_music_page": {
  110. "local_music": "本地音樂",
  111. "auto_scan": "自動掃描",
  112. "search_local_music": "搜尋本地音樂",
  113. "list_view": "列表視圖",
  114. "artist_view": "藝術家視圖",
  115. "album_view": "專輯視圖",
  116. "folder_view": "文件夾視圖",
  117. "total_music_num": "共 {{number}} 首歌曲"
  118. },
  119. "music_list_context_menu": {
  120. "next_play": "下一首播放",
  121. "add_to_my_sheets": "添加到我的歌單",
  122. "remove_from_sheet": "從歌單移除",
  123. "delete_local_download": "刪除本地下載",
  124. "reveal_local_music_in_file_explorer": "打開歌曲文件夾",
  125. "reveal_local_music_in_file_explorer_fail": "打開失敗:",
  126. "delete_local_downloaded_songs_success": "已刪除 {{musicNums}} 首本地歌曲",
  127. "delete_local_downloaded_song_success": "已刪除本地歌曲 [{{songName}}]"
  128. },
  129. "search_result_page": {
  130. "search_result_title": "搜尋結果"
  131. },
  132. "side_bar": {
  133. "toplist": "排行榜",
  134. "recommend_sheets": "推薦歌單",
  135. "download_management": "下載管理",
  136. "local_music": "本地音樂",
  137. "plugin_management": "插件管理",
  138. "my_sheets": "我的歌單",
  139. "create_local_sheet": "創建歌單",
  140. "starred_sheets": "我的收藏",
  141. "delete_sheet": "刪除歌單",
  142. "rename_sheet": "重歌單",
  143. "unstar_sheet": "取消收藏",
  144. "recently_play": "最近播放"
  145. },
  146. "app_header": {
  147. "nav_back": "返回",
  148. "nav_forward": "前進",
  149. "search_placeholder": "在這裡輸入搜尋",
  150. "search_history": "搜尋歷史",
  151. "settings": "設置",
  152. "minimize": "最小化",
  153. "minimode": "迷你模式",
  154. "exit": "退出",
  155. "theme": "主題"
  156. },
  157. "music_bar": {
  158. "open_music_detail_page": "打開歌曲詳情",
  159. "close_music_detail_page": "關閉歌曲詳情",
  160. "previous_music": "上一首",
  161. "next_music": "下一首",
  162. "mute": "靜音",
  163. "unmute": "取消靜音",
  164. "playback_speed": "播放速度",
  165. "choose_music_quality": "選擇音樂音質",
  166. "only_set_for_current_music": "僅針對當前歌曲",
  167. "desktop_lyric": "桌面歌詞"
  168. },
  169. "music_detail": {
  170. "search_lyric": "搜尋歌詞",
  171. "no_lyric": "暫無歌詞",
  172. "lyric_ctx_download_lyric": "下載歌詞",
  173. "lyric_ctx_download_lyric_lrc": "下載歌詞 (.lrc)",
  174. "lyric_ctx_download_lyric_txt": "下載歌詞 (.txt)",
  175. "lyric_ctx_download_success": "下載成功",
  176. "lyric_ctx_download_fail": "下載失敗",
  177. "lyric_ctx_set_font_size": "設置字體大小",
  178. "link_media_lyric": "鏈接歌詞",
  179. "media_lyric_linked": "已鏈接歌詞:",
  180. "unlink_media_lyric": "取消鏈接歌詞",
  181. "toast_media_lyric_unlinked": "已取消鏈接歌詞",
  182. "translation": "翻譯",
  183. "show_translation": "顯示翻譯",
  184. "hide_translation": "隱藏翻譯"
  185. },
  186. "bottom_loading_state": {
  187. "reached_end": "~~~ 沒有更多了 ~~~",
  188. "loading": "加載中...",
  189. "load_more": "加載更多"
  190. },
  191. "empty": {
  192. "hint_empty": "這裡什麼都沒有~~~"
  193. },
  194. "modal": {
  195. "add_to_my_sheets": "添加到我的歌單",
  196. "total_music_num": "共 {{number}} 首歌曲",
  197. "create_local_sheet": "創建歌單",
  198. "create_local_sheet_placeholder": "請輸入新的歌單名稱",
  199. "exit_confirm": "確認退出?",
  200. "plugin_subscription": "插件訂閱",
  201. "subscription_remarks": "備註:",
  202. "subscription_links": "鏈接:",
  203. "subscription_save_success": "訂閱地址已保存",
  204. "search_lyric": "搜尋歌詞",
  205. "search_lyric_result_empty": "未找到相關結果",
  206. "media_lyric_linked": "歌詞已鏈接~",
  207. "media_lyric_link_failed": "鏈接歌詞失敗:",
  208. "new_version_found": "發現新版本",
  209. "latest_version": "最新版本:",
  210. "current_version": "當前版本:",
  211. "skip_this_version": "跳過此版本",
  212. "scan_local_music": "掃描本地音樂",
  213. "scan_local_music_hint": "將自動掃描選擇的文件夾(實時同步)",
  214. "add_folder": "添加文件夾"
  215. },
  216. "panel": {
  217. "play_list_song_num": "播放清單({{number}} 首歌曲)",
  218. "user_variable": "用戶變量",
  219. "user_variable_setting_success": "設置成功~"
  220. },
  221. "music_sheet_like_view": {
  222. "play_all": "播放全部",
  223. "add_to_sheet": "添加到歌單",
  224. "star": "收藏"
  225. },
  226. "settings": {
  227. "choose_path": "選擇路徑",
  228. "change_path": "更改路徑",
  229. "folder_not_exist": "文件夾不存在",
  230. "open_folder": "打開文件夾",
  231. "section_name": {
  232. "normal": "一般",
  233. "play_music": "播放",
  234. "download": "下載",
  235. "lyric": "歌詞",
  236. "plugin": "插件",
  237. "theme": "主題",
  238. "short_cut": "快捷鍵",
  239. "network": "網絡",
  240. "backup": "備份與恢復",
  241. "about": "關於 MusicFree"
  242. },
  243. "normal": {
  244. "check_update": "啟動應用時檢查更新",
  245. "close_behavior": "點擊退出按鈕時",
  246. "exit_app": "退出應用",
  247. "minimize": "最小化到系統托盤",
  248. "taskbar_thumb": "任務欄縮略圖樣式(重啟應用後生效)",
  249. "current_artwork": "當前歌曲封面",
  250. "main_window": "主窗口界面",
  251. "max_history_length": "搜尋歷史記錄最大數量",
  252. "music_list_hide_columns": "歌曲列表隱藏列",
  253. "languages": "語言",
  254. "toast_switch_language_fail": "切換語言失敗"
  255. },
  256. "play_music": {
  257. "case_sensitive_in_search": "搜尋歌單時區分大小寫",
  258. "default_play_quality": "預設播放音質",
  259. "when_quality_missing": "當播放音質缺失時",
  260. "play_lower_quality_version": "播放低音質版本",
  261. "play_higher_quality_version": "播放高音質版本",
  262. "when_play_error": "播放錯誤時",
  263. "pause": "暫停",
  264. "skip_to_next": "跳至下一首",
  265. "double_click_music_list": "雙擊歌曲列表時",
  266. "add_music_to_playlist": "添加歌曲到播放清單",
  267. "replace_playlist_with_musiclist": "用當前歌單替換播放清單",
  268. "audio_output_device": "音頻輸出設備",
  269. "when_device_removed": "當音頻裝置被移除時",
  270. "continue_playing": "繼續播放"
  271. },
  272. "download": {
  273. "download_folder": "下載文件夾",
  274. "max_concurrency": "最大同時下載數量",
  275. "default_download_quality": "預設下載音質",
  276. "when_quality_missing": "當下載音質缺失時",
  277. "download_lower_quality_version": "下載低音質版本",
  278. "download_higher_quality_version": "下載高音質版本"
  279. },
  280. "lyric": {
  281. "enable_status_bar_lyric": "啟用狀態欄歌詞",
  282. "enable_desktop_lyric": "啟用桌面歌詞",
  283. "lock_desktop_lyric": "鎖定桌面歌詞",
  284. "font": "字體",
  285. "font_size": "字體大小",
  286. "font_color": "字體顏色",
  287. "stroke_color": "描邊顏色"
  288. },
  289. "plugin": {
  290. "auto_update_plugin": "啟動應用時自動更新插件",
  291. "not_check_plugin_version": "安裝插件時不檢查版本"
  292. },
  293. "short_cut": {
  294. "enable_local": "啟用應用內快捷鍵",
  295. "enable_global": "啟用全局快捷鍵",
  296. "ability": "功能",
  297. "local_short_cut": "應用內快捷鍵",
  298. "global_short_cut": "全局快捷鍵",
  299. "play/pause": "播放/暫停",
  300. "skip-next": "下一首",
  301. "skip-previous": "上一首",
  302. "volume-up": "音量增加",
  303. "volume-down": "音量減少",
  304. "toggle-desktop-lyric": "開啟/關閉桌面歌詞",
  305. "like/dislike": "喜歡/不喜歡當前歌曲",
  306. "no_short_cut": "無"
  307. },
  308. "network": {
  309. "host": "主機",
  310. "port": "端口",
  311. "username": "用戶名",
  312. "password": "密碼",
  313. "local_cache": "本地緩存:{{cacheSize}}",
  314. "clear_cache": "清除緩存",
  315. "enable_network_proxy": "啟用網絡代理"
  316. },
  317. "backup": {
  318. "resume_mode_append": "附加到現有清單後",
  319. "resume_mode_overwrite": "覆蓋現有清單",
  320. "backup_by_file": "通過文件備份",
  321. "musicfree_backup_file": "MusicFree 備份文件",
  322. "backup_to": "備份到...",
  323. "backup_by_webdav": "WebDAV 備份",
  324. "backup_success": "備份成功~",
  325. "backup_fail": "備份失敗:{{reason}}",
  326. "resume_success": "恢復成功~",
  327. "resume_fail": "恢復失敗:{{reason}}",
  328. "backup_music_sheet": "備份歌單",
  329. "resume_music_sheet": "恢復歌單",
  330. "webdav_server_url": "URL",
  331. "username": "用戶名",
  332. "password": "密碼",
  333. "webdav_data_not_complete": "URL、用戶名和密碼不能為空",
  334. "webdav_backup_file_not_exist": "備份文件不存在"
  335. },
  336. "about": {
  337. "current_version": "當前版本:{{version}}",
  338. "already_latest": "已是最新版本!",
  339. "check_update": "檢查更新",
  340. "software_author": "軟件作者:",
  341. "open_source_declaration": "源碼:軟件是基於 GPL3.0 授權的開源軟件。<Github>Github 地址</Github> <Gitee>Gitee 地址</Gitee>",
  342. "official_site": "官方網站",
  343. "mobile_version": "移動版"
  344. }
  345. },
  346. "main": {
  347. "previous_music": "上一首歌曲",
  348. "next_music": "下一首歌曲",
  349. "close_desktop_lyric": "關閉桌面歌詞",
  350. "open_desktop_lyric": "開啟桌面歌詞",
  351. "unlock_desktop_lyric": "解鎖桌面歌詞",
  352. "lock_desktop_lyric": "鎖定桌面歌詞",
  353. "no_playing_music": "目前無正在播放的音樂"
  354. },
  355. "theme": {
  356. "tab_local": "本地主題",
  357. "tab_remote": "主題市場",
  358. "download_and_use": "下載並使用",
  359. "use_theme": "使用主題",
  360. "install_theme": "安裝主題",
  361. "update_theme": "更新主題",
  362. "uninstall_theme": "卸載主題",
  363. "musicfree_theme": "MusicFree 主題",
  364. "all_files": "全部檔案",
  365. "install_theme_success": "安裝主題{{name}}成功~",
  366. "install_theme_fail": "安裝主題失敗: {{reason}}",
  367. "uninstall_theme_success": "卸載主題{{name}}成功~",
  368. "uninstall_theme_fail": "卸載主題失敗: {{reason}}",
  369. "how_to_submit_new_theme": "💡如何提交新主題: 主題市場中的主題與 <Github>MusicFreeThemePacks</Github> 倉庫同步,如果需要提交新主題請直接提PR。",
  370. "load_remote_theme_error": "出錯啦...",
  371. "invalid_theme": "主題無效: {{reason}}"
  372. }
  373. }