Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2025-09-25 23:10:21 +08:00
commit bdc19e0ee7
14 changed files with 13 additions and 4 deletions

View file

@ -1,4 +1,5 @@
{
"jumpTo": "انتقل إلى",
"vacuumDataIndex": "تحسين الفهرس",
"vacuumDataIndexTip": "تحقق من فهرس البيانات، وحرر مساحة التخزين وحسّن أداء الفهرس",
"rebuildDataIndex": "إعادة بناء الفهرس",

View file

@ -1,4 +1,5 @@
{
"jumpTo": "Springe zu",
"vacuumDataIndex": "Index optimieren",
"vacuumDataIndexTip": "Datenindex prüfen, Speicherplatz freigeben und Indexleistung verbessern",
"rebuildDataIndex": "Index neu erstellen",

View file

@ -1,4 +1,5 @@
{
"jumpTo": "Jump to",
"vacuumDataIndex": "Optimize Index",
"vacuumDataIndexTip": "Check data index, free up storage, and improve index performance",
"rebuildDataIndex": "Rebuild Index",

View file

@ -1,4 +1,5 @@
{
"jumpTo": "Ir a",
"vacuumDataIndex": "Optimizar índice",
"vacuumDataIndexTip": "Verifique el índice de datos, libere espacio y mejore el rendimiento del índice",
"rebuildDataIndex": "Reconstruir índice",

View file

@ -1,4 +1,5 @@
{
"jumpTo": "Aller à",
"vacuumDataIndex": "Optimiser l'index",
"vacuumDataIndexTip": "Vérifiez l'index des données, libérez de l'espace et améliorez les performances de l'index",
"rebuildDataIndex": "Reconstruire l'index",

View file

@ -1,4 +1,5 @@
{
"jumpTo": "קפוץ אל",
"vacuumDataIndex": "אופטימיזציית אינדקס",
"vacuumDataIndexTip": "בדוק את אינדקס הנתונים, שחרר שטח אחסון ושפר את ביצועי האינדקס",
"rebuildDataIndex": "בנה מחדש את האינדקס",

View file

@ -1,4 +1,5 @@
{
"jumpTo": "Vai a",
"vacuumDataIndex": "Ottimizza indice",
"vacuumDataIndexTip": "Verifica l'indice dei dati, libera spazio e migliora le prestazioni dell'indice",
"rebuildDataIndex": "Ricostruisci indice",

View file

@ -1,4 +1,5 @@
{
"jumpTo": "ジャンプ先",
"vacuumDataIndex": "インデックスの最適化",
"vacuumDataIndexTip": "データインデックスを検証し、ストレージを解放してインデックス性能を向上させます",
"rebuildDataIndex": "インデックスの再構築",

View file

@ -1,4 +1,5 @@
{
"jumpTo": "Przejdź do",
"vacuumDataIndex": "Optymalizuj indeks",
"vacuumDataIndexTip": "Sprawdź indeks danych, zwolnij miejsce i popraw wydajność indeksu",
"rebuildDataIndex": "Odbuduj indeks",

View file

@ -1,4 +1,5 @@
{
"jumpTo": "Ir para",
"vacuumDataIndex": "Otimizar índice",
"vacuumDataIndexTip": "Verifique o índice de dados, libere espaço e melhore o desempenho do índice",
"rebuildDataIndex": "Reconstruir índice",

View file

@ -1,4 +1,5 @@
{
"jumpTo": "Перейти к",
"vacuumDataIndex": "Оптимизация индекса",
"vacuumDataIndexTip": "Проверить индекс данных, освободить место и повысить производительность индекса",
"rebuildDataIndex": "Перестроить индекс",

View file

@ -1,4 +1,5 @@
{
"jumpTo": "跳轉到",
"vacuumDataIndex": "優化索引",
"vacuumDataIndexTip": "校驗資料索引,釋放儲存空間並提升索引效能",
"rebuildDataIndex": "重建索引",

View file

@ -1,4 +1,5 @@
{
"jumpTo": "跳转到",
"vacuumDataIndex": "优化索引",
"vacuumDataIndexTip": "校验数据索引,释放存储空间并提升索引性能",
"rebuildDataIndex": "重建索引",

View file

@ -206,10 +206,6 @@ func GetBlockSiblingID(id string) (parent, previous, next string) {
}
parent = parentBlock.ID
if flb := treenode.FirstChildBlock(parentBlock); nil != flb {
parent = flb.ID
}
if ast.NodeDocument == parentBlock.Type {
parent = parentBlock.ID