diff --git a/src/components/settings/SettingsPage.tsx b/src/components/settings/SettingsPage.tsx index 1c493fef7..7640bfcb7 100644 --- a/src/components/settings/SettingsPage.tsx +++ b/src/components/settings/SettingsPage.tsx @@ -5,6 +5,7 @@ import { Save, FolderSearch, Database, + Cloud, ScrollText, } from "lucide-react"; import { toast } from "sonner"; @@ -323,9 +324,28 @@ export function SettingsPage({ onExport={exportConfig} onClear={clearSelection} /> -
- + + + + + +
+ +
+

+ {t("settings.advanced.cloudSync.title")} +

+

+ {t("settings.advanced.cloudSync.description")} +

+
+
+ +
diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 7bc80a7ae..f1b2436ce 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -219,7 +219,11 @@ }, "data": { "title": "Data Management", - "description": "Import/export configurations and backup/restore" + "description": "Import/export local configurations and backup/restore" + }, + "cloudSync": { + "title": "Cloud Sync", + "description": "Sync data across devices via WebDAV" }, "rectifier": { "title": "Rectifier", diff --git a/src/i18n/locales/ja.json b/src/i18n/locales/ja.json index 6aa3753ff..03ba8c02f 100644 --- a/src/i18n/locales/ja.json +++ b/src/i18n/locales/ja.json @@ -219,7 +219,11 @@ }, "data": { "title": "データ管理", - "description": "設定のインポート/エクスポートとバックアップ/復元" + "description": "ローカル設定のインポート/エクスポートとバックアップ/復元" + }, + "cloudSync": { + "title": "クラウド同期", + "description": "WebDAV でデバイス間のデータを同期" }, "rectifier": { "title": "整流器", diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json index a94a0b484..2c90a1377 100644 --- a/src/i18n/locales/zh.json +++ b/src/i18n/locales/zh.json @@ -219,7 +219,11 @@ }, "data": { "title": "数据管理", - "description": "导入导出配置与备份恢复" + "description": "导入导出本地配置与备份恢复" + }, + "cloudSync": { + "title": "云同步", + "description": "通过 WebDAV 在多设备间同步数据" }, "rectifier": { "title": "整流器",