Przeglądaj źródła

create i18n of group

visuddhinanda 3 lat temu
rodzic
commit
fce7a3fb5d
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8 0
      dashboard/src/locales/zh-Hans/group/index.ts

+ 8 - 0
dashboard/src/locales/zh-Hans/group/index.ts

@@ -0,0 +1,8 @@
+const items = {
+  "group": "群组",
+  "group.fields.name.label": "群组名",
+  "group.files": "群文档",
+  "group.member": "群成员",
+};
+
+export default items;