diff --git a/src/i18n/zh_CN.json b/src/i18n/zh_CN.json index bb0c93bc..80cc9e7e 100644 --- a/src/i18n/zh_CN.json +++ b/src/i18n/zh_CN.json @@ -214,8 +214,10 @@ "term.zoomreset": "重置缩放", "term.fullscreen": "全屏幕", "term.nowPlaying": "正在播放", + "term.localFiles": "Local Files", "home.syncFavorites": "同步喜爱艺人", "home.syncFavorites.gettingArtists": "正在获取喜爱艺人..", + "home.pinnedItems": "Pinned Items", "action.favorite": "喜爱", "action.removeFavorite": "取消喜爱", "action.refresh": "刷新", @@ -264,8 +266,8 @@ "action.removeFromQueue.success": "已从待播清单中移除", "action.removeFromQueue.error": "从待播清单移除时出错", "action.createPlaylist": "新建播放列表", - "action.addToPlaylist.duplicate": "播放列表中已存在相同歌曲。你确定要继续吗?", "action.addToPlaylist": "添加到播放列表", + "action.addToPlaylist.duplicate": "播放列表中已存在相同歌曲。你确定要继续吗?", "action.removeFromPlaylist": "从播放列表中移除", "action.addToFavorites": "添加至收藏", "action.follow": "关注", @@ -484,6 +486,10 @@ "settings.header.visual.hardwareAcceleration.default": "默认", "settings.header.visual.hardwareAcceleration.webGPU": "WebGPU", "settings.option.visual.uiscale": "UI 界面大小", + "settings.option.visual.useAdaptiveColors": "Use Adaptive Colors", + "settings.option.visual.useAdaptiveColors.description": "Change the accent color to match the current song", + "settings.option.visual.layoutProfile": "Layout Profile Type", + "settings.option.visual.layoutProfile.description": "Adjust the layout of the app to your preference", "settings.header.visual.theme": "主题", "settings.option.visual.theme.github.download": "从 GitHub 链接安装", "settings.option.visual.theme.github.openfolder": "开启主题文件夹", @@ -513,6 +519,7 @@ "settings.notyf.visual.plugin.install.error": "插件安装失败", "settings.option.visual.theme.default": "默认", "settings.option.visual.theme.dark": "午夜黑", + "settings.option.visual.theme.light": "Light", "settings.option.visual.showPersonalInfo": "显示个人信息", "settings.header.window": "窗口", "settings.header.window.description": "调整 Cider 的窗口设置",