mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-10 08:51:34 +08:00
Add Proxy page
This commit is contained in:
@@ -1194,6 +1194,15 @@ namespace GrasscutterTools.Properties {
|
||||
return ResourceManager.GetString("PageOpenCommandTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 代理 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string PageProxyTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("PageProxyTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 任务 的本地化字符串。
|
||||
@@ -1588,6 +1597,15 @@ namespace GrasscutterTools.Properties {
|
||||
get {
|
||||
return ResourceManager.GetString("TokenRestoredFromCache", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 必须先信任根证书才能继续! 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string TrustedBeforeContinuing {
|
||||
get {
|
||||
return ResourceManager.GetString("TrustedBeforeContinuing", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user