Colorize remote command.

This commit is contained in:
2025-08-21 06:45:06 +01:00
parent 13ea0d299b
commit da400a36ad
6 changed files with 85 additions and 15 deletions

View File

@@ -6117,5 +6117,35 @@ namespace Aaru.Localization {
return ResourceManager.GetString("Title_Date_modified", resourceCulture);
}
}
public static string Title_Server_information {
get {
return ResourceManager.GetString("Title_Server_information", resourceCulture);
}
}
public static string Server_application {
get {
return ResourceManager.GetString("Server_application", resourceCulture);
}
}
public static string Server_operating_system {
get {
return ResourceManager.GetString("Server_operating_system", resourceCulture);
}
}
public static string Server_maximum_protocol {
get {
return ResourceManager.GetString("Server_maximum_protocol", resourceCulture);
}
}
public static string Error_connecting_to_host {
get {
return ResourceManager.GetString("Error_connecting_to_host", resourceCulture);
}
}
}
}

View File

@@ -3056,4 +3056,19 @@ Probadores:
<data name="Title_Date_modified" xml:space="preserve">
<value>[bold][dodgerblue1]Fecha modificación[/][/]</value>
</data>
<data name="Title_Server_information" xml:space="preserve">
<value>[bold][blue]Información del servidor[/][/]</value>
</data>
<data name="Server_application" xml:space="preserve">
<value>[green]Aplicación del servidor[/]</value>
</data>
<data name="Server_operating_system" xml:space="preserve">
<value>[orange3]Sistema operativo del servidor[/]</value>
</data>
<data name="Server_maximum_protocol" xml:space="preserve">
<value>[slateblue1]Protocolo máximo del servidor[/]</value>
</data>
<data name="Error_connecting_to_host" xml:space="preserve">
<value>[red]Error al conectar al servidor.[/]</value>
</data>
</root>

View File

@@ -3135,4 +3135,19 @@ Do you want to continue?</value>
<data name="Title_Date_modified" xml:space="preserve">
<value>[bold][dodgerblue1]Date modified[/][/]</value>
</data>
<data name="Title_Server_information" xml:space="preserve">
<value>[bold][blue]Server information[/][/]</value>
</data>
<data name="Server_application" xml:space="preserve">
<value>[green]Server application[/]</value>
</data>
<data name="Server_operating_system" xml:space="preserve">
<value>[orange3]Server operating system[/]</value>
</data>
<data name="Server_maximum_protocol" xml:space="preserve">
<value>[slateblue1]Server maximum protocol[/]</value>
</data>
<data name="Error_connecting_to_host" xml:space="preserve">
<value>[red]Error connecting to host.[/]</value>
</data>
</root>