🎨 数据历史文档支持只读可视化预览 https://github.com/siyuan-note/siyuan/issues/5735

This commit is contained in:
Liang Ding 2022-08-31 00:22:23 +08:00
parent 0457172f9b
commit 33c86480f5
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
6 changed files with 6 additions and 5 deletions

View file

@ -876,7 +876,7 @@
"99": "Data cleaning is complete",
"100": "Cleaning data...",
"101": "Done setting reminder [%s]",
"102": "TODO",
"102": "Processing completed",
"103": "TODO",
"104": "TODO",
"105": "TODO",

View file

@ -876,7 +876,7 @@
"99": "La limpieza de datos ha finalizado",
"100": "Limpieza de datos...",
"101": "El recordatorio de configuración [%s] se ha completado",
"102": "TODO",
"102": "Procesamiento completado",
"103": "TODO",
"104": "TODO",
"105": "TODO",

View file

@ -876,7 +876,7 @@
"99": "Le nettoyage des données est terminé",
"100": "Nettoyage des données...",
"101": "Rappel de réglage terminé [%s]",
"102": "TODO",
"102": "Traitement terminé",
"103": "TODO",
"104": "TODO",
"105": "TODO",

View file

@ -876,7 +876,7 @@
"99": "清理數據完成",
"100": "正在清理數據...",
"101": "設置提醒完畢 [%s]",
"102": "TODO",
"102": "處理完畢",
"103": "TODO",
"104": "TODO",
"105": "TODO",

View file

@ -877,7 +877,7 @@
"99": "清理数据完成",
"100": "正在清理数据...",
"101": "设置提醒完毕 [%s]",
"102": "TODO",
"102": "处理完毕",
"103": "TODO",
"104": "TODO",
"105": "TODO",

View file

@ -231,6 +231,7 @@ func RollbackAssetsHistory(historyPath string) (err error) {
return
}
IncSync()
util.PushMsg(Conf.Language(102), 3000)
return nil
}