From 56e87a62cf0163e4c4818ca2587dd52f0e07294460d6500460bdadba9ba3f238 Mon Sep 17 00:00:00 2001 From: Kira Date: Sat, 6 Jun 2026 00:23:09 +0200 Subject: [PATCH] Adding records for install stage. --- src/locales/en.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index f1e0a4f..239079e 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -4,7 +4,10 @@ "button.next": "Next", "button.back": "Back", "button.cancel": "Cancel", + "button.finish": "Finish", "button.exit": "Exit", + "button.yes": "Yes", + "button.no": "No", "wellcome.text": "Welcome to Kira Installer!", "wellcome.choose_language": "Please select language to use during istalation!", "license.license": "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with this program. If not, see .", @@ -37,6 +40,7 @@ "partition.select_swapmode": "Select swap partition mode", "partition.use_zram": "Use zram technology", "partition.use_secure_boot": "Setup secure boot", + "partition.encrypt_drive": "Encrypt drive", "partition.current_dev_layout": "Current device layout", "partition.current_after_install": "After installation device will look like this", "security.user_name": "User login name", @@ -46,5 +50,7 @@ "security.root_password": "Root password", "security.pass_low": "low security", "security.pass_middle": "normal security", - "security.pass_hight": "hight security" + "security.pass_hight": "hight security", + "install.caption": "Now we will beee install Bzz Linux to your PC", + "install.warning": "We a ready to start installation, this action will destroy all data on select drive!\nDo you want to proceed?" } \ No newline at end of file