Misc trade logging enhancements

This commit is contained in:
JustArchi
2020-08-11 11:34:32 +02:00
parent 0beb000d4b
commit 06b1b8deeb
7 changed files with 87 additions and 7 deletions

View File

@@ -691,6 +691,15 @@ namespace ArchiSteamFarm.Localization {
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu The trade offer {0} is determined to be {1} due to {2}..
/// </summary>
public static string BotTradeOfferResult {
get {
return ResourceManager.GetString("BotTradeOfferResult", resourceCulture);
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Unable to login to Steam: {0}/{1}.
/// </summary>

View File

@@ -724,4 +724,8 @@ Process uptime: {1}</value>
<data name="IPCConfigChanged" xml:space="preserve">
<value>IPC config has been changed!</value>
</data>
<data name="BotTradeOfferResult" xml:space="preserve">
<value>The trade offer {0} is determined to be {1} due to {2}.</value>
<comment>{0} will be replaced by trade offer ID (number), {1} will be replaced by internal ASF enum name, {2} will be replaced by unique identifier of an object's name that caused the state to happen</comment>
</data>
</root>