diff --git a/src/lib/stores/translations/en.json b/src/lib/stores/translations/en.json index 846e5608..3141b14d 100644 --- a/src/lib/stores/translations/en.json +++ b/src/lib/stores/translations/en.json @@ -62,6 +62,7 @@ "short-title": "Archive project", "title": "Archive project", "message": "Are you sure you want to archive \"{{project}}\"? You can restore it later in Projects plugin's setting tab.", + "notice": "Project archived! If you are using Projects across multiple devices and syncing between them, please upgrade to version 1.17.0 or above for all your devices to avoid losing your archived project configurations.", "cta": "Archive" }, "delete": { diff --git a/src/lib/stores/translations/zh-CN.json b/src/lib/stores/translations/zh-CN.json index 108334f3..ead38fae 100644 --- a/src/lib/stores/translations/zh-CN.json +++ b/src/lib/stores/translations/zh-CN.json @@ -62,6 +62,7 @@ "short-title": "存档项目", "title": "存档项目", "message": "确定要存档项目 \"{{project}}\" 吗?若需要,您可以在 Projects 插件设置中恢复该项目。", + "notice": "存档成功!若您在多个设备间同步使用 Projects,请确保将所有设备上的 Projects 都升级到 1.17.0 版本或以上,以避免存档的项目配置信息丢失。", "cta": "存档" }, "delete": { diff --git a/src/ui/app/toolbar/ProjectSelect.svelte b/src/ui/app/toolbar/ProjectSelect.svelte index b708d8c7..b21eedb4 100644 --- a/src/ui/app/toolbar/ProjectSelect.svelte +++ b/src/ui/app/toolbar/ProjectSelect.svelte @@ -1,6 +1,6 @@