mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fixed typos and fixed a merge conflict
This commit is contained in:
parent
fce12db33f
commit
081cebcf76
2 changed files with 862 additions and 758 deletions
|
|
@ -3861,6 +3861,72 @@ namespace MinecraftClient {
|
|||
}
|
||||
}
|
||||
|
||||
internal static string bot_WebSocketBot_failed_to_start_ip {
|
||||
get {
|
||||
return ResourceManager.GetString("bot.WebSocketBot.failed_to_start.ip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string bot_WebSocketBot_failed_to_start_port {
|
||||
get {
|
||||
return ResourceManager.GetString("bot.WebSocketBot.failed_to_start.port", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string ChatBot_WebSocketBot_DebugMode {
|
||||
get {
|
||||
return ResourceManager.GetString("ChatBot.WebSocketBot.DebugMode", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string bot_WebSocketBot_starting {
|
||||
get {
|
||||
return ResourceManager.GetString("bot.WebSocketBot.starting", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string bot_WebSocketBot_started {
|
||||
get {
|
||||
return ResourceManager.GetString("bot.WebSocketBot.started", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string bot_WebSocketBot_failed_to_start_custom {
|
||||
get {
|
||||
return ResourceManager.GetString("bot.WebSocketBot.failed_to_start.custom", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string bot_WebSocketBot_new_session {
|
||||
get {
|
||||
return ResourceManager.GetString("bot.WebSocketBot.new_session", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string bot_WebSocketBot_session_disconnected {
|
||||
get {
|
||||
return ResourceManager.GetString("bot.WebSocketBot.session_disconnected", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string bot_WebSocketBot_session_id_changed {
|
||||
get {
|
||||
return ResourceManager.GetString("bot.WebSocketBot.session_id_changed", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string bot_WebSocketBot_session_id_failed_to_change {
|
||||
get {
|
||||
return ResourceManager.GetString("bot.WebSocketBot.session_id_failed_to_change", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string bot_WebSocketBot_session_authenticated {
|
||||
get {
|
||||
return ResourceManager.GetString("bot.WebSocketBot.session_authenticated", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string cmd_nameitem_no_anvil_inventory_open {
|
||||
get {
|
||||
return ResourceManager.GetString("cmd.nameitem.no.anvil.inventory.open", resourceCulture);
|
||||
|
|
|
|||
|
|
@ -59,46 +59,47 @@
|
|||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||
<xsd:attribute name="type" type="xsd:string"/>
|
||||
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||
<xsd:attribute ref="xml:space"/>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
<xsd:attribute name="alias" type="xsd:string"/>
|
||||
<xsd:attribute name="name" type="xsd:string"/>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||
<xsd:attribute ref="xml:space"/>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
|
|
@ -112,10 +113,14 @@
|
|||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
</value>
|
||||
</resheader>
|
||||
<data name="bot.alerts.end_rain" xml:space="preserve">
|
||||
<value>Weather change: It is no longer raining.</value>
|
||||
|
|
@ -2060,6 +2065,39 @@ Logging in...</value>
|
|||
</data>
|
||||
<data name="cmd.nameitem.item.name.empty" xml:space="preserve">
|
||||
<value>The item name cannot be empty!</value>
|
||||
</data>
|
||||
<data name="bot.WebSocketBot.failed_to_start.ip" xml:space="preserve">
|
||||
<value>§cFailed to start a server! The provided IP address is not a valid one!</value>
|
||||
</data>
|
||||
<data name="bot.WebSocketBot.failed_to_start.port" xml:space="preserve">
|
||||
<value>§cFailed to start a server! The provided port number {0} is out of the range, it must be 65535 or bellow it!</value>
|
||||
</data>
|
||||
<data name="ChatBot.WebSocketBot.DebugMode" xml:space="preserve">
|
||||
<value/>
|
||||
</data>
|
||||
<data name="bot.WebSocketBot.starting" xml:space="preserve">
|
||||
<value>Starting the Websocket server...</value>
|
||||
</data>
|
||||
<data name="bot.WebSocketBot.started" xml:space="preserve">
|
||||
<value>§bServer started on ip §a{0}§b port: §a{1}</value>
|
||||
</data>
|
||||
<data name="bot.WebSocketBot.failed_to_start.custom" xml:space="preserve">
|
||||
<value>§cFailed to start a server:\n\n{0}\n\n</value>
|
||||
</data>
|
||||
<data name="bot.WebSocketBot.new_session" xml:space="preserve">
|
||||
<value>§bNew session connected: §a{0}</value>
|
||||
</data>
|
||||
<data name="bot.WebSocketBot.session_disconnected" xml:space="preserve">
|
||||
<value>§bSession with an id §a{0}§b has disconnected!</value>
|
||||
</data>
|
||||
<data name="bot.WebSocketBot.session_id_changed" xml:space="preserve">
|
||||
<value>§bSession with an id §a{0}§b has been renamed to: §a{1}§b!</value>
|
||||
</data>
|
||||
<data name="bot.WebSocketBot.session_id_failed_to_change" xml:space="preserve">
|
||||
<value>§cSession with an id §a{0}§b failed to change the ID to: §c{1}§b!</value>
|
||||
</data>
|
||||
<data name="bot.WebSocketBot.session_authenticated" xml:space="preserve">
|
||||
<value>§bSession with an id §a{0}§b has been successfully authenticated!</value>
|
||||
</data>
|
||||
<data name="cmd.nameitem.no.anvil.inventory.open" xml:space="preserve">
|
||||
<value>You need to have an Anvil inventory opened and active in order to use this command!</value>
|
||||
|
|
@ -2068,10 +2106,10 @@ Logging in...</value>
|
|||
<value>You need to place an item in the first slot (slot id: 0) of the Anvil inventory!</value>
|
||||
</data>
|
||||
<data name="cmd.nameitem.failed" xml:space="preserve">
|
||||
<value>Failed to send the packet for naming an item, try agian!</value>
|
||||
<value>Failed to send the packet for naming an item, try again!</value>
|
||||
</data>
|
||||
<data name="cmd.nameitem.successful" xml:space="preserve">
|
||||
<value>Succesfully sent the item name to the server, you can now clikc on the slot number 2 in the Anvil inventory to rename the item.</value>
|
||||
<value>Successfully sent the item name to the server, you can now click on the slot number 2 in the Anvil inventory to rename the item.</value>
|
||||
</data>
|
||||
<data name="cmd.nameitem.desc" xml:space="preserve">
|
||||
<value>Set an item name when an Anvil inventory is active and the item is in the first slot.</value>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue