dsh-config-manager 0.1.50 → 0.1.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/client.d.ts CHANGED
@@ -1529,7 +1529,7 @@ declare const zh$2: {
1529
1529
  readonly 'section.description': "导出 / 导入 / 迁移 DSH 配置(备份不含密钥,加密备份可选)";
1530
1530
  readonly 'view.export': "导出备份";
1531
1531
  readonly 'view.import': "导入恢复";
1532
- readonly 'view.snapshots': "快照恢复";
1532
+ readonly 'view.snapshots': "备份与快照";
1533
1533
  readonly 'view.sync': "远程同步";
1534
1534
  readonly 'view.market': "配置市场";
1535
1535
  readonly 'view.about': "关于";
@@ -1622,8 +1622,10 @@ declare const zh$2: {
1622
1622
  readonly 'import.paths.old': "原路径";
1623
1623
  readonly 'import.paths.new': "新路径";
1624
1624
  readonly 'import.paths.unresolved': "还有 {count} 条路径未映射";
1625
- readonly 'snapshots.title': "快照恢复";
1626
- readonly 'snapshots.hint': "恢复到导入前状态:整文件还原 settings/patch、卸载导入期间新增插件、补偿被修改文件。执行前会把当前文件备份到快照的 pre-restore 目录。";
1625
+ readonly 'snapshots.title': "备份与快照";
1626
+ readonly 'snapshots.hint': "导出备份 = 便携 ZIP(下载 / 一键导入 / 删除,含定时全量备份);快照恢复 = 恢复到导入前状态:整文件还原 settings/patch、卸载导入期间新增插件、补偿被修改文件,执行前会把当前文件备份到快照的 pre-restore 目录。";
1627
+ readonly 'snapshots.subTab.restore': "快照恢复";
1628
+ readonly 'snapshots.subTab.files': "备份文件";
1627
1629
  readonly 'snapshots.empty': "暂无快照。执行导入时会自动创建安全快照。";
1628
1630
  readonly 'snapshots.loading': "加载快照中…";
1629
1631
  readonly 'snapshots.selectHint': "选择快照以预览恢复计划(dry-run,零写入):";