From d957cd9803a7f449684d8a5d5ac5bf9d85d24a2a Mon Sep 17 00:00:00 2001 From: lyswhut Date: Tue, 29 Aug 2023 15:36:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/en_us.json | 2 +- src/lang/zh_cn.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/en_us.json b/src/lang/en_us.json index 1c024f8..4ff2288 100644 --- a/src/lang/en_us.json +++ b/src/lang/en_us.json @@ -322,7 +322,7 @@ "sync__mode_merge_tip_desc": "Merge the lists on both sides together, the same songs will be removed (removed is the merged song), and different songs will be added.", "sync__mode_other_label": "Other", "sync__mode_other_tip": "Other: ", - "sync__mode_other_tip_desc": "\"Cancel Sync\" will directly disconnect the two parties.", + "sync__mode_other_tip_desc": "\"Cancel Sync\" will not use list sync.", "sync__mode_overwrite": "Full coverage", "sync__mode_overwrite_btn_cancel": "Cancel sync", "sync__mode_overwrite_btn_local_remote": "Local list override remote list", diff --git a/src/lang/zh_cn.json b/src/lang/zh_cn.json index 8b5dd08..66b971f 100644 --- a/src/lang/zh_cn.json +++ b/src/lang/zh_cn.json @@ -322,7 +322,7 @@ "sync__mode_merge_tip_desc": "将两边的列表合并到一起,相同的歌曲将被去掉(去掉的是被合并者的歌曲),不同的歌曲将被添加。", "sync__mode_other_label": "其他", "sync__mode_other_tip": "其他: ", - "sync__mode_other_tip_desc": "“取消同步”将直接断开双方的连接。", + "sync__mode_other_tip_desc": "“取消同步”将不使用列表同步功能。", "sync__mode_overwrite": "完全覆盖", "sync__mode_overwrite_btn_cancel": "取消同步", "sync__mode_overwrite_btn_local_remote": "本机列表 覆盖 远程列表",