Complete rework of output of fs ls command output.

This commit is contained in:
2025-08-20 07:10:06 +01:00
parent d143cbee42
commit 9fa5a1b62e
5 changed files with 160 additions and 47 deletions

View File

@@ -6111,5 +6111,11 @@ namespace Aaru.Localization {
return ResourceManager.GetString("Running_in_0_architecture", resourceCulture);
}
}
public static string Title_Date_modified {
get {
return ResourceManager.GetString("Title_Date_modified", resourceCulture);
}
}
}
}

View File

@@ -2154,8 +2154,8 @@ Probadores:
<value>[bold][blue]ATIP:[/][/]</value>
</data>
<data name="Title_Attributes" xml:space="preserve">
<value>Atributos</value>
</data>
<value>[bold][gold3]Atributos[/][/]</value>
</data>
<data name="Title_Author" xml:space="preserve">
<value>Autor</value>
</data>
@@ -3053,4 +3053,7 @@ Probadores:
<data name="Unable_to_get_separate_tracks_not_checksumming_them" xml:space="preserve">
<value>[yellow]No se pudieron separar las pistas, no se harán checksum de ellas[/]</value>
</data>
<data name="Title_Date_modified" xml:space="preserve">
<value>[bold][dodgerblue1]Fecha modificación[/][/]</value>
</data>
</root>

View File

@@ -2239,8 +2239,8 @@ Testers:
<value>Last write</value>
</data>
<data name="Title_Attributes" xml:space="preserve">
<value>Attributes</value>
</data>
<value>[bold][gold3]Attributes[/][/]</value>
</data>
<data name="Title_GID" xml:space="preserve">
<value>GID</value>
</data>
@@ -3132,4 +3132,7 @@ Do you want to continue?</value>
<data name="Running_in_0_architecture" xml:space="preserve">
<value>Running in {0} architecture</value>
</data>
<data name="Title_Date_modified" xml:space="preserve">
<value>[bold][dodgerblue1]Date modified[/][/]</value>
</data>
</root>