feat: migrate settings for auto sync feature and add user notification

This commit is contained in:
Jiaxin Peng
2025-10-31 21:57:21 +00:00
parent c369c291a7
commit e5f906bba2
3 changed files with 91 additions and 6 deletions

View File

@@ -84,5 +84,6 @@ export const en = {
BlockUploaded: "All blocks uploaded",
ExtraBlockUploaded: "Extra blocks uploaded",
CheckConsole: "Check the console for more information \n opt+cmd+i/ctrl+shift+i",
SettingsMigrated: "✨ Plugin settings updated! Auto sync feature added, check plugin settings",
"reach-mobile-limit": "The number of blocks exceeds the limit of 100, please use the desktop plugin",
}

View File

@@ -76,4 +76,6 @@ export const ja = {
BlockUploaded: "ブロックがアップロードされました",
ExtraBlockUploaded: "追加ブロックがアップロードされました",
CheckConsole: "詳細情報を確認するには、コンソールを開いてください \n opt+cmd+i/ctrl+shift+i",
SettingsMigrated: "✨ プラグイン設定が更新されました!自動同期機能が追加されました。設定を確認してください",
"reach-mobile-limit": "ブロック数が100の制限を超えています。デスクトップ版プラグインを使用してください",
};