Pass cart size thru humanizer.

This commit is contained in:
2025-08-20 00:24:20 +01:00
parent c867af6c2b
commit 5c6c362b2b
4 changed files with 14 additions and 38 deletions

View File

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

View File

@@ -301,18 +301,6 @@
<data name="Card_specific_data_0" xml:space="preserve">
<value>Datos específicos de la tarjeta: 0x{0:X4}</value>
</data>
<data name="Cartridge_has_0_bytes" xml:space="preserve">
<value>[slateblue1]El cartucho tiene [lime]{0}[/] bytes[/]</value>
</data>
<data name="Cartridge_has_0_bytes_1_GiB" xml:space="preserve">
<value>[slateblue1]El cartucho tiene [lime]{0}[/] bytes ([lime]{1:F3}[/] GiB)[/]</value>
</data>
<data name="Cartridge_has_0_bytes_1_KiB" xml:space="preserve">
<value>[slateblue1]El cartucho tiene [lime]{0}[/] bytes ([lime]{1:F3}[/] KiB)[/]</value>
</data>
<data name="Cartridge_has_0_bytes_1_MiB" xml:space="preserve">
<value>[slateblue1]El cartucho tiene [lime]{0}[/] bytes ([lime]{1:F3}[/] MiB)[/]</value>
</data>
<data name="CD_read_speed_limited_to_0" xml:space="preserve">
<value>[slateblue1]Velocidad de lectura de CD limitada a [teal]{0}x[/][/]</value>
</data>
@@ -3484,4 +3472,7 @@ No tiene sentido hacerlo y supondría demasiado esfuerzo para la cinta.</value>
<data name="Filesystems_Identify_Error" xml:space="preserve">
<value>Error {0} identificando el sistema de ficheros. Por favor abra un reporte con la siguiente línea en Github.</value>
</data>
<data name="Cartridge_has_0_bytes_1" xml:space="preserve">
<value>[slateblue1]El cartucho tiene [lime]{0} bytes[/] ([lime]{1}[/]).[/]</value>
</data>
</root>

View File

@@ -3508,4 +3508,7 @@ It has no sense to do it, and it will put too much strain on the tape.</value>
<data name="Running_in_0_architecture" xml:space="preserve">
<value>Running in {0} architecture</value>
</data>
<data name="Cartridge_has_0_bytes_1" xml:space="preserve">
<value>[slateblue1]Cartridge has [lime]{0} bytes[/] ([lime]{1}[/]).[/]</value>
</data>
</root>