- 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
+81
View File
@@ -86,6 +86,33 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to message is empty.
/// </summary>
internal static string ChatBox_Error_Empty {
get {
return ResourceManager.GetString("ChatBox_Error_Empty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to message contained invalid characters.
/// </summary>
internal static string ChatBox_Error_Invalid {
get {
return ResourceManager.GetString("ChatBox_Error_Invalid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to message is longer than 500 bytes.
/// </summary>
internal static string ChatBox_Error_Too_Long {
get {
return ResourceManager.GetString("ChatBox_Error_Too_Long", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Input is disabled for this tab.
/// </summary>
@@ -1751,6 +1778,24 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Source.
/// </summary>
internal static string ImGuiUtil_ChannelSelector_Source {
get {
return ResourceManager.GetString("ImGuiUtil_ChannelSelector_Source", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Target.
/// </summary>
internal static string ImGuiUtil_ChannelSelector_Target {
get {
return ResourceManager.GetString("ImGuiUtil_ChannelSelector_Target", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ESC to clear.
/// </summary>
@@ -2444,6 +2489,24 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Target.
/// </summary>
internal static string Options_Header_Target {
get {
return ResourceManager.GetString("Options_Header_Target", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This disables the channel selection and shows all messages coming from the target..
/// </summary>
internal static string Options_Help_SenderMessages {
get {
return ResourceManager.GetString("Options_Help_SenderMessages", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hide the in-game chat window when the plugin is active..
/// </summary>
@@ -3398,6 +3461,15 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Show all messages send by target.
/// </summary>
internal static string Options_Tabs_SenderMessages {
get {
return ResourceManager.GetString("Options_Tabs_SenderMessages", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Show timestamps.
/// </summary>
@@ -3713,6 +3785,15 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Tell Exclusive.
/// </summary>
internal static string Tabs_Presets_Tell {
get {
return ResourceManager.GetString("Tabs_Presets_Tell", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to All.
/// </summary>
+27
View File
@@ -391,6 +391,9 @@
<data name="Tabs_Presets_Event">
<value>Event</value>
</data>
<data name="Tabs_Presets_Tell">
<value>Tell Exclusive</value>
</data>
<data name="Options_Tabs_NewTab">
<value>Nova pestanya</value>
</data>
@@ -1144,6 +1147,9 @@
<data name="Options_Tabs_NoInput" xml:space="preserve">
<value>Disable input for this channel</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>Input is disabled for this tab</value>
</data>
@@ -1399,4 +1405,25 @@
<data name="Webinterface_UsageNotice" xml:space="preserve">
<value>Usage Notice</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>
+27
View File
@@ -392,6 +392,9 @@ Sie wurden gewarnt.</value>
<data name="Tabs_Presets_Event">
<value>Ereignis</value>
</data>
<data name="Tabs_Presets_Tell">
<value>Tell Exclusive</value>
</data>
<data name="Options_Tabs_NewTab">
<value>Neuer Tab</value>
</data>
@@ -1145,6 +1148,9 @@ Sie wurden gewarnt.</value>
<data name="Options_Tabs_NoInput" xml:space="preserve">
<value>Eingabe für diesen Kanal deaktivieren</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>Eingabe ist für diesen Tab deaktiviert</value>
</data>
@@ -1402,4 +1408,25 @@ Nachdem du 'Aktiviert' angeklickt und auf 'Start' gedrückt hast, wird die einge
<data name="Webinterface_UsageNotice" xml:space="preserve">
<value>Nutzungshinweis</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>
+27
View File
@@ -391,6 +391,9 @@
<data name="Tabs_Presets_Event">
<value>Evento</value>
</data>
<data name="Tabs_Presets_Tell">
<value>Tell Exclusive</value>
</data>
<data name="Options_Tabs_NewTab">
<value>Nueva pestaña</value>
</data>
@@ -1144,6 +1147,9 @@
<data name="Options_Tabs_NoInput" xml:space="preserve">
<value>Deshabilitar entrada para este canal</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>La entrada está deshabilitada para esta pestaña</value>
</data>
@@ -1399,4 +1405,25 @@
<data name="Webinterface_UsageNotice" xml:space="preserve">
<value>Aviso de Uso</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>
+27
View File
@@ -391,6 +391,9 @@
<data name="Tabs_Presets_Event">
<value>Evénement</value>
</data>
<data name="Tabs_Presets_Tell">
<value>Tell Exclusive</value>
</data>
<data name="Options_Tabs_NewTab">
<value>Nouvel onglet</value>
</data>
@@ -1144,6 +1147,9 @@
<data name="Options_Tabs_NoInput" xml:space="preserve">
<value>Désactiver la saisie pour ce canal</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>La saisie est désactivée pour cet onglet</value>
</data>
@@ -1399,4 +1405,25 @@
<data name="Webinterface_UsageNotice" xml:space="preserve">
<value>Notice d'utilisation</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>
+27
View File
@@ -391,6 +391,9 @@
<data name="Tabs_Presets_Event">
<value>Event</value>
</data>
<data name="Tabs_Presets_Tell">
<value>Tell Exclusive</value>
</data>
<data name="Options_Tabs_NewTab">
<value>Nuova tab</value>
</data>
@@ -1144,6 +1147,9 @@
<data name="Options_Tabs_NoInput" xml:space="preserve">
<value>Disable input for this channel</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>Input is disabled for this tab</value>
</data>
@@ -1399,4 +1405,25 @@
<data name="Webinterface_UsageNotice" xml:space="preserve">
<value>Avviso Di Utilizzo</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>
+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>
+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>Usage Notice</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>
+27
View File
@@ -391,6 +391,9 @@
<data name="Tabs_Presets_Event">
<value>Evenement</value>
</data>
<data name="Tabs_Presets_Tell">
<value>Tell Exclusive</value>
</data>
<data name="Options_Tabs_NewTab">
<value>Nieuw Tabblad</value>
</data>
@@ -1144,6 +1147,9 @@
<data name="Options_Tabs_NoInput" xml:space="preserve">
<value>Invoer voor dit kanaal uitschakelen</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>Invoer is uitgeschakeld voor dit tabblad</value>
</data>
@@ -1399,4 +1405,25 @@
<data name="Webinterface_UsageNotice" xml:space="preserve">
<value>Gebruiksaanwijzing</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>
+27
View File
@@ -391,6 +391,9 @@
<data name="Tabs_Presets_Event">
<value>Evento</value>
</data>
<data name="Tabs_Presets_Tell">
<value>Tell Exclusive</value>
</data>
<data name="Options_Tabs_NewTab">
<value>Nova aba</value>
</data>
@@ -1144,6 +1147,9 @@
<data name="Options_Tabs_NoInput" xml:space="preserve">
<value>Desativar a entrada para este canal</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>A entrada está desativada nesta aba</value>
</data>
@@ -1399,4 +1405,25 @@
<data name="Webinterface_UsageNotice" xml:space="preserve">
<value>Usage Notice</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>
+27
View File
@@ -391,6 +391,9 @@
<data name="Tabs_Presets_Event">
<value>Event</value>
</data>
<data name="Tabs_Presets_Tell">
<value>Tell Exclusive</value>
</data>
<data name="Options_Tabs_NewTab">
<value>New tab</value>
</data>
@@ -1144,6 +1147,9 @@
<data name="Options_Tabs_NoInput" xml:space="preserve">
<value>Disable input for this channel</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>Input is disabled for this tab</value>
</data>
@@ -1399,4 +1405,25 @@
<data name="Webinterface_UsageNotice" xml:space="preserve">
<value>Usage Notice</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>
+27
View File
@@ -391,6 +391,9 @@
<data name="Tabs_Presets_Event">
<value>Eveniment</value>
</data>
<data name="Tabs_Presets_Tell">
<value>Tell Exclusive</value>
</data>
<data name="Options_Tabs_NewTab">
<value>Tab nou</value>
</data>
@@ -1144,6 +1147,9 @@
<data name="Options_Tabs_NoInput" xml:space="preserve">
<value>Disable input for this channel</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>Input is disabled for this tab</value>
</data>
@@ -1399,4 +1405,25 @@
<data name="Webinterface_UsageNotice" xml:space="preserve">
<value>Usage Notice</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>
+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>Disable input for this channel</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>Input is disabled for this tab</value>
</data>
@@ -1399,4 +1405,25 @@
<data name="Webinterface_UsageNotice" xml:space="preserve">
<value>Usage Notice</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>
+27
View File
@@ -391,6 +391,9 @@
<data name="Tabs_Presets_Event">
<value>Event</value>
</data>
<data name="Tabs_Presets_Tell">
<value>Tell Exclusive</value>
</data>
<data name="Options_Tabs_NewTab">
<value>Ny flik</value>
</data>
@@ -1144,6 +1147,9 @@
<data name="Options_Tabs_NoInput" xml:space="preserve">
<value>Disable input for this channel</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>Input is disabled for this tab</value>
</data>
@@ -1399,4 +1405,25 @@
<data name="Webinterface_UsageNotice" xml:space="preserve">
<value>Usage Notice</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>
+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>
+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>
@@ -1145,6 +1148,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>
@@ -1400,4 +1406,25 @@
<data name="Webinterface_UsageNotice" xml:space="preserve">
<value>Usage Notice</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>