Commit Graph

4537 Commits

Author SHA1 Message Date
bd35ccc4f4 Fix format string placeholders mismatch. 2023-10-04 07:50:34 +01:00
4ff79c804a Invert 'if' statement to reduce nesting. 2023-10-04 07:39:31 +01:00
a0a4124a26 [Aaru.Tests.Devices] Reformat and cleanup. 2023-10-03 23:49:06 +01:00
1f36ef2424 [Aaru.Tests] Reformat and cleanup. 2023-10-03 23:44:33 +01:00
4b7fe8a837 [Aaru.Settings] Reformat and cleanup. 2023-10-03 23:37:25 +01:00
68c16e78fc [Aaru.Partitions] Reformat and cleanup. 2023-10-03 23:36:49 +01:00
9c1250ad04 [Aaru.Localization] Reformat and cleanup. 2023-10-03 23:35:33 +01:00
2cfad87955 [Aaru.Images] Reformat and cleanup. 2023-10-03 23:34:59 +01:00
6ffde343ce [Aaru.Gui] Reformat and cleanup. 2023-10-03 23:27:57 +01:00
0bcfdb28cb [Aaru.Helpers] Reformat and cleanup. 2023-10-03 23:27:40 +01:00
aff00ccf79 [Aaru.Filters] Reformat and cleanup. 2023-10-03 23:23:41 +01:00
7a608e0061 [Aaru.Filesystems] Reformat and cleanup. 2023-10-03 23:22:08 +01:00
51f35c80d9 [Aaru.Dto] Reformat and cleanup. 2023-10-03 23:12:30 +01:00
546573dd30 [Aaru.Devices] Reformat and cleanup. 2023-10-03 23:12:01 +01:00
f6c3799a9e [Aaru.Decryption] Reformat and cleanup. 2023-10-03 23:10:41 +01:00
b4aee2f72d [Aaru.Decoders] Reformat and cleanup. 2023-10-03 23:09:28 +01:00
2dd3bc18dc [Aaru.Database] Reformat and cleanup. 2023-10-03 23:00:32 +01:00
af659f3fcb [Aaru.Core] Reformat and cleanup. 2023-10-03 22:57:50 +01:00
57853b0d2a [Aaru.Console] Reformat and cleanup. 2023-10-03 22:51:28 +01:00
5faa49a031 [Aaru.Compression] Reformat and cleanup. 2023-10-03 22:51:02 +01:00
3afe84193b [Aaru.CommonTypes] Reformat and cleanup. 2023-10-03 22:48:29 +01:00
9ceb9a0d05 [Aaru.Checksums] Reformat and cleanup. 2023-10-03 22:45:06 +01:00
584216385c [Aaru.Archives] Reformat and cleanup. 2023-10-03 22:38:51 +01:00
8815beffd8 [Aaru] Reformat and cleanup. 2023-10-03 22:38:23 +01:00
1252feea0c [Solution] Reformat and cleanup. 2023-10-03 22:19:46 +01:00
f32cdeecc6 [Aaru.Archives] Reformat and cleanup. 2023-10-03 22:05:05 +01:00
ec9f5808e4 [Aaru] Reformat and cleanup. 2023-10-03 22:04:36 +01:00
29512a0a5f [Solution] Reformat and cleanup. 2023-10-03 21:59:40 +01:00
4c7b7dd8e4 Update code style (final). 2023-10-03 21:41:57 +01:00
60d3978963 Update code style. 2023-10-03 21:26:29 +01:00
829e95d6cb Disable JetBrains spell checking in Spanish (Spain) resource files. 2023-10-03 21:14:07 +01:00
b5b04ba928 Update style configuration. 2023-10-03 21:05:02 +01:00
296b34f1eb Remove redundant type declaration bodies. 2023-10-03 18:54:28 +01:00
390122ae16 [Aaru.Partitions] Introduced constants for module names
Introduces constant fields for respective debug module names, replacing the hardcoded ones.
This is done to standardize the naming convention, reduce redundancy and potentially avoid any typos or name mismatches across the project.
This change makes the code more maintainable and easier to update in case module names need to be changed.
2023-10-03 18:50:20 +01:00
828c1e3da0 [Aaru.Images] Introduced constants for module names
Introduces constant fields for respective debug module names, replacing the hardcoded ones.
This is done to standardize the naming convention, reduce redundancy and potentially avoid any typos or name mismatches across the project.
This change makes the code more maintainable and easier to update in case module names need to be changed.
2023-10-03 18:50:20 +01:00
7fb3a87b24 [Aaru.Helpers] Introduced constants for module names
Introduces constant fields for respective debug module names, replacing the hardcoded ones.
This is done to standardize the naming convention, reduce redundancy and potentially avoid any typos or name mismatches across the project.
This change makes the code more maintainable and easier to update in case module names need to be changed.
2023-10-03 18:50:19 +01:00
4ef3252b24 [Aaru.Filesystems] Introduced constants for module names
Introduces constant fields for respective debug module names, replacing the hardcoded ones.
This is done to standardize the naming convention, reduce redundancy and potentially avoid any typos or name mismatches across the project.
This change makes the code more maintainable and easier to update in case module names need to be changed.
2023-10-03 18:50:19 +01:00
741bb5389a [Aaru.Devices] Introduced constants for module names
Introduces constant fields for respective debug module names, replacing the hardcoded ones.
This is done to standardize the naming convention, reduce redundancy and potentially avoid any typos or name mismatches across the project.
This change makes the code more maintainable and easier to update in case module names need to be changed.
2023-10-03 18:50:19 +01:00
81b06c0d3b [Aaru.Decryption] Introduced constants for module names
Introduces constant fields for respective debug module names, replacing the hardcoded ones.
This is done to standardize the naming convention, reduce redundancy and potentially avoid any typos or name mismatches across the project.
This change makes the code more maintainable and easier to update in case module names need to be changed.
2023-10-03 18:50:19 +01:00
874c7d92ff [Aaru.Core] Introduced constants for module names
Introduces constant fields for respective debug module names, replacing the hardcoded ones.
This is done to standardize the naming convention, reduce redundancy and potentially avoid any typos or name mismatches across the project.
This change makes the code more maintainable and easier to update in case module names need to be changed.
2023-10-03 18:50:19 +01:00
446c5f1c64 [Aaru.CommonTypes] Introduced constants for module names
Introduces constant fields for respective debug module names, replacing the hardcoded ones.
This is done to standardize the naming convention, reduce redundancy and potentially avoid any typos or name mismatches across the project.
This change makes the code more maintainable and easier to update in case module names need to be changed.
2023-10-03 18:50:11 +01:00
3c4ef2b3d6 [Aaru] Introduced constants for module names
Introduces constant fields for respective debug module names, replacing the hardcoded ones.
This is done to standardize the naming convention, reduce redundancy and potentially avoid any typos or name mismatches across the project.
This change makes the code more maintainable and easier to update in case module names need to be changed.
2023-10-03 16:52:02 +01:00
1703b3b6a1 Moved device report debug module names to constant strings. 2023-10-03 16:18:16 +01:00
65cf4bf2e9 Translate Aaru.Tests.Devices to Spanish (Spain). 2023-10-03 16:07:55 +01:00
a4be8f1180 Translate Aaru.Tests to Spanish (Spain). 2023-10-03 14:17:40 +01:00
8f4dd28db8 Translate Aaru.Partitions to Spanish (Spain). 2023-10-03 13:48:21 +01:00
76af2b8ed8 Translate Aaru.UI to Spanish (Spain). 2023-10-03 12:59:47 +01:00
232f320f15 Align log sections in Spanish (Spain) translation. 2023-10-02 02:40:52 +01:00
0922e86467 Translate Aaru.Core to Spanish (Spain). 2023-10-02 02:19:02 +01:00
486c15e276 Translate Aaru.Images to Spanish (Spain). 2023-10-01 19:15:05 +01:00