Browse Source

add input

visuddhinanda 2 years ago
parent
commit
8620cce533
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/locales/zh-Hans/label.ts

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

@@ -30,6 +30,7 @@ const items = {
   "labels.curr.paragraph.copy.tpl": "复制句子编号",
   "labels.curr.paragraph.quote.link.tpl": "引用链接模版",
   "labels.curr.paragraph.copy.quote.link.tpl": "复制引用模版",
+  "labels.input": "请输入",
 };
 
 export default items;