mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
bdc19e0ee7
14 changed files with 13 additions and 4 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"jumpTo": "انتقل إلى",
|
||||
"vacuumDataIndex": "تحسين الفهرس",
|
||||
"vacuumDataIndexTip": "تحقق من فهرس البيانات، وحرر مساحة التخزين وحسّن أداء الفهرس",
|
||||
"rebuildDataIndex": "إعادة بناء الفهرس",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"jumpTo": "Springe zu",
|
||||
"vacuumDataIndex": "Index optimieren",
|
||||
"vacuumDataIndexTip": "Datenindex prüfen, Speicherplatz freigeben und Indexleistung verbessern",
|
||||
"rebuildDataIndex": "Index neu erstellen",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"jumpTo": "Jump to",
|
||||
"vacuumDataIndex": "Optimize Index",
|
||||
"vacuumDataIndexTip": "Check data index, free up storage, and improve index performance",
|
||||
"rebuildDataIndex": "Rebuild Index",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"jumpTo": "קפוץ אל",
|
||||
"vacuumDataIndex": "אופטימיזציית אינדקס",
|
||||
"vacuumDataIndexTip": "בדוק את אינדקס הנתונים, שחרר שטח אחסון ושפר את ביצועי האינדקס",
|
||||
"rebuildDataIndex": "בנה מחדש את האינדקס",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"jumpTo": "ジャンプ先",
|
||||
"vacuumDataIndex": "インデックスの最適化",
|
||||
"vacuumDataIndexTip": "データインデックスを検証し、ストレージを解放してインデックス性能を向上させます",
|
||||
"rebuildDataIndex": "インデックスの再構築",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"jumpTo": "Przejdź do",
|
||||
"vacuumDataIndex": "Optymalizuj indeks",
|
||||
"vacuumDataIndexTip": "Sprawdź indeks danych, zwolnij miejsce i popraw wydajność indeksu",
|
||||
"rebuildDataIndex": "Odbuduj indeks",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"jumpTo": "Перейти к",
|
||||
"vacuumDataIndex": "Оптимизация индекса",
|
||||
"vacuumDataIndexTip": "Проверить индекс данных, освободить место и повысить производительность индекса",
|
||||
"rebuildDataIndex": "Перестроить индекс",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"jumpTo": "跳轉到",
|
||||
"vacuumDataIndex": "優化索引",
|
||||
"vacuumDataIndexTip": "校驗資料索引,釋放儲存空間並提升索引效能",
|
||||
"rebuildDataIndex": "重建索引",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"jumpTo": "跳转到",
|
||||
"vacuumDataIndex": "优化索引",
|
||||
"vacuumDataIndexTip": "校验数据索引,释放存储空间并提升索引性能",
|
||||
"rebuildDataIndex": "重建索引",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue