Parcourir la source

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

visuddhinanda il y a 2 ans
Parent
commit
df5c574e3b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;