mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Bug fix
This commit is contained in:
parent
127978615c
commit
94a3c92b36
62 changed files with 371 additions and 297 deletions
|
|
@ -1102,6 +1102,15 @@ namespace MinecraftClient {
|
|||
}
|
||||
}
|
||||
|
||||
/// <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 If a garbled code like "←[0m" appears on the terminal, you can turn off this..
|
||||
/// </summary>
|
||||
|
|
|
|||
|
|
@ -544,6 +544,9 @@ When this happens, you'll need to configure chat format below, see https://mccte
|
|||
<data name="Console.CommandSuggestion.Enable" xml:space="preserve">
|
||||
<value>Whether to display command suggestions in the console.</value>
|
||||
</data>
|
||||
<data name="Console.CommandSuggestion.Use_Basic_Arrow" xml:space="preserve">
|
||||
<value>Enable this option if the arrows in the command suggestions are not displayed properly in your terminal.</value>
|
||||
</data>
|
||||
<data name="Console.Enable_Color" xml:space="preserve">
|
||||
<value>If a garbled code like "←[0m" appears on the terminal, you can turn off this.</value>
|
||||
</data>
|
||||
|
|
|
|||
|
|
@ -5341,7 +5341,7 @@ namespace MinecraftClient {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Password(invisible): {0}.
|
||||
/// Looks up a localized string similar to Password(invisible): .
|
||||
/// </summary>
|
||||
internal static string mcc_password_hidden {
|
||||
get {
|
||||
|
|
|
|||
|
|
@ -1900,7 +1900,7 @@ Type '{0}quit' to leave the server.</value>
|
|||
<value>Please type the password for {0}.</value>
|
||||
</data>
|
||||
<data name="mcc.password_hidden" xml:space="preserve">
|
||||
<value>Password(invisible): {0}</value>
|
||||
<value>Password(invisible): </value>
|
||||
</data>
|
||||
<data name="mcc.player_dead" xml:space="preserve">
|
||||
<value>You are dead. Type '{0}respawn' to respawn.</value>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue