Просмотр исходного кода

add "buttons.reply": "回复",

visuddhinanda 2 лет назад
Родитель
Сommit
aa0859ba28
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      dashboard/src/locales/zh-Hans/buttons.ts

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

@@ -53,6 +53,8 @@ const items = {
   "buttons.lookup": "查字典",
   "buttons.invite": "邀请",
   "buttons.relate.to": "关联到",
+  "buttons.copy.link": "复制链接",
+  "buttons.reply": "回复",
 };
 
 export default items;