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 this is source_id field and truncate info exists, append it to the tooltip
if (name === 'source_id' && truncate) { if (name === 'source_id' && truncate) {
formattedTooltip += `\n(Truncation-${truncate})` formattedTooltip += `\n(${truncate} truncated)`
} }
// Use EditablePropertyRow for editable fields (description, entity_id and keywords) // Use EditablePropertyRow for editable fields (description, entity_id and keywords)

View file

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

View file

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

View file

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

View file

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

View file

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