Kaynağa Gözat

:globe_with_meridians: add role

visuddhinanda 3 yıl önce
ebeveyn
işleme
780df8017b
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      dashboard/src/locales/zh-Hans/tables.ts

+ 5 - 0
dashboard/src/locales/zh-Hans/tables.ts

@@ -5,6 +5,11 @@ const items = {
 	"tables.publicity.public.bylink": "链接公开",
 	"tables.publicity.public": "公开",
 	"tables.publicity.public.edit": "公开可编辑",
+	"tables.role.all": "全部",
+	"tables.role.owner": "拥有者",
+	"tables.role.manager": "管理员",
+	"tables.role.editor": "编辑",
+	"tables.role.member": "成员",
 };
 
 export default items;