- Migrate config for API 15
- Migrate database for API 15
- Allow usage of new target source
- Implement first tell target option
This commit is contained in:
Infi
2026-04-30 02:59:58 +02:00
parent 68810e23c1
commit b4cb8b25ec
56 changed files with 1286 additions and 616 deletions
+27
View File
@@ -391,6 +391,9 @@
<data name="Tabs_Presets_Event">
<value>剧情</value>
</data>
<data name="Tabs_Presets_Tell">
<value>Tell Exclusive</value>
</data>
<data name="Options_Tabs_NewTab">
<value>新建标签页</value>
</data>
@@ -1144,6 +1147,9 @@
<data name="Options_Tabs_NoInput" xml:space="preserve">
<value>禁用此频道的输入</value>
</data>
<data name="Options_Tabs_SenderMessages" xml:space="preserve">
<value>Show all messages send by target</value>
</data>
<data name="ChatLog_DisabledInput" xml:space="preserve">
<value>此选项卡已禁用输入</value>
</data>
@@ -1399,4 +1405,25 @@
<data name="Webinterface_UsageNotice" xml:space="preserve">
<value>使用须知</value>
</data>
<data name="Options_Help_SenderMessages" xml:space="preserve">
<value>This disables the channel selection and shows all messages coming from the target.</value>
</data>
<data name="Options_Header_Target" xml:space="preserve">
<value>Target</value>
</data>
<data name="ChatBox_Error_Empty" xml:space="preserve">
<value>message is empty</value>
</data>
<data name="ChatBox_Error_Too_Long" xml:space="preserve">
<value>message is longer than 500 bytes</value>
</data>
<data name="ChatBox_Error_Invalid" xml:space="preserve">
<value>message contained invalid characters</value>
</data>
<data name="ImGuiUtil_ChannelSelector_Source" xml:space="preserve">
<value>Source</value>
</data>
<data name="ImGuiUtil_ChannelSelector_Target" xml:space="preserve">
<value>Target</value>
</data>
</root>