20250319 翻译
This commit is contained in:
@@ -154,6 +154,8 @@ namespace FineUIPro.Web.common
|
||||
|
||||
//加载项目全部和待整改的
|
||||
getProjectYh();
|
||||
|
||||
getCNEN();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1388,5 +1390,37 @@ namespace FineUIPro.Web.common
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 中英文翻译
|
||||
protected string main_new_rectificationRate = string.Empty;
|
||||
protected string All = string.Empty;
|
||||
protected string To_be_rectified = string.Empty;
|
||||
protected string Accident_event_data = string.Empty;
|
||||
protected string Emergency_management_data = string.Empty;
|
||||
protected string Particularly_serious_accident = string.Empty;
|
||||
protected string General_accident = string.Empty;
|
||||
protected string Major_accident = string.Empty;
|
||||
protected string Relatively_major_accident = string.Empty;
|
||||
protected string High_risk = string.Empty;
|
||||
protected string Medium_risk = string.Empty;
|
||||
protected string LowRisk = string.Empty;
|
||||
protected string GeneralRisk = string.Empty;
|
||||
protected void getCNEN()
|
||||
{
|
||||
main_new_rectificationRate = Resources.Lan.main_new_rectificationRate;
|
||||
All = Resources.Lan.All;
|
||||
To_be_rectified = Resources.Lan.To_be_rectified;
|
||||
Accident_event_data = Resources.Lan.Accident_event_data;
|
||||
Emergency_management_data = Resources.Lan.Emergency_management_data;
|
||||
Particularly_serious_accident = Resources.Lan.Particularly_serious_accident;
|
||||
General_accident = Resources.Lan.General_accident;
|
||||
Major_accident = Resources.Lan.Major_accident;
|
||||
Relatively_major_accident = Resources.Lan.Relatively_major_accident;
|
||||
High_risk = Resources.Lan.High_risk;
|
||||
Medium_risk = Resources.Lan.Medium_risk;
|
||||
LowRisk = Resources.Lan.LowRisk;
|
||||
GeneralRisk = Resources.Lan.GeneralRisk;
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user