Translate Aaru.UI to Spanish (Spain).

This commit is contained in:
2023-10-03 12:59:30 +01:00
parent 232f320f15
commit 76af2b8ed8
13 changed files with 2985 additions and 83 deletions

View File

@@ -109,7 +109,7 @@ public sealed class ImageVerifyViewModel : ViewModelBase
OptionsVisible = true;
}
public string VerifyImageLabel => UI.Verify_disc_image_if_supported;
public string VerifyImageLabel => UI.Verify_media_image_if_supported;
public string VerifySectorsLabel => UI.Verify_all_sectors_if_supported;
public string LBALabel => UI.Title_LBA;
public string StartLabel => UI.ButtonLabel_Start;