This commit is contained in:
Raphaël MANSUY 2025-12-04 19:18:36 +08:00
parent 64050aeb1e
commit 5b207db37e
7 changed files with 13 additions and 13 deletions

View file

@ -1 +1 @@
__api_version__ = "0259"
__api_version__ = "0242"

View file

@ -222,7 +222,7 @@ const PropertyRow = ({
// If this is source_id field and truncate info exists, append it to the tooltip
if (name === 'source_id' && truncate) {
formattedTooltip += `\n(Truncation-${truncate})`
formattedTooltip += `\n(${truncate} truncated)`
}
// Use EditablePropertyRow for editable fields (description, entity_id and keywords)

View file

@ -318,10 +318,10 @@
"description": "الوصف",
"entity_id": "الاسم",
"entity_type": "النوع",
"source_id": "معرف المصدر",
"source_id": "C-ID",
"Neighbour": "الجار",
"file_path": "المصدر",
"keywords": "الكلمات الرئيسية",
"file_path": "File",
"keywords": "Keyword",
"weight": "الوزن"
}
},

View file

@ -318,9 +318,9 @@
"description": "Description",
"entity_id": "Name",
"entity_type": "Type",
"source_id": "SrcID",
"source_id": "C-ID",
"Neighbour": "Neigh",
"file_path": "Source",
"file_path": "File",
"keywords": "Keys",
"weight": "Weight"
}

View file

@ -318,9 +318,9 @@
"description": "Description",
"entity_id": "Nom",
"entity_type": "Type",
"source_id": "ID source",
"source_id": "C-ID",
"Neighbour": "Voisin",
"file_path": "Source",
"file_path": "File",
"keywords": "Keys",
"weight": "Poids"
}

View file

@ -318,9 +318,9 @@
"description": "描述",
"entity_id": "名称",
"entity_type": "类型",
"source_id": "信源ID",
"source_id": "C-ID",
"Neighbour": "邻接",
"file_path": "信源",
"file_path": "文件",
"keywords": "Keys",
"weight": "权重"
}

View file

@ -318,9 +318,9 @@
"description": "描述",
"entity_id": "名稱",
"entity_type": "類型",
"source_id": "來源ID",
"source_id": "C-ID",
"Neighbour": "鄰接",
"file_path": "來源",
"file_path": "檔案",
"keywords": "Keys",
"weight": "權重"
}