From 978f4e3cde5fdec9f55d64a96bc77a9600d9ca68 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Sat, 24 Aug 2024 09:37:16 +0300 Subject: [PATCH] add localization for new progress --- locales/en_US.json | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/locales/en_US.json b/locales/en_US.json index e0196a4..ec28cca 100644 --- a/locales/en_US.json +++ b/locales/en_US.json @@ -28,14 +28,6 @@ "crypttab_dialog_response_crypttab_dialog_boot": "Unlock on Boot Manually", "crypttab_dialog_response_crypttab_dialog_auto": "Unlock Automatically with Root Unlock", "progress_log_button_content_tooltip": "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.", - "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", "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", @@ -47,10 +39,6 @@ "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.", - "reboot": "Reboot", - "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", @@ -60,7 +48,6 @@ "partition_method_automatic_luks_password_entry_label": "LUKS Password", "partition_method_automatic_disk_small_error_label_label": "Disk Size too small, PikaOS needs 40GB Disk", "installation": "Installation", - "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!", @@ -117,7 +104,23 @@ "install_confirm_detail_partition_method_manual_crypttab_entry_subtitle_manual": "{LUKS_NAME} Unlocked Manually Via Password On System Startup", "install_confirm_detail_partition_method_manual_fstab_entry_title": "Manual FSTAB Entry", "install_confirm_detail_partition_method_manual_fstab_entry_subtitle": "{PART_NAME} ({PART_SIZE} {PART_FS}) Mounted On ({MOUNTPOINT})", - "mounted_on_detail": " mounted on ", "install_target_detail": "Install Target:", - "install_confirm_button_label": "Confirm & Install PikaOS" + "install_confirm_button_label": "Confirm & Install PikaOS", + "installation_progress_bar_text_parting": "Partitioning Target Disk", + "installation_progress_bar_text_image": "Writing Image to Target Disk", + "installation_progress_bar_text_flag": "Setting Up Parition Flags", + "installation_progress_bar_text_bind": "Bind Live Media Environment to Chroot", + "installation_progress_bar_text_arch_copy": "Copying Extra Packages from Live Medium", + "installation_progress_bar_text_encryption": "Setting Up LUKS Encryption", + "installation_progress_bar_text_swap": "Setting Up SWAPs", + "installation_progress_bar_text_gen_fstab": "Generating Filesystem Table", + "installation_progress_bar_text_locale": "Generating Locales", + "installation_progress_bar_text_bootloader": "Install UEFI Bootloader", + "installation_progress_bar_text_live_remove": "Removing Un-Needed Packages", + "installation_progress_bar_text_basic_user": "Making a Basic User", + "installation_progress_bar_text_unbind": "Unbinding Live Media Environment from Chroot", + "pika_install_good": "The Installation of PikaOS Has Been Completed Sucessfully.", + "reboot": "Reboot", + "pika_install_bad": "PikaOS Installation Has Failed!\nCheck logs for further info.", + "logs": "Log" }