This commit is contained in:
BillKerman 2022-02-10 01:54:38 +08:00
parent 8771c33dc8
commit 5426bccba2
2 changed files with 16 additions and 16 deletions

View file

@ -160,12 +160,12 @@
"action.addToLibrary.error": "加入资料库的过程发生了错误", "action.addToLibrary.error": "加入资料库的过程发生了错误",
"action.removeFromLibrary": "从资料库中移除", "action.removeFromLibrary": "从资料库中移除",
"action.removeFromLibrary.success": "已从资料库中移除", "action.removeFromLibrary.success": "已从资料库中移除",
"action.addToQueue": "加入队列", "action.addToQueue": "加入待播清单",
"action.addToQueue.success": "成功加入队列", "action.addToQueue.success": "成功加入加入待播清单",
"action.addToQueue.error": "加入队列的过程发生了错误", "action.addToQueue.error": "加入加入待播清单的过程发生了错误",
"action.removeFromQueue": "从队列中移除", "action.removeFromQueue": "从加入待播清单中移除",
"action.removeFromQueue.success": "已从队列中移除", "action.removeFromQueue.success": "已从加入待播清单中移除",
"action.removeFromQueue.error": "从队列中移除的过程发生了错误", "action.removeFromQueue.error": "从加入待播清单中移除的过程发生了错误",
"action.addToPlaylist": "加入播放列表", "action.addToPlaylist": "加入播放列表",
"action.removeFromPlaylist": "从播放列表中移除", "action.removeFromPlaylist": "从播放列表中移除",
"action.addToFavorites": "加至收藏", "action.addToFavorites": "加至收藏",

View file

@ -43,13 +43,13 @@
"term.albums": "專輯", "term.albums": "專輯",
"term.artists": "藝人", "term.artists": "藝人",
"term.podcasts": "Podcasts", "term.podcasts": "Podcasts",
"term.playlists": "播放清單", "term.playlists": "播放列表",
"term.playlist": "播放清單", "term.playlist": "播放列表",
"term.newPlaylist": "新播放清單", "term.newPlaylist": "新播放列表",
"term.newPlaylistFolder": "新播放清單資料夾", "term.newPlaylistFolder": "新播放列表資料夾",
"term.createNewPlaylist": "新增播放清單", "term.createNewPlaylist": "新增播放列表",
"term.createNewPlaylistFolder": "新增播放清單資料夾", "term.createNewPlaylistFolder": "新增播放列表資料夾",
"term.deletePlaylist": "您確認要删除该播放清單吗?", "term.deletePlaylist": "您確認要删除该播放列表吗?",
"term.play": "播放", "term.play": "播放",
"term.pause": "暫停", "term.pause": "暫停",
"term.previous": "上一首", "term.previous": "上一首",
@ -165,8 +165,8 @@
"action.removeFromQueue": "從待播清單刪除", "action.removeFromQueue": "從待播清單刪除",
"action.removeFromQueue.success": "已從待播清單刪除", "action.removeFromQueue.success": "已從待播清單刪除",
"action.removeFromQueue.error": "從待播清單刪除的過程發生錯誤", "action.removeFromQueue.error": "從待播清單刪除的過程發生錯誤",
"action.addToPlaylist": "加入播放清單", "action.addToPlaylist": "加入播放列表",
"action.removeFromPlaylist": "從播放清單刪除", "action.removeFromPlaylist": "從播放列表刪除",
"action.addToFavorites": "加入我的最愛", "action.addToFavorites": "加入我的最愛",
"action.follow": "追蹤", "action.follow": "追蹤",
"action.follow.success": "追蹤中", "action.follow.success": "追蹤中",
@ -305,7 +305,7 @@
"settings.option.experimental.closeButtonBehaviour": "關閉按鈕操作", // Dropdown "settings.option.experimental.closeButtonBehaviour": "關閉按鈕操作", // Dropdown
"settings.option.experimental.close_button_hide": "關閉按鈕將 Cider 隱藏至系統列", "settings.option.experimental.close_button_hide": "關閉按鈕將 Cider 隱藏至系統列",
"settings.option.experimental.copy_log": "複製執行紀錄檔至剪貼簿", "settings.option.experimental.copy_log": "複製執行紀錄檔至剪貼簿",
"settings.option.experimental.inline_playlists": "將播放清單做為行内元素顯示", "settings.option.experimental.inline_playlists": "將播放列表做為行内元素顯示",
// Refer to term.disabled & term.enabled // Refer to term.disabled & term.enabled
// Spatialization Menu // Spatialization Menu