20250319 翻译

This commit is contained in:
2025-03-19 15:02:56 +08:00
parent 94b3b15b35
commit 15bbe21c67
18 changed files with 3900 additions and 618 deletions
@@ -65,6 +65,7 @@ namespace FineUIPro.Web.common
//资质预警
getEarlyWarningCounts();
getCNEN();
//在建项目
var allProjects = ProjectService.GetAllProjectDropDownList();
//焊接数据
@@ -948,5 +949,23 @@ namespace FineUIPro.Web.common
PageContext.RegisterStartupScript(script2);
}
protected string Number_of_questions = string.Empty;
protected string Number_of_corrections_completed = string.Empty;
protected string Uncorrected_number = string.Empty;
protected string RectificationRate = string.Empty;
protected string total = string.Empty;
protected string Up_to_standard = string.Empty;
protected string construction_quality_pass_rate = string.Empty;
protected void getCNEN()
{
Number_of_questions = Resources.Lan.Number_of_questions;
Number_of_corrections_completed = Resources.Lan.Number_of_corrections_completed;
Uncorrected_number = Resources.Lan.Uncorrected_number;
RectificationRate = Resources.Lan.RectificationRate;
total = Resources.Lan.total;
Up_to_standard = Resources.Lan.Up_to_standard;
construction_quality_pass_rate = Resources.Lan.construction_quality_pass_rate;
}
}
}