This commit is contained in:
parent
ae47483332
commit
e1375fd4f5
6 changed files with 11 additions and 9 deletions
|
@ -1091,6 +1091,7 @@
|
|||
"188": "Failed to lock the cloud sync directory, please try again later",
|
||||
"189": "Cloud sync directory is still locked by other devices, please try again later",
|
||||
"190": "A problem was found while validating the index, which has been automatically fixed",
|
||||
"191": "[%d/%d] Created historical data index"
|
||||
"191": "[%d/%d] Created historical data index",
|
||||
"192": "Rebuilding historical data index, please wait..."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1091,6 +1091,7 @@
|
|||
"188": "Error al bloquear el directorio de sincronizaci\u00f3n en la nube, int\u00e1ntelo de nuevo m\u00e1s tarde",
|
||||
"189": "El directorio de sincronización en la nube todavía está bloqueado por otros dispositivos, inténtalo de nuevo más tarde",
|
||||
"190": "Se encontro un problema al validar el indice, el cual se soluciono automaticamente",
|
||||
"191": "[%d/%d] Índice de datos históricos creado"
|
||||
"191": "[%d/%d] Índice de datos históricos creado",
|
||||
"192": "Reconstruyendo el índice de datos históricos, espere..."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1091,6 +1091,7 @@
|
|||
"188": "Échec du verrouillage du répertoire de synchronisation cloud, veuillez réessayer plus tard",
|
||||
"189": "Le répertoire de synchronisation cloud est toujours verrouillé par d'autres appareils, veuillez réessayer plus tard",
|
||||
"190": "Un problème a été trouvé lors de la validation de l'index, qui a été automatiquement corrigé",
|
||||
"191": "[%d/%d] Création d'un index de données historiques"
|
||||
"191": "[%d/%d] Création d'un index de données historiques",
|
||||
"192": "Reconstruction de l'index des données historiques, veuillez patienter..."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1091,6 +1091,7 @@
|
|||
"188": "鎖定雲端同步目錄失敗,請稍後再試",
|
||||
"189": "雲端同步目錄還在被其他設備鎖定,請稍後再試",
|
||||
"190": "校驗索引時發現一個問題,已經自動修復",
|
||||
"191": "[%d/%d] 已經建立條歷史數據索引"
|
||||
"191": "[%d/%d] 已經建立條歷史數據索引",
|
||||
"192": "正在重建歷史數據索引,請稍等..."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1091,6 +1091,7 @@
|
|||
"188": "锁定云端同步目录失败,请稍后再试",
|
||||
"189": "云端同步目录还在被其他设备锁定,请稍后再试",
|
||||
"190": "校验索引时发现一个问题,已经自动修复",
|
||||
"191": "[%d/%d] 已经建立条历史数据索引"
|
||||
"191": "[%d/%d] 已经建立条历史数据索引",
|
||||
"192": "正在重建历史数据索引,请稍等..."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -570,10 +570,9 @@ func ReindexHistory() (err error) {
|
|||
return
|
||||
}
|
||||
|
||||
util.PushMsg(Conf.Language(35), 7*1000)
|
||||
util.PushMsg(Conf.Language(192), 7*1000)
|
||||
sql.InitHistoryDatabase(true)
|
||||
lutEngine := util.NewLute()
|
||||
|
||||
for _, historyDir := range historyDirs {
|
||||
if !historyDir.IsDir() {
|
||||
continue
|
||||
|
@ -582,8 +581,6 @@ func ReindexHistory() (err error) {
|
|||
name := historyDir.Name()
|
||||
indexHistoryDir(name, lutEngine)
|
||||
}
|
||||
|
||||
util.ReloadUI()
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue