mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Implement interactive command console
This commit is contained in:
45
ArchiSteamFarm/Localization/Strings.Designer.cs
generated
45
ArchiSteamFarm/Localization/Strings.Designer.cs
generated
@@ -763,6 +763,15 @@ namespace ArchiSteamFarm.Localization {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Enter command: .
|
||||
/// </summary>
|
||||
public static string EnterCommand {
|
||||
get {
|
||||
return ResourceManager.GetString("EnterCommand", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Aborted!.
|
||||
/// </summary>
|
||||
@@ -981,6 +990,15 @@ namespace ArchiSteamFarm.Localization {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Executing....
|
||||
/// </summary>
|
||||
public static string Executing {
|
||||
get {
|
||||
return ResourceManager.GetString("Executing", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Exiting....
|
||||
/// </summary>
|
||||
@@ -1089,6 +1107,24 @@ namespace ArchiSteamFarm.Localization {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Interactive console is now active, type 'c' in order to enter command mode..
|
||||
/// </summary>
|
||||
public static string InteractiveConsoleEnabled {
|
||||
get {
|
||||
return ResourceManager.GetString("InteractiveConsoleEnabled", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Interactive console is not available due to missing {0} config property..
|
||||
/// </summary>
|
||||
public static string InteractiveConsoleNotAvailable {
|
||||
get {
|
||||
return ResourceManager.GetString("InteractiveConsoleNotAvailable", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Wyszukuje zlokalizowany ciąg podobny do ciągu IPC server ready!.
|
||||
/// </summary>
|
||||
@@ -1224,6 +1260,15 @@ namespace ArchiSteamFarm.Localization {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Response: {0}.
|
||||
/// </summary>
|
||||
public static string Response {
|
||||
get {
|
||||
return ResourceManager.GetString("Response", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Restarting....
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user