Use Humanizer for media size.

This commit is contained in:
2023-09-26 02:56:10 +01:00
parent 3d1b0581a5
commit d44b32af98
5 changed files with 10 additions and 8 deletions

View File

@@ -1338,7 +1338,7 @@ namespace Aaru.Localization {
}
/// <summary>
/// Looks up a localized string similar to Contains a media of {0} sectors with a maximum sector size of {1} bytes (if all sectors are of the same size this would be {2} bytes).
/// Looks up a localized string similar to Contains a media of {0} sectors with a maximum sector size of {1} bytes (if all sectors are of the same size this would be {2}).
/// </summary>
public static string Contains_a_media_of_0_sectors_with_a_maximum_sector_size_of_1_bytes_etc {
get {

View File

@@ -517,7 +517,7 @@
<value>Image without headers is {0} bytes long</value>
</data>
<data name="Contains_a_media_of_0_sectors_with_a_maximum_sector_size_of_1_bytes_etc" xml:space="preserve">
<value>Contains a media of {0} sectors with a maximum sector size of {1} bytes (if all sectors are of the same size this would be {2} bytes)</value>
<value>Contains a media of {0} sectors with a maximum sector size of {1} bytes (if all sectors are of the same size this would be {2})</value>
</data>
<data name="Contains_a_media_of_type_0_and_XML_type_1" xml:space="preserve">
<value>Contains a media of type {0} and XML type {1}</value>