Update HotReload

This commit is contained in:
2026-03-28 12:54:41 +07:00
parent f2173d2c73
commit a4f2654d0b
278 changed files with 2027 additions and 1896 deletions
@@ -9,11 +9,12 @@ namespace SingularityGroup.HotReload.Editor.Localization {
public static string MessageEnableFilters;
public static string MessageMakeCodeChanges;
public static string MessageOnly40EntriesShown;
public static string EventsTooltip;
public static string LabelSuggestionsFormat;
public static string LabelTimeline;
public static string ButtonIgnoreEventType;
public static string MessageStartHotReload;
public static string IndicationTooltip;
public static string OpenToViewNewEventsTooltip;
// Partially Supported Change Descriptions
public static string PartiallySupportedLambdaClosure;
@@ -49,6 +50,14 @@ namespace SingularityGroup.HotReload.Editor.Localization {
public static string ManualDownloadButtonOpenDownloadUrl;
public static string ManualDownloadButtonComplete;
public static string EntryTimeNow;
public static string EntryTimeHours;
public static string EntryTimeMinutes;
public static string FullAssemblyRecompilation;
public static string ViewAll;
public static string ViewRecent;
public static void LoadEnglish() {
// Timeline/Events
TimelineTitle = "Timeline";
@@ -58,7 +67,8 @@ namespace SingularityGroup.HotReload.Editor.Localization {
MessageEnableFilters = "Enable filters to see events";
MessageMakeCodeChanges = "Make code changes to see events";
MessageOnly40EntriesShown = "Only last 40 entries are shown";
EventsTooltip = "Events";
IndicationTooltip = "View events timeline\nLast event: {0}";
OpenToViewNewEventsTooltip = "Open to see new events/suggestions";
LabelSuggestionsFormat = "Suggestions ({0})";
LabelTimeline = "Timeline";
ButtonIgnoreEventType = "Ignore this event type ";
@@ -97,6 +107,14 @@ namespace SingularityGroup.HotReload.Editor.Localization {
ManualDownloadButtonCopyToClipboard = "Copy path to clipboard";
ManualDownloadButtonOpenDownloadUrl = "Open Download URL";
ManualDownloadButtonComplete = "I've completed the download";
FullAssemblyRecompilation = "Full assembly recompilation";
ViewAll = "View All";
ViewRecent = "View Recent";
EntryTimeNow = "now";
EntryTimeHours = "h";
EntryTimeMinutes = "min";
}
public static void LoadSimplifiedChinese() {
@@ -108,7 +126,8 @@ namespace SingularityGroup.HotReload.Editor.Localization {
MessageEnableFilters = "启用过滤器以查看事件";
MessageMakeCodeChanges = "进行代码更改以查看事件";
MessageOnly40EntriesShown = "仅显示最后 40 个条目";
EventsTooltip = "事件";
IndicationTooltip = "查看事件时间线\n最后事件:{0}";
OpenToViewNewEventsTooltip = "打开以查看新事件/建议";
LabelSuggestionsFormat = "建议 ({0})";
LabelTimeline = "时间线";
ButtonIgnoreEventType = "忽略此事件类型 ";
@@ -147,6 +166,14 @@ namespace SingularityGroup.HotReload.Editor.Localization {
ManualDownloadButtonCopyToClipboard = "复制路径到剪贴板";
ManualDownloadButtonOpenDownloadUrl = "打开下载链接";
ManualDownloadButtonComplete = "我已完成下载";
FullAssemblyRecompilation = "完整程序集重新编译";
ViewAll = "查看全部";
ViewRecent = "查看最近";
EntryTimeNow = "刚刚";
EntryTimeHours = "小时";
EntryTimeMinutes = "分钟";
}
}
}