From 6665cc4531051b05a93aa4d360ce970596282639 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Mon, 19 Aug 2024 02:55:46 +0300 Subject: [PATCH] minor locale adj --- locales/en_US.json | 32 +++++++++++++------------- src/automatic_partitioning_page/mod.rs | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/locales/en_US.json b/locales/en_US.json index f5f55b7..dd11807 100644 --- a/locales/en_US.json +++ b/locales/en_US.json @@ -58,32 +58,32 @@ "confirm_install_pika": "Confirm & Install PikaOS", "view_logs": "View Logs", "parting_status_text": "Partitioning The Target Drives.", - "image_status_text": "Writing image to target.", - "flag1_status_text": "Enabling bls_boot flag on /boot.", - "flag2_status_text": "Enabling efi flag on /boot/efi.", - "crypt_status_text": "Setting up encryption crypttab.", + "image_status_text": "Writing Image to target.", + "flag1_status_text": "Enabling BLS_BOOT flag on /boot.", + "flag2_status_text": "Enabling EFI flag on /boot/efi.", + "crypt_status_text": "Setting up Encryption CRYPTTAB.", "lang_status_text": "Setting Up Language and Keyboard.", - "boot_status_status_text": "Configuring bootloader.", - "post_status_text": "Running post installation script.", - "eula_page_subtitle": "PikaOS User license Agreement", + "boot_status_status_text": "Configuring Bootloader.", + "post_status_text": "Running Post Installation Script.", + "eula_page_subtitle": "PikaOS User License Agreement", "please_read_eula": "Please carefully read and make sure you consent to the following before installing PikaOS:", "eula_buffer_text": "There are a few things to keep in mind: \n 1 - You understand that this distribution is -NOT- to be considered an ‘Ubuntu Flavor’. \n 2 - This is a hobby distribution, so we will try our best to provide formal support but it will -NOT- be guaranteed. \n 3 - Although PikaOS might provide identical patches and user experience to the Nobara project, we are -NOT- directly a part of them so questions and bug reports should not be sent directly to them (they dont have to deal with it!) \n 4 - While the installer is running DO NOT INTERRUPT IT! or you will end up with a corrupted system. \n 5 - Try to use pikman instead of apt when using the terminal, it is much faster! \n 6 - You understand the xone driver downloads needed binaries locally and does not directly package or distribute any copyrighted firmware or other related data. \n 7 - Automatic partitioning will format all partitons on a drive, so if you want to dualboot make a separate EFI partition for PikaOS and use manual partitioning \n 8 - In case you need the login info for this session: \n - username: pikaos \n - password: \n MEANING: JUST PRESS ENTER", "eula_accept_checkbutton_label": "I Agree and Accept the User license Agreement", "eula_page_title": "EULA", - "efi_error_header_text_label": "Un Supported Boot Platform", - "efi_error_text_label": "PikaOS Only works on GPT UEFI Systems, this machine is booted in CSM/LEGACY mode.", + "efi_error_header_text_label": "Un-Supported Boot Platform", + "efi_error_text_label": "PikaOS Only works on GPT UEFI Systems, This Machine is Booted in CSM/LEGACY mode.", "exit_button_label": "exit_button_label", "partition_row_expander_subtitle": "Partition", "mountpoint_entry_row_title": "Mountpoint\nE.g: /var", "mountopts_entry_row_title": "Additional Mount Options\nE.g: subvol=@home", - "pika_install_good": "The installation of PikaOS has been completed sucessfully.", + "pika_install_good": "The Installation of PikaOS Has Been Completed Sucessfully.", "reboot": "Reboot", - "pika_install_bad": "PikaOS has Failed!\nCheck logs for further info.", + "pika_install_bad": "PikaOS Installation Has Failed!\nCheck logs for further info.", "logs": "Log", "automatic_partitioning_page_title": "Automatic Partitioning Installer", - "automatic_partitioning_page_subtitle": "Choose the Drive you want to install PikaOS on\nNote: This will erase the entire drive backup your data!", - "devices_selection_expander_row_title_no_drive_selected": "No disk selected for installation", - "partition_method_automatic_disk_nodisk_error_label_label": "No Disk specified.", + "automatic_partitioning_page_subtitle": "Choose the Drive you want to install PikaOS on\nNote: This Will Erase The Entire Drive BACKUP YOUR DATA!", + "devices_selection_expander_row_title_no_drive_selected": "No Disk Selected for Installation", + "partition_method_automatic_disk_nodisk_error_label_label": "No Disk Specified.", "partition_method_automatic_luks_empty_error_label_label": "LUKS Encryption Enabled but no password provided.", "partition_method_automatic_luks_checkbutton_label": "Enable LUKS2 Disk Encryption", "partition_method_automatic_luks_password_entry_label": "LUKS Password", @@ -92,13 +92,13 @@ "done": "Done", "partitioning_page_title": "Partitioning", "partition_method_automatic_luks_password_entry_label_confirm": "Confirm LUKS Password", - "partition_method_automatic_luks_missmatch_error_label_label": "The LUKS Passwords do not match!", + "partition_method_automatic_luks_missmatch_error_label_label": "The LUKS Passwords Do Not Match!", "language_search_bar_placeholder_text": "Search for a Language", "keyboard_search_bar_placeholder_text": "Search for a Keyboard Layout", "timezone_search_bar_placeholder_text": "Search for a Timezone", "advanced_expander_label": "Advanced Options", "advanced_filesystem_selection_frame_label": "Format Target Disk as:", - "advanced_filesystem_selection_frame_label": "Seperate /home ?", + "advanced_home_seperation_selection_frame_label": "Seperate /home ?", "advanced_home_seperation_selection_checkbutton_subvol_label": "Yes, via a Subvolume", "advanced_home_seperation_selection_checkbutton_partition_label": "Yes, via a Partition", "advanced_home_seperation_selection_checkbutton_none_label": "No", diff --git a/src/automatic_partitioning_page/mod.rs b/src/automatic_partitioning_page/mod.rs index 60aefe1..9b2defe 100644 --- a/src/automatic_partitioning_page/mod.rs +++ b/src/automatic_partitioning_page/mod.rs @@ -679,7 +679,7 @@ pub fn automatic_partitioning_page( advanced_filesystem_selection_frame.set_label(Some(&t!("advanced_filesystem_selection_frame_label"))); // advanced_home_seperation_selection_frame - .set_label(Some(&t!("advanced_filesystem_selection_frame_label"))); + .set_label(Some(&t!("advanced_home_seperation_selection_frame_label"))); // advanced_home_seperation_selection_checkbutton_subvol.set_label(Some(&t!( "advanced_home_seperation_selection_checkbutton_subvol_label"