Browse Source

add "buttons.open": "打开",

visuddhinanda 2 years ago
parent
commit
df5c574e3b
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

@@ -55,6 +55,7 @@ const items = {
   "buttons.relate.to": "关联到",
   "buttons.copy.link": "复制链接",
   "buttons.reply": "回复",
+  "buttons.open": "打开",
 };
 
 export default items;