diff --git a/public/locales/en-US.json b/public/locales/en-US.json index d385c9a..23cb7e1 100644 --- a/public/locales/en-US.json +++ b/public/locales/en-US.json @@ -418,7 +418,10 @@ "Not set": "Not set", "Comment": "Comment", "No comment": "No comment", - "Edit table": "Edit table" + "Edit table": "Edit table", + "Indices": "Indices", + "No indices": "No indices", + "Delete table": "Delete table" } }, "ReportBug": { diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index a95276a..7af6415 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -418,7 +418,10 @@ "Not set": "未设置", "Comment": "注释", "No comment": "无注释", - "Edit table": "修改表" + "Edit table": "修改表", + "Indices": "索引", + "No indices": "无索引", + "Delete table": "删除表" } }, "ReportBug": { diff --git a/src/components/EditorCanvas/Table.jsx b/src/components/EditorCanvas/Table.jsx index eb21a13..0e68d1a 100644 --- a/src/components/EditorCanvas/Table.jsx +++ b/src/components/EditorCanvas/Table.jsx @@ -112,9 +112,9 @@ export default function Table(props) { content={