Restore the chat command resource strings the log viewer merge dropped

The admin panel log viewer (#845) reordered Resources.resx around the
chat command entries. AdaMu never took the admin panel page which
displays them (upstream PR #851), so the conflict resolution left the
entries out - but Resources.Designer.cs still declares the twelve
properties, and each would have returned null at runtime.

Add the entries back, unchanged from upstream, so resx and the generated
designer agree again.
This commit is contained in:
Acentech Dev
2026-08-13 08:53:09 +03:00
parent 79922204c5
commit 23bc36fd65

View File

@@ -642,4 +642,40 @@
<data name="DownloadFile" xml:space="preserve">
<value>Download File</value>
</data>
<data name="ChatCommands" xml:space="preserve">
<value>Chat commands</value>
</data>
<data name="CommandColumn" xml:space="preserve">
<value>Command</value>
</data>
<data name="CommandDescription" xml:space="preserve">
<value>Description</value>
</data>
<data name="CommandUsage" xml:space="preserve">
<value>Usage</value>
</data>
<data name="MinimumCharacterStatus" xml:space="preserve">
<value>Required status</value>
</data>
<data name="NoParameters" xml:space="preserve">
<value>This command has no parameters.</value>
</data>
<data name="ParameterName" xml:space="preserve">
<value>Name</value>
</data>
<data name="ParameterShortName" xml:space="preserve">
<value>Short name</value>
</data>
<data name="ParameterType" xml:space="preserve">
<value>Type</value>
</data>
<data name="ParameterValidValues" xml:space="preserve">
<value>Valid values</value>
</data>
<data name="ParametersOf" xml:space="preserve">
<value>Parameters of {0}</value>
</data>
<data name="Required" xml:space="preserve">
<value>Required</value>
</data>
</root>