Browse Source

add "buttons.spell": "拼写",

visuddhinanda 3 years ago
parent
commit
c7b2aa8a7b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/locales/zh-Hans/buttons.ts

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

@@ -41,6 +41,7 @@ const items = {
   "buttons.attachments": "附件",
   "buttons.attachments": "附件",
   "buttons.sim": "相似句",
   "buttons.sim": "相似句",
   "buttons.add": "添加",
   "buttons.add": "添加",
+  "buttons.spell": "拼写",
 };
 };
 
 
 export default items;
 export default items;