修改中英文

This commit is contained in:
gaosong
2023-11-26 14:05:59 +08:00
parent 77f2f1e82b
commit 5b4054bcef
6 changed files with 20 additions and 20 deletions
@@ -7,18 +7,18 @@ import org.apache.commons.lang3.StringUtils;
*/
public enum ProjectRoleEnum {
STUDIO_ENGINEER("studio工程师","0","R&H Studio","R&H Studio"),
REGULATI_ENGINEER("法规工程师","1","studio","Regulation"),
HOMOLOGATION_ENGINEER("认证工程师","2","homo","homo"),
REGULATI_AND_HOMOLOGATION_ENGINEER("法规工程师/认证工程师","4","Regulatory Engineer/Certification Engineer","Regulatory Engineer/Certification Engineer"),
REGULATI_ENGINEER("法规工程师","1","studio","Regulation Engineer"),
HOMOLOGATION_ENGINEER("认证工程师","2","homo","Homo Engineer"),
REGULATI_AND_HOMOLOGATION_ENGINEER("法规工程师/认证工程师","4","Regulatory Engineer/Certification Engineer","Regulation Engineer/Homo Engineer"),
MANAGER("领导角色","11","R&H Manager","R&H Manager"),
ADMIN("系统管理员","12","admin","admin"),
VIEWER("Viewer","13","Viewer","Viewer"),
BRAND_ADMINISTRATOR("品牌管理员","14","BrandAdministrator","BrandAdministrator"),
//法规清单使用
INTERFACE_PERSON1("工程接口人","30","Interface person","Interface person"),
INTERFACE_PERSON1("工程接口人","30","Interface person","Eng. Interface"),
PERSON_LIABLE1("责任人","31","Person liable","Person liable"),
// 项目库-认证清单使用。
INTERFACE_PERSON("工程接口人","20","Interface person","Interface person"),
INTERFACE_PERSON("工程接口人","20","Interface person","Eng. Interface"),
PERSON_LIABLE("责任人","21","Person liable","Person liable"),
;