Explorar el Código

add "labels.collaborators": "协作者",

visuddhinanda hace 3 años
padre
commit
170649e422
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dashboard/src/locales/zh-Hans/label.ts

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

@@ -6,6 +6,7 @@ const items = {
   "labels.week.4": "星期四",
   "labels.week.5": "星期五",
   "labels.week.6": "星期六",
+  "labels.collaborators": "协作者",
 };
 
 export default items;