20250325 工作台

This commit is contained in:
2025-03-25 15:57:55 +08:00
parent 15bbe21c67
commit ca68870f10
39 changed files with 14178 additions and 95 deletions
@@ -1340,4 +1340,8 @@
<value>Up to standard</value>
<comment>合格</comment>
</data>
<data name="Welcome" xml:space="preserve">
<value>Welcome back</value>
<comment>欢迎回来</comment>
</data>
</root>
@@ -1185,4 +1185,7 @@
<data name="Up_to_standard" xml:space="preserve">
<value>合格</value>
</data>
<data name="Welcome" xml:space="preserve">
<value>欢迎回来</value>
</data>
</root>
@@ -1185,4 +1185,7 @@
<data name="Up_to_standard" xml:space="preserve">
<value>合格</value>
</data>
<data name="Welcome" xml:space="preserve">
<value>欢迎回来</value>
</data>
</root>
+9
View File
@@ -3228,6 +3228,15 @@ namespace Resources {
}
}
/// <summary>
/// 查找类似 欢迎回来 的本地化字符串。
/// </summary>
internal static string Welcome {
get {
return ResourceManager.GetString("Welcome", resourceCulture);
}
}
/// <summary>
/// 查找类似 焊接管理 的本地化字符串。
/// </summary>