Explorar o código

:art: 重建索引消息

Liang Ding %!s(int64=2) %!d(string=hai) anos
pai
achega
ca883f5d85

+ 1 - 1
app/appearance/langs/en_US.json

@@ -995,7 +995,7 @@
     "105": "Corrupted data repo have been automatically reset",
     "106": "Maximum length is limited to 512 characters",
     "107": "Moving document [%s]",
-    "108": "Rebuild index complete",
+    "108": "TODO",
     "109": "Remove reminder completed [%s]",
     "110": "Renaming...",
     "111": "Saving document [%s]...",

+ 1 - 1
app/appearance/langs/es_ES.json

@@ -995,7 +995,7 @@
     "105": "El repositorio de datos corruptos se ha restablecido automáticamente",
     "106": "La longitud máxima está limitada a 512 caracteres",
     "107": "Moviendo documento [%s]",
-    "108": "Reconstrucción del índice completada",
+    "108": "TODO",
     "109": "Eliminación de recordatorios completada [%s]",
     "110": "Renombrar...",
     "111": "Guardando documento [%s]...",

+ 1 - 1
app/appearance/langs/fr_FR.json

@@ -995,7 +995,7 @@
     "105": "Le référentiel de données corrompu a été automatiquement réinitialisé",
     "106": "La longueur maximale est limitée à 512 caractères",
     "107": "Déplacement du document [%s]",
-    "108": "Reconstruire l'index terminé",
+    "108": "TODO",
     "109": "Supprimer le rappel terminé [%s]",
     "110": "Renommer...",
     "111": "Enregistrement du document [%s]...",

+ 1 - 1
app/appearance/langs/zh_CHT.json

@@ -995,7 +995,7 @@
     "105": "已經自動重置損壞的數據倉庫",
     "106": "最大長度限制為 512 字元",
     "107": "正在移動文檔 [%s]",
-    "108": "重建索引完畢",
+    "108": "TODO",
     "109": "移除提醒完畢 [%s]",
     "110": "正在重命名...",
     "111": "正在保存文檔 [%s]...",

+ 1 - 1
app/appearance/langs/zh_CN.json

@@ -995,7 +995,7 @@
     "105": "已经自动重置损坏的数据仓库",
     "106": "最大长度限制为 512 字符",
     "107": "正在移动文档 [%s]",
-    "108": "重建索引完毕",
+    "108": "TODO",
     "109": "移除提醒完毕 [%s]",
     "110": "正在重命名...",
     "111": "正在保存文档 [%s]...",

+ 0 - 1
kernel/model/box.go

@@ -521,7 +521,6 @@ func fullReindex() {
 	go func() {
 		time.Sleep(3 * time.Second)
 		util.PushClearMsg(msgId)
-		util.PushStatusBar(Conf.Language(108))
 	}()
 }