diff --git a/src/lang/en-us.json b/src/lang/en-us.json index 267a1bfd..a5a797b4 100644 --- a/src/lang/en-us.json +++ b/src/lang/en-us.json @@ -106,6 +106,7 @@ "list_sort_modal_by_up": "Ascending", "list_sort_modal_tip_confirm": "Are you sure you want to do this?", "list_update_modal__auto_update": "auto update", + "list_update_modal__tips": "💡 The list with \"Automatic Updates\" checked will be automatically updated each time the software is launched", "list_update_modal__title": "List update management", "list_update_modal__update": "Sync", "lists__duplicate": "Duplicate song", diff --git a/src/lang/zh-cn.json b/src/lang/zh-cn.json index 7744419a..339f50f7 100644 --- a/src/lang/zh-cn.json +++ b/src/lang/zh-cn.json @@ -106,6 +106,7 @@ "list_sort_modal_by_up": "升序", "list_sort_modal_tip_confirm": "你确定要这么做吗?", "list_update_modal__auto_update": "自动更新", + "list_update_modal__tips": "💡 每次启动软件时将会自动更新已勾选“自动更新”的列表", "list_update_modal__title": "列表更新管理", "list_update_modal__update": "立即更新", "lists__duplicate": "重复歌曲", diff --git a/src/lang/zh-tw.json b/src/lang/zh-tw.json index af2ea56c..c431b61e 100644 --- a/src/lang/zh-tw.json +++ b/src/lang/zh-tw.json @@ -106,6 +106,7 @@ "list_sort_modal_by_up": "升序", "list_sort_modal_tip_confirm": "你確定要這麼做嗎?", "list_update_modal__auto_update": "自動更新", + "list_update_modal__tips": "💡 每次啟動軟件時將會自動更新已勾選“自動更新”的列表", "list_update_modal__title": "列表更新管理", "list_update_modal__update": "立即更新", "lists__duplicate": "重複歌曲", diff --git a/src/renderer/views/list/components/ListUpdateModal.vue b/src/renderer/views/list/components/ListUpdateModal.vue index c02d3710..3444cc33 100644 --- a/src/renderer/views/list/components/ListUpdateModal.vue +++ b/src/renderer/views/list/components/ListUpdateModal.vue @@ -27,6 +27,9 @@
+