Fix errors

This commit is contained in:
2022-09-22 20:10:27 +08:00
parent 4673e3f6e4
commit 515ab22085
4 changed files with 5357 additions and 7622 deletions

View File

@@ -487,7 +487,7 @@ namespace GrasscutterTools.Properties {
return ResourceManager.GetString("CommandNotFound", resourceCulture);
}
}
/// <summary>
/// 查找类似 命令标签不能为空 的本地化字符串。
/// </summary>
@@ -496,25 +496,7 @@ namespace GrasscutterTools.Properties {
return ResourceManager.GetString("CommandTagCannotBeEmpty", resourceCulture);
}
}
internal static string WaypointNameCannotBeEmpty {
get {
return ResourceManager.GetString("WaypointNameCannotBeEmpty", resourceCulture);
}
}
internal static string WaypointNotFound {
get {
return ResourceManager.GetString("WaypointNotFound", resourceCulture);
}
}
internal static string ResetWayopints {
get {
return ResourceManager.GetString("ResetWaypoints", resourceCulture);
}
}
/// <summary>
/// 查找类似 现在你可以远程执行命令了哦! 的本地化字符串。
/// </summary>