Update On Tue Oct 15 20:35:47 CEST 2024

This commit is contained in:
github-action[bot]
2024-10-15 20:35:47 +02:00
parent 82266bc767
commit 22d44acbdf
144 changed files with 1649 additions and 2930 deletions
+18
View File
@@ -3229,6 +3229,15 @@ namespace ServiceLib.Resx {
}
}
/// <summary>
/// 查找类似 sing-box ruleset files source (optional) 的本地化字符串。
/// </summary>
public static string TbSettingsSrsFilesSource {
get {
return ResourceManager.GetString("TbSettingsSrsFilesSource", resourceCulture);
}
}
/// <summary>
/// 查找类似 Start on boot 的本地化字符串。
/// </summary>
@@ -3696,5 +3705,14 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("UpdateStandalonePackageTip", resourceCulture);
}
}
/// <summary>
/// 查找类似 UpgradeApp does not exist 的本地化字符串。
/// </summary>
public static string UpgradeAppNotExistTip {
get {
return ResourceManager.GetString("UpgradeAppNotExistTip", resourceCulture);
}
}
}
}