DHDHSoftware/DHSoftware/Languages/Localizer_en-US.cs

190 lines
4.7 KiB
C#
Raw Permalink Normal View History

2025-03-24 19:24:16 +08:00
namespace DHSoftware.Languages
2025-03-07 09:06:46 +08:00
{
public class Localizer_enus : AntdUI.ILocalization
{
public string GetLocalizedString(string key)
{
switch (key)
{
case "search":
return "Search";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "welcome":
return "Welcome to the AntdUI Demo";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "home":
return "Home";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "closeall":
return "Close all tabs";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
#region systemset
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "systemset":
return "System Settings";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "baseset":
return "Basic Settings";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "messageconfig":
return "Message configuration";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "animationon":
return "Turn on animation";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "shadowon":
return "Enable shadow";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "scrollbarhide":
return "Hide scrollbar";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "showinwindow":
return "Show in window";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "windowOffsetXY":
return "WindowOffsetXY";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "tip":
return "Tip";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "switchsuccess":
return "Switch successful.";
2025-03-24 19:24:16 +08:00
#endregion systemset
2025-03-07 09:06:46 +08:00
#region Button
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "Button.Text":
return "Button";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "Button.Description":
return "To trigger an operation.";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "type":
return "Type";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "wave":
return "Wave";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "loading":
return "Loading";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "ghost":
return "Ghost";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "border":
return "Border";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "icon":
return "Icon";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "arrow":
return "Arrow";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "join":
return "Join";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "gradient":
return "Gradient";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "toggle":
return "Toggle";
2025-03-24 19:24:16 +08:00
#endregion Button
2025-03-07 09:06:46 +08:00
#region FloatButton
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "FloatButton.Text":
return "FloatButton";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "FloatButton.Description":
return "A button that floats at the top of the page.";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "FloatButton.Tip":
return "FloatButton does not have a toolbox control and is called code.";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "control_option":
return "Control Options";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "button_option":
return "Button Options";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "open":
return "Open";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "close":
return "Close";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "reset":
return "Reset";
2025-03-24 19:24:16 +08:00
#endregion FloatButton
2025-03-07 09:06:46 +08:00
#region Icon
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "Icon.Text":
return "Icon";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "Icon.Description":
return "Semantic vector graphics.";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "Icon.Tip":
return "Icon does not have a toolbox control and is used for Svg property assignments.";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "outlined":
return "Outlined";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "filled":
return "Filled";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "directionalicon":
return "Directional icons";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "suggestionicon":
return "Suggestion Icon";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "editingicon":
return "Editing Icons";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "dataicon":
return "Data icons";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "brand":
return "Brand and logo";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "universal":
return "Universal Icons for Websites";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "copysuccess":
return "Copy successful!";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "copyfail":
return "Copy failed!";
2025-03-24 19:24:16 +08:00
#endregion Icon
2025-03-07 09:06:46 +08:00
#region Divider
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "Divider.Text":
return "Divider";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "Divider.Description":
return "A divider line separates different content.";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "basicusage":
return "Basic Usage";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "vertical":
return "Vertical";
2025-03-24 19:24:16 +08:00
2025-03-07 09:06:46 +08:00
case "horizontal":
return "Horizontal";
2025-03-24 19:24:16 +08:00
#endregion Divider
2025-03-07 09:06:46 +08:00
default:
return null;
}
}
}
2025-03-24 19:24:16 +08:00
}