Files
kira-installer/src/locales/en.json
T

35 lines
2.4 KiB
JSON
Raw Normal View History

{
"_version": 1,
"locale_name": "English",
"button.next": "Next",
"button.back": "Back",
"button.cancel": "Cancel",
"button.exit": "Exit",
"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 <https://www.gnu.org/licenses/>.",
"license.accept_text": "By pressing 'Accept' button you agreening to terms described below:",
"license.button.accept": "Accept",
2026-04-23 00:44:01 +02:00
"license.button.decline": "Decline",
2026-04-22 14:21:24 +02:00
"network.reuse_checkbox_caption": "Reuse settings?",
2026-04-23 00:44:01 +02:00
"network.reuse_question": "Do you want to apply current network settings to installing system?",
2026-04-24 00:38:44 +02:00
"network.checking": "Checking network connectivity, please wait...",
"network.ok": "Network connection active!",
"network.no_connection": "Network inactive.",
"network.check_error": "Error while cheking network connection.",
2026-04-28 23:53:50 +02:00
"network.button.check": "Check Network",
2026-05-01 00:29:15 +02:00
"timezone.selected_timezone": "Selected timezone:",
"timezone.select_timezone": "Please select preffered time zone",
2026-05-03 00:56:20 +02:00
"timezone.init_error": "Error getting time zones data from system!",
"locale.select_language_locale": "The system language will be set to",
2026-05-06 23:21:12 +02:00
"locale.select_formats_locale": "The numbers and dates locale will be set to",
"keyboard.select_model": "Select keyboard model",
"keyboard.select_layout": "Select keyboard layout",
"keyboard.select_variant": "Select keyboard variant",
2026-05-09 21:50:46 +02:00
"keyboard.init_error": "Error getting keyboard layouts information from the system!",
"partition.no_swap": "Do not create swap partition",
"partition.swap_no_hibernate": "Swap without hibernate",
"partition.swap_hibernate": "Swap partition with hibernation support",
"partition.select_device_placeholder": "Select Device",
"partition.select_device": "Select device for system installation"
2026-04-22 14:21:24 +02:00
}