Update On Mon Sep 16 20:36:16 CEST 2024

This commit is contained in:
github-action[bot]
2024-09-16 20:36:16 +02:00
parent 4f92ea52e0
commit d3c6d73392
93 changed files with 2631 additions and 1237 deletions
+9
View File
@@ -321,6 +321,15 @@ namespace ServiceLib.Resx {
}
}
/// <summary>
/// 查找类似 Invalid backup file 的本地化字符串。
/// </summary>
public static string LocalRestoreInvalidZipTips {
get {
return ResourceManager.GetString("LocalRestoreInvalidZipTips", resourceCulture);
}
}
/// <summary>
/// 查找类似 Address 的本地化字符串。
/// </summary>