mirror of
https://gitlab.com/erkanisik/yali-rs.git
synced 2026-07-31 03:09:00 +00:00
332 lines
20 KiB
TOML
332 lines
20 KiB
TOML
# ── Navigation ────────────────────────────────────────────
|
|
steps = "Steps"
|
|
back = "Back"
|
|
next = "Next"
|
|
cancel = "Cancel"
|
|
confirm = "Confirm"
|
|
|
|
# ── Welcome ───────────────────────────────────────────────
|
|
welcome = "Welcome"
|
|
welcome_title = "Welcome to YALI Installation Tool"
|
|
welcome_description = "This tool will guide you through the installation process."
|
|
select_language = "Select Language:"
|
|
|
|
# ── Location ──────────────────────────────────────────────
|
|
location = "Location"
|
|
location_title = "Region & Timezone"
|
|
location_description = "Select your region and timezone."
|
|
search_timezone = "Search timezone:"
|
|
|
|
# ── Keyboard ──────────────────────────────────────────────
|
|
keyboard = "Keyboard"
|
|
keyboard_title = "Keyboard Layout"
|
|
keyboard_description = "Select your keyboard layout and test it below."
|
|
keyboard_layout_label = "Layout"
|
|
keyboard_test_label = "Test Area"
|
|
keyboard_test_hint = "Type here to test your keyboard…"
|
|
keyboard_selected = "Selected"
|
|
|
|
# ── Partition ─────────────────────────────────────────────
|
|
partition = "Partitioning"
|
|
partition_title = "Disk Selection"
|
|
partition_description = "Select the disk you want to install on."
|
|
select_disk_label = "Select disk:"
|
|
no_disks_found = "No disks found. Please attach a storage device."
|
|
rescan_disks = "Rescan"
|
|
erase_disk_label = "Use entire disk (automatic)"
|
|
manual_partition_label = "Manual partitioning"
|
|
manual_partition_wip = "Manual partitioning is under development."
|
|
erase_warning = "WARNING: All data on the selected disk will be erased"
|
|
|
|
# ── Users ─────────────────────────────────────────────────
|
|
users = "Users"
|
|
users_title = "User Account"
|
|
users_description = "Create a user account for your system."
|
|
username_label = "Username"
|
|
password_label = "Password"
|
|
password_confirm_label = "Confirm password"
|
|
hostname_label = "Computer name"
|
|
username_invalid = "Invalid username. Must start with a lowercase letter or underscore, max 32 characters."
|
|
hostname_invalid = "Invalid hostname. Only letters, digits, and hyphens are allowed."
|
|
passwords_no_match = "Passwords do not match"
|
|
|
|
# ── Summary ───────────────────────────────────────────────
|
|
summary = "Summary"
|
|
summary_title = "Installation Summary"
|
|
summary_description = "Review your choices. Clicking Next will start the installation."
|
|
summary_language = "Language"
|
|
summary_timezone = "Timezone"
|
|
summary_keyboard = "Keyboard layout"
|
|
summary_disk = "Disk"
|
|
summary_username = "Username"
|
|
summary_hostname = "Computer name"
|
|
summary_erase_mode = "Entire disk will be erased"
|
|
summary_manual_mode = "Manual partitioning"
|
|
summary_not_selected = "Not selected"
|
|
summary_warning = "⚠ Warning: Clicking Next will permanently erase all data on the selected disk!"
|
|
|
|
# ── Execution ─────────────────────────────────────────────
|
|
execution = "Installation"
|
|
execution_title = "Installing…"
|
|
execution_description = "Please wait. This may take a few minutes."
|
|
start_install = "Start Installation"
|
|
install_starting = "Starting installation…"
|
|
|
|
# ── Slides for PISILINUX ────────────────────────────────────────────
|
|
welcome_slide_title = "Welcome to Pisi GNU/Linux"
|
|
welcome_slide_description = "Pisi is a Turkish-supported GNU/Linux distribution that combines speed, stability, and ease of use."
|
|
package_manager_title = "PISI Package Manager"
|
|
package_manager_description = "Access thousands of packages with a single command. Install anything you need easily with `pisi install <package>`."
|
|
community_title = "Community Support"
|
|
community_description = "Our active community at forum.pisilinux.org is ready to answer your questions. Our wiki pages are always accessible."
|
|
speed_title = "Speed & Performance"
|
|
speed_description = "Thanks to an optimized kernel and startup services, PisiLinux boots in seconds and uses minimal resources."
|
|
security_title = "Security First"
|
|
security_description = "Keep your system secure with regular security updates, AppArmor profiles, and secure default settings."
|
|
customization_title = "Customization"
|
|
customization_description = "Tailor everything to your taste — from the desktop environment and theme colors to panel layout and keyboard shortcuts."
|
|
|
|
# ── Slides for BUDGIE ────────────────────────────────────────────
|
|
budgie_title = "PisiLinux Budgie"
|
|
budgie_description = "A modern, clean, and elegant Budgie desktop. Built on the GNOME stack and user-friendly."
|
|
budgie_applets_title = "Budgie Desktop Applets"
|
|
budgie_applets_description = "Easily add tools like weather, system monitor, and calendar via Budgie's panel applets."
|
|
budgie_raven_title = "Raven Notification Center"
|
|
budgie_raven_description = "Access volume, media controls, notifications, and quick settings from the Raven panel."
|
|
budgie_gtk_theme_title = "GTK Theme Support"
|
|
budgie_gtk_theme_description = "Budgie runs GTK themes and GNOME applications seamlessly, ensuring visual consistency."
|
|
|
|
# ── Slides for CINNAMON ────────────────────────────────────────────
|
|
cinnamon_title = "PisiLinux Cinnamon"
|
|
cinnamon_description = "Cinnamon combines the traditional desktop experience with modern features, offering a powerful and flexible environment."
|
|
cinnamon_panel_title = "Cinnamon Panel"
|
|
cinnamon_panel_description = "Customize your panel with applets, launchers, and system indicators for a classic yet powerful desktop."
|
|
cinnamon_settings_title = "Settings Manager"
|
|
cinnamon_settings_description = "Fine-tune every aspect of your Cinnamon desktop through the comprehensive Settings Manager."
|
|
cinnamon_desklets_title = "Cinnamon Desklets"
|
|
cinnamon_desklets_description = "Keep notes, clocks, and system info always visible on your desktop with Cinnamon Desklets."
|
|
|
|
# ── Slides for GNOME ────────────────────────────────────────────
|
|
gnome_title = "PisiLinux GNOME"
|
|
gnome_description = "Reduce distractions and focus on your work with the clean and focused GNOME desktop environment."
|
|
gnome_search_title = "GNOME Search"
|
|
gnome_search_description = "Press the Super key and start typing. Instantly reach applications, files, and settings."
|
|
gnome_extensions_title = "GNOME Extensions"
|
|
gnome_extensions_description = "Shape your desktop to your needs with hundreds of extensions from extensions.gnome.org."
|
|
|
|
# ── Slides for KDE/Plasma ────────────────────────────────────────────
|
|
kde_title = "PisiLinux KDE Plasma"
|
|
kde_description = "Meet the modern, customizable, and powerful KDE Plasma desktop. Everything is at your fingertips."
|
|
dolphin_title = "Dolphin File Manager"
|
|
dolphin_description = "Dolphin makes managing your files easy with tabbed browsing, dual-panel view, and powerful search."
|
|
kde_connect_title = "KDE Connect"
|
|
kde_connect_description = "Connect your phone to your computer. Notifications, file transfer, and clipboard sharing — all with KDE Connect."
|
|
discover_title = "Discover Software Center"
|
|
discover_description = "Easily find, install, and update applications from the visual interface with Discover."
|
|
|
|
# ── Slides for LXQt ────────────────────────────────────────────
|
|
lxqt_title = "PisiLinux LXQt"
|
|
lxqt_description = "A lightweight, fast, and modern LXQt desktop environment. Low resource consumption, high performance."
|
|
lxqt_panel_title = "LXQt Panel"
|
|
lxqt_panel_description = "The traditional panel layout puts the taskbar, application launcher, and system tray always within reach."
|
|
lxqt_pcmanfm_qt_title = "PCManFM-Qt File Manager"
|
|
lxqt_pcmanfm_qt_description = "Manage files effortlessly with the lightweight and fast PCManFM-Qt. Tabbed navigation and a customizable interface."
|
|
lxqt_speed_title = "LXQt Speed"
|
|
lxqt_speed_description = "LXQt is engineered for speed. Boot faster, respond quicker, and make the most of even older hardware."
|
|
|
|
# ── Slides for LXDE ────────────────────────────────────────────
|
|
lxde_title = "PisiLinux LXDE"
|
|
lxde_description = "The legendary lightweight LXDE desktop. Known for extremely low resource usage and a reliable build."
|
|
lxde_openbox_title = "Openbox-Based"
|
|
lxde_openbox_description = "LXDE uses the Openbox window manager. Fine-tune it for a smooth and responsive experience."
|
|
lxde_pcmanfm_title = "PCManFM File Manager"
|
|
lxde_pcmanfm_description = "PCManFM speeds up your file operations with its fast and lightweight build, supporting tree view and tabs."
|
|
lxde_lxpanel_title = "LXPanel"
|
|
lxde_lxpanel_description = "LXPanel provides a taskbar, application menu, and system tray in a classic desktop layout."
|
|
|
|
# ── Slides for LUMINA ────────────────────────────────────────────
|
|
lumina_title = "PisiLinux Lumina"
|
|
lumina_description = "A lightweight and independent Lumina desktop. Qt-based, designed to run cleanly on BSD and Linux systems."
|
|
lumina_applications_title = "Application Support"
|
|
lumina_applications_description = "Lumina works well with core utilities and many popular Qt apps, providing a practical everyday experience."
|
|
lumina_theme_title = "Theme Customization"
|
|
lumina_theme_description = "Easily customize color schemes and interface styles with Lumina's flexible theme system."
|
|
lumina_panel_title = "Lumina Panel"
|
|
lumina_panel_description = "A clean panel with a taskbar, application launcher, and system tray keeps your desktop organized."
|
|
|
|
# ── Slides for MATE ────────────────────────────────────────────
|
|
mate_title = "PisiLinux MATE"
|
|
mate_description = "MATE for those who love the traditional desktop layout. Developed with GTK+ 3 for a modern and smooth experience."
|
|
mate_caja_title = "Caja File Manager"
|
|
mate_caja_description = "Manage your files easily with MATE's powerful Caja. Dual panel, tabbed navigation, and rich features."
|
|
mate_settings_title = "MATE Settings"
|
|
mate_settings_description = "Customize your MATE desktop with comprehensive settings for appearance, display, keyboard, and more."
|
|
mate_applications_title = "Rich Application Suite"
|
|
mate_applications_description = "MATE comes with a rich set of classic applications — from text editors to image viewers, all well-integrated."
|
|
|
|
# ── Slides for XFCE ────────────────────────────────────────────
|
|
xfce_title = "PisiLinux XFCE"
|
|
xfce_description = "A lightweight, fast, and user-friendly XFCE desktop environment. Low resource consumption, high performance."
|
|
xfce_panel_title = "XFCE Panel"
|
|
xfce_panel_description = "The traditional panel layout puts the taskbar, application menu, and system tray always within reach."
|
|
xfce_thunar_title = "Thunar File Manager"
|
|
xfce_thunar_description = "Manage your files easily with the fast and lightweight Thunar. Tree view, tabbed navigation, and customizable features."
|
|
xfce_settings_title = "Settings Manager"
|
|
xfce_settings_description = "A modern alternative to the classic application menu. Find apps easily and organize your favorites with Whisker Menu."
|
|
|
|
|
|
# ── Finish ────────────────────────────────────────────────
|
|
finish = "Finished"
|
|
finish_title = "Installation Complete"
|
|
|
|
# ── Execution (extra) ─────────────────────────────────────
|
|
install_failed = "Installation failed"
|
|
install_done = "Installation complete! Click Next to continue."
|
|
retry_install = "Retry"
|
|
finish_next = "Finish →"
|
|
|
|
# ── Finish ────────────────────────────────────────────────
|
|
finish_description = "PisiLinux has been installed successfully. You can now restart your system."
|
|
finish_restart = "🔄 Restart Now"
|
|
finish_live = "Return to Live Desktop"
|
|
install_in_progress = "Installation in progress, please wait…"
|
|
|
|
# ── Partition (extra) ─────────────────────────────────────
|
|
partition_plan_title = "Partition Plan"
|
|
plan_col_part = "Partition"
|
|
plan_col_fs = "Filesystem"
|
|
plan_col_size = "Size"
|
|
partition_table_type = "Partition table"
|
|
disk_too_small = "Disk too small"
|
|
summary_partition_plan = "Partitioning"
|
|
summary_custom_partitions = "Manual Partitions"
|
|
mp_size_remaining = "Remaining Space"
|
|
|
|
# ── UI / General ──────────────────────────────────────────
|
|
installer = "YALI Installation Tool"
|
|
os_name = "PiSi GNU/LINUX"
|
|
|
|
# ── Error screen ──────────────────────────────────────────
|
|
error_show_log = "▼ Show Log Details"
|
|
error_hide_log = "▲ Hide Log Details"
|
|
error_copy_log = "📋 Copy Log"
|
|
error_copied = "✓ Copied!"
|
|
error_retry = "Retry"
|
|
error_quit = "Quit"
|
|
|
|
# ── Welcome / System checks ───────────────────────────────
|
|
system_checks_title = "System Requirements"
|
|
check_fail_warning = "One or more critical requirements are not met. Please resolve the issues."
|
|
check_warn_notice = "Some recommended requirements are not met. Installation can continue."
|
|
check_all_pass = "All system requirements are satisfied."
|
|
recheck = "🔄 Re-check"
|
|
|
|
# ── Users (ek) ────────────────────────────────────────────
|
|
pwd_very_weak = "Very weak"
|
|
pwd_weak = "Weak"
|
|
pwd_medium = "Medium"
|
|
pwd_strong = "Strong"
|
|
pwd_very_strong = "Very strong"
|
|
|
|
# ── Checker ───────────────────────────────────────────────
|
|
check_disk_space = "Disk Space"
|
|
check_disk_fail = "Maximum disk size is %{size} GB. Minimum 10 GB is required for installation."
|
|
check_disk_warn = "%{size} GB disk available. 20 GB or more recommended."
|
|
check_disk_pass = "%{size} GB disk available."
|
|
check_internet = "Internet"
|
|
check_net_pass = "Internet connection available."
|
|
check_net_warn = "Internet connection not found. Offline installation can continue, but updates and extra packages will not be downloaded."
|
|
check_boot_mode = "Boot Mode"
|
|
check_uefi_pass = "UEFI mode detected. GPT will be used."
|
|
check_bios_pass = "BIOS/Legacy mode detected. MBR will be used."
|
|
check_live_sys = "Live System"
|
|
check_live_fail = "PisiLinux Live environment not detected (is pisilinux-install package installed?). Installation can only be performed from a Live USB."
|
|
check_live_pass = "Live environment verified."
|
|
|
|
# ── Jobs ──────────────────────────────────────────────────
|
|
job_copy_files = "Copying system files"
|
|
job_partition = "Partitioning disk"
|
|
job_mount = "Mounting partitions"
|
|
job_mount_bind = "Preparing chroot environment"
|
|
job_umount_bind = "Cleaning up chroot mounts"
|
|
job_initramfs = "Generating initramfs"
|
|
job_bootloader = "Installing bootloader (GRUB)"
|
|
job_comar = "COMAR configuration"
|
|
job_fstab = "Generating fstab"
|
|
job_hostname = "Configuring hostname"
|
|
job_locale = "Configuring locale"
|
|
job_timezone = "Setting timezone"
|
|
job_keyboard = "Configuring keyboard layout"
|
|
job_user = "Creating user account"
|
|
|
|
# ── Manual Partition UI ────────────────────────────────────
|
|
manual_partition_title = "Manual Partitioning"
|
|
manual_partition_description = "Configure your disk layout manually."
|
|
mp_device = "Device"
|
|
mp_size = "Size"
|
|
mp_fstype = "Filesystem"
|
|
mp_mountpoint = "Mount Point"
|
|
mp_action = "Action"
|
|
mp_add = "Add Partition"
|
|
mp_delete = "Delete"
|
|
mp_apply = "Apply Changes"
|
|
mp_no_efi = "⚠️ No EFI partition assigned. Required for UEFI boot."
|
|
mp_no_root = "⚠️ No root (/) partition assigned."
|
|
mp_confirm_delete = "Delete partition %{dev}? This cannot be undone."
|
|
mp_plan_title = "Change Summary"
|
|
mp_fs_ext4 = "ext4"
|
|
mp_fs_btrfs = "btrfs"
|
|
mp_fs_xfs = "xfs"
|
|
mp_fs_fat32 = "FAT32 (EFI)"
|
|
mp_fs_swap = "swap"
|
|
mp_size_gb = "%{n} GB"
|
|
mp_size_mb = "%{n} MB"
|
|
|
|
|
|
check_ram = "RAM"
|
|
check_ram_fail = "%{mb} MB RAM available. Minimum 1 GB required."
|
|
check_ram_warn = "%{mb} MB RAM available. 2 GB or more recommended."
|
|
check_ram_pass = "%{mb} MB RAM available."
|
|
check_cpu = "CPU Architecture"
|
|
check_cpu_pass = "x86_64 (SSE2 supported)."
|
|
check_cpu_warn = "x86_64 but SSE2 support not detected. Some packages may not work."
|
|
check_cpu_fail = "'%{arch}' architecture is not supported. Only x86_64 is supported."
|
|
check_nvme = "NVMe Support"
|
|
check_nvme_pass1 = "NVMe disk(s) detected and driver loaded."
|
|
check_nvme_pass2 = "NVMe driver loaded (no device)."
|
|
check_nvme_pass3 = "No NVMe disk detected. Using SATA/virtio."
|
|
|
|
# ── Auto-Install / CLI ────────────────────────────────────
|
|
answer_file = "Answer file"
|
|
error = "Error"
|
|
disk = "Disk"
|
|
system_checks = "System Checks"
|
|
installation_started = "Installation started"
|
|
installation_done = "Installation complete"
|
|
installation_done_description = "You may now restart the system."
|
|
progress = "Progress"
|
|
done = "Done"
|
|
partition_plan_could_not_be_created = "Could not create partition plan for disk"
|
|
|
|
# ── Manual Partition Jobs ─────────────────────────────────
|
|
job_custom_partition = "Applying manual partition layout"
|
|
job_mount_custom = "Mounting manual partitions"
|
|
|
|
# ── Extra Localization / i18n ─────────────────────────────
|
|
mp_delete_confirm_title = "Delete Partition"
|
|
mp_error_empty_mountpoint = "Mount point cannot be empty."
|
|
mp_plan_valid = "✓ Partition plan is valid. You can proceed."
|
|
mp_select_disk_first = "← Select a disk first."
|
|
mp_add_dialog_hint = "/ or /home or swap"
|
|
mp_add_btn = "✓ Add"
|
|
mp_size_hint = "Size (MB, 0=remaining):"
|
|
mp_delete_confirm_yes = "✓ Yes, Delete"
|
|
plan_root_suffix = " (root)"
|
|
disk_min_required = " ↳ %{err} (min. %{n} GB required)"
|
|
|
|
error_partition_plan_not_found = "Partition plan not found."
|
|
error_target_disk_not_selected = "No target disk selected."
|
|
error_thread_terminated = "Install thread terminated unexpectedly."
|
|
error_thread_unexpectedly_terminated = "Install thread terminated unexpectedly."
|
|
|