mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
merge brigadier-dev into milutinke:1.19.3
This commit is contained in:
commit
ba0d9ba3fc
139 changed files with 12057 additions and 3183 deletions
|
|
@ -1075,6 +1075,61 @@ namespace MinecraftClient {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Console-related settings..
|
||||
/// </summary>
|
||||
internal static string Console {
|
||||
get {
|
||||
return ResourceManager.GetString("Console", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The settings for command completion suggestions.
|
||||
///Custom colors are only available when using "vt100_24bit" color mode..
|
||||
/// </summary>
|
||||
internal static string Console_CommandSuggestion {
|
||||
get {
|
||||
return ResourceManager.GetString("Console.CommandSuggestion", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Whether to display command suggestions in the console..
|
||||
/// </summary>
|
||||
internal static string Console_CommandSuggestion_Enable {
|
||||
get {
|
||||
return ResourceManager.GetString("Console.CommandSuggestion.Enable", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Enable this option if the arrows in the command suggestions are not displayed properly in your terminal..
|
||||
/// </summary>
|
||||
internal static string Console_CommandSuggestion_Use_Basic_Arrow {
|
||||
get {
|
||||
return ResourceManager.GetString("Console.CommandSuggestion.Use_Basic_Arrow", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Use "disable", "legacy_4bit", "vt100_4bit", "vt100_8bit" or "vt100_24bit". If a garbled code like "←[0m" appears on the terminal, you can try switching to "legacy_4bit" mode, or just disable it..
|
||||
/// </summary>
|
||||
internal static string Console_General_ConsoleColorMode {
|
||||
get {
|
||||
return ResourceManager.GetString("Console.General.ConsoleColorMode", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You can use "Ctrl+P" to print out the current input and cursor position..
|
||||
/// </summary>
|
||||
internal static string Console_General_Display_Input {
|
||||
get {
|
||||
return ResourceManager.GetString("Console.General.Display_Input", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Startup Config File
|
||||
///Please do not record extraneous data in this file as it will be overwritten by MCC.
|
||||
|
|
@ -1505,15 +1560,6 @@ namespace MinecraftClient {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Use "none", "bit_4", "bit_8" or "bit_24". This can be checked by opening the debug log..
|
||||
/// </summary>
|
||||
internal static string Main_Advanced_TerminalColorDepth {
|
||||
get {
|
||||
return ResourceManager.GetString("Main.Advanced.TerminalColorDepth", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Uses more ram, cpu, bandwidth but allows you to move around..
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue