cherry-pick 637b850e
This commit is contained in:
parent
64050aeb1e
commit
5b207db37e
7 changed files with 13 additions and 13 deletions
|
|
@ -1 +1 @@
|
|||
__api_version__ = "0259"
|
||||
__api_version__ = "0242"
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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": "الوزن"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -318,9 +318,9 @@
|
|||
"description": "描述",
|
||||
"entity_id": "名称",
|
||||
"entity_type": "类型",
|
||||
"source_id": "信源ID",
|
||||
"source_id": "C-ID",
|
||||
"Neighbour": "邻接",
|
||||
"file_path": "信源",
|
||||
"file_path": "文件",
|
||||
"keywords": "Keys",
|
||||
"weight": "权重"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -318,9 +318,9 @@
|
|||
"description": "描述",
|
||||
"entity_id": "名稱",
|
||||
"entity_type": "類型",
|
||||
"source_id": "來源ID",
|
||||
"source_id": "C-ID",
|
||||
"Neighbour": "鄰接",
|
||||
"file_path": "來源",
|
||||
"file_path": "檔案",
|
||||
"keywords": "Keys",
|
||||
"weight": "權重"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue