Browse Source

add similar

visuddhinanda 1 year ago
parent
commit
e05ab7c701

+ 1 - 0
dashboard/src/locales/en-US/channel/index.ts

@@ -13,6 +13,7 @@ const items = {
   "channel.fields.lang.label": "语言",
   "channel.fields.type.label": "类型",
   "channel.fields.name.label": "名称",
+  "channel.type.similar.label": "Similar",
 };
 
 export default items;

+ 1 - 0
dashboard/src/locales/zh-Hans/channel/index.ts

@@ -13,6 +13,7 @@ const items = {
   "channel.fields.lang.label": "语言",
   "channel.fields.type.label": "类型",
   "channel.fields.name.label": "名称",
+  "channel.type.similar.label": "相似句",
 };
 
 export default items;