diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c51f193d..f02939d2b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,4 +29,4 @@ jobs: GIT_USER_NAME: "elementaryBot" GIT_USER_EMAIL: "builds@elementary.io" with: - release_branch: "horus" + release_branch: "noble" diff --git a/data/installer.metainfo.xml.in b/data/installer.metainfo.xml.in index 4f3455694..ce39afb2a 100644 --- a/data/installer.metainfo.xml.in +++ b/data/installer.metainfo.xml.in @@ -14,25 +14,25 @@ - https://raw.githubusercontent.com/elementary/installer/1.1.0/data/screenshot-language.png + https://raw.githubusercontent.com/elementary/installer/8.0.0/data/screenshot-language.png - https://raw.githubusercontent.com/elementary/installer/1.1.0/data/screenshot-keyboard.png + https://raw.githubusercontent.com/elementary/installer/8.0.0/data/screenshot-keyboard.png - https://raw.githubusercontent.com/elementary/installer/1.1.0/data/screenshot-try-install.png + https://raw.githubusercontent.com/elementary/installer/8.0.0/data/screenshot-try-install.png - https://raw.githubusercontent.com/elementary/installer/1.1.0/data/screenshot-custom.png + https://raw.githubusercontent.com/elementary/installer/8.0.0/data/screenshot-custom.png - https://raw.githubusercontent.com/elementary/installer/1.1.0/data/screenshot-encrypt.png + https://raw.githubusercontent.com/elementary/installer/8.0.0/data/screenshot-encrypt.png - https://raw.githubusercontent.com/elementary/installer/1.1.0/data/screenshot-progress.png + https://raw.githubusercontent.com/elementary/installer/8.0.0/data/screenshot-progress.png - https://raw.githubusercontent.com/elementary/installer/1.1.0/data/screenshot-success.png + https://raw.githubusercontent.com/elementary/installer/8.0.0/data/screenshot-success.png @@ -56,7 +56,7 @@ contact_at_elementary.io - +

Improvements:

    diff --git a/meson.build b/meson.build index 1bea0fa30..b48486ec3 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'io.elementary.installer', 'vala', 'c', meson_version : '>= 0.56.0', - version: '1.2.0' + version: '8.0.0' ) add_global_arguments('-DGETTEXT_PACKAGE="' + meson.project_name() + '"', language:'c') diff --git a/po/POTFILES b/po/POTFILES index c84aa9638..f8584d027 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -1,10 +1,11 @@ src/Application.vala src/MainWindow.vala src/Utils.vala -src/Helpers/KeyboardLayoutHelper.vala src/Helpers/LocaleHelper.vala src/Helpers/LogHelper.vala src/Objects/Configuration.vala +src/Objects/KeyboardLayout.vala +src/Objects/KeyboardVariant.vala src/Objects/Mount.vala src/Views/AbstractInstallerView.vala src/Views/CheckView.vala diff --git a/po/af.po b/po/af.po index 82233d2f6..2b61e6065 100644 --- a/po/af.po +++ b/po/af.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-10-12 01:29+0200\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-28 06:46+0000\n" "X-Generator: Poedit 1.8.7.1\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -113,61 +117,61 @@ msgstr "" msgid "Select a Drive" msgstr "Kies 'n taal" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -175,97 +179,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -275,37 +279,33 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "Kies 'n taal" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 #, fuzzy msgid "Input Language" msgstr "Kies 'n taal" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 #, fuzzy msgid "Languages" msgstr "Kies 'n taal" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Kies 'n taal" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -314,129 +314,129 @@ msgstr "" msgid "Select Partitions" msgstr "Kies 'n taal" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/ak.po b/po/ak.po index 43d3354d0..8aab73e22 100644 --- a/po/ak.po +++ b/po/ak.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2017-04-01 19:21+0000\n" "Last-Translator: Lawrence Aberba \n" "Language-Team: ak (generated) You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -115,61 +119,61 @@ msgstr "" msgid "Select a Drive" msgstr "Paw kasa" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -177,97 +181,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -277,37 +281,33 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "Paw kasa" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 #, fuzzy msgid "Input Language" msgstr "Paw kasa" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 #, fuzzy msgid "Languages" msgstr "Paw kasa" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Paw kasa" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -316,129 +316,129 @@ msgstr "" msgid "Select Partitions" msgstr "Paw kasa" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/ar.po b/po/ar.po index 17df4a980..820f4694b 100644 --- a/po/ar.po +++ b/po/ar.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2021-09-04 16:04+0000\n" "Last-Translator: Muhammad Al-Jayyousi \n" "Language-Team: Arabic You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "قد يكون جهازك بطيئاً جداً" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "ثبت %s" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "مستحسن:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "جهازك:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "المعالج:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "الذاكرة:" @@ -122,7 +126,7 @@ msgstr "الذاكرة:" msgid "Select a Drive" msgstr "اختر وسيط تخزين" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -131,57 +135,57 @@ msgstr "" "بعمل نسخة احتياطية لبياناتك ، فيمكنك إلغاء عملية التثبيت واستخدام الوضع " "التجريبي." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "قيد الحصول على الإعدادات الحالية…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "التالي" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "قيد تقسيم وسيط التخزين" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "ارجع" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "امسح وثبت" @@ -189,11 +193,11 @@ msgstr "امسح وثبت" msgid "Don’t Encrypt" msgstr "لا تشفر" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "قم بتشفير وسيط التخزين" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -201,7 +205,7 @@ msgstr "" "قم بتشفير وسيط تخزين هذا الجهاز إذا كان مطلوباً لحماية إضافية، ولكن تأكد من " "فهمك للتالي:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -209,7 +213,7 @@ msgstr "" "البيانات ستكون محمية فقط من الآخرين الذين لديهم وصول مادي للجهاز عندما يكون " "مطفئاً." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -217,7 +221,7 @@ msgstr "" "كلمة مرور التشفير ستكون مطلوبة في كل مرة تقوم بفتح الجهاز. احفظها في مكان " "آمن." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -225,7 +229,7 @@ msgstr "" "سيكون من المطلوب وجود لوحة مفاتيح مدمجة أو موصولة بواسطة USB للتمكن من كتابة " "كلمة مرور التشفير في كل مرة يتم تشغيل هذا الجهاز." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -234,31 +238,31 @@ msgstr "" "إذا نسيت كلمة مرور التشفير، لن تكون قادراً على استعادة البيانات. هذه " "كلمة مرور مميزة لوسيط التخزين الخاص بك، وليست كلمة المرور الخاصة بحسابك." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "اختر كلمة مرور للتشفير" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "قم بتأكيد كلمة المرور" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "اختر كلمة مرور" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "اضبط كلمة مرور التشفير" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "كلمتا المرور غير متطابقتين" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "تعذر التثبيت" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -267,31 +271,31 @@ msgstr "" "فشل تثبيت %s، ويحتمل أن يكون خطأً بسبب مشكلة في العتاد. جهازك قد لا يعيد " "التشغيل بشكل صحيح. يمكنك محاولة التالي:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "حاول التثبيت مرة أخرى" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "استخدم الوضع التجريبي وحاول الاستعادة يدوياً" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "أعد تشغيل الجهاز للإقلاع من وسيط تخزين آخر" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "التفاصيل" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "أعد تشغيل الجهاز" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "جرب الوضع التجريبي" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "جرب إعادة التثبيت" @@ -299,35 +303,31 @@ msgstr "جرب إعادة التثبيت" msgid "Select Keyboard Layout" msgstr "اختر تخطيط لوحة المفاتيح" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "اكتب لاختبار تخطيطك" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "أظهر تخطيط لوحة المفاتيح" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "اختر" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "الافتراضي" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "لغة الإدخال" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "اللغات" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "اختر اللغة" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "اللغة المفعلة حالياً" @@ -337,7 +337,7 @@ msgstr "اللغة المفعلة حالياً" msgid "Select Partitions" msgstr "استخدم القسم" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -349,12 +349,12 @@ msgstr "" "التهيئة\"، سيتم إزالة جميع البيانات في القسم الذي تم تحديده." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "يجب اختيار قسم الجذر (/) واحد على الأقل." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -365,65 +365,65 @@ msgid "" msgstr "" "يجب على الأقل اختيار قسم الجذر (/) وقسم الإقلاع (/boot/efi)." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" "من المستحسن أيضاً اختيار قسم المبادلة كذاكرة مساعدة لذاكرة النظام " "(RAM)." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "عدل الأقسام…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "يحتوي قسم EFI على نظام ملفات خاطئ" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "قسم EFI صغير جداً" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "نظام ملفات غير صالح للجذر (root)" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "نظام ملفات غير صالح لمجلد المنزل (home)" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "أظهر التسجيلات" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "أخف التسجيلات" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "قيد تقسيم وسيط التخزين" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "قيد استخراج الملفات" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "قيد إعداد النظام" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "قيد الانتهاء من التثبيت" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "جرب أو ثبت" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -431,20 +431,20 @@ msgstr "" "لن يتم حفظ التغييرات، والبيانات الموجودة من نظام التشغيل السابق لن تتغير. " "الأداء والميزات لن يكونا كالنسخة المثبتة." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "امسح وسيط التخزين وثبت" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "احذف كل شيء وثبت نسخة جديدة من %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "تثبيت مخصص (متقدم)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -452,24 +452,24 @@ msgstr "" "قم بإنشاء الأقسام، وتغيير حجمها، وإدارتها بطرق أخرى يدوياً. قد تؤدي هذه " "الطريقة إلى فقدان البيانات." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "تثبيت مخصص" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "أكمل الإعداد" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "تم تثبيت %s" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "أوقف التشغيل" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." @@ -480,7 +480,7 @@ msgstr[3] "ستتم إعادة تشغيل جهازك تلقائياً بعد %i msgstr[4] "ستتم إعادة تشغيل جهازك تلقائياً بعد %i ثانية." msgstr[5] "ستتم إعادة تشغيل جهازك تلقائياً بعد عدد %i من الثواني." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/az.po b/po/az.po index 185cf7ffd..3fb9d9c85 100644 --- a/po/az.po +++ b/po/az.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-10-11 19:49+0200\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" "X-Generator: Poedit 1.8.7.1\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,62 +116,62 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 #, fuzzy msgid "Back" msgstr "Sil" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -175,97 +179,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -273,35 +277,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -309,129 +309,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/be.po b/po/be.po index a4a010058..353e89cf1 100644 --- a/po/be.po +++ b/po/be.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-10-11 19:51+0200\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" "X-Generator: Poedit 1.8.7.1\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,62 +116,62 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 #, fuzzy msgid "Back" msgstr "Вярнуцца" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -175,97 +179,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -273,35 +277,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -309,129 +309,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/bg.po b/po/bg.po index 49fcb4ec5..78813907f 100644 --- a/po/bg.po +++ b/po/bg.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2022-04-20 09:24+0000\n" "Last-Translator: David Hewitt \n" "Language-Team: Bulgarian You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Вероятно вашето устройство е прекалено бавно" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "Инсталирай %s" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Препоръчително:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Вашето устройство:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Процесор:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Памет:" @@ -121,7 +125,7 @@ msgstr "Памет:" msgid "Select a Drive" msgstr "Изберете език" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -129,57 +133,57 @@ msgstr "" "Това ще изтрие всички данни от избрания диск. Ако не сте архивирали данните " "си, можете да откажете инсталацията и да използвате ДЕМО режим." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Извличане на настоящата конфигурация…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "Създаване на дискови дялове" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Назад" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Изтрий и инсталирай" @@ -187,66 +191,66 @@ msgstr "Изтрий и инсталирай" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Неуспешна инсталация" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -258,37 +262,37 @@ msgstr "" "Инсталацията на %s е неуспешна, поради вероятна хардуерна грешка. " "Устройството ви може да не се рестатира нормално. Можете да опитате следното:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "Опитайте да инсталирате отново" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "Използвайте ДЕМО режим и опитайте да възстановите ръчно" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "Рестартирайте устройството, за да зареди от друг диск" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Рестартирайте устройството" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Опитайте ДЕМО режим" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Опитайте да инсталирате отново" @@ -298,35 +302,31 @@ msgstr "Опитайте да инсталирате отново" msgid "Select Keyboard Layout" msgstr "Клавиатурна подредба" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Пишете, за да изпробване подредбата" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Покажи клавиатурната подредба" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Избери" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "По подразбиране" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Език за въвеждане" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Езици" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Изберете език" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Активен език" @@ -335,81 +335,81 @@ msgstr "Активен език" msgid "Select Partitions" msgstr "Изберете език" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Създаване на дискови дялове" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Извличане на файлове" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Конфигуриране на системата" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Приключване на инсталацията" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 #, fuzzy msgid "Try or Install" msgstr "Опитайте да инсталирате отново" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 #, fuzzy msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " @@ -420,54 +420,54 @@ msgstr "" "устройството и софтуера може да не отразят изживяването от инсталирана " "система." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy #| msgid "Erase and Install" msgid "Erase Disk and Install" msgstr "Изтрий и инсталирай" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy #| msgid "Could Not Install" msgid "Custom Install" msgstr "Неуспешна инсталация" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Продължи инсталацията" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Изключване" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/bn.po b/po/bn.po index 17fc641c4..e2d828ce7 100644 --- a/po/bn.po +++ b/po/bn.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2022-04-20 09:20+0000\n" "Last-Translator: David Hewitt \n" "Language-Team: Bengali You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "আপনার ডিভাইসটি হয়তো খুব ধীরে কাজ করছে" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "%s ইনস্টল করুন" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "প্রস্তাবিত:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "আপনার ডিভাইস:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "প্রসেসর:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 #, fuzzy msgid "Memory:" msgstr "মেমরি (RAM):" @@ -123,7 +127,7 @@ msgstr "মেমরি (RAM):" msgid "Select a Drive" msgstr "একটি ভাষা বেছে নিন" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -132,57 +136,57 @@ msgstr "" "সুরক্ষিত উপায় সংরক্ষিত না করে থাকেন, তাহলে আপনি ইন্টিস্টল্যাশন বাতিল করে ডেমো মোড " "ব্যাবহার করতে পারেন।" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "বর্তমান কনফিগারেশন সম্বন্ধে তথ্য সংগ্রহ করা হচ্ছে…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "ড্রাইভ বিভক্ত করা হচ্ছে" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "ব্যাক" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "সব মুছে ইনস্টল করুন" @@ -190,67 +194,67 @@ msgstr "সব মুছে ইনস্টল করুন" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 #, fuzzy msgid "Could Not Install" msgstr "%s ইনস্টল করা সম্ভব হয়নি" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, fuzzy, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -259,37 +263,37 @@ msgstr "" "ইনস্টলেশন ব্যর্থ হয়েছে, তাই আপনার ডিভাইস সঠিকভাবে রিস্টার্ট হতে নাও পারে। আপনি " "নিম্নলিখিত বিকল্পগুলির মধ্যে একটি চেষ্টা করে দেখতে পারেন:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• পুনরায় ইনস্টল করার চেষ্টা করুন" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "• ডেমো মোড ব্যবহার করুন এবং নিজ উপায় পুনরুদ্ধার করার চেষ্টা করুন" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "• ডিভাইস রিস্টার্ট করে অন্য ড্রাইভ থেকে বুট করার চেষ্টা করুন" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "ডিভাইস রিস্টার্ট করুন" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "ডেমো মোড ব্যবহার করে দেখুন" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "পুনরায় ইনস্টল করে দেখুন" @@ -299,35 +303,31 @@ msgstr "পুনরায় ইনস্টল করে দেখুন" msgid "Select Keyboard Layout" msgstr "কিবোর্ডের ভিত্তি ধরণ" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "কিবোর্ডের ভিত্তি ধরণ পরীক্ষা করে দেখবার জন্য টাইপ করুন" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "কিবোর্ডের ভিত্তি ধরণ দেখাও" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "সিলেক্ট" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "ডিফল্ট" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "ইনপুটের জন্য ভাষা" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "ভাষা" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "একটি ভাষা বেছে নিন" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "বর্তমানে সক্রিয় ভাষা" @@ -336,133 +336,133 @@ msgstr "বর্তমানে সক্রিয় ভাষা" msgid "Select Partitions" msgstr "একটি ভাষা বেছে নিন" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "ড্রাইভ বিভক্ত করা হচ্ছে" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "ফাইলগুলি নির্যাস করা হচ্ছে" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "সিস্টেম কনফিগার করা হচ্ছে" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "ইনস্টলেশন সম্পন্ন হচ্ছে" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 #, fuzzy msgid "Try or Install" msgstr "পুনরায় ইনস্টল করে দেখুন" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy #| msgid "Erase and Install" msgid "Erase Disk and Install" msgstr "সব মুছে ইনস্টল করুন" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy msgid "Custom Install" msgstr "%s ইনস্টল করা সম্ভব হয়নি" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "বন্ধ" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 #, fuzzy msgid "" "After restarting you can set up a new user, or you can shut down now and set " diff --git a/po/bs.po b/po/bs.po index 5e3587904..bf0f34b30 100644 --- a/po/bs.po +++ b/po/bs.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2022-04-20 09:20+0000\n" "Last-Translator: David Hewitt \n" "Language-Team: Bosnian You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Vaš uređaj je možda prespor" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "Instaliraj %s" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Preporučeno:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Vaš uređaj:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Procesor:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Memorija:" @@ -121,7 +125,7 @@ msgstr "Memorija:" msgid "Select a Drive" msgstr "Odaberite pogon" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -130,57 +134,57 @@ msgstr "" "sigurnosnu kopiju svojih podataka, možete otkazati instalaciju i koristiti " "demonstracijski način rada." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Učitavanje trenutne konfiguracije…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Sljedeće" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "Kreiranje particija" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Nazad" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Izbriši i instaliraj" @@ -190,19 +194,19 @@ msgstr "Izbriši i instaliraj" msgid "Don’t Encrypt" msgstr "Ne šifriraj" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 #, fuzzy #| msgid "Drive Encryption" msgid "Enable Drive Encryption" msgstr "Šifriranje pogona" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 #, fuzzy #| msgid "" #| "Encrypting this drive protects data from being read by others with " @@ -214,7 +218,7 @@ msgstr "" "Šifriranje ovog pogona će spriječiti druge koji imaju fizički pristup ovom " "uređaju da čitaju podatke na njemu." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 #, fuzzy #| msgid "" #| "The encryption password will be required each time you turn on this " @@ -226,13 +230,13 @@ msgstr "" "Lozinka šifriranja će biti potrebna svaki put kada uključite ovaj uređaj ili " "ga ponovo pokrenete." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -242,33 +246,33 @@ msgstr "" " To je jedinstvena lozinka za ovaj uređaj, a ne lozinka za Vaš " "korisnički račun." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Odaberite lozinku šifriranja" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Potvrdite lozinku" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Odaberite lozinku" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Odaberite lozinku šifriranja" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Lozinke se ne podudaraju" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Nije bilo moguće instalirati" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -280,37 +284,37 @@ msgstr "" "Instalacija %s neuspješna, moguće zbog hardverske greške. Moguće je da Vaš " "uređaj ne bude pravilno ponovo pokrenut. Možete pokušati sljedeće:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Pokušajte opet s instalacijom" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "• Koristite demonstracijski način rada i pokušajte ručno obnoviti" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "• Pokrenite svoj uređaj ponovo s drugog pogona" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Ponovo pokretanje" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Isprobajte demonstracijski način rada" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Pokušajte instalirati opet" @@ -320,35 +324,31 @@ msgstr "Pokušajte instalirati opet" msgid "Select Keyboard Layout" msgstr "Raspored tastature" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Kucajte da testirate svoj raspored" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Prikaži raspored tastature" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Odaberi" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Zadano" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Jezik unosa" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Jezici" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Odaberite jezik" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Trenutno aktivan jezik" @@ -358,7 +358,7 @@ msgstr "Trenutno aktivan jezik" msgid "Select Partitions" msgstr "Koristi particiju:" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -370,12 +370,12 @@ msgstr "" "opcije \"Formatiraj\" izbrisat ćete SVE podatke na odabranoj particiji." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Morate odabrati makar korijensku (/) particiju." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -387,63 +387,63 @@ msgstr "" "Morate odabrati makar korijensku (/) particiju i pokretačku (/boot/" "efi) particiju." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Također se preporučuje da odaberete swap particiju." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Izmijeni particije…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "EFI particija ima pogrešan sistem datoteka" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "EFI particija je premala" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Nevažeći sistem datoteka za korijen (root)" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Nevažeći sistem datoteka za dom (home)" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Kreiranje particija" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Otpakiranje datoteka" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Konfiguriranje sistema" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Završavanje instalacije" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Isprobaj ili instaliraj" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -452,24 +452,24 @@ msgstr "" "će biti neizmijenjeni. Moguće je da radna svojstva i funkcionalnosti neće " "odražavati pravo iskustvo instaliranog sistema." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy #| msgid "Erase and Install" msgid "Erase Disk and Install" msgstr "Izbriši i instaliraj" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Izbriši sve i instaliraj svježu kopiju %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 #, fuzzy #| msgid "Custom (Advanced)" msgid "Custom Install (Advanced)" msgstr "Prilagođeno (napredno)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -477,26 +477,26 @@ msgstr "" "Kreiraj, izmijeni veličinu i na druge načine upravljaj ručno particijama. " "Ova metoda može dovesti do gubitka podataka." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy #| msgid "Could Not Install" msgid "Custom Install" msgstr "Nije bilo moguće instalirati" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Nastavi s podešavanjem" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Isključenje" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." @@ -504,7 +504,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/ca.po b/po/ca.po index 6a9ed9b0a..1266ce981 100644 --- a/po/ca.po +++ b/po/ca.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2024-05-27 15:13+0000\n" "Last-Translator: David M \n" "Language-Team: Catalan You will not be able " "to upgrade to a stable release." @@ -77,42 +81,42 @@ msgstr "" "Instal·leu-la només en dispositius dedicats al desenvolupament. No la " "podreu actualitzar a la versió estable." -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "Màquina virtual" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" "Algunes parts de %s poden funcionar lentament, congelar-se o no funcionar " "correctament." -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "El vostre dispositiu pot ser massa lent" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "Això pot fer que funcioni lentament o es congeli." -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "Instal·la'l tanmateix" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Recomanat:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "El vostre dispositiu:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Processador:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Memòria:" @@ -120,7 +124,7 @@ msgstr "Memòria:" msgid "Select a Drive" msgstr "Seleccioneu un dispositiu" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -128,20 +132,20 @@ msgstr "" "Això suprimirà totes les dades del dispositiu seleccionat. Si no n'heu fet " "una còpia de seguretat, podeu cancel·lar la instal·lació i usar el mode Demo." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "S'obté la configuració actual…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Següent" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "Controladors addicionals" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " @@ -152,7 +156,7 @@ msgstr "" "addicionals. La majoria de dispositius no requereixen controladors " "addicionals." -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." @@ -160,13 +164,13 @@ msgstr "" "Els controladors de propietat contenen codi privat que no es pot revisar. La " "seguretat i altres actualitzacions depenen del proveïdor del controlador." -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" "Cal una connexió a Internet per instal·lar els controladors de gràfics " "NVIDIA®." -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." @@ -175,7 +179,7 @@ msgstr "" "Centre d'aplicacions, però caldrà una connexió a Internet per a tots els " "controladors." -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." @@ -183,13 +187,13 @@ msgstr "" "Inclou controladors de propietat de tercers durant la instal·lació. " "N'accepto les respectives llicències i condicions d'ús." -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Enrere" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Esborra i instal·la" @@ -197,11 +201,11 @@ msgstr "Esborra i instal·la" msgid "Don’t Encrypt" msgstr "Sense encriptació" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "Habilita l'encriptació de la unitat" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -209,7 +213,7 @@ msgstr "" "Encripteu la unitat d'aquest dispositiu si cal per a més protecció, però " "assegureu-vos que enteneu el següent:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -217,7 +221,7 @@ msgstr "" "Les dades només es protegiran d'altres persones que tinguin accés físic a " "aquest dispositiu quan estigui apagat." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -225,7 +229,7 @@ msgstr "" "La contrasenya d'encriptació es demanarà cada cop que engegueu aquest " "dispositiu. Deseu-la en un lloc segur." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -233,7 +237,7 @@ msgstr "" "Caldrà un teclat integrat o USB per escriure la contrasenya d'encriptació " "cada vegada que s’engegui aquest dispositiu." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -243,31 +247,31 @@ msgstr "" " És una contrasenya única per a aquest dispositiu, no la contrasenya per " "al compte d'usuari." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Trieu una contrasenya d'encriptació" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Confirmeu la contrasenya" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Trieu una contrasenya" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "Establiu una contrasenya d'encriptació" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Les contrasenyes no coincideixen." -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "No s'ha pogut instal·lar" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -276,31 +280,31 @@ msgstr "" "Ha fallat la instal·lació de %s, probablement per un error de maquinari. El " "dispositiu pot no reiniciar-se correctament. Podeu intentar el següent:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "Torneu a fer una instal·lació." -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "Useu el mode Demo i intenteu fer-ne una recuperació manualment." -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "Reinicieu el dispositiu per arrencar des d'una altra unitat." -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Detalls" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Reinicia el dispositiu" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Proveu el mode Demo" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Intenta tornar a fer una instal·lació" @@ -308,35 +312,31 @@ msgstr "Intenta tornar a fer una instal·lació" msgid "Select Keyboard Layout" msgstr "Seleccioneu la disposició del teclat" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Teclegeu per provar la disposició del teclat." -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Mostra la disposició del teclat" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Selecciona" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Per defecte" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Llengua d'entrada" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Llengües" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Seleccioneu una llengua" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Llengua activa actual" @@ -344,7 +344,7 @@ msgstr "Llengua activa actual" msgid "Select Partitions" msgstr "Seleccioneu particions" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" @@ -352,12 +352,12 @@ msgstr "" "partició seleccionada." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Heu de seleccionar com a mínim una partició d'arrel (/)." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." @@ -365,63 +365,63 @@ msgstr "" "Heu de seleccionar almenys una partició d'arrel (/) i una partició " "d'arrencada (/boot/efi) opcional." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "També és recomanable seleccionar una partició d'intercanvi." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Modifica les particions…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "La partició EFI té el sistema de fitxers incorrecte" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "La partició EFI és massa petita" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Sistema de fitxers no vàlid per a l'arrel" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Sistema de fitxers no vàlid per a la partició de l'usuari" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "Mostra'n el registre" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "Amaga'n el registre" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Es parteix el dispositiu" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "S'extreuen fitxers" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Es configura el sistema" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "S'acaba la instal·lació" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Proveu el sistema o instal·leu-lo" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -430,20 +430,20 @@ msgstr "" "es mantindran sense cap canvi. Les característiques i el rendiment poden no " "reflectir l'experiència de tenir el sistema instal·lat." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "Esborra el disc i fes-hi la instal·lació" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Suprimeix-ho tot i instal·la-hi una còpia nova de l'%s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "Instal·lació personalitzada (avançat)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -451,31 +451,31 @@ msgstr "" "Creeu, canvieu la mida o gestioneu les particions manualment. Aquest mètode " "pot comportar pèrdua de dades." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "Instal·lació personalitzada" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Continua la configuració" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "S'ha instal·lat %s." -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Atura" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "El dispositiu es reiniciarà automàticament d'aquí a %i segon." msgstr[1] "El dispositiu es reiniciarà automàticament d'aquí a %i segons." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/ckb.po b/po/ckb.po index bef837f49..c788ce76a 100644 --- a/po/ckb.po +++ b/po/ckb.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2022-09-10 12:23+0000\n" "Last-Translator: Aga Ismael \n" "Language-Team: Kurdish (Central) You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "ئامێری گریمانەیی" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "لەوانەیە ئامێرەکەت زۆر خاو بێت" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "دامەزراندن %s" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "داواکراو:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "ئامێرەکەت:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "پرۆسێسەر:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "میمۆری:" @@ -122,7 +126,7 @@ msgstr "میمۆری:" msgid "Select a Drive" msgstr "درایڤێک دیاریبکە" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -130,57 +134,57 @@ msgstr "" "هەموو داتای سەر درایڤەکە ڕەش دەبێتەوە، ئەگەر درایڤەکەت باکئەپ نەکردووە، " "دەتوانیت دامەزراندنەکە هەڵوەشێنییەوە و دۆخی تاقیکردنەوە بەکار بهێنیت." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "نوێکردنەوە…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "دواتر" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "پارتێشنکردنی درایڤ" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "گەڕانەوە" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "سڕینەوە و دامەزراندن" @@ -188,11 +192,11 @@ msgstr "سڕینەوە و دامەزراندن" msgid "Don’t Encrypt" msgstr "شفرەی مەکە" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "کاراکردنی کۆدکردنی درایڤ" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -200,7 +204,7 @@ msgstr "" "ئەگەر پێویست بوو بۆ پاراستنی زیاتر، درایڤی ئەم ئامێرە کۆد بکە، بەڵام دڵنیابە " "کە تێدەگەیت:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -208,7 +212,7 @@ msgstr "" "داتاکان پارێزراو دەبن تەنها لەوانەی کە دەستگەیشتنی فیزیکییان هەیە بۆ ئەم " "ئامێرە کاتێک کۆمپیتەرەکە کوژاوەتەوە." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -216,7 +220,7 @@ msgstr "" "تێپەڕەوشەی کۆدکردن پێویست دەبێت هەر کاتێک ئەم ئامێرە پێ بکەیت، بۆیە لە " "شوێنێکی سەلامەت بیپارێزە." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -224,7 +228,7 @@ msgstr "" "تەختەکلیلێکی ناوخۆیی یان پەیوەستکراو بەهۆی USB ییەوە پێویست دەبێت بۆ نووسینی " "تێپەڕەوشەکە هەر کاتێک ئامێرەکە پێ بکەیت." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -234,31 +238,31 @@ msgstr "" "ناتوانیت بیان گەڕێنیتەوە. ئەمە تێپەڕەوشەیەکی بێهاوتایە بۆ ئەم ئامێرە، " "نەک تێپەڕەوشەی هەژماری بەکارهێنەر." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "تێپەڕەوشەیەک بۆ کۆدکردن بنووسە" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "دووبارە تێپەڕەوشەکە بنووسەوە بۆ دڵنیابوونەوە" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "تێپەڕەوشە بنووسە" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "دانانی تێپەڕەوشەی کۆدکردن" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "تێپەڕەوشەکان هاوتا نین" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "دامەزراندن نەکرا" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -267,31 +271,31 @@ msgstr "" "دامەزراندن %s شکستی هێنا، دەکرێت هۆکارەکە هەڵەی ڕەقەکاڵا بێت. لەوانەیە " "ئامێرەکە بە گونجاوی پێنەبێتەوە، دەتوانیت ئەمانە تاقی بکەیتەوە:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "دوبارە هەوڵی دامەزراندن بدەوە" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "بەکارهێنانی دۆخی تاقیکاری و هەوڵدان بۆ گەڕاندنەوەی دەستی" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "ئامێرەکە پێبکەوە و لە درایڤێکی ترەوە بووتی بکە" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "وردەکارییەکان" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "پێکردنەوەی ئامێر" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "تاقیکردنەوەی دۆخی تاقیکردنەوە" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "دوبارە هەوڵی دامەزراندن بدەوە" @@ -299,35 +303,31 @@ msgstr "دوبارە هەوڵی دامەزراندن بدەوە" msgid "Select Keyboard Layout" msgstr "ڕووکاری تەختەکلیل دیاریبکە" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "لێرە بنووسە بۆ تاقیکردنەوەی ڕووکاری تەختەکلیلەکەت" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "پشاندانی ڕووکاری تەختەکلیل" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "دیاریکردن" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "بنەڕەت" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "زمانی بەکارهێنان" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "زمانەکان" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "زمانێک دیاریکە" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "زمانی کارای ئێستا" @@ -337,7 +337,7 @@ msgstr "زمانی کارای ئێستا" msgid "Select Partitions" msgstr "پارتێشن بەکاربێنە" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -349,12 +349,12 @@ msgstr "" "\"فۆرمات\" هەموو داتاکانی سەر بەشە هەڵبژێردراوەکە دەسڕێتەوە." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "لانیکەم دەبێت پارتششنێکی Root (/) هەڵبژێریت." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -366,63 +366,63 @@ msgstr "" "دەبێت لانیکەم پارتێشنێکی Root (/) و پارتێشنێکی Boot (/boot/efi) دیاری بکەیت." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "هەروەها پێشنیارکراوە کە پارتێشنێکی Swapیش دیاری بکەت." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "دەستکاریکردنی پارتێشنەکان…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "پارتێشنی EFI فایل سیستەمێکی هەڵەی هەیە" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "قەبارەی پارتێشنی EFI زۆر بچووکە" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "فایل سیستەمێکی هەڵە بۆ ڕووت" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "فایل سیستەمێکی بۆ هۆم" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "پشاندانی تۆمار" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "شاردنەوەی تۆمار" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "پارتێشنکردنی درایڤ" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "دەرکردنی پەڕگەکان" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "ڕێکخستنی سیستەمەکە" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "تەواوکردنی دامەزراندنەکە" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "تاقیکردنەوە یان دامەزراندن" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -431,20 +431,20 @@ msgstr "" "دەستکاری ناکرێن. لەوانەیە کارایی و تایبەتمەندییەکان ڕەنگدانەوەی ئەزموونی " "دامەزراو نەبن." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "سڕینەوەی پەپکە و دامەزراندن" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "هەموو شتێک بسڕەوە و وێنەیەکی تازەی %s دامەزرێنە." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "دامەزراندنی تایبەت (پێشکەوتوو)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -452,31 +452,31 @@ msgstr "" "دروستکردن و قەبارەگۆڕین یان بەڕێوەبردنی پارتێشنەکان بەدەستی. لەوەیە ئەم " "ڕێگەیە سەربکێشێت بۆ لەدەستدانی داتا." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "دامەزراندنی تایبەت" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "بەردەوامبوون لە ئامادەکردن" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s دامەزراوە" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "کوژاندنەوە" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "ئامێرەکەت خۆکرانە لە ماوەی %i چرکەدا پێدەبێتەوە." msgstr[1] "لە ماوەی %i چرکەدا، ئامێرەکەت خۆکارانە پێدەبێتەوە." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/cs.po b/po/cs.po index 80837a24b..d9ed39a20 100644 --- a/po/cs.po +++ b/po/cs.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2023-08-30 12:08+0000\n" "Last-Translator: hnklp \n" "Language-Team: Czech You will not be able " "to upgrade to a stable release." @@ -77,41 +81,41 @@ msgstr "" "Instalujte pouze na zařízení určená pro vývoj. Nebudete mít možnost " "aktualizovat na stabilní verzi." -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "Virtuální stroj" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" "Některé části %s mohou běžet pomalu, zamrzat nebo nemusí fungovat správně." -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Váš počítač může být příliš pomalý" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "Toto může způsobit pomalý běh nebo zamrznutí." -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "Přesto nainstalovat" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Doporučeno:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Váš počítač:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Procesor:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Operační paměť:" @@ -119,7 +123,7 @@ msgstr "Operační paměť:" msgid "Select a Drive" msgstr "Vybrat jednotku" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -127,20 +131,20 @@ msgstr "" "Toto smaže všechna data na vybrané jednotce. Pokud jste si svá data ještě " "nezazálohovali, můžete instalaci přerušit a použít Režim pro ukázku." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Zjišťování stávajícího uspořádání…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Další" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "Dodatečné ovladače" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " @@ -150,7 +154,7 @@ msgstr "" "nemusejí správně fungovat bez dodatečných ovladačů. Většina zařízení " "nepotřebuje dodatečné ovladače." -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." @@ -158,13 +162,13 @@ msgstr "" "Proprietární ovladače obsahují soukromý kód, který nelze zkontrolovat. " "Bezpečnost a další aktualizace závisí na dodavateli ovladače." -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" "Internetové připojení je vyžadováno pro instalaci NVIDIA® grafických " "ovladačů." -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." @@ -172,7 +176,7 @@ msgstr "" "Proprietární ovladače mohou být nainstalovány později skrze Centrum " "aplikací, ale internetové připojení bude vyžadováno pro všechny ovladače." -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." @@ -180,13 +184,13 @@ msgstr "" "Zahrnout proprietární ovladače třetích stran při instalaci. Souhlasím s " "jejich licencemi a podmínkami použití." -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Zpět" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Vymazat a nainstalovat" @@ -194,11 +198,11 @@ msgstr "Vymazat a nainstalovat" msgid "Don’t Encrypt" msgstr "Nešifrovat" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "Šifrovat jednotku" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -206,7 +210,7 @@ msgstr "" "Pokud potřebujete vyšší zabezpečení, zapněte šifrování úložiště. Nejprve se " "ale ujistěte, že rozumíte následujícímu:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -214,7 +218,7 @@ msgstr "" "Data budou chráněna před ostatními, kteří mají k tomuto počítači fyzický " "přístup, pouze pokud je zařízení vypnuté." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -222,7 +226,7 @@ msgstr "" "Šifrovací heslo bude vyžadováno pokaždé, když tento počítač zapnete. Uložte " "si ho někde bezpečně." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -230,7 +234,7 @@ msgstr "" "Vestavěná nebo USB klávesnice bude potřeba pro zadání šifrovacího hesla při " "každém zapnutí počítače." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -240,31 +244,31 @@ msgstr "" "se o samostatné heslo k celému počítači, ne heslo k vašemu uživatelskému " "účtu." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Zvolte šifrovací heslo" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Potvrďte heslo" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Zvolte si heslo" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "Nastavte šifrovací heslo" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Zadání hesla se neshodují" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Nelze nainstalovat" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -273,31 +277,31 @@ msgstr "" "Instalace %s se nezdařila, pravděpodobně kvůli hardwarové chybě. Zařízení se " "nemusí restartovat správně. Můžete zkusit následující řešení:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "Zkuste instalaci znovu" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "Použijte Režim pro ukázku a pokuste se problémy opravit ručně" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "Restartujte zařízení a načtěte systém z jiné diskové jednotky" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Podrobnosti" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Restartovat zařízení" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Vyzkoušet Režim pro ukázku" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Zkusit nainstalovat znovu" @@ -305,35 +309,31 @@ msgstr "Zkusit nainstalovat znovu" msgid "Select Keyboard Layout" msgstr "Vyberte rozložení klávesnice" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Vyzkoušejte rozvržení klávesnice psaním" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Zobrazit rozložení klávesnice" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Vybrat" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Výchozí" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Jazyk vstupu z klávesnice" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Jazyky" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Vyberte jazyk" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Právě používaný jazyk" @@ -343,7 +343,7 @@ msgstr "Právě používaný jazyk" msgid "Select Partitions" msgstr "Použít oddíl" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -355,12 +355,12 @@ msgstr "" "smažete VŠECHNA data na vybraném oddílu." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Je třeba vybrat alespoň kořenový (/) oddíl." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -372,63 +372,63 @@ msgstr "" "Je třeba vybrat alespoň oddíly pro kořen (/) a zavádění (/boot/" "efi)." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Je také doporučeno vybrat oddíl pro Swap." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Upravit oddíly…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "Oddíl EFI nemá vhodný souborový systém" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "Oddíl EFI je příliš malý" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Nevhodný souborový systém pro kořenový adresář" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Nevhodný souborový systém pro domovskou složku" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "Zobrazit protokol" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "Skrýt protokol" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Vytvářejí se oddíly na jednotce" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Rozbalují se soubory" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Nastavuje se systém" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Dokončuje se instalace" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Vyzkoušet nebo nainstalovat" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -437,20 +437,20 @@ msgstr "" "nezměněná. Výkon a funkce však nemusí být přímo srovnatelné s plně " "nainstalovaným systémem." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "Vymazat disk a nainstalovat" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Vymazat vše a nainstalovat čistou kopii %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "Vlastní instalace (pokročilé)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -458,24 +458,24 @@ msgstr "" "Vytvořte oddíly, měňte jejich velikost, nebo jinak spravujte ručně. Tato " "metoda může vést ke ztrátě dat." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "Vlastní instalace" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Pokračovat v nastavování" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s byl nainstalován" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Vypnout" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." @@ -483,7 +483,7 @@ msgstr[0] "Počítač se automaticky restartuje za %i sekundu." msgstr[1] "Počítač se automaticky restartuje za %i sekundy." msgstr[2] "Počítač se automaticky restartuje za %i sekund." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/cv.po b/po/cv.po index 49dd7b1d0..5d5b176b9 100644 --- a/po/cv.po +++ b/po/cv.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-05-27 15:29+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,62 +116,62 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 #, fuzzy msgid "Back" msgstr "Каялла" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -175,97 +179,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -273,35 +277,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -309,129 +309,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/da.po b/po/da.po index fd7c04e4c..7ad70df20 100644 --- a/po/da.po +++ b/po/da.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2021-06-05 23:54+0000\n" "Last-Translator: Rantyrant \n" "Language-Team: Danish You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Din Enhed Kan Være For Langsom" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "Installer %s" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Anbefalet:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Din Enhed:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Processor:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Hukommelse:" @@ -122,7 +126,7 @@ msgstr "Hukommelse:" msgid "Select a Drive" msgstr "Vælg et Drev" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -130,57 +134,57 @@ msgstr "" "Dette vil slette alt data på det valgte drev. Hvis du ikke har backup af din " "data, kan du annullere installationen og bruge Demo Tilstand." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Henter nuværende konfiguration…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Næste" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "Partitionerer drev" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Tilbage" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Slet og installer" @@ -190,17 +194,17 @@ msgstr "Slet og installer" msgid "Don’t Encrypt" msgstr "Undlad at Kryptere" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "Aktiver Drev Kryptering" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 #, fuzzy #| msgid "" #| "Data will be protected from others with physical access to this device." @@ -211,7 +215,7 @@ msgstr "" "Kryptering af dette drev beskytter data mod at blive læst af andre med " "fysisk adgang til denne enhed." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -219,7 +223,7 @@ msgstr "" "Krypteringsadgangskoden kræves hver gang du tænder denne enhed. Gem " "adgangskoden et sikkert sted." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -227,7 +231,7 @@ msgstr "" "Et indbygget eller USB keyboard vil være krævet for at indtaste krypterings " "kodeordet hvergang denne enhed starter." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -237,33 +241,33 @@ msgstr "" "tabte data. Dette er et unikt kodeord for denne enhed, ikke adgangskoden " "til din brugerkonto." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Vælg Krypteringskode" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Bekræft Adgangskode" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Vælg Adgangskode" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Vælg Krypteringskode" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Adgangskoderne er ikke ens" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Kunne Ikke Installere" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -272,31 +276,31 @@ msgstr "" "Installering af %s mislykkedes, muligvis på grund af en hardwarefejl. " "Enheden vil muligvis ikke starte korrekt. Du kan prøve følgende:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "Prøv installationen igen" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "Brug Demo Tilstand og prøv manuelt at gendanne" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "Genstart din enhed for at starte fra et andet drev" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Detaljer" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Genstart Enhed" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Prøv Demo Tilstand" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Prøv at installere igen" @@ -304,35 +308,31 @@ msgstr "Prøv at installere igen" msgid "Select Keyboard Layout" msgstr "Vælg Tastatur Layout" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Skriv for at teste dit layout" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Vis tastatur layout" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Vælg" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Standard" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Indtastningssprog" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Sprog" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Vælg et Sprog" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Nuværende aktivt sprog" @@ -342,7 +342,7 @@ msgstr "Nuværende aktivt sprog" msgid "Select Partitions" msgstr "Brug partition:" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -354,12 +354,12 @@ msgstr "" "vælger \"Format\", slettes ALT data på den valgte partition." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Du skal mindst vælge en Root (/) partition." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -371,63 +371,63 @@ msgstr "" "Du skal mindst vælge en Root (/) partition og en Boot (/boot/efi) partition." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Det anbefales også at vælge en Swap partition." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Tilpas Partitioner…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "EFI-partitionen har det forkerte filsystem" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "EFI-partitionen er for lille" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Ugyldigt filsystem til root" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Ugyldigt filsystem til home" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "Vis log" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "Skjul log" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Partitionerer drev" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Udpakker filer" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Konfigurerer systemet" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Færdiggører Installationen" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Prøv eller Installer" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -436,20 +436,20 @@ msgstr "" "operativsystem forbliver uændret. Ydeevne og funktioner afspejler muligvis " "ikke den installerede oplevelse." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "Slet Disk og Installer" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Slet alt og installer en frisk kopi af %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "Brugerdefineret Installering (Avanceret)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -457,31 +457,31 @@ msgstr "" "Opret, tilpas størrelsen eller på anden vis administrere partitioner " "manuelt. Denne metode kan føre til tab af data." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "Brugerdefineret Installering" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Forsæt Opsætning" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s er blevet installeret" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Sluk" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "Din enhed genstarter automatisk om %i sekund." msgstr[1] "Din enhed genstarter automatisk om %i sekunder." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/de.po b/po/de.po index 1e57b4ea1..55538fcdc 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pantheon-calculator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2024-06-08 08:42+0000\n" "Last-Translator: Uwe S \n" "Language-Team: German You will not be able " "to upgrade to a stable release." @@ -82,44 +86,44 @@ msgstr "" "Installieren Sie diese Version nur auf Entwicklungsgeräten. Sie kann " "nicht auf eine stabile Version aktualisiert werden." -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "Virtuelle Maschine" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" "Einige Bestandteile von %s werden möglicherweise nur langsam ausführt, " "kommen zum Stillstand oder funktionieren nicht korrekt." -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Ihr Gerät ist möglicherweise zu langsam" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" "Dies führt möglicherweise dazu, dass es nur langsam ausgeführt wird oder zum " "Stillstand kommt." -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "Trotzdem installieren" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Empfohlen:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Ihr Gerät:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Prozessor:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Arbeitsspeicher:" @@ -127,7 +131,7 @@ msgstr "Arbeitsspeicher:" msgid "Select a Drive" msgstr "Laufwerk wählen" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -136,20 +140,20 @@ msgstr "" "Ihre Daten noch nicht gesichert haben, können Sie die Installation abbrechen " "und den Testmodus verwenden." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Aktuelle Konfiguration laden …" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Weiter" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "Zusätzliche Treiber" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " @@ -159,7 +163,7 @@ msgstr "" "arbeiten möglicherweise nicht ordnungsgemäß ohne zusätzliche Treiber. Die " "meisten Geräte benötigen keine zusätzliche Treiber." -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." @@ -167,12 +171,12 @@ msgstr "" "Proprietäre Treiber enthalten vertraulichen Code, der nicht überprüft werden " "kann. Sicherheit und Aktualisierungen hängen vom Treiberhersteller ab." -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" "Zur Installation der NVIDIA®-Treiber wird eine Internet-Verbindung benötigt." -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." @@ -180,7 +184,7 @@ msgstr "" "Proprietäre Treiber können später im AppCenter installiert werden, " "allerdings wird für alle Treiber eine Internet-Verbindung benötigt." -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." @@ -188,13 +192,13 @@ msgstr "" "Auch proprietäre Treiber von dritter Seite installieren. Ich stimme ihren " "jeweiligen Lizenzen und Nutzungsbedingungen zu." -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Zurück" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Löschen und installieren" @@ -202,11 +206,11 @@ msgstr "Löschen und installieren" msgid "Don’t Encrypt" msgstr "Nicht verschlüsseln" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "Laufwerksverschlüsselung einschalten" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -214,7 +218,7 @@ msgstr "" "Als zusätzlicher Schutz kann der Datenträger dieses Geräts verschlüsselt " "werden, aber Sie sollten dabei verstehen:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -222,7 +226,7 @@ msgstr "" "Ihre Daten sind nur dann vor Personen mit physikalischem Zugriff auf dieses " "Gerät geschützt, wenn es ausgeschaltet wurde." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -230,7 +234,7 @@ msgstr "" "Das Verschlüsselungspasswort wird bei jedem Einschalten des Geräts benötigt. " "Verwahren Sie es sicher." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -238,7 +242,7 @@ msgstr "" "Bei jedem Einschalten dieses Geräts ist eine integrierte oder eine USB-" "Tastatur erforderlich, um das Verschlüsselungspasswort eingeben zu können." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -248,31 +252,31 @@ msgstr "" "nicht wiederherstellen. Dies ist ein Passwort für den Zugang zu diesem " "Gerät, nicht das Passwort für den Zugriff auf Ihr Benutzerkonto." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Verschlüsselungspasswort wählen" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Passwort bestätigen" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Passwort wählen" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "Verschlüsselungspasswort wählen" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Die Passwörter stimmen nicht überein" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Installation nicht möglich" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -282,32 +286,32 @@ msgstr "" "Hardware-Fehlers. Das Gerät startet eventuell nicht ordnungsgemäß neu. Sie " "können Folgendes versuchen:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "Versuchen Sie, die Installation erneut vorzunehmen" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" "Verwenden Sie den Testmodus und versuchen Sie eine manuelle Wiederherstellung" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "Starten Sie das Gerät von einem anderen Datenträger neu" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Details" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Gerät neu starten" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Testmodus verwenden" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Installation erneut starten" @@ -315,35 +319,31 @@ msgstr "Installation erneut starten" msgid "Select Keyboard Layout" msgstr "Tastaturbelegung wählen" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Text eingeben zum Ermitteln Ihrer Tastaturbelegung" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Tastaturbelegung zeigen" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Auswählen" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Standard" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Eingabesprache" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Sprachen" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Sprache wählen" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Aktuell eingestellte Sprache" @@ -351,7 +351,7 @@ msgstr "Aktuell eingestellte Sprache" msgid "Select Partitions" msgstr "Partitionen wählen" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" @@ -359,12 +359,12 @@ msgstr "" "Partition gelöscht." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Sie müssen zumindest eine Wurzelpartition (/) wählen." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." @@ -372,63 +372,63 @@ msgstr "" "Sie müssen zumindest eine Wurzelpartition (/) und eine optionale " "Startpartition (/boot/efi) wählen." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Es wird empfohlen, eine Swap-Partition zu wählen." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Partitionen ändern …" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "Die EFI-Partition hat das falsche Dateisystem" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "Die EFI-Partition ist zu klein" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Ungültiges Dateisystem für die Wurzelpartition" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Ungültiges Dateisystem für das Home-Verzeichnis" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "Protokoll anzeigen" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "Protokoll ausblenden" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Laufwerk partionieren" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Dateien entpacken" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "System einrichten" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Installation abschließen" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Testen oder installieren" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -437,20 +437,20 @@ msgstr "" "Betriebssystems bleiben unverändert. Leistung und Funktionen entsprechen " "möglicherweise nicht denjenigen einer tatsächlichen Installation." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "Laufwerk löschen und installieren" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Sämtliche vorhandene Daten löschen und %s neu installieren." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "Angepasst installieren (für Fortgeschrittene)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -458,31 +458,31 @@ msgstr "" "Partitionen manuell erstellen, ändern oder auf andere Weise verwalten. Dabei " "kann es zu Datenverlusten kommen." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "Angepasst installieren" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Einrichtung fortsetzen" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s wurde installiert" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Ausschalten" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "Ihr Gerät wird in %i Sekunde automatisch neu gestartet." msgstr[1] "Ihr Gerät wird in %i Sekunden automatisch neu gestartet." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/el.po b/po/el.po index eadb52d64..8993de1a7 100644 --- a/po/el.po +++ b/po/el.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-10-12 01:34+0200\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" "X-Generator: Poedit 1.8.7.1\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -113,61 +117,61 @@ msgstr "" msgid "Select a Drive" msgstr "Επιλέξτε μια γλώσσα" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -175,97 +179,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -275,37 +279,33 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "Επιλέξτε μια γλώσσα" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 #, fuzzy msgid "Input Language" msgstr "Επιλέξτε μια γλώσσα" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 #, fuzzy msgid "Languages" msgstr "Επιλέξτε μια γλώσσα" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Επιλέξτε μια γλώσσα" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -314,129 +314,129 @@ msgstr "" msgid "Select Partitions" msgstr "Επιλέξτε μια γλώσσα" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/en_AU.po b/po/en_AU.po index 4c2f5a13d..d66a894fc 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2017-07-11 12:01+0000\n" "Last-Translator: Mattias Ezequiel Mignone \n" "Language-Team: English (Australia) You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -114,62 +118,62 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 #, fuzzy msgid "Back" msgstr "Backspace" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -177,97 +181,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -275,35 +279,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -311,129 +311,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/en_CA.po b/po/en_CA.po index 2adf32040..fa766c997 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2022-04-20 09:20+0000\n" "Last-Translator: David Hewitt \n" "Language-Team: English (Canada) You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Your Device May Be Too Slow" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "Install %s" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Recommended:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Your Device:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Processor:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Memory:" @@ -120,7 +124,7 @@ msgstr "Memory:" msgid "Select a Drive" msgstr "Select a Drive" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -128,57 +132,57 @@ msgstr "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Getting the current configuration…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "Partitioning Drive" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Back" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Erase and Install" @@ -188,19 +192,19 @@ msgstr "Erase and Install" msgid "Don’t Encrypt" msgstr "Don't Encrypt" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 #, fuzzy #| msgid "Drive Encryption" msgid "Enable Drive Encryption" msgstr "Drive Encryption" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 #, fuzzy #| msgid "" #| "Encrypting this drive protects data from being read by others with " @@ -212,7 +216,7 @@ msgstr "" "Encrypting this drive protects data from being read by others with physical " "access to this device." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 #, fuzzy #| msgid "" #| "The encryption password will be required each time you turn on this " @@ -224,13 +228,13 @@ msgstr "" "The encryption password will be required each time you turn on this device " "or restart." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -240,33 +244,33 @@ msgstr "" "data. This is a unique password for this device, not the password for " "your user account." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Choose Encryption Password" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Confirm Password" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Choose Password" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Choose Encryption Password" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Passwords do not match" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Could Not Install" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -278,37 +282,37 @@ msgstr "" "Installing %s failed, possibly due to a hardware error. Your device may not " "restart properly. You can try the following:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Try the installation again" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "• Use Demo Mode and try to manually recover" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "• Restart your device to boot from another drive" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Restart Device" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Try Demo Mode" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Try Installing Again" @@ -318,35 +322,31 @@ msgstr "Try Installing Again" msgid "Select Keyboard Layout" msgstr "Keyboard Layout" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Type to test your layout" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Show keyboard layout" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Select" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Default" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Input Language" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Languages" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Select a Language" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Currently active language" @@ -356,7 +356,7 @@ msgstr "Currently active language" msgid "Select Partitions" msgstr "Use partition:" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -368,12 +368,12 @@ msgstr "" "will erase ALL data on the selected partition." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "You must at least select a Root (/) partition." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -385,64 +385,64 @@ msgstr "" "You must at least select a Root (/) partition and a Boot (/boot/" "efi) partition." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "It is also recommended to select a Swap partition." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Modify Partitions…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Partitioning Drive" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Extracting Files" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Configuring the System" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Finishing the Installation" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 #, fuzzy msgid "Try or Install" msgstr "Try Installing Again" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 #, fuzzy msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " @@ -452,54 +452,54 @@ msgstr "" "operating system will be unchanged. Performance and features may not reflect " "the installed experience." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy #| msgid "Erase and Install" msgid "Erase Disk and Install" msgstr "Erase and Install" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy #| msgid "Could Not Install" msgid "Custom Install" msgstr "Could Not Install" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Continue Setting Up" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Shut Down" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "Your device will automatically restart in %i second." msgstr[1] "Your device will automatically restart in %i seconds." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/en_GB.po b/po/en_GB.po index f172bf084..730612c92 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2024-05-28 23:13+0000\n" "Last-Translator: David Hewitt \n" "Language-Team: English (United Kingdom) You will not be able " "to upgrade to a stable release." @@ -77,40 +81,40 @@ msgstr "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "Virtual Machine" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "Some parts of %s may run slowly, freeze, or not function properly." -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Your device may be too slow" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "This may cause it to run slowly or freeze." -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "Install Anyway" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Recommended:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Your Device:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Processor:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Memory:" @@ -118,7 +122,7 @@ msgstr "Memory:" msgid "Select a Drive" msgstr "Select a Drive" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -126,20 +130,20 @@ msgstr "" "This will erase all data on the selected drive. If you have not backed up " "your data, you can cancel the installation and use Demo Mode." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Getting the current configuration…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Next" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "Additional Drivers" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " @@ -149,7 +153,7 @@ msgstr "" "not function properly without additional drivers. Most devices do not " "require additional drivers." -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." @@ -157,12 +161,12 @@ msgstr "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" "An Internet connection is required to install NVIDIA® graphics drivers." -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." @@ -170,7 +174,7 @@ msgstr "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." @@ -178,13 +182,13 @@ msgstr "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Back" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Erase and Install" @@ -192,11 +196,11 @@ msgstr "Erase and Install" msgid "Don’t Encrypt" msgstr "Don’t Encrypt" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "Enable Drive Encryption" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -204,7 +208,7 @@ msgstr "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -212,7 +216,7 @@ msgstr "" "Data will only be protected from others with physical access to this device " "when it is shut down." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -220,7 +224,7 @@ msgstr "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -228,7 +232,7 @@ msgstr "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -238,31 +242,31 @@ msgstr "" "data. This is a unique password for this device, not the password for " "your user account." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Choose Encryption Password" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Confirm Password" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Choose Password" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "Set Encryption Password" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Passwords do not match" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Could Not Install" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -271,31 +275,31 @@ msgstr "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "Try the installation again" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "Use Demo Mode and try to manually recover" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "Restart the device and boot from another drive" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Details" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Restart Device" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Try Demo Mode" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Try Installing Again" @@ -303,35 +307,31 @@ msgstr "Try Installing Again" msgid "Select Keyboard Layout" msgstr "Select Keyboard Layout" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Type to test your layout" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Show keyboard layout" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Select" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Default" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Input Language" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Languages" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Select a Language" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Currently active language" @@ -339,19 +339,19 @@ msgstr "Currently active language" msgid "Select Partitions" msgstr "Select Partitions" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" "Selecting “Format” will erase all data on the selected partition." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "You must at least select a Root (/) partition." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." @@ -359,63 +359,63 @@ msgstr "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "It is also recommended to select a Swap partition." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Modify Partitions…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "EFI partition has the wrong file system" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "EFI partition is too small" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Invalid file system for root" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Invalid file system for home" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "Show log" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "Hide log" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Partitioning Drive" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Extracting Files" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Configuring the System" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Finishing the Installation" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Try or Install" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -423,20 +423,20 @@ msgstr "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "Erase Disk and Install" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Erase everything and install a fresh copy of %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "Custom Install (Advanced)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -444,31 +444,31 @@ msgstr "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "Custom Install" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Continue Setting Up" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s has been installed" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Shut down" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "Your device will automatically restart in %i second." msgstr[1] "Your device will automatically restart in %i seconds." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/eo.po b/po/eo.po index 3586f0d8b..12207e21d 100644 --- a/po/eo.po +++ b/po/eo.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2022-04-20 09:24+0000\n" "Last-Translator: David Hewitt \n" "Language-Team: Esperanto You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Via aparato eble tre malrapidas" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "Instali %s" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Rekomendita:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Via aparato:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Procesoro:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Menorio:" @@ -119,7 +123,7 @@ msgstr "Menorio:" msgid "Select a Drive" msgstr "Elektu memorujon" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -127,57 +131,57 @@ msgstr "" "Tio forviŝos ĉiujn datumojn el la elektita memorilo. Se vi ankoraŭ ne " "savkopiis viajn datumojn, eblas rezigni instalon kaj plu uzi provoversion." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Prenanta aktualajn agordojn…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Sekva" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "Submemorigo" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Reen" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Forviŝi kaj instali" @@ -187,19 +191,19 @@ msgstr "Forviŝi kaj instali" msgid "Don’t Encrypt" msgstr "Ne ĉifri" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 #, fuzzy #| msgid "Drive Encryption" msgid "Enable Drive Encryption" msgstr "Memoruja ĉifrado" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 #, fuzzy #| msgid "" #| "Data will be protected from others with physical access to this device." @@ -208,19 +212,19 @@ msgid "" "when it is shut down." msgstr "Datumoj restos protektita kontraŭ homoj fizike atingantaj ĉi aparaton." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "La ĉifra pasvorto estos petata je ĉiu ŝalto. Konservu ĝin ie sekura." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -230,33 +234,33 @@ msgstr "" "b> Tio estu pasvorto unika por la aparato, ĝi ne estu la uzantokonta " "pasvorto." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Elektu ĉifran pasvorton" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Konfirmi la pasvorton" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Elekti pasvorton" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Elektu ĉifran pasvorton" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Pasvortoj ne kongruas" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Neeblis instali" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -268,37 +272,37 @@ msgstr "" "Neeblis instali %s, eble pro eraro de la aparataro. Eble via aparato ne " "konforme restartos. Eblas provi la sekvon:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Reprovu la instalon" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "• Uzu la Provoversion por mane restaŭri" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "• Restartigu la aparaton por praŝargi el alia memorujo" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Detaloj" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Restartigi la aparaton" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Testi la Provoversion" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Provu reinstali" @@ -308,35 +312,31 @@ msgstr "Provu reinstali" msgid "Select Keyboard Layout" msgstr "Klavara aranĝo" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Tajpu por testi la aranĝon" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Montri la klavaran aranĝon" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Elekti" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Apriora" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Eniga lingvo" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Lingvoj" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Elekti lingvon" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Aktiva lingvo" @@ -346,7 +346,7 @@ msgstr "Aktiva lingvo" msgid "Select Partitions" msgstr "Uzi la memorujon:" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -358,12 +358,12 @@ msgstr "" "forigos ĈIUJN datumojn el la elektita submemorujo." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Elektu almenaŭ la submemorujon Radiko (/)." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -375,63 +375,63 @@ msgstr "" "Elektu almenaŭ la submemorujon aŭ Radiko (/)Praŝargo (/boot/" "efi)." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Favore elektu ankaŭ la submemorujon Swap." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Modifi submemorujojn…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "EFI-submemorujo enhavas malĝustan dosiersistemon" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "EFI-submemorujo tro malgrandas" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Nevalida radika dosiersistemo" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Nevalida dosiersistemo de hejmo" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Submemorigo" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Malkompaktiganta dosierojn" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Agordanta la sistemon" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Finanta instalon" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Provi aŭ instali" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -440,24 +440,24 @@ msgstr "" "Rendimento kaj funkcioj ne reprezentas tiujn de efektive instalita " "operaciumo." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy #| msgid "Erase and Install" msgid "Erase Disk and Install" msgstr "Forviŝi kaj instali" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Forigi ĉion kaj instali freŝan version de %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 #, fuzzy #| msgid "Custom (Advanced)" msgid "Custom Install (Advanced)" msgstr "Tajlorita (spertula)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -465,33 +465,33 @@ msgstr "" "Krei, regrandigi aŭ aliiel mane modifi submemorujojn. Ĉi metodo povas " "perdigi datumojn." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy #| msgid "Could Not Install" msgid "Custom Install" msgstr "Neeblis instali" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Daŭrigi agordadon" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Malŝalti" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/es.po b/po/es.po index 9d8e7144b..80714f9a6 100644 --- a/po/es.po +++ b/po/es.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2024-06-25 03:16+0000\n" "Last-Translator: Italo Felipe Capasso Ballesteros \n" "Language-Team: Spanish You will not be able " "to upgrade to a stable release." @@ -77,42 +81,42 @@ msgstr "" "Instale solamente en equipos dedicados al desarrollo del sistema operativo. " "No podrá actualizar a una versión estable." -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "Máquina virtual" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" "Algunos componentes de %s podrían actuar con lentitud, bloquearse o no " "funcionar correctamente." -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Su equipo puede ser demasiado lento" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "Esto puede causar que funcione lentamente o se bloquee." -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "Instalar de todos modos" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Recomendado:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Su dispositivo:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Procesador:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Memoria:" @@ -120,7 +124,7 @@ msgstr "Memoria:" msgid "Select a Drive" msgstr "Seleccione una unidad" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -128,20 +132,20 @@ msgstr "" "Se eliminarán todos los datos de la unidad seleccionada. Si no ha respaldado " "sus datos, puede cancelar la instalación y utilizar el modo de demostración." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Obteniendo la configuración actual…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Siguiente" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "Unidades de disco adicionales" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " @@ -151,7 +155,7 @@ msgstr "" "algunas máquinas virtuales podrían no funcionar sin controladores " "adicionales. La mayoría de equipos no requieren de controladores adicionales." -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." @@ -160,13 +164,13 @@ msgstr "" "verificado. La seguridad y actualizaciones de estos dependen de los " "distribuidores de los mismos." -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" "Se requiere de una conexión a Internet para instalar los controladores de " "los procesadores gráficos de NVIDIA®." -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." @@ -175,7 +179,7 @@ msgstr "" "Centro de Aplicaciones, pero se requiere de una conexión a Internet para " "todos los controladores." -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." @@ -183,13 +187,13 @@ msgstr "" "Incluir controladores propietarios de terceros al instalar. Estoy de acuerdo " "con sus respectivas licencias y términos de uso." -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Atrás" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Borrar e instalar" @@ -197,11 +201,11 @@ msgstr "Borrar e instalar" msgid "Don’t Encrypt" msgstr "No cifrar" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "Activar el cifrado en la unidad" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -209,7 +213,7 @@ msgstr "" "Cifre la unidad de este equipo si necesita mayor protección, pero asegúrese " "de entender:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -217,7 +221,7 @@ msgstr "" "Los datos solo estarán protegidos de otras personas con acceso físico a este " "dispositivo cuando se apague." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -225,7 +229,7 @@ msgstr "" "Se solicitará la contraseña de cifrado cada vez que se encienda el " "dispositivo. Almacénela en un sitio seguro." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -233,7 +237,7 @@ msgstr "" "Necesitará un teclado incorporado o USB para escribir la contraseña de " "cifrado cada vez que se encienda este equipo." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -243,31 +247,31 @@ msgstr "" "b> Esta es una contraseña única para este equipo, no para su cuenta de " "usuario." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Elija una contraseña de cifrado" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Confirmar contraseña" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Elija una contraseña" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "Establecer contraseña de cifrado" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Las contraseñas no coinciden" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "No se pudo instalar" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -277,31 +281,31 @@ msgstr "" "posible que el equipo no se reinicie correctamente. Puede intentar lo " "siguiente:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "Intente instalar nuevamente" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "Utilice el modo de demostración e intente una recuperación manual" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "Reinicie el dispositivo y arranque desde otra unidad" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Detalles" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Reiniciar el equipo" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Probar el modo de demostración" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Intentar instalar nuevamente" @@ -309,35 +313,31 @@ msgstr "Intentar instalar nuevamente" msgid "Select Keyboard Layout" msgstr "Seleccionar distribución del teclado" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Escriba para probar la distribución" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Mostrar distribución del teclado" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Seleccionar" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Predeterminado" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Idioma de entrada" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Idiomas" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Seleccione un idioma" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Idioma elegido actualmente" @@ -345,7 +345,7 @@ msgstr "Idioma elegido actualmente" msgid "Select Partitions" msgstr "Seleccionar partición" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" @@ -353,12 +353,12 @@ msgstr "" "seleccionada." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Debe seleccionar por lo menos una partición de raíz (/)." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." @@ -366,65 +366,65 @@ msgstr "" "Debe seleccionar por lo menos una partición de raíz (/) y una de " "arranque (/boot/efi) opcional." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" "También se recomienda seleccionar una partición de área de intercambio." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Modificar particiones…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "La partición EFI tiene el sistema de archivos incorrecto" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "La partición EFI es demasiado pequeña" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Sistema de archivos incorrecto para el directorio raíz" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Sistema de archivos incorrecto para el directorio home" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "Mostrar registro" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "Ocultar registro" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Particionando el disco" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Extrayendo archivos" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Configurando el sistema" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Finalizando la instalación" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Probar o instalar" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -434,20 +434,20 @@ msgstr "" "las características podrían no reflejar la experiencia del sistema operativo " "al ser instalado." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "Borrar disco e instalar" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Borrar todo e instalar una copia nueva de %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "Instalación personalizada (avanzado)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -455,31 +455,31 @@ msgstr "" "Cree, redimensione o gestione manualmente las particiones. Este método puede " "provocar la pérdida de datos." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "Instalación personalizada" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Continuar configuración" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "Se ha instalado %s" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Apagar" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "El equipo se reiniciará automáticamente en %i segundo." msgstr[1] "El equipo se reiniciará automáticamente en %i segundos." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/et.po b/po/et.po index 7e4ea19d3..0c60242a5 100644 --- a/po/et.po +++ b/po/et.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-05-27 15:29+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,62 +116,62 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 #, fuzzy msgid "Back" msgstr "Kustuta" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -175,97 +179,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -273,35 +277,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -309,129 +309,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/eu.po b/po/eu.po index 2dd63e2e3..431ce060e 100644 --- a/po/eu.po +++ b/po/eu.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-05-27 15:29+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,62 +116,62 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 #, fuzzy msgid "Back" msgstr "Atzera tekla" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -175,97 +179,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -273,35 +277,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -309,129 +309,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/extra/af.po b/po/extra/af.po index 8e596d44c..e300ca8df 100644 --- a/po/extra/af.po +++ b/po/extra/af.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/po/extra/ak.po b/po/extra/ak.po index 8e596d44c..e300ca8df 100644 --- a/po/extra/ak.po +++ b/po/extra/ak.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/po/extra/ar.po b/po/extra/ar.po index 854d19c87..67bfe05eb 100644 --- a/po/extra/ar.po +++ b/po/extra/ar.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2021-08-27 17:59+0000\n" "Last-Translator: Muhammad Al-Jayyousi \n" "Language-Team: Arabic \n" "Language-Team: Azerbaijani =2 && " diff --git a/po/extra/bg.po b/po/extra/bg.po index 269d3f5bb..52cb01621 100644 --- a/po/extra/bg.po +++ b/po/extra/bg.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pantheon-calculator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2019-09-07 18:22+0000\n" "Last-Translator: Daniel Foré \n" "Language-Team: Bulgarian \n" "Language-Team: Bengali \n" "Language-Team: Bosnian \n" "Language-Team: Catalan \n" "Language-Team: Sorani \n" "Language-Team: Czech \n" "Language-Team: Danish \n" "Language-Team: German \n" "Language-Team: English (Canada) \n" "Language-Team: English (United Kingdom) \n" "Language-Team: Esperanto \n" "Language-Team: Spanish \n" "Language-Team: Estonian \n" diff --git a/po/extra/eu.po b/po/extra/eu.po index 8e596d44c..e300ca8df 100644 --- a/po/extra/eu.po +++ b/po/extra/eu.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/po/extra/extra.pot b/po/extra/extra.pot index 7f7610bcf..92cd7133b 100644 --- a/po/extra/extra.pot +++ b/po/extra/extra.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/po/extra/fa.po b/po/extra/fa.po index dd4bf4fe0..fd8c2655c 100644 --- a/po/extra/fa.po +++ b/po/extra/fa.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2022-04-14 23:02+0000\n" "Last-Translator: Pikhosh \n" "Language-Team: Persian \n" "Language-Team: Finnish \n" "Language-Team: French \n" "Language-Team: French (Canada) \n" "Language-Team: Galician \n" "Language-Team: Hebrew \n" "Language-Team: Hindi \n" "Language-Team: Croatian \n" diff --git a/po/extra/hu.po b/po/extra/hu.po index b3da6e207..c89340617 100644 --- a/po/extra/hu.po +++ b/po/extra/hu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pantheon-calculator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2024-05-21 23:13+0000\n" "Last-Translator: TomiOhl \n" "Language-Team: Hungarian \n" diff --git a/po/extra/is.po b/po/extra/is.po index 8e596d44c..e300ca8df 100644 --- a/po/extra/is.po +++ b/po/extra/is.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/po/extra/it.po b/po/extra/it.po index c8093f094..baf59f6ac 100644 --- a/po/extra/it.po +++ b/po/extra/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pantheon-calculator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2019-07-02 05:27+0000\n" "Last-Translator: Fabio Zaramella \n" "Language-Team: Italian \n" "Language-Team: Japanese \n" "Language-Team: Georgian \n" "Language-Team: Korean \n" "Language-Team: Kurdish \n" "Language-Team: Lithuanian \n" "Language-Team: Moldovan \n" "Language-Team: Marathi \n" "Language-Team: Malay \n" diff --git a/po/extra/my.po b/po/extra/my.po index edef01b6e..3ed564ec7 100644 --- a/po/extra/my.po +++ b/po/extra/my.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pantheon-calculator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-06-24 03:08+0000\n" "Last-Translator: Bone Pyae Sone \n" "Language-Team: Burmese \n" diff --git a/po/extra/nb.po b/po/extra/nb.po index 52fc4f7bd..64dc86f34 100644 --- a/po/extra/nb.po +++ b/po/extra/nb.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2024-06-16 21:16+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: Norwegian Bokmål \n" "Language-Team: Dutch \n" "Language-Team: Norwegian Nynorsk \n" "Language-Team: Polish \n" "Language-Team: Portuguese \n" "Language-Team: Portuguese (Brazil) 0 && n%100 < " diff --git a/po/extra/ru.po b/po/extra/ru.po index ae56bc198..d354888ae 100644 --- a/po/extra/ru.po +++ b/po/extra/ru.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pantheon-calculator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2024-05-21 23:13+0000\n" "Last-Translator: кубик круглый \n" "Language-Team: Russian \n" "Language-Team: Sinhala \n" "Language-Team: Slovak \n" "Language-Team: Slovenian \n" "Language-Team: Albanian \n" diff --git a/po/extra/sr.po b/po/extra/sr.po index 4245a2480..67a043a9a 100644 --- a/po/extra/sr.po +++ b/po/extra/sr.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2020-12-19 10:16+0000\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian \n" "Language-Team: Swedish \n" "Language-Team: Thai \n" "Language-Team: Tagalog \n" diff --git a/po/extra/tn.po b/po/extra/tn.po index 8e596d44c..e300ca8df 100644 --- a/po/extra/tn.po +++ b/po/extra/tn.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/po/extra/to.po b/po/extra/to.po index 8e596d44c..e300ca8df 100644 --- a/po/extra/to.po +++ b/po/extra/to.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/po/extra/tr.po b/po/extra/tr.po index 335ec2762..153abe517 100644 --- a/po/extra/tr.po +++ b/po/extra/tr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pantheon-calculator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2021-07-16 13:50+0000\n" "Last-Translator: Özgür Baskin \n" "Language-Team: Turkish \n" "Language-Team: Ukrainian \n" "Language-Team: Uzbek \n" "Language-Team: Chinese (Simplified) \n" "Language-Team: Chinese (Traditional) \n" "Language-Team: Persian You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "ماشین مجازی" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "دستگاه شما شاید خیلی کند است" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "%s نصب" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "پیشنهاد شده:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "دستگاه شما:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "پردازنده:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "حافضه رم:" @@ -120,7 +124,7 @@ msgstr "حافضه رم:" msgid "Select a Drive" msgstr "یک درایو را انتخاب کنید" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -128,57 +132,57 @@ msgstr "" "این تمام اطلاعات روی دیسک انتخاب شده را پاک خواهد کرد. اگر از اطلاعات خود " "پشتیبان نگرفته ایید، میتوانید نصب را لغو کنید و از حالت دمو استفاده کنید." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "در حال گرفتن پیکره بندی کنونی …" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "بعدی" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "پارتشن بندی درایو" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "بازگشت" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "پاک کردن و نصب" @@ -186,66 +190,66 @@ msgstr "پاک کردن و نصب" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "تایید کلمه عبور" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "عدم توانایی در نصب" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -254,33 +258,33 @@ msgstr "" "نصب %s انجام نشد، احتمالا به دلیل خطای سخت افزاری. دستگاه احتمالا به درستی " "بارگذاری مجدد نگردد. میتوانید راه حل زیر را امتحان کنید:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "مجدد نصب را امتحان کنید" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "از حالت دمو استفاده کنید و بصورت دستی بازیابی را انجام دهید" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "دستگاه را راه اندازی مجدد و از درایو دیگری بوت کنید" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "جزئیات" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "راه اندازی مجدد دستگاه" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "حالت دمو" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "مجددا تلاش برای نصب کنید" @@ -288,35 +292,31 @@ msgstr "مجددا تلاش برای نصب کنید" msgid "Select Keyboard Layout" msgstr "انتخاب چیدمان صفحه کلید" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "برای امتحان چیدمان تان چیزی بنویسید" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "نمایش چیدمان صفحه کلید" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "انتخاب" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "پیشفرض" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "زبان ورودی" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "زبان ها" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "انتخاب زبان" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "زبان فعال کنونی" @@ -326,80 +326,80 @@ msgstr "زبان فعال کنونی" msgid "Select Partitions" msgstr "استفاده از پارتیشن" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "اصلاح پارتیشن ها…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "نمایش گزارش" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "مخفی سازی گزارش" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "پارتشن بندی درایو" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "استخراج فایل ها" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "پیکره بندی سیستم" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "اتمام نصب" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "امتحان یا نصب" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -407,50 +407,50 @@ msgstr "" "تغییرات ذخیره نخواهند شد، و داده های سیستم عامل قبلی شما بدون تغییر خواهند " "بود. عملکرد و ویژگی ها ممکن است که تجربه نصب شده را منعکس نکنند." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "پاک کردن دیسک و نصب" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "نصب سفارشی (پیشرفته)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "نصب سفارشی" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "ادامه ی راه اندازی" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "خاموش کردن" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "دستگاه شما در %i ثانیه به طور خودکار راه اندازی مجدد خواهد شد." msgstr[1] "دستگاه شما در %i ثانیه به طور خودکار راه اندازی مجدد خواهد شد." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/fi.po b/po/fi.po index ced3be1e6..241f9d3d9 100644 --- a/po/fi.po +++ b/po/fi.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2023-09-04 08:08+0000\n" "Last-Translator: Jiri Grönroos \n" "Language-Team: Finnish You will not be able " "to upgrade to a stable release." @@ -77,40 +81,40 @@ msgstr "" "Asenna vain kehitykseen tarkoitettuihin laitteisiin. Päivitys vakaaseen " "versioon ei ole mahdollista." -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "Virtuaalikone" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "Jotkin %s:n osat voivat toimia hitaasti tai epätäydellisesti." -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Laitteesi saattaa olla liian hidas" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "Tämän vuoksi toiminta saattaa olla hidasta tai takkuilevaa." -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "Asenna silti" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Suositeltu:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Laitteesi:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Suoritin:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Muisti:" @@ -118,7 +122,7 @@ msgstr "Muisti:" msgid "Select a Drive" msgstr "Valitse asema" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -126,20 +130,20 @@ msgstr "" "Tämä poistaa kaikki valitulla asemalla olevat tiedot. Jos et ole " "varmuuskopioinut tietojasi, voit perua asennuksen ja käyttää demotilaa." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Haetaan nykyisiä määrityksiä…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Seuraava" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "Lisäajurit" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " @@ -149,7 +153,7 @@ msgstr "" "eivät välttämättä toimi kunnolla ilman lisäajureita. Useimmat laitteet eivät " "vaadi lisäajureita." -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." @@ -158,11 +162,11 @@ msgstr "" "katselmoida. Päivitykset, mukaan lukien tietoturvapäivitykset, ovat " "riippuvaisia ajurin valmistajasta." -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "NVIDIA®-grafiikka-ajureiden asennus vaatii internetyhteyden." -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." @@ -170,7 +174,7 @@ msgstr "" "Sovelluskeskuksesta on mahdollista asentaa suljettuja ajureita, mutta se " "vaatii toimivan Internet-yhteyden." -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." @@ -178,13 +182,13 @@ msgstr "" "Sisällytä kolmannen osapuolen suljetut ajurit asentamisen yhteydessä. " "Hyväksyn niiden lisenssit ja käyttöehdot." -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Takaisin" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Tyhjennä ja asenna" @@ -192,11 +196,11 @@ msgstr "Tyhjennä ja asenna" msgid "Don’t Encrypt" msgstr "Älä salaa" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "Ota levyn salaus käyttöön" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -204,7 +208,7 @@ msgstr "" "Salaa tämän laitteen asema jos lisäturvaa tarvitaan, mutta varmista että " "ymmärrät:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -212,7 +216,7 @@ msgstr "" "Tiedot suojataan muilta, joilla on fyysinen pääsy tälle laitteelle, mutta " "vain kun laite on sammutettu." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -220,7 +224,7 @@ msgstr "" "Salauksen salasana vaaditaan joka kerta, kun tämä laite käynnistetään. " "Talleta se jonnekin turvallisesti." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -228,7 +232,7 @@ msgstr "" "Sisäänrakennettu tai USB-väylässä oleva näppäimistö vaaditaan salauksen " "salasanan kirjoittamiseksi joka kerta, kun laite käynnistetään." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -238,31 +242,31 @@ msgstr "" " Kyseessä on ainutlaatuinen salasana tälle laitteelle, ei " "käyttäjätililläsi käytettävä salasana." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Valitse salauksen salasana" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Vahvista salasana" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Valitse salasana" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "Aseta salauksen salasana" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Salasanat eivät täsmää" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Asentaminen ei onnistunut" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -271,31 +275,31 @@ msgstr "" "\"%s\"-asennus epäonnistui mahdollisesti laitteistovirheen vuoksi. Laite ei " "välttämättä käynnisty uudelleen kunnolla. Voit kokeilla jotain seuraavista:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "Yrittää asennusta uudelleen" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "Käyttää demotilaa ja yrittää palautusta käsin" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "Käynnistää laite uudelleen ja käynnistää laite toiselta asemalta" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Tiedot" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Käynnistä laite uudelleen" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Kokeile demotilaa" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Yritä asennusta uudelleen" @@ -303,35 +307,31 @@ msgstr "Yritä asennusta uudelleen" msgid "Select Keyboard Layout" msgstr "Valitse näppäimistön asettelu" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Kirjoita testataksesi näppäimistön asettelua" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Näytä näppäimistön asettelu" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Valitse" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Oletus" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Syötekieli" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Kielet" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Valitse kieli" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Parhaillaan aktiivinen kieli" @@ -341,7 +341,7 @@ msgstr "Parhaillaan aktiivinen kieli" msgid "Select Partitions" msgstr "Käytä osiota" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -353,12 +353,12 @@ msgstr "" "KAIKKI valitun osion tiedot poistetaan." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Sinun pitää ainakin valita Juuri-osio (/)." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -370,63 +370,63 @@ msgstr "" "Sinun pitää ainakin valita Juuri- osio(/) ja Käynnistys-osio (/" "boot/efi)." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "On myös suositeltavaa valita Swap-osio." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Muokkaa osioita…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "EFI-osiolla on väärä tiedostojärjestelmä" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "EFI-osio on liian pieni" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Väärä tiedostojärjestelmä juurelle" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Väärä tiedostojärjestelmä kotihakemistolle" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "Näytä loki" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "Piilota loki" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Osioidaan asema" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Puretaan tiedostoja" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Määritetään järjestelmää" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Valmistellaan asennusta" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Kokeile tai asenna" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -435,20 +435,20 @@ msgstr "" "käyttöjärjestelmästäsi ei muuteta. Suorituskyky ja ominaisuudet eivät " "välttämättä vastaa asennetun ympäristön kokemusta." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "Tyhjennä levy ja asenna" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Poista kaikki ja asenna %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "Mukautettu asennus (lisäasetukset)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -456,31 +456,31 @@ msgstr "" "Luo osioita, muuta niiden kokoa ja hallitse niitä käsin. Tämä tapa saattaa " "johtaa tietojen katoamiseen." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "Mukautettu asennus" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Jatka asentamista" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s on asennettu" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Sammuta" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "Laitteesi käynnistyy uudelleen automaattisesti %i sekunnissa." msgstr[1] "Laitteesi käynnistyy uudelleen automaattisesti %i sekunnissa." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/fr.po b/po/fr.po index 3b8989663..f993f89c9 100644 --- a/po/fr.po +++ b/po/fr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2024-06-06 10:13+0000\n" "Last-Translator: Nathan \n" "Language-Team: French You will not be able " "to upgrade to a stable release." @@ -77,42 +81,42 @@ msgstr "" "Ne l'installez que sur des appareils dédiés au développement. Vous ne " "pourrez pas effectuer de mise à jour vers une version stable." -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "Machine virtuelle" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" "Certaines fonctions de %s pourraient s'exécuter lentement, se figer ou ne " "pas fonctionner correctement." -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Votre appareil est peut être trop lent" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "Cela peut entraîner un fonctionnement lent ou des blocages." -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "Installer quand même" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Recommandé :" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Votre appareil :" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Processeur :" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Mémoire :" @@ -120,7 +124,7 @@ msgstr "Mémoire :" msgid "Select a Drive" msgstr "Sélectionnez un disque" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -129,20 +133,20 @@ msgstr "" "sauvegardé vos données, vous pouvez annuler l'installation et utiliser le " "mode de démonstration." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Vérification de la configuration actuelle…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Suivant" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "Pilotes additionnels" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " @@ -153,7 +157,7 @@ msgstr "" "propriétaires. La plupart des périphériques ne nécessitent pas de pilotes " "additionnels." -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." @@ -162,13 +166,13 @@ msgstr "" "vérifié. Les mises à jour relatives à la sécurité et à divers autres aspects " "dépendent du fournisseur du pilote." -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" "Une connexion Internet est requise pour installer les pilotes pour les " "cartes graphiques NVIDIA®." -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." @@ -177,7 +181,7 @@ msgstr "" "l'intermédiaire du centre d'applications, mais une connexion Internet sera " "requise pour tous les pilotes." -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." @@ -185,13 +189,13 @@ msgstr "" "Inclure les pilotes propriétaires tiers lors de l'installation. J'accepte " "leurs licences et conditions d'utilisation respectives." -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Précédent" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Supprimer et installer" @@ -199,11 +203,11 @@ msgstr "Supprimer et installer" msgid "Don’t Encrypt" msgstr "Ne pas chiffrer" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "Activer le chiffrement du disque" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -211,7 +215,7 @@ msgstr "" "Chiffrez le disque de cet appareil si nécessaire pour une protection " "supplémentaire, mais assurez-vous de bien comprendre :" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -219,7 +223,7 @@ msgstr "" "Les données seront uniquement protégées en lecture des autres personnes " "ayant un accès physique à ce périphérique lorsqu'il est éteint." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -227,7 +231,7 @@ msgstr "" "Le mot de passe de chiffrement sera nécessaire chaque fois que vous " "allumerez cet appareil. Stockez le dans un endroit sûr." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -235,7 +239,7 @@ msgstr "" "Un clavier intégré ou USB sera nécessaire pour taper le mot de passe de " "chiffrement à chaque fois que cet appareil sera démarré." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -245,31 +249,31 @@ msgstr "" "récupérer les données. Il s'agit d'un mot de passe unique pour cet " "appareil, pas du mot de passe de votre compte utilisateur." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Choisissez le mot de passe de chiffrement" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Confirmez le mot de passe" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Choisissez votre mot de passe" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "Définissez le mot de passe de chiffrement" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Les mots de passe ne correspondent pas" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Erreur d'installation" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -279,31 +283,31 @@ msgstr "" "périphérique peut ne pas redémarrer correctement. Vous pouvez essayer une " "des solutions ci-dessous :" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "Réessayer l'installation" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "Utiliser le mode de démonstration et essayer de réparer manuellement" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "Redémarrer le périphérique et démarrer à partir d'un autre disque" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Détails" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Redémarrer l'appareil" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Essayer le mode de démonstration" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Essayer d'installer à nouveau" @@ -311,35 +315,31 @@ msgstr "Essayer d'installer à nouveau" msgid "Select Keyboard Layout" msgstr "Sélectionner la disposition du clavier" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Écrivez pour essayer la disposition du clavier" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Afficher la disposition du clavier" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Sélectionner" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Défaut" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Langue d'entrée" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Langues" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Sélectionner une langue" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Langue actuellement active" @@ -347,7 +347,7 @@ msgstr "Langue actuellement active" msgid "Select Partitions" msgstr "Sélectionner les partitions" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" @@ -355,12 +355,12 @@ msgstr "" "partition sélectionnée." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Vous devez choisir au moins une partition Racine (/)." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." @@ -368,63 +368,63 @@ msgstr "" "Vous devez au moins choisir une partition Racine (/) et en option une " "partition de Démarrage (/boot/efi)." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Il est aussi recommandé de choisir une partition Swap." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Modifier les partitions…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "La partition EFI a un système de fichiers incorrect" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "La partition EFI est trop petite" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Système de fichier incompatible pour la partition racine" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Le système de fichier est incompatible pour la partition « home »" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "Afficher les journaux" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "Masquer les journaux" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Partitionnement du disque" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Extraction des fichiers" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Configuration du système" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Finalisation de l'installation" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Essayer ou Installer" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -433,20 +433,20 @@ msgstr "" "précédent OS ne seront pas modifiées. Les performances et les " "fonctionnalités peuvent ne pas refléter l'expérience installée." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "Effacer le disque et installer" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Supprime tout sur votre appareil et installe une version vierge d'%s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "Installation personnalisée (Avancé)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -454,31 +454,31 @@ msgstr "" "Créez, redimensionnez ou configurez manuellement les partitions du disque. " "Cette méthode peut entraîner des pertes de données." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "Installation personnalisée" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Continuer la configuration" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s a été installé" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Éteindre" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "Votre appareil redémarrera automatiquement dans %i seconde." msgstr[1] "Votre appareil redémarrera automatiquement dans %i secondes." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/fr_CA.po b/po/fr_CA.po index 732bdf13b..9dd344aec 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2018-04-06 00:03+0000\n" "Last-Translator: Coder206 \n" "Language-Team: French (Canada) You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "Installer %s" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -118,62 +122,62 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 #, fuzzy msgid "Back" msgstr "Retour arrière" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 #, fuzzy msgid "Erase and Install" msgstr "Annuler l'installation" @@ -182,97 +186,97 @@ msgstr "Annuler l'installation" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -280,35 +284,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -316,131 +316,131 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy msgid "Erase Disk and Install" msgstr "Annuler l'installation" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy msgid "Custom Install" msgstr "Annuler l'installation" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/ga.po b/po/ga.po index 0038ea73e..8a4e7472d 100644 --- a/po/ga.po +++ b/po/ga.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-05-25 22:12+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,61 +116,61 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -174,97 +178,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -272,35 +276,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -308,129 +308,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/gl.po b/po/gl.po index a0f8082b4..8f7b7b3e7 100644 --- a/po/gl.po +++ b/po/gl.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2022-04-20 09:24+0000\n" "Last-Translator: David Hewitt \n" "Language-Team: Galician You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Pode Que O Teu Dispositivo Sexa Moi Lento" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "Instalar %s" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Recomendado:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "O Teu Dispositivo:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Procesador:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Memoria:" @@ -120,7 +124,7 @@ msgstr "Memoria:" msgid "Select a Drive" msgstr "Selecciona un Disco" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -128,57 +132,57 @@ msgstr "" "Isto eliminará tódolos datos no disco seleccionado. Se non fixo unha copia " "de seguridade, pode cancelar a instalación e usalo Modo Demo." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Cargando a configuración actual…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Seguinte" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "Particionado de disco" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Atrás" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Borrar e Instalar" @@ -188,19 +192,19 @@ msgstr "Borrar e Instalar" msgid "Don’t Encrypt" msgstr "Non Cifrar" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 #, fuzzy #| msgid "Drive Encryption" msgid "Enable Drive Encryption" msgstr "Cifrado de Disco" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 #, fuzzy #| msgid "" #| "Encrypting this drive protects data from being read by others with " @@ -212,7 +216,7 @@ msgstr "" "Cifrar este disco protexe os datos de ser lidos por outros con acceso físico " "a este dispositivo." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 #, fuzzy #| msgid "" #| "The encryption password will be required each time you turn on this " @@ -224,13 +228,13 @@ msgstr "" "O contrasinal de cifrado vai ser requerido cada vez que encenda este " "dispositivo ou reinicie." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -240,33 +244,33 @@ msgstr "" "Este é un contrasinal único para este dispositivo, non o contrasinal da súa " "conta de usuario." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Elixa un Contrasinal de Cifrado" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Confirma o Contrasinal" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Elixe Contrasinal" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Elixa un Contrasinal de Cifrado" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Os contrasinais non coinciden" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Non foi Posíbel a Instalación" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -278,37 +282,37 @@ msgstr "" "A instalación de %s faiou, posiblemente debido a un erro no hardware. O " "dispositivo podería non reiniciarse debidamente. Pode intentar o seguinte:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Proba a instalar de novo" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "• Usa o Modo Demo e intenta a recuperación manual" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "• Reinicia o teu dispositivo para arrancar dende outro disco" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Detalles" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Reinicia o Dispositivo" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Proba o Modo Demo" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Proba Instalando de Novo" @@ -318,35 +322,31 @@ msgstr "Proba Instalando de Novo" msgid "Select Keyboard Layout" msgstr "Distribución do Teclado" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Escribe para probar a distribución do teclado" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Mostrar distribución do teclado" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Seleccionar" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Por Defecto" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Linguaxe de Entrada" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Linguaxes" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Seleccionar unha Linguaxe" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Linguaxe actualmente activa" @@ -356,7 +356,7 @@ msgstr "Linguaxe actualmente activa" msgid "Select Partitions" msgstr "Usar partición:" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -368,12 +368,12 @@ msgstr "" "borrará TÓDOLOS datos na partición seleccionada." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Debe seleccionar polo menos unha partición Root (/)." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -385,63 +385,63 @@ msgstr "" "Debe seleccionar polo menos unha partición Root (/) e unha partición " "Boot (/boot/efi)." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Tamén é recomendado seleccionar unha partición Swap." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Modificar Particións…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "A partición EFI ten o sistema de ficheiros incorrecto" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "A partición EFI é moi pequena" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Sistema de ficheiros incorrecto para o directorio raíz" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Sistema de ficheiros incorrecto para o directorio home" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Particionado de disco" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Extraendo ficheiros" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Configurando o sistema" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Finalizando a instalación" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Probar ou instalar" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -451,24 +451,24 @@ msgstr "" "características poderían non reflectir a experiencia do sistema operativo ao " "ser instalado." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy #| msgid "Erase and Install" msgid "Erase Disk and Install" msgstr "Borrar e Instalar" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Eliminar todo e instalar unha nova copia de %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 #, fuzzy #| msgid "Custom (Advanced)" msgid "Custom Install (Advanced)" msgstr "Personalizado (avanzado)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -476,33 +476,33 @@ msgstr "" "Cree, cambie o tamaño ou administre as particións manualmente. Este método " "pode levar á pérdida de datos." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy #| msgid "Could Not Install" msgid "Custom Install" msgstr "Non foi Posíbel a Instalación" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Continuar coa configuración" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Apagar" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/he.po b/po/he.po index 5e3b76273..deafc76ea 100644 --- a/po/he.po +++ b/po/he.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2024-05-26 00:13+0000\n" "Last-Translator: Yaron Shahrabani \n" "Language-Team: Hebrew You will not be able " "to upgrade to a stable release." @@ -75,40 +79,40 @@ msgstr "" "להתקין רק על מכשירים שמיועדים לפיתוח. לא יתאפשר לך לשדרג למהדורה יציבה." -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "מכונה וירטואלית" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "חלקים מסוימים מתוך %s עלולים לרוץ לאט, לקפוא או לא לתפקד כראוי." -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "יתכן שההתקן שלך יהיה אטי מדי" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "עלול לגרום להאטת הפעילות או לקפאון." -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "להתקין בכל זאת" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "מומלץ:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "ההתקן שלך:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "מעבד:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "זיכרון:" @@ -116,7 +120,7 @@ msgstr "זיכרון:" msgid "Select a Drive" msgstr "בחירת כונן" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -124,20 +128,20 @@ msgstr "" "פעולה זו תמחק את כל הנתונים על הכונן הנבחר. אם לא גיבית את הנתונים שלך, ניתן " "לבטל את ההתקנה ולהשתמש במצב הדגמה." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "התצורה הנוכחית מתקבלת…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "הבא" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "מנהלי התקנים נוספים" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " @@ -147,7 +151,7 @@ msgstr "" "כאלה ואחרות לא יעבדו היטב ללא מנהלי התקנים מתאימים. רוב ההתקנים לא דורשים " "מנהלי התקנים נוספים." -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." @@ -155,11 +159,11 @@ msgstr "" "מנהלי התקנים קנייניים מכילים קוד פרטים שאי אפשר לסקור אותו. עדכוני אבטחה " "ואחרים תלויים בספק מנהל ההתקן." -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "צריך חיבור לאינטרנט כדי להתקין מנהלי התקנים של NVIDIA®‎." -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." @@ -167,7 +171,7 @@ msgstr "" "אפשר להתקין מנהלי התקנים קנייניים מאוחר יותר דרך מרכז היישומים אך צריך חיבור " "לאינטרנט לכל מנהלי ההתקנים." -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." @@ -175,13 +179,13 @@ msgstr "" "לכלול מנהלי התקנים קנייניים מגופי צד־שלישי בעת ההתקנה. הרישיונות ותנאי " "השימוש שלהם מוסכמים עלי באשר הם." -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "חזרה" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "למחוק ולהתקין" @@ -189,30 +193,30 @@ msgstr "למחוק ולהתקין" msgid "Don’t Encrypt" msgstr "לא להצפין" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "הפעלת הצפנת כונן" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" "ניתן להצפין את כונן המכשיר הזה אם זה נחוץ לשיפור האבטחה, אך חשוב להבין:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "הנתונים יהיו מוגנים רק מפני זרים עם גישה פיזית למכשיר הזה כשהוא כבוי." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "ססמת ההצפנה תידרש עם כל הפעלה של מכשיר זה. יש לאחסן אותה במקום בטוח." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -220,7 +224,7 @@ msgstr "" "נדרשת מקלדת מובנית או ב־USB כדי להקליד את ססמת ההצפנה עם כל הפעלה של המכשיר " "הזה." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -229,31 +233,31 @@ msgstr "" "לא תהיה אפשרות לשחזר את הנתונים. במקרה שססמת ההצפנה שלך אבדה. ססמה זו " "היא ייחודית להתקן, זאת אינה הססמה של חשבון המשתמש שלך." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "נא לבחור ססמת הצפנה" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "אימות ססמה" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "נא לבחור ססמה" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "הגדרת ססמת הצפנה" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "הססמאות אינן תואמות" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "לא ניתן להתקין" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -262,31 +266,31 @@ msgstr "" "ההתקנה של %s נכשלה, כנראה עקב תקלת חומרה. יתכן שההתקן לא יופעל מחדש כראוי. " "ניתן לנסות להיעזר באחת ההצעות הבאות:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "לנסות להתקין שוב" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "להשתמש במצב הדגמה ולנסות לשקם ידנית" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "להפעיל את ההתקן מחדש ולהעלות את ההתקן מכונן אחר" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "פרטים" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "הפעלת ההתקן מחדש" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "התנסות במצב הדגמה" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "לנסות להתקין שוב" @@ -294,35 +298,31 @@ msgstr "לנסות להתקין שוב" msgid "Select Keyboard Layout" msgstr "בחירת פריסת מקלדת" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "יש להקליד כדי לבדוק את הפריסה שלך" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "הצגת פריסת המקלדת" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "בחירה" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "בררת מחדל" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "שפת קלט" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "שפות" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "בחירת שפה" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "השפה הפעילה כרגע" @@ -330,18 +330,18 @@ msgstr "השפה הפעילה כרגע" msgid "Select Partitions" msgstr "בחירת מחיצות" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "בחירה ב„אתחול” תמחק את כל הנתונים במחיצה הנבחרת." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "עליך לבחור במחיצת שורש (/) לכל הפחות." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." @@ -349,63 +349,63 @@ msgstr "" "יש לבחור במחיצת שורש (/) אך מחיצת טעינה (‎/boot/efi) היא בגדר " "רשות." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "מומלץ לבחור גם במחיצת החלפה/Swap." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "עריכת מחיצות…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "מערכת הקבצים במחיצת ה־EFI שגויה" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "מחיצת ה־EFI קטנה מדי" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "מערכת הקבצים למחיצת השורש שגויה" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "מערכת הקבצים למחיצת הבית שגויה" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "להציג יומן" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "להסתיר יומן" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "הכונן מחולק למחיצות" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "הקבצים מחולצים" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "המערכת מוגדרת" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "ההתקנה מסתיימת" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "לנסות או להתקין" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -413,20 +413,20 @@ msgstr "" "השינויים שייערכו לא יישמרו ונתונים ממערכת ההפעלה הקודמת שלך לא יושפעו. " "הביצועים והתכונות לא משקפים באופן מלא את החוויה ממערכת מותקנת." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "למחוק את הכונן ולהתקין" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "למחוק הכול ולהתקין עותק רענן של %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "התקנה בהתאמה אישית (מתקדם)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -434,31 +434,31 @@ msgstr "" "יצירה, שינוי גודל או ניהול של מחיצות באופן ידני. שיטה זו עשויה לגרום לאובדן " "מידע." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "התקנה בהתאמה אישית" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "המשך ההתקנה" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s הותקן" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "כיבוי" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "ההתקן שלך יופעל מחדש אוטומטית בעוד שנייה." msgstr[1] "ההתקן שלך יופעל מחדש אוטומטית בעוד %i שניות." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/hi.po b/po/hi.po index 7371e72df..103903ac1 100644 --- a/po/hi.po +++ b/po/hi.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2018-05-15 00:05+0000\n" "Last-Translator: Anand Kumar \n" "Language-Team: Hindi You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "आपका डिवाइस बहुत धीमा हो सकता है" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "इनस्टॉल %s" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "संस्तुत:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -120,62 +124,62 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 #, fuzzy msgid "Back" msgstr "बैक-स्पेस" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 #, fuzzy msgid "Erase and Install" msgstr "इंस्टालेशन कैंसिल करें" @@ -184,99 +188,99 @@ msgstr "इंस्टालेशन कैंसिल करें" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 #, fuzzy #| msgid "Starting installation" msgid "Try the installation again" msgstr "इंस्टालेशन शुरू हो रहा है" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -284,35 +288,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -320,131 +320,131 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy msgid "Erase Disk and Install" msgstr "इंस्टालेशन कैंसिल करें" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy msgid "Custom Install" msgstr "इंस्टालेशन कैंसिल करें" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "शटडाउन" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/hr.po b/po/hr.po index 4153e115c..3c3a002d4 100644 --- a/po/hr.po +++ b/po/hr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-07-08 22:27+0000\n" "Last-Translator: gogo \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:41+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,62 +116,62 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 #, fuzzy msgid "Back" msgstr "Obriši" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -175,97 +179,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -273,35 +277,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -309,129 +309,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/hu.po b/po/hu.po index f50041f4e..2689e8207 100644 --- a/po/hu.po +++ b/po/hu.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2024-05-27 15:13+0000\n" "Last-Translator: TomiOhl \n" "Language-Team: Hungarian You will not be able " "to upgrade to a stable release." @@ -77,42 +81,42 @@ msgstr "" "Csak a fejlesztésre használt készülékekre telepítse. Nem lesz lehetősége " "a stabil kiadásra frissíteni." -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "Virtuális gép" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" "Az %s bizonyos részei lassúak lehetnek, lefagyhatnak, esetleg nem működnek " "rendesen." -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Lehet, hogy a készüléke lassú lesz" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "Ez lassú működést vagy fagyást okozhat." -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "Telepítés mindenképp" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Ajánlott:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Az ön készüléke:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Processzor:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Memória:" @@ -120,7 +124,7 @@ msgstr "Memória:" msgid "Select a Drive" msgstr "Válasszon ki egy meghajtót" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -128,20 +132,20 @@ msgstr "" "Ez törli az összes adatot a kiválasztott meghajtón. Ha még nem mentette az " "adatait, akkor viszavonhatja a telepítést és használhatja a demómódot." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Az aktuális konfiguráció megszerzése…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Következő" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "További illesztőprogramok" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " @@ -151,7 +155,7 @@ msgstr "" "gép nem feltétlen működnek további illesztőprogramok nélkül. A legtöbb " "eszköznek nincs szüksége további illesztőprogramokra." -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." @@ -159,12 +163,12 @@ msgstr "" "A zárt forráskódú illesztőprogramok privát kódot tartalmaznak, amit nem " "tudunk ellenőrizni. A biztonság és a frissítések az eszközgyártótól függenek." -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" "Az NVIDIA® grafikus illesztőprogramok letöltése internetkapcsolatot igényel." -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." @@ -172,7 +176,7 @@ msgstr "" "A zárt forráskódú illesztőprogramok később is telepíthetőek az " "Appközpontból, de ehhez internetkapcsolatra lesz szüksége." -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." @@ -180,13 +184,13 @@ msgstr "" "Harmadik féltől származó, zárt forráskódú illesztőprogramok telepítése, " "elfogadom a licenceiket és felhasználási feltételeiket." -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Vissza" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Törlés és telepítés" @@ -194,11 +198,11 @@ msgstr "Törlés és telepítés" msgid "Don’t Encrypt" msgstr "Ne titkosítsa" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "Meghajtó titkosításának engedélyezése" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -206,7 +210,7 @@ msgstr "" "Titkosítsa a készülék meghajtóját, ha adatvédelmi szempontból szükséges, de " "vegye figyelembe:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -214,7 +218,7 @@ msgstr "" "A meghajtó titkosítása csak akkor óvja meg az adatait, ha mások fizikailag " "hozzáférnének az eszközhöz." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -222,7 +226,7 @@ msgstr "" "A titkosítási jelszót minden egyes bekapcsoláskor vagy újraindításkor meg " "kell adni. Tárolja biztonságos helyen." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -230,7 +234,7 @@ msgstr "" "Egy beépített vagy USB-s billentyűzet lesz szükséges minden bekapcsoláskor a " "titkosítás feloldásához." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -240,31 +244,31 @@ msgstr "" "adatokat. Ez az eszköz egyedi jelszava, nem a felhasználói fiókhoz " "tartozó jelszó." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Válasszon titkosítási jelszót" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Jelszó megerősítése" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Válasszon jelszót" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "Állítson be titkosítási jelszót" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "A jelszavak nem egyeznek" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Nem telepíthető" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -274,31 +278,31 @@ msgstr "" "Előfordulhat, hogy a készülék nem fog megfelelően újraindulni. " "Megpróbálhatja a következőket:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "Próbálja újra a telepítést" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "Használja a demómódot és próbálja meg manuálisan helyreállítani" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "Indítsa újra a készüléket egy másik meghajtóról történő indításhoz" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Részletek" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Készülék újraindítása" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Demómód kipróbálása" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Próbálja újra telepíteni" @@ -306,35 +310,31 @@ msgstr "Próbálja újra telepíteni" msgid "Select Keyboard Layout" msgstr "Billentyűzetkiosztás választása" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Írjon ide, hogy tesztelje a kiosztást" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Billentyűzetkiosztás megjelenítése" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Kiválasztás" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Alapértelmezett" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Beviteli nyelv" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Nyelvek" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Nyelv kiválasztása" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Jelenlegi nyelv" @@ -342,7 +342,7 @@ msgstr "Jelenlegi nyelv" msgid "Select Partitions" msgstr "Partíció kiválasztása" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" @@ -350,12 +350,12 @@ msgstr "" "partíción." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Legalább egy gyökérpartíciót (/) ki kell választania." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." @@ -363,63 +363,63 @@ msgstr "" "Legalább egy gyökér- (/) és egy opcionális Boot (/boot/efi) " "partíciót ki kell választania." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Javasolt továbbá egy Swap partíció kiválasztása." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Partíciók módosítása…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "Az EFI partíció rossz fájlrendszerrel rendelkezik" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "Az EFI partíció túl kicsi" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Érvénytelen gyökérfájlrendszer" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Érvénytelen home fájlrendszer" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "Naplózás megjelenítése" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "Naplózás elrejtése" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Meghajtó partícionálása" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Fájlok kibontása" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "A rendszer konfigurálása" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "A telepítés befejezése" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Próbálja ki vagy telepítse" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -428,20 +428,20 @@ msgstr "" "változnak. A teljesítmény és a szolgáltatások minősége nem feltétlenül " "tükrözik a telepített rendszerét." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "Tároló törlése és telepítés" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Minden törlése és egy friss %s-példány telepítése." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "Egyedi telepítés (haladó)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -449,31 +449,31 @@ msgstr "" "A partíciókat kézzel létrehozhatja, átméretezheti és kezelheti. Ez a módszer " "adatvesztést okozhat." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "Egyedi telepítés" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Beállítás folytatása" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s telepítésre került" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Kikapcsolás" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "A készüléke automatikusan újraindul %i másodperc múlva." msgstr[1] "A készüléke automatikusan újraindul %i másodperc múlva." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/hy.po b/po/hy.po index cba29733c..eeeddb3e2 100644 --- a/po/hy.po +++ b/po/hy.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-05-27 15:28+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:39+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,62 +116,62 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 #, fuzzy msgid "Back" msgstr "Ետ" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -175,97 +179,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -273,35 +277,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -309,129 +309,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/ia.po b/po/ia.po index 6d6c00b10..c2a4fa758 100644 --- a/po/ia.po +++ b/po/ia.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: io.elementary.installer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -17,12 +17,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -48,16 +48,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -65,50 +69,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -116,61 +120,61 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -178,97 +182,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -276,35 +280,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -312,129 +312,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/id.po b/po/id.po index 002fb9ed0..0a373c1f4 100644 --- a/po/id.po +++ b/po/id.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2023-05-20 18:06+0000\n" "Last-Translator: Faisal Rachmadin \n" @@ -16,12 +16,12 @@ msgstr "" "X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "Pasang %s" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "sistem operasi sedang dipasang" @@ -49,16 +49,20 @@ msgstr "Mode uji reboot" msgid "Test mode switch user" msgstr "Mode uji ganti pengguna" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "%s…" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "Bawaan" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "Mode Uji" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "Batalkan Pemasangan" @@ -66,11 +70,11 @@ msgstr "Batalkan Pemasangan" msgid "Before Installing" msgstr "Sebelum Memasang" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "Versi Prarilis" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." @@ -78,42 +82,42 @@ msgstr "" "Hanya pasang pada perangkat yang didedikasikan untuk pengembangan. Anda " "tidak akan dapat meningkatkan ke rilis stabil." -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "Mesin Virtual" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" "Beberapa bagian %s mungkin berjalan lambat, membeku, atau tidak berfungsi " "dengan selayaknya." -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Perangkat Anda Mungkin Terlalu Lambat" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "Hal ini dapat menyebabkannya berjalan lambat atau membeku." -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "Tetap Pasang" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Direkomendasikan:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Perangkat Anda:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Prosesor:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Memori:" @@ -121,7 +125,7 @@ msgstr "Memori:" msgid "Select a Drive" msgstr "Pilih sebuah Drive" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -130,57 +134,57 @@ msgstr "" "mencadangkan data, Anda dapat membatalkan pemasangan dan menggunakan Mode " "Demo." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Mendapatkan konfigurasi saat ini…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Selanjutnya" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "Mempartisi Drive" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Kembali" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Hapus dan Pasang" @@ -188,11 +192,11 @@ msgstr "Hapus dan Pasang" msgid "Don’t Encrypt" msgstr "Jangan Enkripsi" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "Aktifkan Enkripsi Drive" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -200,7 +204,7 @@ msgstr "" "Enkripsi drive perangkat ini jika diperlukan untuk proteksi tambahan, tetapi " "pastikan anda memahami:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -208,7 +212,7 @@ msgstr "" "Data hanya akan terproteksi dari orang lain yang memiliki akses fisik ke " "perangkat ini saat perangkat ini dimatikan." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -216,7 +220,7 @@ msgstr "" "Kata sandi enkripsi dibutuhkan setiap kali perangkat ini dihidupkan. Simpan " "di tempat yang aman." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -224,7 +228,7 @@ msgstr "" "Sebuah keyboard akan dibutuhkan untuk mengetik kata sandi enkripsi setiap " "perangkat ini dihidupkan." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -234,31 +238,31 @@ msgstr "" " Ini adalah kata sandi unik untuk perangkat ini, bukan kata sandi untuk " "akun pengguna Anda." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Pilih Kata Sandi Enkripsi" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Konfirmasi Kata Sandi" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Pilih Kata Sandi" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "Tetapkan Kata Sandi Enkripsi" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Kata sandi tidak cocok" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Tidak Dapat Memasang" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -268,31 +272,31 @@ msgstr "" "Perangkat mungkin tidak dimulai ulang dengan benar. Anda dapat mencoba hal " "berikut:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "Coba pemasangan lagi" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "Gunakan Mode Demo dan coba untuk memulihkan secara manual" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "Mulai ulang perangkat dan boot dari drive lain" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Rincian" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Mulai Ulang Perangkat" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Coba Mode Demo" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Coba Pemasangan Lagi" @@ -300,35 +304,31 @@ msgstr "Coba Pemasangan Lagi" msgid "Select Keyboard Layout" msgstr "Pilih Tata Letak Papan Ketik" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Ketik untuk menguji tata letak Anda" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Tampilkan tata letak papan ketik" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Pilih" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Bawaan" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Bahasa Masukan" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Bahasa" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Pilih Bahasa" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Bahasa yang aktif saat ini" @@ -338,7 +338,7 @@ msgstr "Bahasa yang aktif saat ini" msgid "Select Partitions" msgstr "Gunakan Partisi" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -350,12 +350,12 @@ msgstr "" "akan menghapus SEMUA data pada partisi yang dipilih." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Setidaknya Anda harus memilih sebuah partisi Root (/)." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -367,63 +367,63 @@ msgstr "" "Setidaknya Anda harus memilih sebuah partisi Root (/) dan partisi " "Boot (/boot/efi)." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Direkomendasikan juga untuk memilih sebuah partisi Swap." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Memodifikasi Partisi…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "Partisi EFI memiliki sistem berkas yang salah" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "Partisi EFI terlalu kecil" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Sistem berkas untuk root tidak valid" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Sistem berkas untuk beranda tidak valid" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "Tampilkan log" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "Sembuyikan log" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Mempartisi Drive" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Mengekstrak Berkas" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Mengkonfigurasi Sistem" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Menyelesaikan Pemasangan" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Coba atau Pasang" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -432,20 +432,20 @@ msgstr "" "sebelumnya tidak akan berubah. Performa dan fitur-fitur kemungkinan tidak " "mencerminkan pengalaman saat sudah terpasang." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "Hapus Diska dan Pasang" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Hapus semua dan pasang salinan baru dari %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "Pemasangan Kustom (Lanjutan)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -453,30 +453,30 @@ msgstr "" "Buat, ubah ukuran, atau kelola partisi secara manual. Metode ini dapat " "menyebabkan hilangnya data." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "Pemasangan Kustom" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Lanjutkan Penyiapan" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s telah dipasang" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Matikan" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "Perangkat Anda akan dimulai ulang secara otomatis dalam %i detik." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/io.elementary.installer.pot b/po/io.elementary.installer.pot index 079ccb91b..5a189aedb 100644 --- a/po/io.elementary.installer.pot +++ b/po/io.elementary.installer.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: io.elementary.installer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,12 +18,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -49,16 +49,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -66,50 +70,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -117,61 +121,61 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -179,97 +183,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -277,35 +281,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -313,129 +313,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/is.po b/po/is.po index 4bbe7fef8..8832f8786 100644 --- a/po/is.po +++ b/po/is.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-05-27 15:29+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,61 +116,61 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -174,97 +178,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -272,35 +276,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -308,129 +308,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/it.po b/po/it.po index fa1a2682c..62fe8992b 100644 --- a/po/it.po +++ b/po/it.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2022-04-20 09:24+0000\n" "Last-Translator: David Hewitt \n" "Language-Team: Italian You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Il tuo dispositivo potrebbe essere troppo lento" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "Installa %s" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Raccomandato:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Il tuo dispositivo:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Processore:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Memoria:" @@ -120,7 +124,7 @@ msgstr "Memoria:" msgid "Select a Drive" msgstr "Seleziona un supporto" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -129,57 +133,57 @@ msgstr "" "backup dei tuoi dati, puoi annullare l'installazione e usare la Modalità " "Demo." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Rilevando la configurazione corrente…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Successivo" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "Partizionando il disco" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Indietro" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Cancella e installa" @@ -189,19 +193,19 @@ msgstr "Cancella e installa" msgid "Don’t Encrypt" msgstr "Non crittografare" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 #, fuzzy #| msgid "Drive Encryption" msgid "Enable Drive Encryption" msgstr "Crittografia del disco" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 #, fuzzy #| msgid "" #| "Data will be protected from others with physical access to this device." @@ -212,7 +216,7 @@ msgstr "" "I dati saranno protetti dagli altri utenti che hanno accesso fisico a questo " "dispositivo." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -220,13 +224,13 @@ msgstr "" "La password di crittografia ti verrà richiesta ogni volta che accendi il " "dispositivo. Conservala in un luogo sicuro." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -236,33 +240,33 @@ msgstr "" "recuperare i dati. Questa password è univoca per questo dispositivo, non " "è la password del tuo account utente." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Scegli la password di crittografia" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Conferma la password" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Scegli password" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Scegli la password di crittografia" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Le password non coincidono" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Impossibile installare" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -275,37 +279,37 @@ msgstr "" "hardware. Il tuo dispositivo potrebbe non riavviarsi correttamente. Puoi " "scegliere una delle seguenti alternative:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Provare ad eseguire nuovamente l'installazione" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "• Usare la Modalità Demo e provare a recuperare manualmente" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "• Riavviare il tuo dispositivo per l'avvio da un'altra unità" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Dettagli" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Riavvia il dispositivo" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Prova la Modalità Demo" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Prova a installare nuovamente" @@ -315,35 +319,31 @@ msgstr "Prova a installare nuovamente" msgid "Select Keyboard Layout" msgstr "Disposizione della tastiera" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Digita per testare la tua disposizione" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Mostra la disposizione della tastiera" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Seleziona" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Predefinito" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Lingua di inserimento" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Lingue" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Seleziona una lingua" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Lingua attualmente in uso" @@ -353,7 +353,7 @@ msgstr "Lingua attualmente in uso" msgid "Select Partitions" msgstr "Usa partizione:" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -365,12 +365,12 @@ msgstr "" "\"Formatta\" cancellerà TUTTI i dati sul dispositivo selezionato." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Devi selezionare almeno una partizione Root (/)." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -382,63 +382,63 @@ msgstr "" "Devi selezionare almeno una partizione Root (/) e una partizione " "Boot (/boot/efi)." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Si consiglia inoltre di selezionare una partizione di Swap." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Modifica partizioni…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "La partizione EFI ha un file system incorretto" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "La partizione EFI è troppo piccola" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Il file system per la root è invalido" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Il file system per la directory home è invalido" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Partizionando il disco" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Estraendo i file" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Configurando il sistema" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Ultimando l'installazione" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Prova o installa" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -447,24 +447,24 @@ msgstr "" "precedente sistema operativo rimarranno inalterati. Le prestazioni e le " "funzionalità potrebbero non riflettere l'esperienza di un sistema installato." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy #| msgid "Erase and Install" msgid "Erase Disk and Install" msgstr "Cancella e installa" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Cancella tutto e installa una copia nuova di %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 #, fuzzy #| msgid "Custom (Advanced)" msgid "Custom Install (Advanced)" msgstr "Personalizzata (avanzata)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -472,33 +472,33 @@ msgstr "" "Crea, ridimensiona o gestisci manualmente in altro modo le partizioni. " "Questo metodo può portare alla perdita di dati." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy #| msgid "Could Not Install" msgid "Custom Install" msgstr "Impossibile installare" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Continua la configurazione" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Arresta" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "Il tuo dispositivo si riavvierà automaticamente in un secondo." msgstr[1] "Il tuo dispositivo si riavvierà automaticamente in %i secondi." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/ja.po b/po/ja.po index f7b64c0ee..85aaa0f28 100644 --- a/po/ja.po +++ b/po/ja.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" -"PO-Revision-Date: 2024-06-04 14:13+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" +"PO-Revision-Date: 2024-08-04 00:16+0000\n" "Last-Translator: Ryo Nakano \n" "Language-Team: Japanese \n" @@ -12,15 +12,15 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.5\n" +"X-Generator: Weblate 5.6.2\n" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "%s をインストール" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "オペレーティングシステムをインストール中" @@ -48,16 +48,20 @@ msgstr "テストモードの再起動" msgid "Test mode switch user" msgstr "テストモードのユーザー切り替え" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "%s…" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "デフォルト" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "テストモード" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "インストールをキャンセル" @@ -65,11 +69,11 @@ msgstr "インストールをキャンセル" msgid "Before Installing" msgstr "インストールの前に" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "プレリリース版" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." @@ -77,42 +81,42 @@ msgstr "" "テスト専用のデバイスにのみインストールしてください。安定版へのアップグレー" "ドはできません。" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "仮想マシン" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" "%s の一部の機能の動作が遅くなったり、フリーズしたり、適切に動作しなかったりす" "る恐れがあります。" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "デバイスの動作が遅すぎる可能性があります" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "動作が遅くなったりフリーズしたりすることがあります。" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "了解してインストール" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "推奨要件:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "お使いのデバイス:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "プロセッサー:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "メモリー:" @@ -120,7 +124,7 @@ msgstr "メモリー:" msgid "Select a Drive" msgstr "ドライブを選択してください" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -129,30 +133,30 @@ msgstr "" "アップしていない場合は、インストールをキャンセルしてデモモードを使うことで、" "データをバックアップできます。" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "現在の設定を取得しています…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "次へ" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "追加のドライバー" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -"Broadcom® Wi-Fi アダプター、NVIDIA® グラフィックス、および一部の仮想マシンは" -"、追加のドライバーがないと正しく動作しないことがあります。ほとんどのデバイス" -"には追加のドライバーは不要です。" +"Broadcom® Wi-Fi アダプター、NVIDIA® グラフィックス、および一部の仮想マシン" +"は、追加のドライバーがないと正しく動作しないことがあります。ほとんどのデバイ" +"スには追加のドライバーは不要です。" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." @@ -161,13 +165,13 @@ msgstr "" "キュリティアップデートやそのほかのアップデートは、ドライバーの開発元に左右さ" "れます。" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" "NVIDIA® グラフィックスドライバーをインストールするには、インターネット接続が" "必要です。" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." @@ -176,21 +180,20 @@ msgstr "" "が、NVIDIA® グラフィックス以外のドライバーでもインターネット接続が必要になり" "ます。" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." -msgstr "" -"インストール時にサードパーティー製のプロプライエタリードライバーを導入しま" -"す。各ライセンスおよび利用規約に合意します。" +msgstr "インストール時にサードパーティ製のプロプライエタリードライバーを導入します。" +"各ライセンスおよび利用規約に合意します。" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "戻る" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "削除してインストール" @@ -198,11 +201,11 @@ msgstr "削除してインストール" msgid "Don’t Encrypt" msgstr "暗号化しない" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "ドライブの暗号化を有効にする" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -210,7 +213,7 @@ msgstr "" "必要であれば、ドライブを暗号化してデバイスの保護を強化できます。ただし、以下" "の点に注意してください。" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -218,7 +221,7 @@ msgstr "" "データの保護は、電源がオフの場合に、デバイスに物理的にアクセス可能な他人に対" "してのみ有効です。" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -226,7 +229,7 @@ msgstr "" "このデバイスを起動する度に、暗号化パスワードが要求されます。安全な場所に保管" "してください。" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -234,7 +237,7 @@ msgstr "" "このデバイスを起動する度に、暗号化パスワードを入力するための内蔵または USB " "キーボードが必要になります。" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -243,31 +246,31 @@ msgstr "" "暗号化パスワードを忘れた場合、データは回復できません。これはこのデバイ" "ス専用のパスワードであり、ユーザーアカウント用のパスワードではありません。" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "暗号化パスワードを選択" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "パスワードを確認" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "パスワードを選択" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "暗号化パスワードを設定" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "パスワードが一致しません" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "インストールできませんでした" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -276,31 +279,31 @@ msgstr "" "%s のインストールに失敗しました。ハードウェアのエラーが原因と思われます。デバ" "イスが正しく再起動しない可能性があります。以下をお試しください。" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "インストールを再度試す" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "デモモードを使用して手動で回復してみる" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "デバイスを再起動して別のドライブから起動" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "詳細" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "デバイスを再起動" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "デモモードを試す" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "もう一度インストールしてみる" @@ -308,35 +311,31 @@ msgstr "もう一度インストールしてみる" msgid "Select Keyboard Layout" msgstr "キーボードレイアウトを選択" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "入力してレイアウトを試してください" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "キーボードレイアウトを表示" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "選択" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "デフォルト" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "入力言語" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "言語" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "言語を選択" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "現在使用可能な言語" @@ -344,19 +343,20 @@ msgstr "現在使用可能な言語" msgid "Select Partitions" msgstr "パーティションを選択" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." -msgstr "“フォーマット”を選択すると、選択されたパーティション上のすべてのデータ" +msgstr "" +"“フォーマット”を選択すると、選択されたパーティション上のすべてのデータ" "を削除します。" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "少なくともルート (/)パーティションを選択する必要があります。" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." @@ -364,63 +364,63 @@ msgstr "" "少なくともルート (/)パーティションを選択する必要があります。ブート " "(/boot/efi)パーティションは任意です。" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "スワップパーティションも選択することを推奨します。" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "パーティションを修正…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "EFI パーティションのファイルシステムが不適切です" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "EFI パーティションが小さすぎます" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "ルートディレクトリのファイルシステムが不適切です" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "ホームディレクトリのファイルシステムが不適切です" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "ログを表示" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "ログを非表示" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "ドライブのパーティションを作成しています" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "ファイルを展開しています" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "システムを設定しています" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "インストールを終了しています" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "試用またはインストール" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -428,20 +428,20 @@ msgstr "" "変更は保存されず、インストール済みの OS のデータは変更されません。お使いのシ" "ステムのパフォーマンスと機能を十分に活用できない可能性があります。" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "ディスクを削除してインストール" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "すべてを消去して %s をクリーンインストールします。" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "カスタムインストール (高度)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -449,30 +449,30 @@ msgstr "" "手動でパーティションの作成やサイズ変更、管理を行います。この方法はデータの損" "失につながることがあります。" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "カスタムインストール" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "セットアップを続行" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s のインストールが完了しました" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "シャットダウン" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "お使いのデバイスは %i 秒後に自動的に再起動します。" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/jv.po b/po/jv.po index aaf28245c..23db5fb46 100644 --- a/po/jv.po +++ b/po/jv.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-05-27 15:28+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,62 +116,62 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 #, fuzzy msgid "Back" msgstr "Busak" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -175,97 +179,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -273,35 +277,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -309,129 +309,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/ka.po b/po/ka.po index 0abb3a932..56e2c7899 100644 --- a/po/ka.po +++ b/po/ka.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2024-06-19 05:16+0000\n" "Last-Translator: NorwayFun \n" "Language-Team: Georgian You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "ვირტუალური მანქანა" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" "%s-ის ზოგიერთი ნაწილი შეიძლება, ნელი იყოს, ჭედავდეს, ან არასწორად " "ფუნქციონირებდეს." -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "თქვენი მოწყობილობა შეიძლება ძალიან ნელია" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "ამან შეიძლება ნელა გაშვება ან გაჭედვა გამოიწვიოს." -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "მაინც დაყენება" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "რეკომენდებულია:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "თქვენი მოწყობილობა:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "პროცესორი:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "მეხსიერება:" @@ -117,7 +121,7 @@ msgstr "მეხსიერება:" msgid "Select a Drive" msgstr "აირჩეთ დისკი" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -125,56 +129,56 @@ msgstr "" "ეს მონიშნულ დისკზე ყველაფერს წაშლით. თუ თქვენი მონაცემების მარქაფი არ " "გაგკეთებიათ, შეგიძლიათ გააუქმოთ დაყენება და დემო რეჟიმში გაუშვათ." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "მიმდინარე კონფიგურაციის მიღება…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "შემდეგი" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "დამატებითი დრაივერები" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" "NVIDIA®-ის გრაფიკული დრაივერების დასაყენებლად ინტერნეტკავშირი აუცილებელია." -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "უკან" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "წაშლა და დაყენება" @@ -182,66 +186,66 @@ msgstr "წაშლა და დაყენება" msgid "Don’t Encrypt" msgstr "არ დაშიფრო" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "დისკის დაშიფვრის ჩართვა" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "შეიყვანეთ დაშიფვრის პაროლი" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "პაროლის დადასტურება" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "შეიყვანეთ პაროლი" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "დაშიფვრის პაროლის დაყენება" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "პაროლები არ ემთხვევა" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "დაყენების შეცდომა" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -250,31 +254,31 @@ msgstr "" "%s-ის დაყენება შეუძლებელია აპარატურული შეცდომის გამო. მოწყობილობა შეიძლება " "სწორად არ გადაიტვირთოს. შეგიძლიათ, სცადოთ შემდეგი:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "სცადეთ, თავიდან დააყენოთ" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "გამოიყენეთ საცდელი რეჟიმი და სცადეთ, ხელით აღადგინოთ" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "გადატვირთეთ მოწყობილობა და ჩაიტვირთეთ სხვა დისკიდან" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "დეტალები" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "მოწყობილობის გადატვირთვა" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "დემო რეჟიმში გაშვება" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "სცადეთ, თავიდან დააყენოთ" @@ -282,35 +286,31 @@ msgstr "სცადეთ, თავიდან დააყენოთ" msgid "Select Keyboard Layout" msgstr "აირჩიეთ კლავიატურის განლაგება" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "განლაგების შესამოწმებლად აკრიფეთ" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "კლავიატურის განლაგების ჩვენება" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "აირჩიეთ" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "ნაგულისხმები" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "შეყვანის ენა" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "ენები" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "ენის არჩევა" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "ამჟამად აქტიური ენა" @@ -320,18 +320,18 @@ msgstr "ამჟამად აქტიური ენა" msgid "Select Partitions" msgstr "დანაყოფის გამოყენება" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "სულ ცოტა, საწყისი (/) დანაყოფი უნდა შექმნათ." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." @@ -339,111 +339,111 @@ msgstr "" "სულ ცოტა, საწყისი (/), და არასავალდებულო ჩატვირთვადი (/boot/efi) დანაყოფები უნდა შექმნათ." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "ასევე, რეკომენდებულია, სვოპის დანაყოფიც შექმნათ." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "დანაყოფების მორგება…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "EFI დანაყოფის ფაილური სისტემა არასწორია" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "EFI დანაყოფი ძალიან პატარაა" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "არასწორი ფაილური სისტემა root საქაღალდისთვის" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "არასწორი ფაილური სისტემა home საქაღალდისთვის" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "ჟურნალის ჩვენება" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "ჟურნალის დამალვა" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "დისკის დაყოფა" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "ფაილების გაშლა" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "სისტემის მორგება" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "დაყენების დასრულება" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "სცადეთ ან დააყენეთ" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "დისკის წაშლა და დაყენება" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "ყველაფრის წაშლა და %s-ის დაყენება." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "დაყენების მორგება (დამატებითი პარამეტრები)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "დაყენების მორგება" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "დაყენების გაგრძელება" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "\"%s\" დაყენებულია" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "გამორთვა" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "თქვენი მოწყობილობა ავტომატურად გადაიტვირთება %i წამში." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/kn.po b/po/kn.po index d81919039..a380c4c97 100644 --- a/po/kn.po +++ b/po/kn.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-05-27 15:29+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,61 +116,61 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -174,97 +178,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -272,35 +276,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -308,129 +308,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/ko.po b/po/ko.po index 2e4aad258..b50ba23fb 100644 --- a/po/ko.po +++ b/po/ko.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2022-08-07 18:13+0000\n" "Last-Translator: Jung-Kyu Park \n" "Language-Team: Korean You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "가상 머신" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "컴퓨터가 꽤 느려질 수 있습니다" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "%s 설치합니다" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "권장 사양:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "여러분의 컴퓨터:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "프로세서:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "메모리:" @@ -122,7 +126,7 @@ msgstr "메모리:" msgid "Select a Drive" msgstr "드라이브 선택" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -130,57 +134,57 @@ msgstr "" "이 작업은 해당 드라이브의 모든 데이터를 지우게 됩니다. 데이터를 백업하지 않으" "셨다면, 설치를 취소하고 데모 모드로 사용해 보실 수 있습니다." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "현재 설정을 가져오고 있습니다…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "다음" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "드라이브 파티션 나누기" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "뒤로" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "디스크를 지우고 설치하기" @@ -188,11 +192,11 @@ msgstr "디스크를 지우고 설치하기" msgid "Don’t Encrypt" msgstr "암호화하지 않겠습니다" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "드라이브 암호화" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -200,7 +204,7 @@ msgstr "" "추가 보호를 위해 필요한 경우 이 장치의 드라이브를 암호화하되 다음 사항을 이해" "해야 합니다:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -208,14 +212,14 @@ msgstr "" "컴퓨터를 껐을 때 다른 사람이 이 장치에 물리적으로 연결해도 데이터를 보호합니" "다." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" "이 장치를 켤 때마다 암호화 비밀번호가 필요합니다. 안전한 곳에 보관하세요." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -223,7 +227,7 @@ msgstr "" "이 장치를 켤 때마다 암호화 비밀번호를 입력하려면 내장형 또는 USB 키보드가 필" "요합니다." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -233,31 +237,31 @@ msgstr "" "비 만을 위한 특별한 비밀번호여야 합니다, 여러분의 계정 비밀번호를 사용하시면 " "안 됩니다." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "암호화 비밀번호 선택" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "비밀번호 확인" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "비밀번호 만들기" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "암호화 비밀번호 설정" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "비밀번호가 맞지 않습니다" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "설치할 수 없습니다" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -266,31 +270,31 @@ msgstr "" "%s의 설치를 하지 못했습니다, 하드웨어 오류일 가능성이 있습니다. 컴퓨터가 제대" "로 다시 시작하지 않을 수 있습니다. 다음 중 한 가지를 수행해 보세요:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "다시 설치해 보기" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "데모 모드를 사용해서 수동으로 복구해 보기" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "다른 드라이브에서 컴퓨터를 다시 시작해 보기" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "세부 정보" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "컴퓨터를 다시 시작하기" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "데모 모드로 들어가 보기" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "다시 설치해 보기" @@ -298,35 +302,31 @@ msgstr "다시 설치해 보기" msgid "Select Keyboard Layout" msgstr "키보드 레이아웃 선택" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "타이핑해서 키보드 배치를 확인해보세요" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "키보드 레이아웃 보기" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "선택" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "기본" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "언어 입력" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "언어" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "언어 선택" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "지금 사용 중인 언어" @@ -336,7 +336,7 @@ msgstr "지금 사용 중인 언어" msgid "Select Partitions" msgstr "파티션 사용" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -348,12 +348,12 @@ msgstr "" "모든 데이터를 지우게 됩니다." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "최소한 Root (/) 파티션은 꼭 선택하셔야 합니다." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -365,63 +365,63 @@ msgstr "" "최소한 Root (/) 파티션과 Boot (/boot/efi) 파티션은 꼭 선택하셔" "야 합니다." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Swap 파티션도 설정하시길 권해드립니다." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "파티션 구성하기…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "EFI 파티션의 파일 시스템이 잘못되었습니다" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "EFI 파티션이 너무 작습니다" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "root용 파일 시스템이 잘못되었습니다" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "home용 파일 시스템이 잘못되었습니다" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "로그 표시" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "로그 숨기기" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "드라이브 파티션 나누기" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "파일 압축 풀기" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "시스템 구성 하기" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "설치 마무리 하기" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "체험 또는 설치" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -429,20 +429,20 @@ msgstr "" "데모 모드에선, 바뀐 내용도 저장되지 않고 이전 운영 체제의 데이터도 바뀌지 않" "습니다. 성능이나 기능도 운영 체제에 영향을 주지 않습니다." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "디스크를 지우고 설치하기" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "모든 걸 깨끗이 지우고 %s를 설치합니다." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "사용자 설정 설치 (고급 모드)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -450,30 +450,30 @@ msgstr "" "파티션을 새로 만들거나, 크기를 조절하거나, 등의 조절을 사용자가 직접 합니다. " "데이터를 잃어버릴 위험이 있는 방법입니다." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "사용자 설정 설치" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "설정 계속하기" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s 설치를 마쳤습니다" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "컴퓨터 끄기" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "컴퓨터를 %i 초 후에 자동으로 다시 시작합니다." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/ku.po b/po/ku.po index 388f91e6d..17a20dfb9 100644 --- a/po/ku.po +++ b/po/ku.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2018-06-01 00:07+0000\n" "Last-Translator: Rokar \n" "Language-Team: Kurdish You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "%s Saz bike" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -119,61 +123,61 @@ msgstr "" msgid "Select a Drive" msgstr "Ziman bijartin" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Paşve" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 #, fuzzy msgid "Erase and Install" msgstr "Saz kirin betal bike" @@ -182,99 +186,99 @@ msgstr "Saz kirin betal bike" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 #, fuzzy #| msgid "Starting installation" msgid "Try the installation again" msgstr "Saz kirine dest pê bike" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -284,35 +288,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "Ziman bijartin" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Bijartin" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Wekî erkên destpêkê" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Zimane têxistin" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Ziman" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Ziman bijartin" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Zimane niha Sazkirî" @@ -321,131 +321,131 @@ msgstr "Zimane niha Sazkirî" msgid "Select Partitions" msgstr "Ziman bijartin" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy msgid "Erase Disk and Install" msgstr "Saz kirin betal bike" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy msgid "Custom Install" msgstr "Saz kirin betal bike" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/lb.po b/po/lb.po index d19e25d95..f194eaeb3 100644 --- a/po/lb.po +++ b/po/lb.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2024-05-24 15:16+0000\n" "Last-Translator: Arno \n" "Language-Team: Luxembourgish You will not be able " "to upgrade to a stable release." @@ -77,42 +81,42 @@ msgstr "" "Installéiert nëmmen op Apparater déi fir Entwécklung geduecht sinn. Dir " "kënnt net op eng stabil Release upgraden." -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "Virtuell Maschinn" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" "E puer Deeler vun %s kënne lues lafen, afréieren oder net richteg " "funktionnéieren." -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Ären Apparat ass eventuell ze lues" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "Dëst kann dozou féieren datt et lues leeft oder afréiert." -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "Trotzdem installéieren" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Recommandéiert:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Ären Apparat:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Prozessor:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Aarbechtsspäicher:" @@ -120,7 +124,7 @@ msgstr "Aarbechtsspäicher:" msgid "Select a Drive" msgstr "Disk wielen" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -128,20 +132,20 @@ msgstr "" "Dëst wäert all Daten op der gewielter Disk läschen. Wann Dir Är Donnéeën net " "gebackupt hutt, kënnt Dir d'Installatioun annuléieren an Demo Modus benotzen." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Kritt déi aktuell Konfiguratioun …" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Weider" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "Zousätzlech Treiber" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " @@ -151,36 +155,36 @@ msgstr "" "funktionnéiere vläicht net richteg ouni zousätzlech Treiber. Déi meescht " "Apparater erfuerderen keng zousätzlech Treiber." -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 #, fuzzy msgid "Back" msgstr "Zeréck-Tast" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -188,97 +192,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -286,35 +290,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -324,129 +324,129 @@ msgstr "" msgid "Select Partitions" msgstr "Disk wielen" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/lg.po b/po/lg.po index 4f9cadc56..93fc68201 100644 --- a/po/lg.po +++ b/po/lg.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2018-01-21 00:04+0000\n" "Last-Translator: Laurence Bahiirwa \n" "Language-Team: Ganda You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Masini yo eyinza okusooberera" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "Tekkako %s" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Tukwagaaliza:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Masini yo:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Pulosesa:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Memore:" @@ -117,7 +121,7 @@ msgstr "Memore:" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -125,55 +129,55 @@ msgstr "" "Kino kijja kusimulako ebintu byo ku dulaivu yo. Bwoba tona bi tereka walala, " "osobola okuyimiriza okuteka ko, n'owegezzamu." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Turi kufuna entegekka eriko…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Gyako otekeko bupya" @@ -181,67 +185,67 @@ msgstr "Gyako otekeko bupya" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 #, fuzzy msgid "Could Not Install" msgstr "Tetusoobodde ku tekka ko %s" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, fuzzy, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -250,37 +254,37 @@ msgstr "" "Okutekkako kuganye, masini eyinza obutaddako bulungi. Osobola okugezzako " "bino:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "Gezzako okutekkako era" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "Gezesakko era ogezesseko okutereza kululwo" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "Masini ddamu ogitekkeko buto ng'okozessa dulaivu enddala" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -288,35 +292,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -324,133 +324,133 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 #, fuzzy msgid "Try or Install" msgstr "Gyako otekeko bupya" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy #| msgid "Erase and Install" msgid "Erase Disk and Install" msgstr "Gyako otekeko bupya" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy msgid "Custom Install" msgstr "Tetusoobodde ku tekka ko %s" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Gyako" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/lt.po b/po/lt.po index a0dfa5e66..598eff2e8 100644 --- a/po/lt.po +++ b/po/lt.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Lithuanian (Installer)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2022-04-20 09:24+0000\n" "Last-Translator: David Hewitt \n" "Language-Team: Lithuanian You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Jūsų įrenginys gali būti per lėtas" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "Įdiegti %s" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Rekomenduojami:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Jūsų įrenginio:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Procesorius:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Atmintis:" @@ -121,7 +125,7 @@ msgstr "Atmintis:" msgid "Select a Drive" msgstr "Pasirinkite diską" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -130,57 +134,57 @@ msgstr "" "pasidarę atsarginės savo duomenų kopijos, galite atsisakyti įdiegimo ir " "naudoti demonstracinę veikseną." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Gaunama esama konfigūracija…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Kitas" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "Skaidomas diskas" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Atgal" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Ištrinti ir įdiegti" @@ -190,19 +194,19 @@ msgstr "Ištrinti ir įdiegti" msgid "Don’t Encrypt" msgstr "Nešifruoti" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 #, fuzzy #| msgid "Drive Encryption" msgid "Enable Drive Encryption" msgstr "Disko šifravimas" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 #, fuzzy #| msgid "" #| "Encrypting this drive protects data from being read by others with " @@ -214,7 +218,7 @@ msgstr "" "Šio disko šifravimas apsaugo duomenis ir neleidžia jų perskaityti asmenims, " "kurie turi fizinę prieigą prie šio įrenginio." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 #, fuzzy #| msgid "" #| "The encryption password will be required each time you turn on this " @@ -226,13 +230,13 @@ msgstr "" "Kiekvieną kartą įjungus ar paleidus šį įrenginį iš naujo, bus reikalaujama " "įvesti šifravimo slaptažodį." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -242,33 +246,33 @@ msgstr "" "b> Tai unikalus slaptažodis, kuris yra skirtas šiam įrenginiui, o ne jūsų " "naudotojo paskyrai." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Pasirinkite šifravimo slaptažodį" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Patvirtinkite slaptažodį" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Pasirinkti slaptažodį" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Pasirinkite šifravimo slaptažodį" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Slaptažodžiai nesutampa" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Nepavyko įdiegti" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -281,37 +285,37 @@ msgstr "" "įrenginiui gali nepavykti tinkamai pasileisti iš naujo. Galite pabandyti " "vieną iš šių variantų:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Bandyti įdiegti dar kartą" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "• Naudoti demonstracinę veikseną ir bandyti atkurti rankiniu būdu" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "• Paleisti savo įrenginį iš naujo, norint jį paleisti iš kito disko" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Išsamiau" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Paleisti įrenginį iš naujo" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Išbandyti demonstracinę veikseną" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Bandyti įdiegti dar kartą" @@ -321,35 +325,31 @@ msgstr "Bandyti įdiegti dar kartą" msgid "Select Keyboard Layout" msgstr "Klaviatūros išdėstymas" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Rašykite, norėdami išbandyti savo išdėstymą" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Rodyti klaviatūros išdėstymą" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Pasirinkti" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Numatytasis" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Įvesties kalba" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Kalbos" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Pasirinkite kalbą" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Šiuo metu aktyvi kalba" @@ -359,7 +359,7 @@ msgstr "Šiuo metu aktyvi kalba" msgid "Select Partitions" msgstr "Naudoti skaidinį:" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -372,12 +372,12 @@ msgstr "" "b>" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Privalote pasirinkti bent šaknies (/) skaidinį." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -389,63 +389,63 @@ msgstr "" "Privalote pasirinkti bent šaknies (/) skaidinį ir paleidimo (/boot/" "efi) skaidinį." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Taip pat yra rekomenduojama pasirinkti sukeitimų skaidinį." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Tvarkyti skaidinius…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "EFI skaidinys yra neteisingos failų sistemos" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "EFI skaidinys yra per mažas" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Neteisinga šaknies failų sistema" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Neteisinga namų failų sistema" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Skaidomas diskas" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Išskleidžiami failai" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Konfigūruojama sistema" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Užbaigiamas įdiegimas" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Išbandyti arba Įdiegti" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -454,24 +454,24 @@ msgstr "" "duomenys išliks nepakitę. Našumas ir ypatybės gali neatitikti to patyrimo, " "kuris gaunamas įdiegus sistemą." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy #| msgid "Erase and Install" msgid "Erase Disk and Install" msgstr "Ištrinti ir įdiegti" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Viską ištrinti ir įdiegti naują %s kopiją." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 #, fuzzy #| msgid "Custom (Advanced)" msgid "Custom Install (Advanced)" msgstr "Tinkintas (Išplėstinis)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -479,26 +479,26 @@ msgstr "" "Kurti skaidinius, keisti jų dydį ar kitaip rankiniu būdu juos tvarkyti. Šis " "būdas gali privesti prie duomenų praradimo." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy #| msgid "Could Not Install" msgid "Custom Install" msgstr "Nepavyko įdiegti" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Tęskite nustatymą" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Išjungti" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." @@ -507,7 +507,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/lv.po b/po/lv.po index 5b5dfbd39..cc917ac3d 100644 --- a/po/lv.po +++ b/po/lv.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-05-27 15:29+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,62 +116,62 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 #, fuzzy msgid "Back" msgstr "Dzēst iepriekšējo simbolu" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -175,97 +179,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -273,35 +277,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -309,129 +309,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/mg.po b/po/mg.po index 694306ffe..674d29b75 100644 --- a/po/mg.po +++ b/po/mg.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-05-27 15:29+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:41+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,62 +116,62 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 #, fuzzy msgid "Back" msgstr "Fafao Miverina" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -175,97 +179,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -273,35 +277,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -309,129 +309,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/mk.po b/po/mk.po index 423c6a0ef..900e3a9da 100644 --- a/po/mk.po +++ b/po/mk.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-05-27 15:28+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:41+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,62 +116,62 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 #, fuzzy msgid "Back" msgstr "Избриши" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -175,97 +179,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -273,35 +277,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -309,129 +309,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/mn.po b/po/mn.po index 7363d7a2e..705c0da65 100644 --- a/po/mn.po +++ b/po/mn.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-05-27 15:28+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:41+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,62 +116,62 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 #, fuzzy msgid "Back" msgstr "Бакспейс" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -175,97 +179,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -273,35 +277,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -309,129 +309,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/mo.po b/po/mo.po index be791d5df..a4049e95d 100644 --- a/po/mo.po +++ b/po/mo.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2022-04-20 09:24+0000\n" "Last-Translator: David Hewitt \n" "Language-Team: Moldovan You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Dispozitivul dvs. poate fi prea lent" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "Instalați %s 1" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Recomandat:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Dispozitivul tău:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Procesador:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Memorie:" @@ -118,7 +122,7 @@ msgstr "Memorie:" msgid "Select a Drive" msgstr "Selectați unitate" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -126,57 +130,57 @@ msgstr "" "Aceasta va șterge toate datele de pe unitatea selectată. Dacă nu ați " "susținut datele, puteți să anulați instalarea și să utilizați modul Demo." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Obținerea configurației curente …" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "Unitate de partiționare" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Înapoi" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Ștergeți și instalați" @@ -186,19 +190,19 @@ msgstr "Ștergeți și instalați" msgid "Don’t Encrypt" msgstr "Nu criptați" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 #, fuzzy #| msgid "Drive Encryption" msgid "Enable Drive Encryption" msgstr "Codarea unității" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 #, fuzzy #| msgid "" #| "Encrypting this drive protects data from being read by others with " @@ -210,7 +214,7 @@ msgstr "" "Criptarea acestei unități protejează datele de a fi citite de alții cu acces " "fizic la acest dispozitiv." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 #, fuzzy #| msgid "" #| "The encryption password will be required each time you turn on this " @@ -222,13 +226,13 @@ msgstr "" "Parola de criptare va fi necesară de fiecare dată când porniți acest " "dispozitiv sau reporniți." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -238,33 +242,33 @@ msgstr "" "Aceasta este o parolă unică pentru acest dispozitiv, nu și parola pentru " "contul dvs. de utilizator." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Alegeți parola de criptare" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Confirmă parola" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Alege parola" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Alegeți parola de criptare" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Parolele nu se potrivesc" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Nu sa putet instala" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -276,37 +280,37 @@ msgstr "" "Instalarea %s 1 a eșuat, posibil din cauza unei erori de hardware. Este " "posibil ca Pc Dvs. să nu se repornească corect. Puteți încerca următoarele:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Încercați instalarea din nou" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "• Utilizați modul Demo și încercați să recuperați manualmente" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "• Reporniți dispozitivul pentru a porni de la o altă unitate" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Reporniți dispozitivul" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Încercați modul Demo" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Încercați să instalați din nou" @@ -316,35 +320,31 @@ msgstr "Încercați să instalați din nou" msgid "Select Keyboard Layout" msgstr "Configurarea tastaturii" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Tastați pentru a testa aspectul" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Afișați aspectul tastaturii" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Selectați" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Mod implicit" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Limba de introducere" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Limbi" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Selectați limba" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Limba activă în prezent" @@ -354,7 +354,7 @@ msgstr "Limba activă în prezent" msgid "Select Partitions" msgstr "Utilizați partiția:" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -366,12 +366,12 @@ msgstr "" "\"Format\" va șterge TOATE datele de pe partiția selectată. 2" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Trebuie să selectați cel puțin o partiție 1Root (/) 2." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -383,64 +383,64 @@ msgstr "" "Trebuie să selectați cel puțin o partiție 1Root (/) 2 și o partiție " " 3 Boot (/ boot /efi) 4." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "De asemenea, este recomandat să selectați o partiție 1Swap 2." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Modificați partițiile …" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Unitate de partiționare" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Extragerea fișierelor" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Configurarea sistemului" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Finalizarea instalării" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 #, fuzzy msgid "Try or Install" msgstr "Încercați să instalați din nou" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 #, fuzzy msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " @@ -450,54 +450,54 @@ msgstr "" "din sistemul de operare anterior vor fi neschimbate. Este posibil ca " "performanțele și caracteristicile să nu reflecte experiența instalată." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy #| msgid "Erase and Install" msgid "Erase Disk and Install" msgstr "Ștergeți și instalați" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy #| msgid "Could Not Install" msgid "Custom Install" msgstr "Nu sa putet instala" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Continuați să configurați" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Închide" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/mr.po b/po/mr.po index abd1598f6..52ca994d4 100644 --- a/po/mr.po +++ b/po/mr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2021-03-20 21:27+0000\n" "Last-Translator: Prachi Joshi \n" "Language-Team: Marathi You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "आपले डिव्हाइस खूप धीमे असू शकते" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "%s इन्स्टॉल करा" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "शिफारस केलेले :" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "आपले डिव्हाइस :" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "प्रोसेसर :" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "मेमरी :" @@ -121,7 +125,7 @@ msgstr "मेमरी :" msgid "Select a Drive" msgstr "ड्राइव्ह निवडा" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -129,57 +133,57 @@ msgstr "" "हे निवडलेल्या ड्राइव्हवरील सर्व डेटा पुसून टाकेल. आपण आपला डेटा बॅक अप घेतला नसेल तर आपण " "स्थापना रद्द करू शकता आणि डेमो मोड वापरू शकता." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "वर्तमान कॉन्फिगरेशन मिळवत आहे …" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "पुढे" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "विभाजन ड्राइव्ह" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "मागे" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "पुसून टाका आणि स्थापित करा" @@ -189,19 +193,19 @@ msgstr "पुसून टाका आणि स्थापित करा" msgid "Don’t Encrypt" msgstr "एन्क्रिप्ट करू नका" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 #, fuzzy #| msgid "Drive Encryption" msgid "Enable Drive Encryption" msgstr "ड्राइव्ह एन्क्रिप्शन" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 #, fuzzy #| msgid "" #| "Data will be protected from others with physical access to this device." @@ -210,7 +214,7 @@ msgid "" "when it is shut down." msgstr "या डिव्हाइसवर नैसर्गिक प्रवेशासह डेटा इतरांपासून संरक्षित केला जाईल." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -218,7 +222,7 @@ msgstr "" "हे डिव्हाइस प्रत्येक वेळी चालू केल्यावर एन्क्रिप्शन संकेतशब्द आवश्यक असेल. तो कोठेतरी सुरक्षित " "ठेवा." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -226,7 +230,7 @@ msgstr "" "हे उपकरण चालू करतांना प्रत्येक वेळी अंगभूत किंवा यूएसबी कीबोर्ड वापरून एन्क्रिप्शन पासवर्ड " "टाइप करण्याची आवश्यकता असते." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -236,33 +240,33 @@ msgstr "" "b> हा या डिव्हाइससाठी एक अद्वितीय पासवर्ड आहे, आपल्या वापरकर्ता खात्यासाठीचा पासवर्ड " "नाही." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "एनक्रिप्शन पासवर्ड निवडा" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "पासवर्ड नक्की करा" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "पासवर्ड निवडा" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "एनक्रिप्शन पासवर्ड निवडा" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "पासवर्डस जुळत नाहीत" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "इन्स्टॉल होऊ शकले नाही" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -274,37 +278,37 @@ msgstr "" "%s इन्स्टॉल करणे शक्य झाले नाही, बहुदा हार्डवेअर त्रुटीमुळे. आपले डिव्हाइस योग्य रीस्टार्ट " "होऊ शकत नाही. आपण खालील प्रयत्न करू शकता:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• पुन्हा इन्स्टॉल करण्याचा प्रयत्न करा" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "• डेमो मोड वापरा आणि स्वतः पुनर्प्राप्त करण्याचा प्रयत्न करा" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "• दुसर्या डिव्हाइसवरून बूट करण्यासाठी आपले डिव्हाइस रीस्टार्ट करा" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "तपशील" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "डिव्हाइस रीस्टार्ट करा" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "डेमो मोड वापरून पहा" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "पुन्हा इन्स्टॉल करण्याचा प्रयत्न करा" @@ -314,35 +318,31 @@ msgstr "पुन्हा इन्स्टॉल करण्याचा प msgid "Select Keyboard Layout" msgstr "कीबोर्ड चे लेआऊट" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "आपल्या लेआऊट ची चाचणी करण्यासाठी टाईप करा" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "कीबोर्ड चे लेआऊट दाखवा" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "निवडा" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "मूळ" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "इनपुट भाषा" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "भाषा" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "एक भाषा निवडा" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "सध्या वापरात असलेली भाषा" @@ -352,7 +352,7 @@ msgstr "सध्या वापरात असलेली भाषा" msgid "Select Partitions" msgstr "विभाजन वापरा:" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -364,12 +364,12 @@ msgstr "" "ड्राइव्हच्या विभाजनावरील सर्व डेटा मिटविला जाईल." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "तुम्हास किमान एक Root(/) विभाजन निवडणे आवश्यक आहे." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -381,63 +381,63 @@ msgstr "" "तुम्हास किमान एक Root(/) विभाजन आणि एक Boot(/boot/efi) विभाजन " "निवडणे आवश्यक आहे." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "एक स्वॅप विभाजन निवडण्याची देखील शिफारस केली जाते." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "विभाजने सुधारित करा …" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "EFI विभाजनात चुकीची फाइल प्रणाली आहे" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "EFI विभाजन खूप लहान आहे" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "रूटसाठी ही अवैध फाइल सिस्टम आहे" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "होमसाठी ही अवैध फाइल सिस्टम आहे" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "विभाजन ड्राइव्ह" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "फायली काढत आहे" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "सिस्टम कॉन्फिगर करत आहे" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "इंस्टॉलेशन पूर्ण करीत आहे" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "वापरून बघा किंवा इन्स्टॉल करा" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -445,24 +445,24 @@ msgstr "" "बदल जतन केले जाणार नाहीत आणि आपल्या मागील OS वरील डेटा अपरिवर्तित केला जाईल. " "कार्यप्रदर्शन आणि वैशिष्ट्ये स्थापित अनुभवास परावर्तित करू शकत नाहीत." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy #| msgid "Erase and Install" msgid "Erase Disk and Install" msgstr "पुसून टाका आणि स्थापित करा" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "सर्व काही मिटवा आणि %s ची ताजी प्रत इन्स्टॉल करा." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 #, fuzzy #| msgid "Custom (Advanced)" msgid "Custom Install (Advanced)" msgstr "सानुकूल (प्रगत)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -470,34 +470,34 @@ msgstr "" "विभाजने स्वहस्ते विभाजने, आकार बदलणे, किंवा इतरथा व्यवस्थापित करा. ही पद्धत डेटा हानी " "होऊ शकते." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy #| msgid "Could Not Install" msgid "Custom Install" msgstr "इन्स्टॉल होऊ शकले नाही" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "सेट अप सुरू ठेवा" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, fuzzy, c-format #| msgid "%s has been installed." msgid "%s has been installed" msgstr "%s स्थापित केले गेले आहे." -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "बंद" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "आपले डिव्हाइस स्वयंचलितपणे %i सेकंदात रीस्टार्ट होईल." msgstr[1] "आपले डिव्हाइस स्वयंचलितपणे %i सेकंदांत रीस्टार्ट होईल." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/ms.po b/po/ms.po index 6ab063554..d570e3773 100644 --- a/po/ms.po +++ b/po/ms.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-05-27 15:29+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:41+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,62 +116,62 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 #, fuzzy msgid "Back" msgstr "Padam" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -175,97 +179,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -273,35 +277,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -309,129 +309,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/my.po b/po/my.po index 60ec53def..1db2b0336 100644 --- a/po/my.po +++ b/po/my.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-06-26 17:01+0000\n" "Last-Translator: Bone Pyae Sone \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,62 +116,62 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 #, fuzzy msgid "Back" msgstr "Backspace" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -175,97 +179,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -273,35 +277,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -309,129 +309,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/nb.po b/po/nb.po index e74f5d4d6..c149c77bb 100644 --- a/po/nb.po +++ b/po/nb.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2024-06-16 21:16+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: Norwegian Bokmål You will not be able " "to upgrade to a stable release." @@ -81,43 +85,43 @@ msgstr "" "Kun installer på enheter tiltenkt utvikling. Du vil ikke kunne oppgradere " "til en stabil utgave." -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "Virtuell maskin" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" "Noen deler av %s kan kjøre tregt, henge seg, eller ikke fungere slik de skal." -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Enheten din kan være for treg" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "Dette kan forårsake treg funksjonalitet, eller at ting stopper." -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "Installer %s" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Anbefalt:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Enheten din:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Prosessor:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Minne:" @@ -125,7 +129,7 @@ msgstr "Minne:" msgid "Select a Drive" msgstr "Velg en disk" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -134,22 +138,22 @@ msgstr "" "sikkerhetskopiert dataene dine, kan du avbryte installasjonen og bruke demo-" "modus." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Henter gjeldende oppsett…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Neste" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "Partisjonerer enhet" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 #, fuzzy msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " @@ -160,7 +164,7 @@ msgstr "" "å fungere uten ytterligere driverrutiner. De fleste enheter krever ikke " "dette." -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." @@ -168,13 +172,13 @@ msgstr "" "Ufrie driverrutiner inneholder privat kode som ikke kan gjennomses. " "Sikkerhet og oppdateringer avhenger av tilbyderen." -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" "Tilkobling til Internett kreves for å installere driverrutiner for NVIDIA®-" "grafikk." -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 #, fuzzy msgid "" "Proprietary drivers can be installed later through AppCenter, but an " @@ -183,7 +187,7 @@ msgstr "" "Ufrie drivere kan installeres senere gjennom AppSenter, men en tilkobling " "til Internett kreves fremdeles for innhenting av alle driverrutiner." -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." @@ -191,13 +195,13 @@ msgstr "" "Inkluder ufrie drivere fra tredjeparter under installasjon. Jeg samtykker " "til respektive lisenser og bruksvilkår." -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Tilbake" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Slett og installer" @@ -205,13 +209,13 @@ msgstr "Slett og installer" msgid "Don’t Encrypt" msgstr "Ikke krypter" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 #, fuzzy #| msgid "Drive Encryption" msgid "Enable Drive Encryption" msgstr "Skru på diskkryptering" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -219,7 +223,7 @@ msgstr "" "Krypter denne enhetens lagring hvis det kreves for ekstra beskyttelse, men " "forsikre deg om at du forstår følgende:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -227,7 +231,7 @@ msgstr "" "Data vil kun bli beskyttes fra andre med fysisk tilgang til denne enheten " "når den slås av." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -235,7 +239,7 @@ msgstr "" "Krypteringspassordet kreves hver gang du skrur på denne enheten. Lagre det " "en trygg plass." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -243,7 +247,7 @@ msgstr "" "Et innebygd- eller USB-tastatur kreves for å skrive krypteringspassordet " "hver gang denne enheten skrus på." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -253,31 +257,31 @@ msgstr "" " Dette er et unikt passord for denne enheten, ikke passordet til " "brukerkontoen din." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Velg krypteringspassord" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Bekreft passord" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Velg passord" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "Sett krypteringspassord" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Passordene samsvarer ikke" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Kunne ikke installere" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -286,31 +290,31 @@ msgstr "" "Installasjonen av %s mislyktes antagelig som følge av en maskinvarefeil. " "Enheten din kan ha problemer med å starte på nytt. Prøv én av følgende:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "Prøv å installere igjen" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "Bruk demo-modus for å prøve å tilbakestille manuelt" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "Start enheten på nytt og start opp igjen fra en annen lagringsstasjon" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Detaljer" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Start maskinen på nytt" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Prøv demo-modus" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Prøv å installere igjen" @@ -318,35 +322,31 @@ msgstr "Prøv å installere igjen" msgid "Select Keyboard Layout" msgstr "Velg tastaturoppsett" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Skriv for å teste ditt oppsett" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Vis tastaturoppsett" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Velg" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Forvalg" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Inndataspråk" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Språk" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Velg et språk" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Nåværende språk" @@ -356,18 +356,18 @@ msgstr "Nåværende språk" msgid "Select Partitions" msgstr "Bruk partisjon" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "Å velge «Formater» sletter all data på valgt partisjon." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Du må minimum velge en Rot (/)-partisjon." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -379,63 +379,63 @@ msgstr "" "Du må minimum velge en Rot (/)-partisjon og en oppstarts- (/boot/" "efi)partisjon." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Det anbefales også å velge en partisjon til sidevekslingfil." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Endre partisjoner…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "EFI-partisjon har feil filsystem" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "EFI-partisjon for liten" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Ugyldig filsystem for root" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Ugyldig filsystem for home" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "Vis logg" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "Skjul logg" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Partisjonerer enhet" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Pakker ut filer" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Setter opp systemet" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Fullfører installasjonen" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Prøv eller installer" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -444,20 +444,20 @@ msgstr "" "tidligere operativsystem vil forbli uendret. Ytelse og funksjoner er ikke på " "samme nivå som ved faktisk installasjon." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "Slett disk og installer" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Slett alt og installer en ny kopi av %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "Egendefinert installasjon (avansert)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -465,31 +465,31 @@ msgstr "" "Opprett, endre størrelse, og på annet vis behandle partisjoner. Denne " "metoden kan lede til datatap." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "Egendefinert installasjon" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Fortsett oppsett" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s har blitt installert" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Slå av" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "Omstart av enheten vil skje om %i sekund." msgstr[1] "Omstart av enheten vil skje om %i sekunder." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/nl.po b/po/nl.po index bf7ba99d4..a4341a593 100644 --- a/po/nl.po +++ b/po/nl.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2024-05-31 19:13+0000\n" "Last-Translator: DutchVipperloid \n" "Language-Team: Dutch You will not be able " "to upgrade to a stable release." @@ -77,42 +81,42 @@ msgstr "" "Installeer alleen op apparaten die zijn bedoeld voor ontwikkeling. U kunt " "niet upgraden naar een stabiele uitgave." -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "Virtuele machine" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" "Sommige onderdelen van %s kunnen vertraagd reageren, vastlopen of niet naar " "behoren werken." -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Uw apparaat is mogelijk te traag" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "Dit kan ervoor zorgen dat het vertraagd reageert of vastloopt." -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "Toch installeren" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Aanbevolen:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Uw apparaat:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Processor:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Geheugen:" @@ -120,7 +124,7 @@ msgstr "Geheugen:" msgid "Select a Drive" msgstr "Een schijf selecteren" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -129,20 +133,20 @@ msgstr "" "heeft van uw data, dan kunt u de installatie annuleren en de demomodus " "gebruiken." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Huidige configuratie aan het ophalen…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Volgende" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "Aanvullende drivers" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " @@ -152,7 +156,7 @@ msgstr "" "machines functioneren mogelijk niet naar behoren zonder aanvullende drivers. " "De meeste apparaten hebben geen aanvullende drivers nodig." -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." @@ -160,13 +164,13 @@ msgstr "" "Propriëtaire drivers bevatten private code die niet beoordeeld kan worden. " "Veiligheid en andere updates zijn afhankelijk van de driverleverancier." -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" "Een internetverbinding is vereist om NVIDIA® grafische drivers te " "installeren." -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." @@ -174,7 +178,7 @@ msgstr "" "Propriëtaire drivers kunnen later geïnstalleerd worden in AppCenter, maar " "een internetverbinding is vereist voor alle drivers." -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." @@ -182,13 +186,13 @@ msgstr "" "Installeer propriëtaire drivers van derde partijen mee tijdens installatie. " "Ik ga akkoord met hun respectieve licenties en gebruikersvoorwaarden." -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Terug" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Installeren en wissen" @@ -196,11 +200,11 @@ msgstr "Installeren en wissen" msgid "Don’t Encrypt" msgstr "Niet versleutelen" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "Schijfversleuteling inschakelen" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -208,7 +212,7 @@ msgstr "" "Versleutel de opslag van dit apparaat voor extra beveiliging, maar wees je " "bewust van het volgende:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -216,7 +220,7 @@ msgstr "" "Gegevens worden alleen beschermd tegen anderen met fysieke toegang tot dit " "apparaat wanneer het is uitgeschakeld." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -224,7 +228,7 @@ msgstr "" "Het sleutelwachtwoord is vereist telkens wanneer u dit apparaat inschakelt. " "Bewaar dit wachtwoord op een veilige plek." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -232,7 +236,7 @@ msgstr "" "Een ingebouwd toetsenbord of USB-toetsenbord is benodigd om het " "sleutelwachtwoord in te kunnen voeren wanneer u de computer opstart." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -242,31 +246,31 @@ msgstr "" "kunnen herstellen. Dit wachtwoord is specifiek voor dit apparaat, niet " "het wachtwoord van uw gebruikersaccount." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Kies een sleutelwachtwoord" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Wachtwoord bevestigen" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Wachtwoord kiezen" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "Stel sleutelwachtwoord in" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Wachtwoorden komen niet overeen" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Kon niet installeren" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -276,31 +280,31 @@ msgstr "" "dat uw apparaat niet correct kan herstarten. U kunt een van de volgende " "opties proberen:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "Probeer de installatie opnieuw" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "Gebruik de demomodus en probeer het systeem handmatig te herstellen" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "Herstart de computer om vervolgens van een andere schijf op te starten" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Details" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Herstart apparaat" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Probeer de demonstratiemodus" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Probeer de installatie opnieuw" @@ -308,35 +312,31 @@ msgstr "Probeer de installatie opnieuw" msgid "Select Keyboard Layout" msgstr "Selecteer toetsenbordindeling" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Typ om uw indeling uit te proberen" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Toon toetsenbordindeling" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Selecteer" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Standaard" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Invoertaal" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Talen" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Selecteer een taal" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Momenteel actieve taal" @@ -344,7 +344,7 @@ msgstr "Momenteel actieve taal" msgid "Select Partitions" msgstr "Selecteer partities" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" @@ -352,12 +352,12 @@ msgstr "" "partitie." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "U zult in ieder geval een Root-partitie (/) moeten kiezen." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." @@ -365,64 +365,64 @@ msgstr "" "U zult in ieder geval een Root-partitie (/) en optioneel een Boot-" "partitie (/boot/efi) moeten selecteren." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" "Het wordt eveneens aangeraden om een Swap-partitie te selecteren." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Partities aanpassen…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "EFI partitie heeft het verkeerde bestandssysteem" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "EFI partitie is te klein" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Ongeldig bestandssysteem voor root" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Ongeldig bestandssysteem voor home" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "Toon logboek" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "Verberg logboek" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Schijf partitioneren" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Bestanden uitpakken" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Systeem configureren" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Installatie afronden" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Probeer of installeer" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -433,20 +433,20 @@ msgstr "" "beeld geven tegenover een daadwerkelijke installatie van het " "besturingssysteem." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "Schijf wissen en installeren" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Wis alles en installeer een nieuwe kopie van %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "Aangepaste installatie (Geavanceerd)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -454,31 +454,31 @@ msgstr "" "Maak partities, pas de grootte aan, of bewerk partities handmatig. Deze " "methode kan tot het verlies van gegevens leiden." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "Aangepaste installatie" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Vervolg instellen" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s is geïnstalleerd" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Afsluiten" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "Uw computer zal automatisch herstarten over %i seconde." msgstr[1] "Uw computer zal automatisch herstarten over %i seconden." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/nn.po b/po/nn.po index 82b24f180..4ec7d6a31 100644 --- a/po/nn.po +++ b/po/nn.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2023-02-07 09:25+0000\n" "Last-Translator: Martin Myrvold \n" "Language-Team: Norwegian Nynorsk You will not be able " "to upgrade to a stable release." @@ -79,42 +83,42 @@ msgstr "" "Installer dette kun på eininger som er dedikert for utvikling. Du vil " "ikkje kunna oppgradera til ein stabil utgjeving." -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "Virtuell maskin" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" "Nokre deler av %s vil kunne gå treigt, stoppa opp, eller ikkje fungera som " "det skal." -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Eininga di kan vere for treig" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "Dette vil kunne gjera at ting går treigt eller stoppar opp." -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "Installer uansett" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Tilrådd:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Eininga di:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Prosessor:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Minne:" @@ -122,7 +126,7 @@ msgstr "Minne:" msgid "Select a Drive" msgstr "Vel ein disk" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -131,57 +135,57 @@ msgstr "" "har sikkerheitskopiert dataa dine, kan du avbryte installeringa og bruke " "demo-modus." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Hentar gjeldande oppsett…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Neste" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "Partisjonerar eining" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Tilbake" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Slett og installer" @@ -189,11 +193,11 @@ msgstr "Slett og installer" msgid "Don’t Encrypt" msgstr "Ikkje krypter" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "Slå på kryptering av disken" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -201,7 +205,7 @@ msgstr "" "Krypter disken på denne eininga for meir tryggleik. Men ver sikker på at du " "forstår:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -209,7 +213,7 @@ msgstr "" "Informasjonen vil kun vera trygg mot dei som har fysisk tilgong til denne " "eininga når den er slått av." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -217,7 +221,7 @@ msgstr "" "Du må skriva inn krypteringspassordet kvar gong eininga blir skrudd på. Ta " "vare på krypteringspassordet på ein trygg plass." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -225,7 +229,7 @@ msgstr "" "For å skriva inn krypteringspassordet treng du eit innebygd- eller USB-" "tastatur kopla til." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -235,31 +239,31 @@ msgstr "" "dataa. Dette er eit unikt passord for denne eininga, ikkje passordet til " "brukarkontoen din." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Vel krypteringspassord" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Stadfest passord" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Vel passord" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "Vel eit krypteringspassord" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Passorda samsvarar ikkje" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Kunne ikkje installere" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -268,31 +272,31 @@ msgstr "" "På grunn av eit problem med maskinvara har installeringa av %s gått galt. " "Eininga vil kanskje ikkje starte om att som den skal. Du kan prøve følgjande:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "Prøv å innstallera på nytt" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "Bruk demomodus og hent attende manuellt" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "Start maskina på nytt og start opp frå ein anna lagringsstasjon" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Detaljar" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Start maskina om att" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Prøv demo-modus" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Prøv å installere igjen" @@ -300,35 +304,31 @@ msgstr "Prøv å installere igjen" msgid "Select Keyboard Layout" msgstr "Vel tastaturoppsett" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Skriv for å teste oppsettet ditt" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Vis tastaturoppsett" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Vel" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Standardval" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Inndataspråk" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Språk" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Vel eit språk" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Noverande språk" @@ -338,7 +338,7 @@ msgstr "Noverande språk" msgid "Select Partitions" msgstr "Bruk partisjon" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -350,12 +350,12 @@ msgstr "" "«Formater» vil slette ALT av data på valt partisjon." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Du må minimum velje ein Rot (/)-partisjon." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -367,63 +367,63 @@ msgstr "" "Du må minimum velje ein Rot (/)-partisjon og ein oppstarts- (/boot/" "efi)-partisjon." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Det er òg tilrådd å velje ein partisjon som sidevekslingsfil." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Endre partisjonar…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "EFI-partisjonen har feil filsystem" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "EFI-partisjonen er for liten" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Ugyldig filsystem for root" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Ugyldig filsystem for home" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "Vis historikk" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "Gøym historikk" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Partisjonerar eining" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Pakkar ut filer" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Set opp systemet" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Fullfører installeringa" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Prøv eller installer" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -432,20 +432,20 @@ msgstr "" "operativsystem vil vere uendra. Yting og funksjonar er ikkje på same nivå " "som ved ei faktisk installering." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "Slett disken og installer" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Slett alt og installer ein ny kopi av %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "Eigendefinert installasjon(avansert)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -453,31 +453,31 @@ msgstr "" "Opprett, endre storleik, og på andre vis behandle partisjonar. Denne metoden " "kan leie til datatap." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "Eigendefinert installasjon" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Hald fram med oppsett" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s har blitt installert" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Slå av" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "Eininga di vil starta på nytt om %i sekund." msgstr[1] "Eininga di vil starta på nytt om %i sekund." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/pa.po b/po/pa.po index e707f3825..0ca5ae111 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: io.elementary.installer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2021-08-02 05:31+0000\n" "Last-Translator: elSolus \n" "Language-Team: Punjabi 1;\n" "X-Generator: Weblate 4.4.2\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "%s ਨੂੰ ਸਥਾਪਤ ਕਰੋ" -#: src/Application.vala:74 +#: src/Application.vala:67 #, fuzzy #| msgid "%s has been installed" msgid "operating system is being installed" @@ -54,16 +54,20 @@ msgstr "ਟੈਸਟ ਮੋਡ ਰੀਬੂਟ" msgid "Test mode switch user" msgstr "ਟੈਸਟ ਮੋਡ ਵਰਤੋਂਕਾਰ ਬਦਲੋ" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "%s…" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "ਡਿਫ਼ਾਲਟ" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "ਟੈਸਟ ਮੋਡ" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "ਸਥਾਪਨ ਰੱਦ ਕਰੋ" @@ -73,52 +77,52 @@ msgstr "ਸਥਾਪਨ ਰੱਦ ਕਰੋ" msgid "Before Installing" msgstr "ਦੁਬਾਰਾ ਸਥਾਪਤ ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰੋ" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "ਤੁਹਾਡੀ ਡਿਵਾਈਸ ਸ਼ਾਇਦ ਬਹੁਤ ਹੀ ਮੱਠੀ ਹੈ" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "%s ਨੂੰ ਸਥਾਪਤ ਕਰੋ" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "ਸਿਫ਼ਾਰਸ਼ੀ:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "ਤੁਹਾਡੀ ਡਿਵਾਈਸ:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "ਪ੍ਰੋਸੈਸਰ:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "ਮੈਮਰੀ:" @@ -126,7 +130,7 @@ msgstr "ਮੈਮਰੀ:" msgid "Select a Drive" msgstr "ਕੋਈ ਡਿਵਾਈਸ ਚੁਣੋ" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -134,57 +138,57 @@ msgstr "" "ਇਹ ਚੁਣੀ ਹੋਈ ਡਰਾਈਵ ਦਾ ਸਾਰਾ ਡੇਟਾ ਮਿਟਾ ਦੇਵੇਗਾ। ਜੇ ਤੁਸੀਂ ਹਾਲੇ ਆਪਣਾ ਡੇਟਾ ਬੈਕਅਪ ਨਹੀਂ ਕੀਤਾ ਤਾਂ " "ਤੁਸੀਂ ਸਥਾਪਨ ਨੂੰ ਰੱਦ ਕਰ ਸਕਦੇ ਹੋ ਜਾਂ ਮਿਸਾਲ ਮੋਡ ਵਰਤ ਸਕਦੇ ਹੋ।" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "ਮੌਜੂਦਾ ਸੈਟਿੰਗਾਂ ਪੜ੍ਹ ਰਿਹੈ…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "ਅਗਲਾ" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "ਡਰਾਈਵ ਵੰਡ ਹੋ ਰਹੀ ਹੈ" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "ਪਿੱਛੇ ਜਾਓ" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "ਮਿਟਾਓ ਅਤੇ ਸਥਾਪਤ ਕਰੋ" @@ -192,11 +196,11 @@ msgstr "ਮਿਟਾਓ ਅਤੇ ਸਥਾਪਤ ਕਰੋ" msgid "Don’t Encrypt" msgstr "ਪਾਸਵਰਡ-ਸੁਰੱਖਿਅਤ ਨਾ ਕਰੋ" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "ਡਰਾਈਵ ਨੂੰ ਪਾਸਵਰਡ-ਸੁਰੱਖਿਅਤ ਕਰੋ" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -204,14 +208,14 @@ msgstr "" "ਜੇ ਲੋੜ ਹੋਵੇ ਤਾਂ ਇਸ ਡਿਵਾਈਸ ਦੀ ਡਰਾਈਵ ਪਾਸਵਰਡ-ਰੱਖਿਅਤ ਕਰੋ, ਪਰ ਇਹ ਯਕੀਨੀ ਬਣਾਓ ਕਿ ਤੁਸੀਂ ਇਹ " "ਚੰਗੀ ਤਰ੍ਹਾਂ ਸਮਝਦੇ ਹੋਵੋਂ:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" "ਇਸ ਡਿਵਾਈਸ ਤੱਕ ਸਰੀਰਕ ਪਹੁੰਚ ਰੱਖਣ ਵਾਲਿਆਂ ਤੋਂ ਡੇਟਾ ਸਿਰਫ਼ ਉਦੋਂ ਹੀ ਸੁਰੱਖਿਅਤ ਹੋਵੇਗਾ ਜਦੋਂ ਇਹ ਬੰਦ ਹੋਵੇਗੀ।" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -219,7 +223,7 @@ msgstr "" "ਜਦੋਂ ਵੀ ਇਹ ਡਿਵਾਈਸ ਬੰਦ ਹਾਲਤ ਵਿੱਚੋਂ ਚਲਾਈ ਗਈ ਤਾਂ ਪਾਸਵਰਡ ਮੰਗਿਆ ਜਾਵੇਗਾ। ਪਾਸਵਰਡ ਨੂੰ ਕਿਸੇ ਮਹਿਫੂਜ਼ " "ਜਗ੍ਹਾ ਲੁਕਾਉਣਾ।" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -227,7 +231,7 @@ msgstr "" "ਹਰ ਵਾਰ ਜਦੋਂ ਇਹ ਡਿਵਾਈਸ ਬੰਦ ਹਾਲਤ ਵਿੱਚੋਂ ਚਾਲੂ ਕੀਤੀ ਜਾਵੇਗੀ ਤਾਂ ਪਾਸਵਰਡ ਟਾਈਪ ਕਰਨ ਇੱਕ ਕੀਬੋਰਡ " "ਦੀ ਲੋੜ ਹੋਵੇਗੀ।" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -236,31 +240,31 @@ msgstr "" "ਜੇ ਤੁਸੀਂ ਪਾਸਵਰਡ ਭੁੱਲ ਗਏ ਤਾਂ ਤੁਸੀਂ ਡੇਟਾ ਵਾਪਸ ਨਹੀਂ ਪਾ ਸਕੋਗੇ। ਇਹ ਇਸ ਡਿਵਾਈਸ ਦਾ ਆਪਣਾ " "ਅਨੋਖਾ ਪਾਸਵਰਡ ਹੈ, ਨਾ ਕਿ ਤੁਹਾਡੇ ਵਰਤੋਂਕਾਰ ਖਾਤੇ ਵਾਲ਼ਾ ਪਾਸਵਰਡ।" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "ਸੁਰੱਖਿਆ ਲਈ ਪਾਸਵਰਡ ਚੁਣੋ" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "ਪਾਸਵਰਡ ਤਸਦੀਕ ਕਰੋ" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "ਪਾਸਵਰਡ ਚੁਣੋ" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "ਸੁਰੱਖਿਆ ਲਈ ਪਾਸਵਰਡ ਸੈੱਟ ਕਰੋ" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "ਪਾਸਵਰਡ ਮੇਲ ਨਹੀਂ ਖਾਂਦੇ" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "ਸਥਾਪਤ ਨਹੀਂ ਹੋ ਸਕਿਆ" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -269,31 +273,31 @@ msgstr "" "%s ਨੂੰ ਸਥਾਪਤ ਕਰਨਾ ਨਾਕਾਮ ਰਿਹਾ, ਸ਼ਾਇਦ ਹਾਰਡਵੇਅਰ ਦੀ ਖ਼ਰਾਬੀ ਕਰਕੇ ਹੀ। ਡਿਵਾਈਸ ਸ਼ਾਇਦ ਸਹੀ " "ਤਰ੍ਹਾਂ ਰੀਸਟਾਰਟ ਨਾ ਹੋਵੇ। ਤੁਸੀਂ ਇਹਨਾਂ ਵਿੱਚੋਂ ਕੋਸ਼ਿਸ਼ ਕਰ ਸਕਦੇ ਹੋ:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "ਦੁਬਾਰਾ ਸਥਾਪਤ ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰੋ" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "ਡੈਮੋ ਮੋਡ ਵਰਤੋ ਅਤੇ ਹੱਥੀਂ ਰੀਕਵਰ ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰੋ" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "ਡਿਵਾਈਸ ਰੀਸਟਾਰਟ ਕਰੋ ਅਤੇ ਕਿਸੇ ਹੋਰ ਡਰਾਈਵ ਤੋਂ ਬੂਟ ਕਰੋ" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "ਵੇਰਵਾ" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "ਡਿਵਾਈਸ ਰੀਸਟਾਰਟ ਕਰੋ" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "ਡੈਮੋ ਮੋਡ ਅਜ਼ਮਾਓ" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "ਦੁਬਾਰਾ ਸਥਾਪਤ ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰੋ" @@ -301,35 +305,31 @@ msgstr "ਦੁਬਾਰਾ ਸਥਾਪਤ ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ msgid "Select Keyboard Layout" msgstr "ਕੀਬੋਰਡ ਲੇਆਊਟ ਚੁਣੋ" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "ਲੇਆਊਟ ਟੈਸਟ ਕਰਨ ਲਈ ਟਾਈਪ ਕਰੋ" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "ਕੀਬੋਰਡ ਲੇਆਊਟ ਵਿਖਾਓ" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "ਚੁਣੋ" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "ਡਿਫ਼ਾਲਟ" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "ਟਾਈਪਿੰਗ ਲਈ ਭਾਸ਼ਾ" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "ਭਾਸ਼ਾਵਾਂ" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "ਕੋਈ ਭਾਸ਼ਾ ਚੁਣੋ" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "ਮੌਜੂਦਾ ਚੁਣੀ ਹੋਈ ਭਾਸ਼ਾ" @@ -339,7 +339,7 @@ msgstr "ਮੌਜੂਦਾ ਚੁਣੀ ਹੋਈ ਭਾਸ਼ਾ" msgid "Select Partitions" msgstr "ਇਹ ਵੰਡ ਵਰਤੋ" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -351,12 +351,12 @@ msgstr "" "ਡੇਟਾ ਮਿਟ ਜਾਵੇਗਾ।" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "ਤੁਹਾਨੂੰ ਘੱਟੋ-ਘੱਟ ਇੱਕ ਰੂਟ (/) ਵੰਡ ਲਾਜ਼ਮਨ ਚੁਣਨੀ ਪਵੇਗੀ।" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -367,63 +367,63 @@ msgid "" msgstr "" "ਤੁਹਾਨੂੰ ਘੱਟੋ-ਘੱਟ ਇੱਕ ਰੂਟ (/) ਅਤੇ ਇੱਕ ਬੂਟ (/boot/efi) ਵੰਡ ਲਾਜ਼ਮਨ ਚੁਣਨੀ ਪਵੇਗੀ।" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "ਇੱਕ ਸਵੈਪ ਵੰਡ ਚੁਣਨ ਦੀ ਵੀ ਸਿਫ਼ਾਰਿਸ਼ ਕੀਤੀ ਜਾਂਦੀ ਹੈ।" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "ਵੰਡਾਂ ਵਿੱਚ ਤਬਦੀਲੀਆਂ ਕਰੋ…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "ਈਐੱਫ਼ਆਈ ਵੰਡ ਦਾ ਫ਼ਾਇਲ ਸਿਸਟਮ ਗ਼ਲਤ ਹੈ" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "ਈਐੱਫ਼ਆਈ ਵੰਡ ਬਹੁਤ ਹੀ ਛੋਟੀ ਹੈ" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "ਰੂਟ ਦਾ ਫ਼ਾਇਲ ਸਿਸਟਮ ਜਾਇਜ਼ ਨਹੀਂ ਹੈ" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "ਘਰ ਦਾ ਫ਼ਾਇਲ ਸਿਸਟਮ ਜਾਇਜ਼ ਨਹੀਂ ਹੈ" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "ਲਾਗ ਵਿਖਾਓ" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "ਲਾਗ ਲੁਕਾਓ" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "ਡਰਾਈਵ ਵੰਡ ਹੋ ਰਹੀ ਹੈ" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "ਫ਼ਾਇਲਾਂ ਕੱਢੀਆਂ ਜਾ ਰਹੀਆਂ ਹਨ" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "ਸਿਸਟਮ ਨੂੰ ਕਨਫਿਗਰ ਕੀਤਾ ਜਾ ਰਿਹੈ" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "ਸਥਾਪਨ ਮੁਕੰਮਲ ਕੀਤਾ ਜਾ ਰਿਹੈ" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "ਅਜ਼ਮਾਓ ਜਾਂ ਸਥਾਪਤ ਕਰੋ" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -432,20 +432,20 @@ msgstr "" "ਕੀਤੀ ਜਾਵੇਗੀ। ਫ਼ੀਚਰ ਅਤੇ ਕਾਰਗੁਜ਼ਾਰੀ ਸ਼ਾਇਦ ਉਹੋ ਜਿਹੀ ਨਾ ਹੋਵੇ ਜਿਹੋ ਜਿਹੀ ਸਥਾਪਤ ਕੀਤੇ ਅਪਰੇਟਿੰਗ " "ਸਿਸਟਮ ਦੀ ਹੁੰਦੀ ਹੈ।" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "ਡਿਸਕ ਸਾਫ਼ ਕਰੋ (ਸਾਰਾ ਡੇਟਾ ਮਿਟਾਓ) ਅਤੇ ਸਥਾਪਤ ਕਰੋ" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "ਸਭ ਕੁਝ ਮਿਟਾਓ ਅਤੇ %s ਦੀ ਇੱਕ ਤਾਜ਼ੀ ਨਕਲ ਸਥਾਪਤ ਕਰੋ।" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "ਤਬਦੀਲੀਸ਼ੁਦਾ ਸਥਾਪਨ (ਜਾਣਕਾਰਾਂ ਲਈ)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -453,31 +453,31 @@ msgstr "" "ਵੰਡਾਂ ਨੂੰ ਹੱਥੀਂ ਬਣਾਓ, ਇਹਨਾਂ ਦਾ ਸਾਈਜ਼ ਬਦਲੋ ਜਾਂ ਹੋਰ ਰੱਖ-ਰਖਾਓ ਕਰੋ। ਇਹ ਤਰੀਕੇ ਨਾਲ਼ ਤੁਸੀਂ ਡੇਟਾ ਗਵਾ " "ਵੀ ਸਕਦੇ ਹੋ।" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "ਤਬਦੀਲੀਸ਼ੁਦਾ ਸਥਾਪਨ" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "ਸੈੱਟਅਪ ਕਰਨਾ ਜਾਰੀ ਰੱਖੋ" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s ਸਥਾਪਤ ਹੋ ਚੁੱਕਿਐ" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "ਬੰਦ ਕਰੋ" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "ਤੁਹਾਡੀ ਡਿਵਾਈਸ %i ਸਕਿੰਟ ਵਿੱਚ ਆਪਣੇ-ਆਪ ਰੀਸਟਾਰਟ ਹੋ ਜਾਵੇਗੀ।" msgstr[1] "ਤੁਹਾਡੀ ਡਿਵਾਈਸ %i ਸਕਿੰਟਾਂ ਵਿੱਚ ਆਪਣੇ-ਆਪ ਰੀਸਟਾਰਟ ਹੋ ਜਾਵੇਗੀ।" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/pl.po b/po/pl.po index 594edefdc..e5f7c5645 100644 --- a/po/pl.po +++ b/po/pl.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2024-06-12 13:12+0000\n" "Last-Translator: Marcin Serwin \n" "Language-Team: Polish You will not be able " "to upgrade to a stable release." @@ -78,42 +82,42 @@ msgstr "" "Instaluj ją tylko na urządzeniach przeznaczonych do rozwoju. Nie będziesz " "w stanie zaktualizować jej do wersji stabilnej." -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "Maszyna wirtualna" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" "Niektóre funkcje %s mogą działać wolno, zacinać się lub nie działać " "poprawnie." -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Twoje urządzenie może być zbyt wolne" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "To może spowodować wolne działanie oraz przycięcia." -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "Zainstaluj mimo to" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Polecane:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Twoje urządzenie:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Procesor:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Pamięć:" @@ -121,7 +125,7 @@ msgstr "Pamięć:" msgid "Select a Drive" msgstr "Wybierz napęd" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -130,20 +134,20 @@ msgstr "" "wykonałeś kopii zapasowej swoich danych, możesz anulować instalację i użyć " "trybu demonstracyjnego." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Pobieranie bieżącej konfiguracji…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Dalej" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "Dodatkowe sterowniki" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " @@ -153,7 +157,7 @@ msgstr "" "wirtualne nie działać poprawnie bez własnościowych sterowników. Większość " "urządzeń nie potrzebuje dodatkowych sterowników." -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." @@ -162,13 +166,13 @@ msgstr "" "zweryfikować. Aktualizacje dotyczące bezpieczeństwa oraz innych aspektów " "urządzenia są uzależnione od producenta sterowników." -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" "Połączenie internetowe jest wymagane do zainstalowania sterowników " "graficznych kart NVIDIA®." -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." @@ -177,7 +181,7 @@ msgstr "" "jednak działające połączenie z internetem będzie wymagane dla każdego " "sterownika." -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." @@ -185,13 +189,13 @@ msgstr "" "Dołącz własnościowe sterowniki stron trzecich podczas instalacji. Akceptuję " "ich odpowiednie licencje oraz warunki użytkowania." -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Cofnij" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Wyczyść i zainstaluj" @@ -199,11 +203,11 @@ msgstr "Wyczyść i zainstaluj" msgid "Don’t Encrypt" msgstr "Nie szyfruj" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "Włącz szyfrowanie napędu" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -211,7 +215,7 @@ msgstr "" "W razie potrzeby zaszyfruj dysk tego urządzenia w celu zapewnienia " "dodatkowej ochrony, ale upewnij się, że to rozumiesz:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -219,7 +223,7 @@ msgstr "" "Dane będą tylko chronione przed innymi z fizycznym dostępem do urządzenia, " "kiedy jest wyłączone." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -227,7 +231,7 @@ msgstr "" "Hasło szyfrowania danych będzie wymagane zawsze, kiedy urządzenie będzie " "uruchamiane. Zachowaj je w bezpiecznym miejscu." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -235,7 +239,7 @@ msgstr "" "Klawiatura wbudowana lub klawiatura USB będzie wymagana do wpisania hasła " "szyfrowania za każdym razem, gdy to urządzenie będzie włączane." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -245,31 +249,31 @@ msgstr "" "danych. Jest to unikalne hasło dla tego urządzenia, nie hasło do konta " "użytkownika." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Wybierz hasło szyfrowania" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Potwierdź hasło" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Wybierz hasło" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "Ustaw hasło szyfrowania" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Hasła do siebie nie pasują" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Nie można zainstalować" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -279,31 +283,31 @@ msgstr "" "Urządzenie może nie uruchomić się ponownie. Możesz spróbować wykonać jedną z " "następujących czynności:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "Ponów instalację" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "Użyj trybu demonstracyjnego, aby ręcznie rozwiązać problem" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "Uruchom urządzenie ponownie z innego dysku" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Szczegóły" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Uruchom urządzenie ponownie" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Wypróbuj tryb demonstracyjny" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Ponów instalację" @@ -311,35 +315,31 @@ msgstr "Ponów instalację" msgid "Select Keyboard Layout" msgstr "Wybierz układ klawiatury" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Napisz, aby wypróbować swój układ" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Pokaż układ klawiatury" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Wybierz" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Domyślny" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Wpisz język" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Języki" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Wybierz język" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Aktywny język" @@ -347,7 +347,7 @@ msgstr "Aktywny język" msgid "Select Partitions" msgstr "Wybierz partycje" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" @@ -355,12 +355,12 @@ msgstr "" "wybranej partycji." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Musisz wskazać przynajmniej partycję Główną (/)." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." @@ -368,63 +368,63 @@ msgstr "" "Musisz wskazać przynajmniej partycję Główną (/) i opcjonalną " "partycjęRozruchową (/boot/efi)." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Jest również polecane wybranie partycji Wymiany (Swap)." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Modyfikacja partycji…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "Partycja EFI posiada błędny system plików" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "Partycja EFI jest zbyt mała" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Błędny system plików dla przestrzeni root" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Błędny system plików dla przestrzeni domowej" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "Pokaż dziennik" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "Ukryj dziennik" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Partycjonowanie napędu" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Rozpakowywanie plików" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Konfigurowanie systemu" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Kończenie instalacji" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Wypróbuj lub zainstaluj" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -433,20 +433,20 @@ msgstr "" "pozostaną niezmienione. Wydajność i funkcje mogą nie odzwierciedlać " "doświadczeń, które są po zainstalowaniu systemu." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "Wyczyść dysk i zainstaluj" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Wyczyść wszystko i zainstaluj świeżą kopię %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "Własna instalacja (zaawansowana)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -454,24 +454,24 @@ msgstr "" "Ręcznie twórz, zmieniaj rozmiar i dokonuj wszelkich operacji na partycjach. " "Ta metoda może spowodować utratę danych." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "Własna instalacja" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Kontynuuj ustawianie" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s został zainstalowany" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Wyłącz komputer" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." @@ -482,7 +482,7 @@ msgstr[1] "" msgstr[2] "" "Twoje urządzenie zostanie uruchomione ponownie automatycznie za %i sekund." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/pt.po b/po/pt.po index 37760ffe2..efcfed50b 100644 --- a/po/pt.po +++ b/po/pt.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2024-03-26 22:13+0000\n" "Last-Translator: Hugo Carvalho \n" "Language-Team: Portuguese You will not be able " "to upgrade to a stable release." @@ -77,42 +81,42 @@ msgstr "" "Instale apenas em dispositivos dedicados ao desenvolvimento. Não será " "possível atualizar para uma versão estável." -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "Máquina Virtual" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" "Algumas partes da %s podem correr lentamente, congelar, ou não funcionar " "corretamente." -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "O seu dispositivo poderá ser demasiado lento" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "Isto pode causar o seu funcionamento lento ou o seu congelamento." -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "Instalar mesmo assim" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Recomendado:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "O seu dispositivo:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Processador:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Memória:" @@ -120,7 +124,7 @@ msgstr "Memória:" msgid "Select a Drive" msgstr "Selecione uma unidade" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -128,20 +132,20 @@ msgstr "" "Isto irá apagar todos os dados da unidade selecionada. Se não fez uma cópia " "de segurança, pode cancelar a instalação e usar o Modo de Demonstração." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "A obter a configuração atual…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Seguinte" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "Controladores adicionais" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " @@ -151,7 +155,7 @@ msgstr "" "virtuais podem não funcionar corretamente sem controladores adicionais. A " "maioria dos dispositivos não necessita de controladores adicionais." -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." @@ -160,13 +164,13 @@ msgstr "" "revisto. As atualizações de segurança e outras dependem do fabricante do " "controlador." -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" "É necessária uma ligação à Internet para instalar os controladores de placas " "gráficas NVIDIA®." -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." @@ -175,7 +179,7 @@ msgstr "" "do centro de Aplicações, mas será necessária uma ligação à Internet para " "todos os controladores." -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." @@ -183,13 +187,13 @@ msgstr "" "Incluir controladores proprietários de terceiros aquando da instalação. " "Aceito as respetivas licenças e termos de utilização." -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Voltar" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Apagar e Instalar" @@ -197,11 +201,11 @@ msgstr "Apagar e Instalar" msgid "Don’t Encrypt" msgstr "Não encriptar" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "Ativar encriptação do disco" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -209,7 +213,7 @@ msgstr "" "Encriptar a unidade deste dispositivo, se necessário para protecção " "adicional, mas certifique-se de que compreende:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -217,7 +221,7 @@ msgstr "" "Os dados apenas serão protegidos de outros com acesso físico a este " "dispositivo quando o mesmo for desligado." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -225,7 +229,7 @@ msgstr "" "A palavra-passe de encriptação será necessária sempre que este dispositivo " "for ligado. Guarde-a num lugar seguro." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -233,7 +237,7 @@ msgstr "" "Será necessário um teclado integrado ou USB para digitar a palavra-passe de " "encriptação cada vez que este dispositivo for ligado." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -243,31 +247,31 @@ msgstr "" "os dados. Esta é uma palavra-passe única para este dispositivo, não é a " "palavra-passe da tua conta de utilizador." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Escolha a palavra-passe de encriptação" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Confirmar palavra-passe" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Escolher palavra-passe" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "Definir a palavra-passe de encriptação" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "As palavras-passe não coincidem" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Não foi possível instalar" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -276,31 +280,31 @@ msgstr "" "A instalação do %s falhou, possivelmente devido a um erro de hardware. O " "dispositivo poderá não reiniciar devidamente. Pode experimentar o seguinte:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "Tente instalar novamente" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "Use o Modo de Demonstração e tente recuperar manualmente" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "Reinicie dispositivo e arranque a partir de outra unidade" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Detalhes" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Reiniciar dispositivo" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Experimentar o Modo de Demonstração" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Tentar instalar novamente" @@ -308,35 +312,31 @@ msgstr "Tentar instalar novamente" msgid "Select Keyboard Layout" msgstr "Selecionar o esquema de teclado" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Escreva para testar o esquema de teclado" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Mostrar o esquema de teclado" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Selecionar" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Padrão" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Idioma de introdução" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Idiomas" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Selecionar um idioma" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Idioma atualmente ativo" @@ -346,7 +346,7 @@ msgstr "Idioma atualmente ativo" msgid "Select Partitions" msgstr "Usar partição" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -358,12 +358,12 @@ msgstr "" "\"Formatar\" irá apagar TODOS os dados da partição selecionada." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Deverá selecionar pelo menos uma partição Root (/)." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -375,63 +375,63 @@ msgstr "" "Deverá selecionar pelo menos uma partição Root (/) e uma partição " "Boot (/boot/efi)." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "É também recomendável que selecione uma partição Swap." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Modificar partições…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "A partição EFI tem o sistema de ficheiros incorreto" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "A partição EFI é demasiado pequena" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Sistema de ficheiros inválido para o root" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Sistema de ficheiros inválido para a pasta pessoal" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "Mostrar registo" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "Ocultar registo" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "A particionar a unidade" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "A extrair os ficheiros" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "A configurar o sistema" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "A finalizar a instalação" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Experimentar ou Instalar" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -440,20 +440,20 @@ msgstr "" "não serão alterados. O desempenho e funcionalidades poderão não refletir a " "experiência instalada." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "Apagar o disco e Instalar" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Apagar tudo e instalar uma nova cópia do %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "Instalação personalizada (Avançado)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -461,31 +461,31 @@ msgstr "" "Crie, redimensione ou faça a gestão das partições manualmente. Este método " "pode levar à perda de dados." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "Instalação personalizada" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Continuar a configuração" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s foi instalado" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Encerrar" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "O dispositivo irá reiniciar automaticamente em %i segundo." msgstr[1] "O dispositivo irá reiniciar automaticamente em %i segundos." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/pt_BR.po b/po/pt_BR.po index bfb1bed41..aad8b511c 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2022-02-03 04:34+0000\n" "Last-Translator: Leomar Marcelo Marschalk \n" "Language-Team: Portuguese (Brazil) You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Seu dispositivo pode ser muito lento" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "Instalar %s" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Recomendado:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Seu Dispositivo:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Processador:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Memória:" @@ -120,7 +124,7 @@ msgstr "Memória:" msgid "Select a Drive" msgstr "Selecione um Drive" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -128,57 +132,57 @@ msgstr "" "Isto vai apagar todos os dados que está na unidade selecionada. Se não fez " "backup, você pode cancelar a instalação e usar o Modo de Demonstração." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Obtendo a configuração atual…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Próximo" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "Particionando unidade" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Voltar" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Apagar e Instalar" @@ -188,17 +192,17 @@ msgstr "Apagar e Instalar" msgid "Don’t Encrypt" msgstr "Não Criptografar" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "Ativar Encriptação do disco" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 #, fuzzy #| msgid "" #| "Data will be protected from others with physical access to this device." @@ -209,7 +213,7 @@ msgstr "" "Os dados serão protegidos de outras pessoas com acesso físico a este " "dispositivo." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -217,13 +221,13 @@ msgstr "" "A senha de criptografia será necessária sempre que este dispositivo for " "ligado. Guarde em algum lugar seguro." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -233,33 +237,33 @@ msgstr "" " Esta é uma senha única para esse dispositivo, não é a senha da sua " "conta de usuário." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Escolher Senha de Encriptação" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Confirmar a Senha" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Escolher Senha" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Escolher Senha de Encriptação" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Senhas não coincidem" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Não foi possível instalar" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -272,37 +276,37 @@ msgstr "" "dispositivo pode não reiniciar corretamente. Você pode tentar as seguintes " "opções:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Tentar instalar de novo" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "• Usar o Modo de Demonstração e tentar recuperar manualmente" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "• Reiniciar o dispositivo para iniciar de outra unidade" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Detalhes" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Reiniciar dispositivo" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Tentar modo de demonstração" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Tentar instalar novamente" @@ -312,35 +316,31 @@ msgstr "Tentar instalar novamente" msgid "Select Keyboard Layout" msgstr "Layout de teclado" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Digite para testar seu layout" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Mostrar layout de teclado" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Selecionar" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Padrão" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Idioma de Entrada" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Idiomas" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Escolha o Idioma" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Linguagem atualmente ativa" @@ -350,7 +350,7 @@ msgstr "Linguagem atualmente ativa" msgid "Select Partitions" msgstr "Usar partição:" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -362,12 +362,12 @@ msgstr "" "TODOS os dados serão apagados da partição selecionada." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Você precisa selecionar ao menos uma partição Root (/)." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -379,63 +379,63 @@ msgstr "" "Você precisa selecionar ao menos uma partição Root (/) e uma partição " "Boot (/boot/efi)." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Também é recomendado selecionar uma partição Swap." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Modificar Partições…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "Partição EFI tem o sistema de arquivos incorreto" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "A partição EFI é muito pequena" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Sistema de arquivos inválido para root" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Sistema de arquivos inválido para home" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Particionando unidade" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Extraindo Arquivos" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Configurando o Sistema" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Terminando a Instalação" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Testar ou Instalar" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -444,24 +444,24 @@ msgstr "" "não serão alterados. Desempenho e recursos podem não refletir a experiência " "instalada." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy #| msgid "Erase and Install" msgid "Erase Disk and Install" msgstr "Apagar e Instalar" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Apague tudo e instale uma nova cópia de %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 #, fuzzy #| msgid "Custom (Advanced)" msgid "Custom Install (Advanced)" msgstr "Personalizado (Avançado)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -469,33 +469,33 @@ msgstr "" "Crie, redimensione ou gerencie partições manualmente. Este método pode levar " "à perda de dados." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy #| msgid "Could Not Install" msgid "Custom Install" msgstr "Não foi possível instalar" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Continuar a configuração" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Desligar" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "Seu dispositivo será reiniciado automaticamente em %i segundo." msgstr[1] "Seu dispositivo será reiniciado automaticamente em %i segundos." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/ro.po b/po/ro.po index 6b10d2b1e..328822bb2 100644 --- a/po/ro.po +++ b/po/ro.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2017-04-11 09:26+0000\n" "Last-Translator: Sorin Fatu \n" "Language-Team: Romanian You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -115,62 +119,62 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 #, fuzzy msgid "Back" msgstr "șterge" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -178,97 +182,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -276,35 +280,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -312,122 +312,122 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." @@ -435,7 +435,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/ru.po b/po/ru.po index 37e741068..855ea79c4 100644 --- a/po/ru.po +++ b/po/ru.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2024-06-02 09:13+0000\n" "Last-Translator: кубик круглый \n" "Language-Team: Russian You will not be able " "to upgrade to a stable release." @@ -78,42 +82,42 @@ msgstr "" "Устанавливайте только на устройства для разработки. Вы не сможете " "обновить этот выпуск до стабильной версии." -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "Виртуальная машина" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" "Некоторые части %s могут выполняться медленно, зависать или функционировать " "неправильно." -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Ваше устройство может быть слишком медленным" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "Это может привести к медленной работе или зависаниям." -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "Всё равно установить" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Рекомендации:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Ваше устройство:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Процессор:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Память:" @@ -121,7 +125,7 @@ msgstr "Память:" msgid "Select a Drive" msgstr "Выберите диск" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -129,20 +133,20 @@ msgstr "" "Это сотрёт все данные на выбранном диске. Если вы не создали резервную копию " "данных, вы можете отменить установку и перейти в демонстрационный режим." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Получение текущей конфигурации…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Далее" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "Дополнительные драйверы" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " @@ -152,7 +156,7 @@ msgstr "" "машины могут функционировать некорректно без дополнительных драйверов. " "Большинство устройств не требует дополнительных драйверов." -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." @@ -160,13 +164,13 @@ msgstr "" "Проприетарные драйверы содержат закрытый код, который нельзя просмотреть. " "Безопасность и обновления зависят от поставщика драйвера." -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" "Для установки драйверов для графических карт NVIDIA® необходимо Интернет-" "соединение." -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." @@ -174,7 +178,7 @@ msgstr "" "Проприетарные драйверы можно установить позже через AppCenter, но для этого " "потребуется Интернет-соединение." -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." @@ -182,13 +186,13 @@ msgstr "" "Установить сторонние проприетарные драйверы. Я соглашаюсь с соответствующими " "лицензиями и условиями использования." -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Назад" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Стереть и установить" @@ -196,11 +200,11 @@ msgstr "Стереть и установить" msgid "Don’t Encrypt" msgstr "Не шифровать" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "Включить шифрование диска" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -208,7 +212,7 @@ msgstr "" "При необходимости зашифруйте диск этого устройства для дополнительной " "защиты, но убедитесь, что понимаете, что:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -216,7 +220,7 @@ msgstr "" "Данные будут защищены от других при физическому доступу к этому устройству, " "только когда оно выключено." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -224,7 +228,7 @@ msgstr "" "При каждом включении устройства потребуется пароль шифрования. Храните его в " "безопасном месте." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -232,7 +236,7 @@ msgstr "" "Для ввода пароля шифрования при каждом включении этого устройства, " "потребуется встроенная или USB-клавиатура." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -242,31 +246,31 @@ msgstr "" "b> Это уникальный пароль для этого устройства, а не пароль для учётной " "записи пользователя." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Выберите пароль шифрования" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Подтвердите пароль" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Введите пароль" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "Установите пароль шифрования" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Пароли не совпадают" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Не удалось установить" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -275,31 +279,31 @@ msgstr "" "Установка %s не удалась, возможно, из-за аппаратной ошибки. Устройство может " "не перезагрузиться должным образом. Вы можете попробовать следующее:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "Попробовать установить заново" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "Использовать демонстрационный режим и попробовать восстановить вручную" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "Перезагрузить устройство для загрузки с другого диска" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Подробнее" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Перезагрузить устройство" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Демонстрационный режим" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Попробовать установить заново" @@ -307,35 +311,31 @@ msgstr "Попробовать установить заново" msgid "Select Keyboard Layout" msgstr "Выберите раскладку клавиатуры" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Введите что-то для проверки раскладки" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Показать раскладку клавиатуры" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Выбрать" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "По умолчанию" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Язык ввода" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Языки" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Выберите язык" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Текущий язык" @@ -343,7 +343,7 @@ msgstr "Текущий язык" msgid "Select Partitions" msgstr "Выберите разделы" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" @@ -351,12 +351,12 @@ msgstr "" "разделе." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Необходимо выбрать по крайней мере Корневой (/) раздел." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." @@ -364,63 +364,63 @@ msgstr "" "Необходимо выбрать по крайней мере Корневой (/) раздел и, " "опционально, Загрузочный (/boot/efi) раздел." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Также рекомендуется выбрать Раздел подкачки (Swap)." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Изменить разделы…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "Раздел EFI имеет неправильную файловую систему" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "Раздел EFI слишком мал" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Недопустимая файловая система для корневого раздела" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Недопустимая файловая система для домашнего каталога" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "Показать журнал" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "Скрыть журнал" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Разметка диска" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Извлечение файлов" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Настройка системы" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Завершение установки" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Попробовать или установить" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -429,20 +429,20 @@ msgstr "" "останутся без изменений. Производительность и функции могут не " "соответствовать установленной системе." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "Стереть диск и установить" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Удалить всё и установить новую копию %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "Пользовательская установка (для опытных)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -450,24 +450,24 @@ msgstr "" "Создание и изменение разделов вручную. Этот способ может привести к потере " "данных." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "Пользовательская установка" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Продолжить установку" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s установлено" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Выключить" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." @@ -475,7 +475,7 @@ msgstr[0] "Ваше устройство автоматически переза msgstr[1] "Ваше устройство автоматически перезагрузится через %i секунды." msgstr[2] "Ваше устройство автоматически перезагрузится через %i секунд." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/sa.po b/po/sa.po index c0fee07ce..b31af472f 100644 --- a/po/sa.po +++ b/po/sa.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-05-25 22:12+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:41+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,61 +116,61 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -174,97 +178,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -272,35 +276,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -308,129 +308,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/si.po b/po/si.po index 264fdf955..0238ded60 100644 --- a/po/si.po +++ b/po/si.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2021-03-04 15:31+0000\n" "Last-Translator: HelaBasa \n" "Language-Team: Sinhala You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "ඔබගේ උපාංගය සමහරවිට මන්දගාමීයි" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "%s ස්ථාපනය කරන්න" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "නිර්දේශිත:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "ඔබගේ උපාංගය:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "සකසනය:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "මතකය:" @@ -120,7 +124,7 @@ msgstr "මතකය:" msgid "Select a Drive" msgstr "ධාවකයක් තෝරන්න" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -128,57 +132,57 @@ msgstr "" "තෝරාගත් ධාවකයේ සියලු දත්ත මැකෙනු ඇත. ඔබගේ දත්ත උපස්ථකර නොමැති නම්, ඔබට ස්ථාපනය අවලංගු " "කළ හැකි අතර Demo Mode භාවිතා කරන්න." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "වත්මන් සැකසුම ලබා ගැනීම…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "ධාවකය බෙදීම" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "ආපසු" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "මකා ස්ථාපනය කරන්න" @@ -188,19 +192,19 @@ msgstr "මකා ස්ථාපනය කරන්න" msgid "Don’t Encrypt" msgstr "ගුප්තකේතනය නොකරන්න" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 #, fuzzy #| msgid "Drive Encryption" msgid "Enable Drive Encryption" msgstr "ධාවක ගුප්තකේතනය" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 #, fuzzy #| msgid "" #| "Encrypting this drive protects data from being read by others with " @@ -211,7 +215,7 @@ msgid "" msgstr "" "දාවකය ගුප්තකේතනය කිරීමෙන් මෙම උපාංගයට භෞතික ප්රවේශයකින් දත්ත කියවීමට ලබානොදී ආරක්ෂා කරයි." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 #, fuzzy #| msgid "" #| "The encryption password will be required each time you turn on this " @@ -223,13 +227,13 @@ msgstr "" "මෙම උපකරණය නැවත ආරම්භ වන විට හෝ නැවත ආරම්භ කිරීම සඳහා සෑම විටම ගුප්තකේතන මුරපදයක් අවශ්ය " "වේ." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -238,33 +242,33 @@ msgstr "" "ඔබ ගුප්තකේතන මුරපදය අමතක නම්, ඔබට දත්ත ආපසු ලබාගැනීමට නොහැකි වනු ඇත. මෙම " "උපාංගය සඳහා මෙම සුවිශේෂී මුරපදය වන අතර, ඔබගේ පරිශීලක ගිණුම සඳහා රහස් පදය නොවේ." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "ගුප්තකේතන මුරපදය තෝරන්න" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "මුරපදය තහවුරු කරන්න" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "මුර පදයක් තෝරන්න" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "ගුප්තකේතන මුරපදය තෝරන්න" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "මුර පද ගැලපෙන්නේ නැත" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "ස්ථාපනය කල නොහැක" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -276,37 +280,37 @@ msgstr "" "%s ස්ථාපනය අසාර්ථකයි, සමහරවිට දෘඪාංග දෝෂයක් නිසා විය හැක. ඔබගේ උපාංගය නිසියාකාරව නැවත " "ආරම්භ කිරීමට නොහැකි වනු ඇත. ඔබට පහත සඳහන් දෑ උත්සාහ කළ හැකිය:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• නැවත ස්ථාපනය කිරීමට උත්සාහ කරන්න" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "• Demo මාදිලිය භාවිතා කර අතින් ආපසු ලබාගත හැක" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "• ඔබගේ උපාංගය වෙනත් ධාවකයකින් ආරම්භ කිරීමට නැවත ආරම්භ කරන්න" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "විස්තර" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "නැවත ආරම්භ කරන්න" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "නැවත ස්ථාපනය කිරීමට උතසහ කරන්න" @@ -316,35 +320,31 @@ msgstr "නැවත ස්ථාපනය කිරීමට උතසහ ක msgid "Select Keyboard Layout" msgstr "යතුරු පුවරුවේ සැකැස්ම" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "ඔබේ පිරිසැලසුම පරීක්ෂා කිරීමට ටයිප් කරන්න" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "යතුරුපුවරු ආකෘතිය පෙන්වන්න" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "තෝරන්න" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "පෙරනිමි" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "ආදාන භාෂාව" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "භාෂා" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "භාෂාව තෝරන්න" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "දැනට ක්රියාකාරී භාෂාව" @@ -354,7 +354,7 @@ msgstr "දැනට ක්රියාකාරී භාෂාව" msgid "Select Partitions" msgstr "අභිමත බෙදීම්කරණය…" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -366,12 +366,12 @@ msgstr "" "බෙදුම මත සියලු දත්ත මැකෙනු ඇත. " #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "ඔබ අවම වශයෙන් මුල (/) බෙදුම තෝරන්න." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -382,117 +382,117 @@ msgid "" msgstr "" "ඔබ අවම වශයෙන් මුල (/) බෙදුමක් සහ ඇරඹුම් (/boot/efi) බෙදුමක් තේරිය යුතුයි" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr " Swap කොටසක් තෝරාගැනීම නිර්දේශ කෙරේ කරනු ලැබේ." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "බෙදුම් වෙනස් කරන්න …" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "ධාවකය බෙදීම" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "ගොනු නිස්සාරණය" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "පද්ධතිය වින්‍යාස කිරීම" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "ස්ථාපනය අවසන් කිරීම" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 #, fuzzy msgid "Try or Install" msgstr "නැවත ස්ථාපනය කිරීමට උතසහ කරන්න" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy #| msgid "Erase and Install" msgid "Erase Disk and Install" msgstr "මකා ස්ථාපනය කරන්න" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy #| msgid "Could Not Install" msgid "Custom Install" msgstr "ස්ථාපනය කල නොහැක" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "වසා දමන්න" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/sk.po b/po/sk.po index a7e1ba477..a64ebe98a 100644 --- a/po/sk.po +++ b/po/sk.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2024-07-11 09:16+0000\n" "Last-Translator: JohnDumpling \n" "Language-Team: Slovak You will not be able " "to upgrade to a stable release." @@ -77,42 +81,42 @@ msgstr "" "Inštalujte iba na zariadenia určené pre vývoj. Systém nebude možné " "inovovať na stabilné vydanie." -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "Virtuálne zariadenie" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" "Niektoré časti %s môžu byť spomalené, môžu zamŕzať alebo nemusia správne " "fungovať." -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Vaše zariadenie môže byť príliš pomalé" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "Toto môže spôsobiť spomalenie alebo zamŕzanie." -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "Napriek tomu inštalovať" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Odporúčané:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Vaše zariadenie:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Procesor:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Pamäť RAM:" @@ -120,7 +124,7 @@ msgstr "Pamäť RAM:" msgid "Select a Drive" msgstr "Vyberte disk" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -128,20 +132,20 @@ msgstr "" "Toto vymaže všetky dáta na vybranom disku. Ak ste si svoje dáta " "nezálohovali, môžete prerušiť inštaláciu a použiť Demo režim." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Zisťovanie aktuálnej konfigurácie…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Ďalej" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "Dodatočné ovládače" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " @@ -151,7 +155,7 @@ msgstr "" "nemusia správne fungovať bez dodatočných ovládačov. Väčšina zariadení " "nepotrebuje dodatočné ovládače." -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." @@ -159,13 +163,13 @@ msgstr "" "Proprietárne ovládače obsahujú súkromný kód, ktorý sa nedá preveriť. " "Bezpečnosť a ďalšie aktualizácie závisia na dodávateľovi ovládača." -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" "Pre inštaláciu NVIDIA® grafických ovládačov je potrebné pripojenie na " "internet." -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." @@ -173,7 +177,7 @@ msgstr "" "Proprietárne ovládače môžu byť nainštalované neskôr cez AppCentrum, pre " "všetky však bude vyžadované internetové pripojenie." -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." @@ -181,13 +185,13 @@ msgstr "" "Zahrnúť proprietárne ovládače tretích strán pri inštalácii. Súhlasím s ich " "licenciami a podmienkami použitia." -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Späť" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Vymazať a nainštalovať" @@ -195,11 +199,11 @@ msgstr "Vymazať a nainštalovať" msgid "Don’t Encrypt" msgstr "Nešifrovať" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "Povoliť šifrovanie disku" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -207,7 +211,7 @@ msgstr "" "Ak je to potrebné, zašifrujte disk tohoto zariadenia pre zvýšené " "zabezpečenie. Predtým sa ubezpečte, že rozumiete nasledovnému:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -215,7 +219,7 @@ msgstr "" "Zašifrovaním dát znemožníte čítanie dát cudzím osobám s fyzickým prístupom k " "zariadeniu, keď je vypnuté." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -223,7 +227,7 @@ msgstr "" "Šifrovacie heslo bude vyžadované vždy, keď toto zariadenie zapnete. Uložte " "si ho na bezpečné miesto." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -231,7 +235,7 @@ msgstr "" "Vstavaná alebo USB klávesnica bude potrebná na zadanie šifrovacieho hesla " "zakaždým, keď zapnete zariadenie." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -241,31 +245,31 @@ msgstr "" "Jedná sa o samostatné heslo pre toto zariadenie, nie heslo k vášmu " "používateľskému účtu." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Zvoľte šifrovacie heslo" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Potvrďte heslo" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Zvoľte heslo" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "Nastavte šifrovacie heslo" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Heslá sa nezhodujú" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Inštalácia sa nepodarila" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -274,31 +278,31 @@ msgstr "" "Inštalácia %s zlyhala, pravdepodobne kvôli hardvérovej chybe. Zariadenie sa " "nemusí reštartovať správne. Môžete vyskúšať nasledovné:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "Vyskúšajte inštaláciu znova" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "Použite Demo režim a skúste obnoviť systém ručne" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "Reštartujte zariadenie a naštartujte z iného disku" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Podrobnosti" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Reštartovať zariadenie" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Vyskúšať Demo režim" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Skúsiť nainštalovať znova" @@ -306,35 +310,31 @@ msgstr "Skúsiť nainštalovať znova" msgid "Select Keyboard Layout" msgstr "Vyberte rozloženie klávesnice" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Píšte pre otestovanie vášho rozloženia" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Zobraziť rozloženie klávesnice" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Vybrať" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Predvolené" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Vstupný jazyk" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Jazyky" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Vyberte jazyk" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Práve používaný jazyk" @@ -342,18 +342,18 @@ msgstr "Práve používaný jazyk" msgid "Select Partitions" msgstr "Vybrať oddiely" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "Výberom „Formátovať“ vymažete všetky údaje na vybranom oddieli." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Je potrebné vybrať aspoň Root (/) oddiel." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." @@ -361,63 +361,63 @@ msgstr "" "Je potrebné vybrať aspoň Root (/) oddiel a voliteľný Boot (/boot/" "efi) oddiel." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Odporúčame tiež vybrať Swap oddiel." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Upraviť oddiely…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "Oddiel EFI nemá vhodný súborový systém" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "Oddiel EFI je príliš malý" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Nevhodný súborový systém pre root" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Nevhodný súborový systém pre domovský priečinok" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "Zobraziť záznam" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "Skryť záznam" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Vytvárajú sa oddiely na jednotke" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Rozbaľujú sa súbory" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Nastavuje sa systém" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Dokončuje sa inštalácia" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Vyskúšať alebo nainštalovať" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -426,20 +426,20 @@ msgstr "" "zostanú nezmenené. Výkon a funkcie však nemusia byť priamo zrovnateľné s " "plne nainštalovaným systémom." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "Vymazať disk a nainštalovať" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Vymazať všetko a nainštalovať čistú kópiu %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "Vlastná inštalácia (pokročilé)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -447,24 +447,24 @@ msgstr "" "Vytvorte oddiely, meňte ich veľkosť alebo ich inak spravujte ručne. Táto " "metóda môže viesť k strate dát." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "Vlastná inštalácia" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Pokračovať v nastavovaní" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s bol nainštalovaný" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Vypnúť" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." @@ -472,7 +472,7 @@ msgstr[0] "Vaše zariadenie sa automaticky reštartuje za %i sekundu." msgstr[1] "Vaše zariadenie sa automaticky reštartuje za %i sekundy." msgstr[2] "Vaše zariadenie sa automaticky reštartuje za %i sekúnd." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/sl.po b/po/sl.po index 201d7a02b..b554be127 100644 --- a/po/sl.po +++ b/po/sl.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2022-04-20 09:24+0000\n" "Last-Translator: David Hewitt \n" "Language-Team: Slovenian You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Vaš računalnik je prepočasen" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "Namesti %s" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Priporočeno:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Vaš računalnik:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Procesor:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Pomnilnik:" @@ -119,7 +123,7 @@ msgstr "Pomnilnik:" msgid "Select a Drive" msgstr "Izberite pogon" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -127,57 +131,57 @@ msgstr "" "To bo izbrisalo vse podatke na izbranem pogonu. Če nimate varnostnih kopij, " "lahko prekličete namestitev in naprej uporabljate demonstracijski način." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Pridobivam trenutno konfiguracijo…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Naprej" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "Ustvarjanje particij" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Nazaj" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Izbriši in namesti" @@ -187,19 +191,19 @@ msgstr "Izbriši in namesti" msgid "Don’t Encrypt" msgstr "Ne šifriraj" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 #, fuzzy #| msgid "Drive Encryption" msgid "Enable Drive Encryption" msgstr "Šifriranje pogona" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 #, fuzzy #| msgid "" #| "Encrypting this drive protects data from being read by others with " @@ -211,7 +215,7 @@ msgstr "" "Šifriranje tega pogona prepreči drugim osebam s fizičnim dostopom do " "računalnika dostop do podatkov." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 #, fuzzy #| msgid "" #| "The encryption password will be required each time you turn on this " @@ -221,13 +225,13 @@ msgid "" "Store it somewhere safe." msgstr "Pri vsakem vklopu računalnika bo potrebno vpisati geslo." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -236,33 +240,33 @@ msgstr "" "Če pozabite geslo, ne boste več nikoli mogli dostopati do podatkov. " "To je unikatno geslo za ta računalnik in je drugačno od gesla za vaš račun." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Izberite geslo za šifriranje" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Ponovite geslo" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Izberite geslo" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Izberite geslo za šifriranje" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Gesli se ne ujemata" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Ni bilo mogoče namestiti" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -275,37 +279,37 @@ msgstr "" "Zaradi tega se vaš računalnik morda ne bo pravilno znova zagnal. Lahko " "poskusite:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "* Ponovno pognati namestitev" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "* Uporabiti demonstracijski način za ročno popravilo" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "* Ponovno pognati računalnik z drugega pogona" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Podrobnosti" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Ponovni zagon" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Demonstracijski način" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Ponovno poženi namestitev" @@ -315,35 +319,31 @@ msgstr "Ponovno poženi namestitev" msgid "Select Keyboard Layout" msgstr "Razpored tipkovnice" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Tipkajte za preizkus razporeda tipk" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Pokaži razpored tipk" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Izberi" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Privzeto" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Jezik vnosa" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Jeziki" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Izberite jezik" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Trenutno aktivni jezik" @@ -353,7 +353,7 @@ msgstr "Trenutno aktivni jezik" msgid "Select Partitions" msgstr "Uporabi particijo:" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -365,12 +365,12 @@ msgstr "" "podatki na izbrani particiji." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Izbrati morate vsaj korensko (/) particijo." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -382,63 +382,63 @@ msgstr "" "Izbrati morate vsaj korensko (/) in zagonsko (/boot/efi) " "particijo." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Priporočamo tudi izbiro izmenjalne (swap) particije." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Spremeni particije…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "EFI particija ima napačen datotečni sistem" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "EFI particija je premajhna" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Napačni datotečni sistem za korensko particijo" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Napačni datotečni sistem za domačo particijo" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Ustvarjanje particij" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Kopiranje datotek" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Nastavitev sistema" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Zaključevanje namestitve" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Poskusi ali namesti" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -446,24 +446,24 @@ msgstr "" "V demonstracijskem načinu spremembe ne bodo shranjene in vaš obstoječ " "operacijski sistem ostane nedotaknjen." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy #| msgid "Erase and Install" msgid "Erase Disk and Install" msgstr "Izbriši in namesti" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Izbriši vse na računalniku in namesti svežo različico %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 #, fuzzy #| msgid "Custom (Advanced)" msgid "Custom Install (Advanced)" msgstr "Po meri (napredno)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -471,26 +471,26 @@ msgstr "" "Ustvari, spremeni velikost ali drugače upravljaj s particijami. Obstaja " "nevarnost izgube podatkov." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy #| msgid "Could Not Install" msgid "Custom Install" msgstr "Ni bilo mogoče namestiti" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Nadaljuj namestitev" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Izklop" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." @@ -499,7 +499,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/sma.po b/po/sma.po index 1921fbde0..a7fa21dbd 100644 --- a/po/sma.po +++ b/po/sma.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-05-27 15:29+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:41+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,61 +116,61 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -174,97 +178,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -272,35 +276,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -308,129 +308,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/sq.po b/po/sq.po index 3f7167bd0..2c6fa69c1 100644 --- a/po/sq.po +++ b/po/sq.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-05-27 15:28+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:39+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,62 +116,62 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 #, fuzzy msgid "Back" msgstr "Fshi" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -175,97 +179,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -273,35 +277,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -309,129 +309,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/sr.po b/po/sr.po index 6a8dedb2e..fb3a279fd 100644 --- a/po/sr.po +++ b/po/sr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2021-03-12 08:51+0000\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Ваш уређај може бити превише спор" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "Инсталирање „%s“" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Препоручено:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Ваш уређај:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Процесор:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Меморија:" @@ -123,7 +127,7 @@ msgstr "Меморија:" msgid "Select a Drive" msgstr "Изаберите диск" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -131,57 +135,57 @@ msgstr "" "Ово ће обрисати све податке на изабраном диску. Ако нисте направили резерву " "ваших података, можете отказати инсталацију и користити демо режим." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Добављам текуће подешавање…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Следеће" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "Партициониран уређај" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Назад" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Обриши и инсталирај" @@ -191,19 +195,19 @@ msgstr "Обриши и инсталирај" msgid "Don’t Encrypt" msgstr "Не шифруј" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 #, fuzzy #| msgid "Drive Encryption" msgid "Enable Drive Encryption" msgstr "Шифровање диска" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 #, fuzzy #| msgid "" #| "Data will be protected from others with physical access to this device." @@ -212,7 +216,7 @@ msgid "" "when it is shut down." msgstr "Подаци ће бити заштићени од других са физичким приступом овом уређају." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -220,7 +224,7 @@ msgstr "" "Лозинка шифровања ће бити затражена при сваком укључивању овог уређаја. " "Забележите је на неком безбедном месту." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -228,7 +232,7 @@ msgstr "" "Уграђена или УСБ тастатура биће затражена за уписивање лозинке шифровања " "сваког пута када се овај уређај укључи." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -238,33 +242,33 @@ msgstr "" "податке. Ово је јединствена лозинка за овај уређај, а не лозинка за ваш " "кориснички налог." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Изабери лозинку шифровања" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Потврди лозинку" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Изабери лозинку" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Изабери лозинку шифровања" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Лозинке се не поклапају" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Не могу да инсталирам" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -276,37 +280,37 @@ msgstr "" "Инсталирање „%s“ није успело, вероватно због грешке у хардверу. Ваш уређај " "не може поново да се покрене исправно. Можете покушати следеће:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Да покушате поновну инсталацију" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "• Да користите демо режим и покушате ручну поправку" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "• Да поново покренете уређај да бисте подигли систем са другог диска" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Појединости" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Поново покрени уређај" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Пробај демо режим" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Пробај поновну инсталацију" @@ -316,35 +320,31 @@ msgstr "Пробај поновну инсталацију" msgid "Select Keyboard Layout" msgstr "Распоред тастатуре" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Упишите нешто да испробате распоред тастатуре" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Прикажи распоред тастатуре" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Изабери" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Основно" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Језик уноса" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Језици" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Изаберите језик" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Тренутно активан језик" @@ -354,7 +354,7 @@ msgstr "Тренутно активан језик" msgid "Select Partitions" msgstr "Користи партицију:" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -366,12 +366,12 @@ msgstr "" "изаберете „Форматирај“ биће избрисани СВИ подаци на изабраној партицији." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Морате изабрати барем корену (/) партицију." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -383,63 +383,63 @@ msgstr "" "Морате изабрати барем корену (/) и подизну (/boot/efi) " "партицију." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Препоручује се да изаберете партицију помоћне меморије." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Измени партиције…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "ЕФИ партиција има погрешан систем датотека" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "ЕФИ партиција је премала" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Неисправан систем датотека за корену фасциклу" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Неисправан систем датотека за личну фасциклу" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Партициониран уређај" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Извлачим датотеке" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Подешавам систем" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Завршавам инсталацију" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Проба или инсталација" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -447,24 +447,24 @@ msgstr "" "Измене неће бити сачуване, а подаци са вашег претходног ОС-а неће бити " "измењени. Учинковитост и функције неће одразити инсталирано искуство." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy #| msgid "Erase and Install" msgid "Erase Disk and Install" msgstr "Обриши и инсталирај" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Обришите све и инсталирајте свеж примерак „%s“." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 #, fuzzy #| msgid "Custom (Advanced)" msgid "Custom Install (Advanced)" msgstr "Произвољно (напредно)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -472,27 +472,27 @@ msgstr "" "Направите, промените величину или другачије управљајте партицијама ручно. " "Ова метода може довести до губитка података." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy #| msgid "Could Not Install" msgid "Custom Install" msgstr "Не могу да инсталирам" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Настави подешавања" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, fuzzy, c-format #| msgid "%s has been installed." msgid "%s has been installed" msgstr "„%s“ је инсталиран." -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Угаси" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." @@ -500,7 +500,7 @@ msgstr[0] "Ваш уређај ће се сам поново покренути msgstr[1] "Ваш уређај ће се сам поново покренути за %i секунде." msgstr[2] "Ваш уређај ће се сам поново покренути за %i секунди." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/sv.po b/po/sv.po index 0f0fdc597..dbae7ed6d 100644 --- a/po/sv.po +++ b/po/sv.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2018-10-24 00:08+0000\n" "Last-Translator: Fredrik B \n" "Language-Team: Swedish You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Din enhet kan vara för långsam" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "Installera %s" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Rekommenderat:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Din enhet:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Processor:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Minne:" @@ -120,7 +124,7 @@ msgstr "Minne:" msgid "Select a Drive" msgstr "Välj en diskenhet" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -129,57 +133,57 @@ msgstr "" "säkerhetskopierat din data kan du avbryta installationen och använda " "demoläge." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Hämtar nuvarande konfiguration…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "Partitionerar disk" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Tillbaka" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Radera och installera" @@ -189,19 +193,19 @@ msgstr "Radera och installera" msgid "Don’t Encrypt" msgstr "Kryptera inte" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 #, fuzzy #| msgid "Drive Encryption" msgid "Enable Drive Encryption" msgstr "Diskenhetskryptering" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 #, fuzzy #| msgid "" #| "Encrypting this drive protects data from being read by others with " @@ -213,7 +217,7 @@ msgstr "" "Kryptering av den här disken förhindrar att data kan läsas av andra med " "fysisk tillgång till enheten." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 #, fuzzy #| msgid "" #| "The encryption password will be required each time you turn on this " @@ -224,13 +228,13 @@ msgid "" msgstr "" "Krypteringslösenordet kommer krävas vid varje upp- och omstart av enheten." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -240,33 +244,33 @@ msgstr "" "här är ett unikt lösenord för att låsa upp krypteringen på den här eneheten, " "inte lösenordet till ditt användarkonto." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Välj krypteringslösenord" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Bekräfta lösenord" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Välj lösenord" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Välj krypteringslösenord" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Lösenorden stämmer inte överens med varandra" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Kunde inte installera" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -279,37 +283,37 @@ msgstr "" "enhet kanske inte kommer starta om ordentligt. Du kan testa något av " "följande:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Testa att installera på nytt" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "• Använd demoläge och försök att återställa manuellt" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "• Starta om din enhet för att boota från en annan diskenhet" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Starta om enheten" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Testa demoläge" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Testa att installera på nytt" @@ -319,35 +323,31 @@ msgstr "Testa att installera på nytt" msgid "Select Keyboard Layout" msgstr "Tangentbordsuppsättning" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Skriv för att kontrollera din uppsättning" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Visa tangentbordsuppsättning" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Välj" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Standard" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Inmatningsspråk" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Språk" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Välj ett språk" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Nuvarande aktivt språk" @@ -357,7 +357,7 @@ msgstr "Nuvarande aktivt språk" msgid "Select Partitions" msgstr "Ändra partitioner…" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -369,12 +369,12 @@ msgstr "" "välja \"Formatera\" kommer ALL data på den valda partitionen raderas." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Du måste minst välja en Rot (/)-partition." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -386,118 +386,118 @@ msgstr "" "Du måste åtminstone välja en Rot (/)-partition och en Boot (/boot/" "efi)-partition." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" "Det är också rekommenderat att välja en partition för växlingsfil " "(Swap-partition)." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Ändra partitioner…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "EFI-partition har fel filsystem" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Partitionerar disk" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Extraherar filer" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Konfigurerar systemet" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Slutför installationen" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Prova eller installera" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy #| msgid "Erase and Install" msgid "Erase Disk and Install" msgstr "Radera och installera" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy #| msgid "Could Not Install" msgid "Custom Install" msgstr "Kunde inte installera" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Stäng av" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/szl.po b/po/szl.po index 5da6a1011..e47c9f934 100644 --- a/po/szl.po +++ b/po/szl.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2022-04-20 09:24+0000\n" "Last-Translator: David Hewitt \n" "Language-Team: Silesian =20) ? 1 : 2;\n" "X-Generator: Weblate 4.4.2\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "Instaluj %s" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -47,16 +47,20 @@ msgstr "Resztart trybu testowego" msgid "Test mode switch user" msgstr "Przeszaltrowanie używocza trybu testowego" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "%s…" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "Wychodno" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "Tryb testowy" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "Pociep instalacyjo" @@ -66,52 +70,52 @@ msgstr "Pociep instalacyjo" msgid "Before Installing" msgstr "Sprōbuj zainstalować jeszcze roz" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Twoja maszina może być za pōmało" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "Instaluj %s" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Rekōmandowane:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Twoja maszina:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Procesōr:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Pamiyńć:" @@ -119,7 +123,7 @@ msgstr "Pamiyńć:" msgid "Select a Drive" msgstr "Ôbier napynd" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -128,57 +132,57 @@ msgstr "" "stworzōno kopijo ibryczno twojich danych, możesz pociepnōńć instalacyjo i " "użyć trybu dymōnstracyjnego." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Pobiyranie teroźnyj kōnfiguracyje…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Dalij" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "Partycjōnowanie napyndu" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Nazod" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Wymaż i zainstaluj" @@ -188,19 +192,19 @@ msgstr "Wymaż i zainstaluj" msgid "Don’t Encrypt" msgstr "Niy szyfruj" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 #, fuzzy #| msgid "Drive Encryption" msgid "Enable Drive Encryption" msgstr "Szyfrowanie napyndu" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 #, fuzzy #| msgid "" #| "Data will be protected from others with physical access to this device." @@ -211,7 +215,7 @@ msgstr "" "Dane bydōm zabezpieczōne przed inkszymi ze fizycznym dostympym do tyj " "masziny." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -219,13 +223,13 @@ msgstr "" "Hasło szyfrowanio bydzie wymoganie przi kożdym włōnczyniu masziny. Trzim je " "kajś, kaj je bezpiecznie." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -234,33 +238,33 @@ msgstr "" "Jeźli zapōmnisz hasła do ôdszyfrowanio, niy bydzie szło ôdzyskać danych. Je to unikalne hasło dlo tyj masziny, niy hasło do kōnta używocza." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Ôbier hasło szyfrowanio" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Potwiyrdź hasło" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Ôbier hasło" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Ôbier hasło szyfrowanio" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Hasła niy sztymujōm" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Niy idzie zainstalować" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -272,37 +276,37 @@ msgstr "" "Instalacyjo %s sie niy podarziła, możno skirz błyndu sprzyntowego. Maszina " "może sie niy zresztartować. Możesz sprōbować wykōnać jedna z czynności niżyj:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Sprōbuj zainstalować jeszcze roz" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "• Użyj trybu dymōnstracyjnego, coby ryncznie rozwiōnzać problym" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "• Sztartnij zaś maszina z inkszego dysku" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Informacyje" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Zresztartuj maszina" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Wyprōbuj tryb dymōnstracyjny" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Sprōbuj zainstalować jeszcze roz" @@ -312,35 +316,31 @@ msgstr "Sprōbuj zainstalować jeszcze roz" msgid "Select Keyboard Layout" msgstr "Ukłod tastatury" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Pisz, żeby przetestować ukłod" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Pokoż ukłod tastatury" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Ôbier" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Wychodno" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Jynzyk wchodu" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Jynzyki" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Ôbier jynzyk" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Teroźnie aktywny jynzyk" @@ -350,7 +350,7 @@ msgstr "Teroźnie aktywny jynzyk" msgid "Select Partitions" msgstr "Użyj partycyje:" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -362,12 +362,12 @@ msgstr "" "wymaże WSZYJSKE dane na wybranyj partycyji." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Musisz skozać aby partycyjo Bazowo (/)." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -379,63 +379,63 @@ msgstr "" "Musisz skozać aby partycyjo Bazowo (/) i partycyjoRozruchowo (/" "boot/efi)." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Je tyż rekōmandowane ôbranie partycyje Umiany (Swap)." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Modyfikacyjo partycyje…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "Partycyjo EFI posiado niynoleżny systym zbiorōw" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "Partycyjo EFI je za mało" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Niynoleżny systym zbiorōw dlo root" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Niynolezny systym zbiorōw dlo home" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Partycjōnowanie napyndu" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Rozpakowowanie zbiorōw" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Kōnfigurowanie systymu" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Kōńczynie instalacyje" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Wyprōbuj abo zainstaluj" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -444,24 +444,24 @@ msgstr "" "bydōm zmiyniōne. Wydajność i funkcyje mogōm niy być take, jak po " "zainstalowaniu." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy #| msgid "Erase and Install" msgid "Erase Disk and Install" msgstr "Wymaż i zainstaluj" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Ôprōznij wszyjsko i zainstaluj świyżo kopijo %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 #, fuzzy #| msgid "Custom (Advanced)" msgid "Custom Install (Advanced)" msgstr "Włosno (Rozszyrzōno)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -469,26 +469,26 @@ msgstr "" "Ryncznie twōrz, zmiyniej miara i dokōnuj ôperacyji na partycyjach. Ta metoda " "może prziniyś strata danych." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy #| msgid "Could Not Install" msgid "Custom Install" msgstr "Niy idzie zainstalować" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Kōntynuuj sztalowanie" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Zastow kōmputer" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." @@ -496,7 +496,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/ta.po b/po/ta.po index c944ea217..755d17720 100644 --- a/po/ta.po +++ b/po/ta.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-05-27 15:27+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:41+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,62 +116,62 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 #, fuzzy msgid "Back" msgstr "பின்நகர்வு" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -175,97 +179,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -273,35 +277,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -309,129 +309,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/te.po b/po/te.po index afe6f85fc..66c74e063 100644 --- a/po/te.po +++ b/po/te.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-05-27 15:29+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:41+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,61 +116,61 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -174,97 +178,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -272,35 +276,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -308,129 +308,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/th.po b/po/th.po index 4ab0a6714..98b2f25e9 100644 --- a/po/th.po +++ b/po/th.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2024-03-01 20:12+0000\n" "Last-Translator: Aefgh Threenine \n" "Language-Team: Thai You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "อุปกรณ์ของคุณอาจช้าเกินไป" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "แนะนำ:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "อุปกรณ์ของคุณ:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "ตัวประมวลผล:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "หน่วยความจำ:" @@ -115,7 +119,7 @@ msgstr "หน่วยความจำ:" msgid "Select a Drive" msgstr "เลือกไดรฟ์" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -123,55 +127,55 @@ msgstr "" "นี่จะเป็นการลบข้อมูลทั้งหมดในไดรฟ์ที่เลือก หากคุณยังไม่ได้สำรองข้อมูล " "คุณสามารถยกเลิกการติดตั้งและใช้โหมดสาธิตได้" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "กำลังรับข้อมูลการกำหนดค่าปัจจุบัน…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "ถัดไป" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "ย้อนกลับ" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -179,97 +183,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "เลือกรหัสผ่านการเข้ารหัสลับ" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "ยืนยันรหัสผ่าน" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "เลือกรหัสผ่าน" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "ไม่สามารถติดตั้งได้" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "รีสตาร์ทอุปกรณ์" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "ลองโหมดสาธิต" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "ลองติดตั้งอีกครั้ง" @@ -277,35 +281,31 @@ msgstr "ลองติดตั้งอีกครั้ง" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "พิมพ์เพื่อทดสอบผังแป้นพิมพ์ของคุณ" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "แสดงผังแป้นพิมพ์" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "เลือก" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "ค่าเริ่มต้น" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "ภาษาป้อนข้อมูล" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "ภาษา" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "เลือกภาษา" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "ภาษาที่ใช้งานอยู่ขณะนี้" @@ -315,129 +315,129 @@ msgstr "ภาษาที่ใช้งานอยู่ขณะนี้" msgid "Select Partitions" msgstr "เลือกไดรฟ์" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "ลองใช้หรือติดตั้ง" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/tl.po b/po/tl.po index c28c0b29b..954277c4e 100644 --- a/po/tl.po +++ b/po/tl.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2017-08-22 19:04+0000\n" "Last-Translator: anjelo del carmen \n" "Language-Team: Tagalog You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -114,62 +118,62 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 #, fuzzy msgid "Back" msgstr "Backspace" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -177,97 +181,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -275,35 +279,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -311,128 +311,128 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/tn.po b/po/tn.po index c0fee07ce..b31af472f 100644 --- a/po/tn.po +++ b/po/tn.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-05-25 22:12+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:41+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,61 +116,61 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -174,97 +178,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -272,35 +276,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -308,129 +308,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/to.po b/po/to.po index c0fee07ce..b31af472f 100644 --- a/po/to.po +++ b/po/to.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-05-25 22:12+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:41+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,61 +116,61 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -174,97 +178,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -272,35 +276,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -308,129 +308,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/tr.po b/po/tr.po index 845996373..6bdea3802 100644 --- a/po/tr.po +++ b/po/tr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2023-05-18 16:52+0000\n" "Last-Translator: Özgür Baskin \n" "Language-Team: Turkish You will not be able " "to upgrade to a stable release." @@ -78,42 +82,42 @@ msgstr "" "Yalnızca geliştirme için tahsis edilmiş cihazlara kurun. Kararlı bir " "sürüme yükseltemezsiniz." -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "Sanal Makine" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" "%s yüklendikten sonra bazı bölümleri yavaş çalışabilir, donabilir veya " "düzgün çalışmayabilir." -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Cihazınız Çok Yavaş Olabilir" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "Bu, yavaş çalışmasına veya donmasına neden olabilir." -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "Yine de Yükle" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Önerilen:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Cihazınız:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "İşlemci:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Bellek:" @@ -121,7 +125,7 @@ msgstr "Bellek:" msgid "Select a Drive" msgstr "Bir Sürücü Seçin" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -129,57 +133,57 @@ msgstr "" "Bu seçenek seçili sürücüden tüm veriyi silecektir. Eğer verilerinizi " "yedeklemediyseniz bu yüklemeyi iptal edip Demo Modu'nu kullanabilirsiniz." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Geçerli yapılandırma alınıyor…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Sonraki" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "Sürücü Bölümleniyor" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Geri" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Sil ve Kur" @@ -187,11 +191,11 @@ msgstr "Sil ve Kur" msgid "Don’t Encrypt" msgstr "Şifreleme" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "Sürücü Şifrelemesini Etkinleştir" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -199,7 +203,7 @@ msgstr "" "Ek koruma sağlamak için gerekirse bu cihazın sürücüsünü şifreleyin, ancak " "şunu anladığınızdan emin olun:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -207,7 +211,7 @@ msgstr "" "Veriler, bu cihaza fiziksel erişimi olan diğer kişilerden ancak cihaz " "kapalıysa korunacaktır." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -215,7 +219,7 @@ msgstr "" "Bu cihaz her açıldığında şifreleme parolası gerekecektir. Güvenli bir yerde " "saklayın." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -223,7 +227,7 @@ msgstr "" "Bu cihaz her açıldığında şifreleme parolasını yazmak için yerleşik bir " "klavye veya USB klavye gerekecektir." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -232,31 +236,31 @@ msgstr "" "Şifreleme parolasını unutursanız, verileri kurtaramazsınız. Bu " "kullanıcı hesabınızın parolası değil, bu cihaz için emsalsiz bir paroladır." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Şifreleme Parolasını Seçin" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Parolayı Onayla" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Şifre Seçin" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "Şifreleme Parolasını Belirle" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Parolalar eşleşmiyor" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Yüklenemedi" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -265,31 +269,31 @@ msgstr "" "%s kurulumu muhtemelen bir donanım hatası nedeniyle başarısız oldu. Cihaz " "düzgün şekilde başlatılamayabilir. Aşağıdakileri deneyebilirsiniz:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "Kurulumu tekrarlayın" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "Demo Modu'nu kullanın ve el ile kurtarmayı deneyin" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "Başka bir sürücüden başlatmak için cihazı yeniden başlatın" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Ayrıntılar" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Cihazı Yeniden Başlatın" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Demo Modu'nu Deneyin" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Tekrar Yüklemeyi Deneyin" @@ -297,35 +301,31 @@ msgstr "Tekrar Yüklemeyi Deneyin" msgid "Select Keyboard Layout" msgstr "Klavye Düzeni Seçin" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Düzeni test etmek için yazın" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Klavye düzenini göster" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Seç" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Varsayılan" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Giriş Dili" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Diller" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Bir Dil Seçin" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Şu anda etkin olan dil" @@ -335,7 +335,7 @@ msgstr "Şu anda etkin olan dil" msgid "Select Partitions" msgstr "Bölümü Kullan" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -347,12 +347,12 @@ msgstr "" "\"Biçimlendir\" seçeneği seçili bölümdeki BÜTÜN verileri silecektir." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "En azından bir Kök (/) bölümü seçmelisiniz." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -363,63 +363,63 @@ msgid "" msgstr "" "En azından bir Kök (/) ve Boot (/boot/efi) bölümü seçmelisiniz." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Bir Takas bölümü de seçmeniz tavsiye edilir." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Bölümleri Değiştir…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "EFI bölümü yanlış dosya sistemine sahip" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "EFI bölümü çok küçük" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Kök için geçersiz bir dosya sistemi" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Home için geçersiz bir dosya sistemi" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "Günlüğü göster" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "Günlüğü gizle" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Sürücü Bölümleniyor" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Dosyalar Ayıklanıyor" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Sistem Yapılandırılıyor" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Kurulum Sonlandırılıyor" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Deneyin veya Kurun" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -428,20 +428,20 @@ msgstr "" "değiştirilmeyecek. Performans ve özellikler kurulmuş sistem tecrübesini " "yansıtmayabilir." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "Diski Sil ve Kur" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Her şeyi sil ve %s yeni kopyasını kur." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "Özel Kurulum (Gelişmiş)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -449,31 +449,31 @@ msgstr "" "Oluştur, yeniden boyutlandır, veya bölümleri el ile yönet. Bu yöntem veri " "kaybına yol açabilir." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "Özel Kurulum" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Kurmaya Devam Et" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s yüklendi" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Kapat" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "Cihazınız %i saniye içinde otomatik olarak yeniden başlayacaktır." msgstr[1] "Cihazınız %i saniye içinde otomatik olarak yeniden başlayacaktır." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/ug.po b/po/ug.po index c0fee07ce..b31af472f 100644 --- a/po/ug.po +++ b/po/ug.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-05-25 22:12+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:41+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,61 +116,61 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -174,97 +178,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -272,35 +276,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -308,129 +308,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/uk.po b/po/uk.po index 6fdc159dd..88f2e3d7f 100644 --- a/po/uk.po +++ b/po/uk.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2024-05-27 15:13+0000\n" "Last-Translator: Ihor Hordiichuk \n" "Language-Team: Ukrainian You will not be able " "to upgrade to a stable release." @@ -78,42 +82,42 @@ msgstr "" "Установлюйте лише на пристрої, призначені для розробки. Ви не зможете " "оновитися до стабільної версії." -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "Віртуальна машина" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" "Деякі частини %s можуть працювати повільно, зависати або функціонувати " "неналежним чином." -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Ваш пристрій може бути занадто повільним" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "Це може спричинити сповільнення роботи або зависання." -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "Усе одно встановити" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Рекомендовано:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Ваш пристрій:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Процесор:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Пам'ять:" @@ -121,7 +125,7 @@ msgstr "Пам'ять:" msgid "Select a Drive" msgstr "Виберіть диск" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -130,20 +134,20 @@ msgstr "" "даних, ви можете скасувати встановлення та скористатися демонстраційним " "режимом." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Отримання поточної конфігурації…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Далі" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "Додаткові драйвери" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " @@ -153,7 +157,7 @@ msgstr "" "можуть не працювати належним чином без додаткових драйверів. Більшість " "пристроїв не потребують додаткових драйверів." -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." @@ -161,12 +165,12 @@ msgstr "" "Пропрієтарні драйвери містять закритий код, який неможливо переглянути. " "Оновлення безпеки та інші оновлення залежать від виробника драйверів." -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" "Для встановлення графічних драйверів NVIDIA® потрібне інтернет-з'єднання." -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." @@ -174,7 +178,7 @@ msgstr "" "Власницькі драйвери можна встановити пізніше через Центр застосунків, але " "інтернет-з'єднання буде необхідним для всіх драйверів." -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." @@ -182,13 +186,13 @@ msgstr "" "Під час встановлення включити власницькі драйвери сторонніх розробників. Я " "погоджуюся з їхніми відповідними ліцензіями та умовами користування." -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Назад" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Стерти й встановити" @@ -196,11 +200,11 @@ msgstr "Стерти й встановити" msgid "Don’t Encrypt" msgstr "Не шифрувати" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "Увімкнути шифрування диска" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -208,7 +212,7 @@ msgstr "" "Зашифруйте диск цього пристрою, якщо це потрібно для додаткового захисту, " "але переконайтеся, що розумієте що:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -216,7 +220,7 @@ msgstr "" "Дані буде захищено від інших при фізичному доступі до цього пристрою, лише " "коли його вимкнено." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -224,7 +228,7 @@ msgstr "" "Пароль шифрування буде потрібен за кожного ввімкнення цього пристрою. " "Зберігайте його в безпечному місці." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -232,7 +236,7 @@ msgstr "" "Для введення пароля шифрування за кожного увімкнення цього пристрою, " "знадобиться вбудована або USB-клавіатура." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -242,31 +246,31 @@ msgstr "" "унікальний пароль для цього пристрою, а не пароль для вашого облікового " "запису користувача." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Обрати пароль шифрування" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Підтвердити пароль" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Оберіть пароль" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "Встановити пароль шифрування" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Паролі не збігаються" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "Не вдалося встановити" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -275,32 +279,32 @@ msgstr "" "Не вдалося встановити %s, можливо, через апаратну помилку. Пристрій може " "перезапуститися неналежним чином. Ви можете спробувати:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "Спробувати встановити знову" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" "Увійти в демонстраційний режим і спробувати розв'язати проблему власноруч" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "Перезапустити пристрій та завантажити з іншого диска" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Докладніше" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Перезапустити пристрій" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Спробувати демонстраційний режим" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Повторити спробу встановлення" @@ -308,35 +312,31 @@ msgstr "Повторити спробу встановлення" msgid "Select Keyboard Layout" msgstr "Виберіть розкладку клавіатури" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Введіть щось для перевірки розкладки" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Показати розкладку клавіатури" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Вибрати" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Типово" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Мова введення" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Мови" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Виберіть мову" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Поточна мова" @@ -344,7 +344,7 @@ msgstr "Поточна мова" msgid "Select Partitions" msgstr "Вибрати розділи" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" @@ -352,12 +352,12 @@ msgstr "" "розділу." #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "Необхідно вибрати принаймні кореневий (/) розділ." #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." @@ -365,63 +365,63 @@ msgstr "" "Необхідно вибрати принаймні кореневий (/) та опційний розділ " "завантаження (/boot/efi)." -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "Також рекомендовано вибрати розділ обміну (Swap)." -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "Змінити розділи…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "Розділу EFI призначено неправильну файлову систему" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "Розділ EFI замалий" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Неправильна файлова система кореневого розділу" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "Неправильна файлова система для home" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "Показати журнал" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "Сховати журнал" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "Розподілення диска" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "Видобування файлів" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "Налаштовування системи" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "Завершення встановлення" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "Спробувати або встановити" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -430,20 +430,20 @@ msgstr "" "незайманими. Швидкодія та функціональність можуть бути гіршими ніж на " "встановленій системі." -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "Стерти диск і встановити" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "Стерти все та встановити нову копію %s." -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "Налаштувати встановлення (Розширене)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." @@ -451,24 +451,24 @@ msgstr "" "Створюйте, змінюйте розмір або керуйте розділами власноруч. Цей метод може " "призвести до втрати даних." -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "Налаштувати встановлення" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "Продовжити встановлення" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s встановлено" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "Вимкнути" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." @@ -476,7 +476,7 @@ msgstr[0] "Ваш пристрій автоматично перезапусти msgstr[1] "Ваш пристрій автоматично перезапуститься за %i секунди." msgstr[2] "Ваш пристрій автоматично перезапуститься за %i секунд." -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/ur.po b/po/ur.po index 89f018a18..b447b4e8b 100644 --- a/po/ur.po +++ b/po/ur.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2018-02-04 22:34+0000\n" "Last-Translator: Yasir Rehman \n" "Language-Team: Urdu You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "آپ کاڈیواءیس بہت سست ہو سکتا ہے" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "انسٹال %s 1" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "تجویز کردہ:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "آپ کا ڈیواءیس:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "پروسیسر:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "میموری:" @@ -119,7 +123,7 @@ msgstr "میموری:" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -128,55 +132,55 @@ msgstr "" "اپ نہیں کیا ہے، تو آپ انسٹال کو منسوخ کرسکتے ہیں اور ڈیمو موڈ استعمال کرسکتے " "ہیں." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "موجودہ کونفیگریشن حاصل کیا جا رہا ہے …" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "حذف کریں اور انسٹال کریں" @@ -184,67 +188,67 @@ msgstr "حذف کریں اور انسٹال کریں" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 #, fuzzy msgid "Could Not Install" msgstr "انسٹال نہیں کیا جا سکا %s 1" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, fuzzy, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -253,32 +257,32 @@ msgstr "" "انسٹالیشن ناکام ہوگئی ہے، لہذا آپ کا ڈیواءیس مناسب طریقے سے دوبارہ شروع نہیں " "کرسکتا. آپ مندرجہ ذیل میں سے ایک کوشش کر سکتے ہیں:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 #, fuzzy msgid "Try the installation again" msgstr "انسٹالیشن شروع کی جا رہی ہے\n" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -286,35 +290,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -322,133 +322,133 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 #, fuzzy msgid "Try or Install" msgstr "حذف کریں اور انسٹال کریں" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy #| msgid "Erase and Install" msgid "Erase Disk and Install" msgstr "حذف کریں اور انسٹال کریں" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy msgid "Custom Install" msgstr "انسٹال نہیں کیا جا سکا %s 1" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "شٹ ڈاءون" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/uz.po b/po/uz.po index 09d4a1815..e8fbfde71 100644 --- a/po/uz.po +++ b/po/uz.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2021-03-21 22:19+0000\n" "Last-Translator: Shukrullo Turgunov \n" "Language-Team: Uzbek You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "Sizning qurilmangiz judayam sekin ishlashi mumkin" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "%sni o'rnatish" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "Tavsiyalar:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "Sizning qurilmangiz:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "Protsessor:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "Xotira:" @@ -120,7 +124,7 @@ msgstr "Xotira:" msgid "Select a Drive" msgstr "Diskni tanlang" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -129,55 +133,55 @@ msgstr "" "ma'lumotlaringizni saqlab qo'ymagan bo'lsangiz, o'rnatishni bekor qilib demo-" "tartibida foydalansangiz bo'ladi." -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "Joriy konfiguratsiyalarni olish…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "Keyingi" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "Orqaga" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "Tozalash va o'rnatish" @@ -187,19 +191,19 @@ msgstr "Tozalash va o'rnatish" msgid "Don’t Encrypt" msgstr "Shifrlash shart emas" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 #, fuzzy #| msgid "Drive Encryption" msgid "Enable Drive Encryption" msgstr "Diskni shifrlash" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 #, fuzzy #| msgid "" #| "Data will be protected from others with physical access to this device." @@ -210,7 +214,7 @@ msgstr "" "Ushbu qurilmalarga jismonan kirish huquqi bo'lgan shaxslardan ma'lumotlarni " "himoyalaydi." -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -218,7 +222,7 @@ msgstr "" "Har safar qurilmani yoqqanda shifrlash parolini kiritish talab etiladi. Uni " "havfsiz joyda saqlang." -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -226,7 +230,7 @@ msgstr "" "Ushbu qurilmani har safar yoqganingizda shifrlash parolini kiritish uchun " "sizga ichki yoki USB klaviatura kerak bo'ladi." -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -236,70 +240,70 @@ msgstr "" "qayta tiklay olmaysiz. Bu foydalanuvchi hisob qaydnomasi uchun parol " "emas, balki ushbu qurilma uchun noyob paroldir." -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "Shifrlash parolini tanlang" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "Parolni qaytadan kiriting" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "Parolni kiriting" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Shifrlash parolini tanlang" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "Parollar mos kelmadi" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "O'rnatish bo'lmadi" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Qaytadan o'rnatishga urinib ko'ring" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "• Demo tartibdan foydalaning yoki qo'lda tiklashga urinib ko'ring" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "• Boshqa qurilmadan yuklash uchun qurilmani qayta ishga tushiring" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "Batafsil" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "Qurilmani qayta ishga tushirish" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "Dem-tartibni sinab ko'rish" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "Qaytadan o'rnatishga urinib ko'rish" @@ -309,35 +313,31 @@ msgstr "Qaytadan o'rnatishga urinib ko'rish" msgid "Select Keyboard Layout" msgstr "Klaviatura tili" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "Klaviatura yozuv tilini sinab ko'rish uchun nimadir yozib ko'ring" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "Klaviatura yozuv tilini ko'rsatish" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "Tanlash" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "Odatdagi" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "Kiritish tili" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "Tillar" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "Tilni tanlang" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "Joriy til" @@ -347,133 +347,133 @@ msgstr "Joriy til" msgid "Select Partitions" msgstr "Bo'limdan foydalanish:" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy #| msgid "Erase and Install" msgid "Erase Disk and Install" msgstr "Tozalash va o'rnatish" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy #| msgid "Could Not Install" msgid "Custom Install" msgstr "O'rnatish bo'lmadi" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/vi.po b/po/vi.po index 72121879a..909f8b199 100644 --- a/po/vi.po +++ b/po/vi.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-08-03 21:41+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:41+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,61 +116,61 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -174,97 +178,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -272,35 +276,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -308,129 +308,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/wa.po b/po/wa.po index abd791367..287dbe582 100644 --- a/po/wa.po +++ b/po/wa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: io.elementary.installer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,12 +16,12 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -47,16 +47,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -64,50 +68,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -115,61 +119,61 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -177,97 +181,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -275,35 +279,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -311,129 +311,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/wo.po b/po/wo.po index 6e9307dcf..2f3e243dc 100644 --- a/po/wo.po +++ b/po/wo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: io.elementary.installer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,12 +16,12 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -47,16 +47,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -64,50 +68,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -115,61 +119,61 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -177,97 +181,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -275,35 +279,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -311,129 +311,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/xh.po b/po/xh.po index 199fd9650..f2f05985d 100644 --- a/po/xh.po +++ b/po/xh.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: io.elementary.installer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,12 +16,12 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -47,16 +47,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -64,50 +68,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -115,61 +119,61 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -177,97 +181,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -275,35 +279,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -311,129 +311,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/yi.po b/po/yi.po index 5ed7d6f5c..a85f4d7ee 100644 --- a/po/yi.po +++ b/po/yi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: io.elementary.installer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,12 +16,12 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -47,16 +47,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -64,50 +68,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -115,61 +119,61 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -177,97 +181,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -275,35 +279,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -311,129 +311,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/yo.po b/po/yo.po index 3089b2e71..cfb18d07d 100644 --- a/po/yo.po +++ b/po/yo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: io.elementary.installer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,12 +16,12 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -47,16 +47,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -64,50 +68,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -115,61 +119,61 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -177,97 +181,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -275,35 +279,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -311,129 +311,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/za.po b/po/za.po index 3462d009a..8ba2c9cb3 100644 --- a/po/za.po +++ b/po/za.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: io.elementary.installer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,12 +16,12 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -47,16 +47,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -64,50 +68,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -115,61 +119,61 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -177,97 +181,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -275,35 +279,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -311,129 +311,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/zh.po b/po/zh.po index ea7e89ad7..43333eb67 100644 --- a/po/zh.po +++ b/po/zh.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: io.elementary.installer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2021-11-01 08:19+0000\n" "Last-Translator: Yuchen Deng \n" "Language-Team: Chinese You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "您的设备可能运行缓慢" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "安装 %s" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "推荐:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "您的设备:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "处理器:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "内存:" @@ -124,7 +128,7 @@ msgstr "内存:" msgid "Select a Drive" msgstr "选择硬盘" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -132,57 +136,57 @@ msgstr "" "此操作会抹掉硬盘中的所有数据,如果您还未备份您的数据,可以取消安装并使用试用" "模式。" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "正在获取当前配置…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "继续" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "正在分区硬盘" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "返回" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "抹掉并安装" @@ -190,36 +194,36 @@ msgstr "抹掉并安装" msgid "Don’t Encrypt" msgstr "不加密" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "启用硬盘加密" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "如需要额外保护,您可以加密这台设备的硬盘,但请务必知晓:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "数据将受到保护,无法被他人以物理方式获取,但仅限于设备已关机时。" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" "每次启动该设备,都将需要输入解密密码。请务必在某个安全的地方保存好密码。" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "每次启动设备时需要使用内置或 USB 外接的键盘来输入解密密码。" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -228,31 +232,31 @@ msgstr "" "如果您忘记了加密密码, 您将无法恢复数据。 加密密码是针对该设备的密码," "而非账户密码。" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "选择加密密码" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "确认密码" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "选择密码" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "设置加密密码" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "密码不匹配" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "无法安装" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -261,31 +265,31 @@ msgstr "" "安装 %s 失败,可能是硬件错误导致的。设备可能没有正常重启。您可以尝试以下操" "作:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "尝试重新安装" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "进入试用模式手动恢复" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "重启设备并从其他硬盘启动" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "详情" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "重启设备" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "进入试用模式" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "尝试重新安装" @@ -293,35 +297,31 @@ msgstr "尝试重新安装" msgid "Select Keyboard Layout" msgstr "选择键盘布局" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "输入以测试您的布局" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "显示键盘布局" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "选择" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "默认" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "输入语言" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "语言" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "选择语言" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "当前激活的语言" @@ -331,7 +331,7 @@ msgstr "当前激活的语言" msgid "Select Partitions" msgstr "使用分区" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -342,12 +342,12 @@ msgstr "" "选择您要使用的硬盘分区。选择“格式化”将会抹掉选中分区内的所有数据。" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "您需要选择至少一个 根(/) 分区。" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -358,63 +358,63 @@ msgid "" msgstr "" "您需要选择至少一个 根(/) 分区和一个 启动(/boot/efi) 分区。" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "同时建议您选择一个 交换(Swap) 分区。" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "修改分区…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "EFI 分区文件系统有误" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "EFI 分区空间过小" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Root 文件系统不可用" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "主目录(Home)文件系统不可用" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "显示日志" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "隐藏日志" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "正在分区硬盘" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "正在解压文件" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "正在配置系统" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "正在完成安装" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "试用或安装" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -422,50 +422,50 @@ msgstr "" "在试用模式下,您的操作不会被保存,设备内原有的文件数据也不会被修改。试用模式" "下性能和功能无法代表实际安装体验。" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "抹掉硬盘并安装" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "格式化所有内容并全新安装 %s。" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "自定义安装(高级选项)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" "手动进行分区管理、分区大小调整以及其它的管理操作。该方法可能造成数据丢失。" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "自定义安装" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "正在进行设置" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s 已安装" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "关机" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "您的设备将在 %i 秒后重启。" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/zh_CN.po b/po/zh_CN.po index 4d846abd1..b090ce267 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2022-12-09 22:25+0000\n" "Last-Translator: colindemian \n" "Language-Team: Chinese (Simplified) You will not be able " "to upgrade to a stable release." msgstr "仅适用于开发目的。 您将无法升级至正式版." -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "虚拟机" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "部分 %s 可能会运行缓慢、卡住或无法正常工作。" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "您的设备可能会运行缓慢" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "这可能会导致设备运行缓慢或卡住。" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "安装 %s" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "推荐配置:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "您的设备:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "处理器:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "内存:" @@ -120,7 +124,7 @@ msgstr "内存:" msgid "Select a Drive" msgstr "选择硬盘" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -128,57 +132,57 @@ msgstr "" "此操作会抹掉硬盘中的所有数据,如果您还未备份您的数据,可以取消安装并使用试用" "模式。" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "正在获取当前配置…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "继续" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "正在分区硬盘" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "返回" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "抹掉并安装" @@ -186,36 +190,36 @@ msgstr "抹掉并安装" msgid "Don’t Encrypt" msgstr "不加密" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "启用硬盘加密" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "如需要额外保护,您可以加密这台设备的硬盘,但请务必知晓:" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "数据将受到保护,无法被他人以物理方式获取,但仅限于设备已关机时。" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" "每次启动该设备,都将需要输入解密密码。请务必在某个安全的地方保存好密码。" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "每次启动设备时需要使用内置或 USB 外接的键盘来输入解密密码。" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -224,31 +228,31 @@ msgstr "" "如果您忘记了加密密码, 您将无法恢复数据。 加密密码是针对该设备的密码," "而非账户密码。" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "选择加密密码" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "确认密码" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "选择密码" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "设置加密密码" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "密码不匹配" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "无法安装" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -257,31 +261,31 @@ msgstr "" "安装 %s 失败,可能是硬件错误导致的。设备可能没有正常重启。您可以尝试以下操" "作:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "尝试重新安装" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "进入试用模式手动恢复" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "重启设备并从其他硬盘启动" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "详情" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "重启设备" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "进入试用模式" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "尝试重新安装" @@ -289,35 +293,31 @@ msgstr "尝试重新安装" msgid "Select Keyboard Layout" msgstr "选择键盘布局" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "输入以检测布局" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "显示键盘布局" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "选择" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "默认" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "输入语言" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "语言" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "选择语言" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "当前激活的语言" @@ -327,7 +327,7 @@ msgstr "当前激活的语言" msgid "Select Partitions" msgstr "使用分区" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -338,12 +338,12 @@ msgstr "" "选择您要使用的硬盘分区。选择“格式化”将会抹掉选中分区内的所有数据。" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "您需要选择至少一个 根(/) 分区。" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -354,63 +354,63 @@ msgid "" msgstr "" "您需要选择至少一个 根(/) 分区和一个 启动(/boot/efi) 分区。" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "同时建议您选择一个 交换(Swap) 分区。" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "修改分区…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "EFI 分区文件系统有误" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "EFI 分区空间过小" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "Root 文件系统不可用" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "主目录(Home)文件系统不可用" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "显示日志" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "隐藏日志" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "正在分区硬盘" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "正在解压文件" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "正在配置系统" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "正在完成安装" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "试用或安装" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -418,50 +418,50 @@ msgstr "" "在试用模式下,您的操作不会被保存,设备内原有的文件数据也不会被修改。试用模式" "下性能和功能无法代表实际安装体验。" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "抹掉硬盘并安装" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "格式化所有内容并全新安装 %s。" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "自定义安装(高级选项)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" "手动进行分区管理、分区大小调整以及其它的管理操作。该方法可能造成数据丢失。" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "自定义安装" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "正在进行设置" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "%s 已安装" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "关机" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "您的设备将在 %i 秒后重启。" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/zh_HK.po b/po/zh_HK.po index dd7f0aef0..82b870789 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2016-05-25 22:12+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -13,12 +13,12 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:42+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -44,16 +44,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -61,50 +65,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -112,61 +116,61 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -174,97 +178,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -272,35 +276,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -308,129 +308,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/zh_TW.po b/po/zh_TW.po index b1c1e6d8e..375934eec 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: 2022-04-20 09:24+0000\n" "Last-Translator: David Hewitt \n" "Language-Team: Chinese (Traditional) You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "虛擬機器" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "您的裝置可能過慢" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 #, fuzzy #| msgid "Install %s" msgid "Install Anyway" msgstr "安裝 %s" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "建議:" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "您的裝置:" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "處理器:" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "記憶體:" @@ -118,7 +122,7 @@ msgstr "記憶體:" msgid "Select a Drive" msgstr "選擇一個磁碟" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." @@ -126,57 +130,57 @@ msgstr "" "這會抹除選取裝置上的所有資料。若您尚未備份您的資料,您可以取消安裝並操作展示" "模式。" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "取得目前設定組態…" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "下一步" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 #, fuzzy #| msgid "Partitioning Drive" msgid "Additional Drivers" msgstr "分割磁碟" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "返回" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "抹除並安裝" @@ -186,19 +190,19 @@ msgstr "抹除並安裝" msgid "Don’t Encrypt" msgstr "不要加密" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 #, fuzzy #| msgid "Drive Encryption" msgid "Enable Drive Encryption" msgstr "磁碟加密" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 #, fuzzy #| msgid "" #| "Encrypting this drive protects data from being read by others with " @@ -208,7 +212,7 @@ msgid "" "when it is shut down." msgstr "加密這個磁碟可保護資料,避免他人以物理方式存取此裝置的資料。" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 #, fuzzy #| msgid "" #| "The encryption password will be required each time you turn on this " @@ -218,13 +222,13 @@ msgid "" "Store it somewhere safe." msgstr "每次您開啟或重新啟動此裝置時,將會需要使用加密密碼。" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -233,33 +237,33 @@ msgstr "" "如果您忘記加密密嗎,您將無法將資料復原。此密碼有別於您帳戶所使用的密" "碼,只用於此裝置上。" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "選擇加密密碼" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "確認密碼" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "選擇密碼" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "選擇加密密碼" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "密碼與確認密碼不一致" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "無法安裝" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -271,37 +275,37 @@ msgstr "" "%s 安裝失敗,可能是硬體錯誤導致。您的裝置可能無法正常重新啟動。您可以嘗試下列" "動作:" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• 嘗試重裝一次" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "• 進入「展示模式」並嘗試手動還原" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "• 重新啟動您的裝置以從另一個磁碟開機" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "重新啟動裝置" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "嘗試展示模式" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "嘗試再安裝一次" @@ -311,35 +315,31 @@ msgstr "嘗試再安裝一次" msgid "Select Keyboard Layout" msgstr "鍵盤配置" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "請繕打文字以測試您的鍵盤配置" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "顯示鍵盤配置" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "選取" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "預設" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "輸入語言" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "語言" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "選取語言" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "目前使用中語言" @@ -349,7 +349,7 @@ msgstr "目前使用中語言" msgid "Select Partitions" msgstr "使用分割區:" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 #, fuzzy #| msgid "" #| "Select which partitions to use across all drives. Selecting \"Format\" " @@ -361,12 +361,12 @@ msgstr "" "b>" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "您至少必須選取一個根目錄 (/)所在的分割區。" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 #, fuzzy #| msgid "" #| "You must at least select a Root (/) partition and a Boot (/boot/" @@ -378,63 +378,63 @@ msgstr "" "您至少必須選取一個根目錄 (/)所在的分割區和一個啟動分區 (/boot/" "efi)所在的分割區。" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "建議選取一個置換空間 (Swap)分割區。" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "修改分割區…" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "EFI 分割區的檔案系統錯誤" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "EFI 分割區過小" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "根基的檔案系統無效" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "家屋的檔案系統無效" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "分割磁碟" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "解壓縮檔案" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "設定系統" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "完成安裝" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "嘗試或安裝" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." @@ -442,55 +442,55 @@ msgstr "" "您所做的變更不會儲存,電腦裡先前的作業系統資料也不會更動。此時的效能與功能和" "安裝後的體驗不見得相同。" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 #, fuzzy #| msgid "Erase and Install" msgid "Erase Disk and Install" msgstr "抹除並安裝" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "抹除任何資料並安裝全新的 %s 副本。" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 #, fuzzy #| msgid "Custom (Advanced)" msgid "Custom Install (Advanced)" msgstr "自訂(進階)" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "手動建立、管理、或調整分割區大小等。採用這個方法可能會導致資料喪失。" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 #, fuzzy #| msgid "Could Not Install" msgid "Custom Install" msgstr "無法安裝" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "繼續設定" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "關機" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/po/zu.po b/po/zu.po index 28b2901de..ffaf2048a 100644 --- a/po/zu.po +++ b/po/zu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: io.elementary.installer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-24 17:31+0000\n" +"POT-Creation-Date: 2024-07-26 15:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,12 +16,12 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/Application.vala:55 +#: src/Application.vala:59 #, c-format msgid "Install %s" msgstr "" -#: src/Application.vala:74 +#: src/Application.vala:67 msgid "operating system is being installed" msgstr "" @@ -47,16 +47,20 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:217 +#: src/Helpers/LocaleHelper.vala:122 src/Views/KeyboardLayoutView.vala:197 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:58 +#: src/Objects/KeyboardVariant.vala:27 +msgid "Default" +msgstr "" + +#: src/Views/AbstractInstallerView.vala:63 msgid "Test Mode" msgstr "" -#: src/Views/AbstractInstallerView.vala:67 +#: src/Views/AbstractInstallerView.vala:72 msgid "Cancel Installation" msgstr "" @@ -64,50 +68,50 @@ msgstr "" msgid "Before Installing" msgstr "" -#: src/Views/CheckView.vala:56 +#: src/Views/CheckView.vala:55 msgid "Pre-Release Version" msgstr "" -#: src/Views/CheckView.vala:57 +#: src/Views/CheckView.vala:56 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" -#: src/Views/CheckView.vala:62 +#: src/Views/CheckView.vala:61 msgid "Virtual Machine" msgstr "" -#: src/Views/CheckView.vala:63 +#: src/Views/CheckView.vala:62 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." msgstr "" -#: src/Views/CheckView.vala:68 +#: src/Views/CheckView.vala:67 msgid "Your Device May Be Too Slow" msgstr "" -#: src/Views/CheckView.vala:69 +#: src/Views/CheckView.vala:68 msgid "This may cause it to run slowly or freeze." msgstr "" -#: src/Views/CheckView.vala:85 +#: src/Views/CheckView.vala:83 msgid "Install Anyway" msgstr "" -#: src/Views/CheckView.vala:211 +#: src/Views/CheckView.vala:209 msgid "Recommended:" msgstr "" -#: src/Views/CheckView.vala:217 +#: src/Views/CheckView.vala:215 msgid "Your Device:" msgstr "" -#: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 +#: src/Views/CheckView.vala:221 src/Views/CheckView.vala:225 msgid "Processor:" msgstr "" -#: src/Views/CheckView.vala:239 src/Views/CheckView.vala:243 +#: src/Views/CheckView.vala:237 src/Views/CheckView.vala:241 msgid "Memory:" msgstr "" @@ -115,61 +119,61 @@ msgstr "" msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:52 +#: src/Views/DiskView.vala:49 msgid "" "This will erase all data on the selected drive. If you have not backed your " "data up, you can cancel the installation and use Demo Mode." msgstr "" -#: src/Views/DiskView.vala:73 src/Views/PartitioningView.vala:113 +#: src/Views/DiskView.vala:70 src/Views/PartitioningView.vala:113 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:107 src/Views/PartitioningView.vala:142 -#: src/Views/TryInstallView.vala:86 +#: src/Views/DiskView.vala:96 src/Views/PartitioningView.vala:144 +#: src/Views/TryInstallView.vala:80 msgid "Next" msgstr "" -#: src/Views/DriversView.vala:27 +#: src/Views/DriversView.vala:26 msgid "Additional Drivers" msgstr "" -#: src/Views/DriversView.vala:32 +#: src/Views/DriversView.vala:28 msgid "" "Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may " "not function properly without additional drivers. Most devices do not " "require additional drivers." msgstr "" -#: src/Views/DriversView.vala:43 +#: src/Views/DriversView.vala:36 msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -#: src/Views/DriversView.vala:54 +#: src/Views/DriversView.vala:42 msgid "An Internet connection is required to install NVIDIA® graphics drivers." msgstr "" -#: src/Views/DriversView.vala:65 +#: src/Views/DriversView.vala:48 msgid "" "Proprietary drivers can be installed later through AppCenter, but an " "Internet connection will be required for all drivers." msgstr "" -#: src/Views/DriversView.vala:72 +#: src/Views/DriversView.vala:53 msgid "" "Include third-party proprietary drivers when installing. I agree to their " "respective licenses and terms of use." msgstr "" -#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:164 -#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:140 -#: src/Views/TryInstallView.vala:84 +#: src/Views/DriversView.vala:76 src/Views/EncryptView.vala:145 +#: src/Views/KeyboardLayoutView.vala:52 src/Views/PartitioningView.vala:142 +#: src/Views/TryInstallView.vala:78 msgid "Back" msgstr "" -#: src/Views/DriversView.vala:104 +#: src/Views/DriversView.vala:79 msgid "Erase and Install" msgstr "" @@ -177,97 +181,97 @@ msgstr "" msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:51 +#: src/Views/EncryptView.vala:50 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:56 +#: src/Views/EncryptView.vala:52 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:66 +#: src/Views/EncryptView.vala:61 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:75 +#: src/Views/EncryptView.vala:67 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:84 +#: src/Views/EncryptView.vala:73 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" -#: src/Views/EncryptView.vala:104 +#: src/Views/EncryptView.vala:87 msgid "" "If you forget the encryption password, you will not be able to recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:114 +#: src/Views/EncryptView.vala:97 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:128 +#: src/Views/EncryptView.vala:111 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 +#: src/Views/EncryptView.vala:147 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:189 +#: src/Views/EncryptView.vala:170 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:258 +#: src/Views/EncryptView.vala:239 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:32 +#: src/Views/ErrorView.vala:31 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:37 +#: src/Views/ErrorView.vala:33 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -#: src/Views/ErrorView.vala:48 +#: src/Views/ErrorView.vala:44 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:59 +#: src/Views/ErrorView.vala:55 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:69 +#: src/Views/ErrorView.vala:65 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:79 +#: src/Views/ErrorView.vala:71 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:116 src/Views/SuccessView.vala:61 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:117 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:118 src/Views/TryInstallView.vala:35 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:119 +#: src/Views/ErrorView.vala:120 msgid "Try Installing Again" msgstr "" @@ -275,35 +279,31 @@ msgstr "" msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:38 +#: src/Views/KeyboardLayoutView.vala:37 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:41 +#: src/Views/KeyboardLayoutView.vala:40 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:57 src/Views/LanguageView.vala:113 +#: src/Views/KeyboardLayoutView.vala:54 src/Views/LanguageView.vala:119 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:121 -msgid "Default" -msgstr "" - -#: src/Views/KeyboardLayoutView.vala:128 +#: src/Views/KeyboardLayoutView.vala:107 msgid "Input Language" msgstr "" -#: src/Views/LanguageView.vala:261 +#: src/Views/LanguageView.vala:256 msgid "Languages" msgstr "" -#: src/Views/LanguageView.vala:278 +#: src/Views/LanguageView.vala:271 msgid "Select a Language" msgstr "" -#: src/Views/LanguageView.vala:306 src/Views/LanguageView.vala:354 +#: src/Views/LanguageView.vala:294 src/Views/LanguageView.vala:342 msgid "Currently active language" msgstr "" @@ -311,129 +311,129 @@ msgstr "" msgid "Select Partitions" msgstr "" -#: src/Views/PartitioningView.vala:56 +#: src/Views/PartitioningView.vala:55 msgid "" "Selecting “Format” will erase all data on the selected partition." msgstr "" #. Device is in BIOS mode, so we just require a root partition -#: src/Views/PartitioningView.vala:65 +#: src/Views/PartitioningView.vala:64 msgid "You must at least select a Root (/) partition." msgstr "" #. Device is in EFI mode, so we also require a boot partition -#: src/Views/PartitioningView.vala:69 +#: src/Views/PartitioningView.vala:68 msgid "" "You must at least select a Root (/) partition and an optional Boot " "(/boot/efi) partition." msgstr "" -#: src/Views/PartitioningView.vala:80 +#: src/Views/PartitioningView.vala:79 msgid "It is also recommended to select a Swap partition." msgstr "" -#: src/Views/PartitioningView.vala:137 +#: src/Views/PartitioningView.vala:139 msgid "Modify Partitions…" msgstr "" -#: src/Views/PartitioningView.vala:287 +#: src/Views/PartitioningView.vala:289 msgid "EFI partition has the wrong file system" msgstr "" -#: src/Views/PartitioningView.vala:289 +#: src/Views/PartitioningView.vala:291 msgid "EFI partition is too small" msgstr "" -#: src/Views/PartitioningView.vala:292 +#: src/Views/PartitioningView.vala:294 msgid "Invalid file system for root" msgstr "" -#: src/Views/PartitioningView.vala:294 +#: src/Views/PartitioningView.vala:296 msgid "Invalid file system for home" msgstr "" -#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:103 +#: src/Views/ProgressView.vala:76 src/Views/ProgressView.vala:110 msgid "Show log" msgstr "" -#: src/Views/ProgressView.vala:99 +#: src/Views/ProgressView.vala:106 msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:228 +#: src/Views/ProgressView.vala:237 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:233 +#: src/Views/ProgressView.vala:242 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:238 +#: src/Views/ProgressView.vala:247 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:243 +#: src/Views/ProgressView.vala:252 msgid "Finishing the Installation" msgstr "" -#: src/Views/TryInstallView.vala:28 +#: src/Views/TryInstallView.vala:27 msgid "Try or Install" msgstr "" -#: src/Views/TryInstallView.vala:41 +#: src/Views/TryInstallView.vala:37 msgid "" "Changes will not be saved, and data from your previous OS will be unchanged. " "Performance and features may not reflect the installed experience." msgstr "" -#: src/Views/TryInstallView.vala:47 +#: src/Views/TryInstallView.vala:43 msgid "Erase Disk and Install" msgstr "" -#: src/Views/TryInstallView.vala:49 +#: src/Views/TryInstallView.vala:45 #, c-format msgid "Erase everything and install a fresh copy of %s." msgstr "" -#: src/Views/TryInstallView.vala:55 +#: src/Views/TryInstallView.vala:51 msgid "Custom Install (Advanced)" msgstr "" -#: src/Views/TryInstallView.vala:57 +#: src/Views/TryInstallView.vala:53 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:112 +#: src/Views/TryInstallView.vala:106 msgid "Custom Install" msgstr "" -#: src/Views/SuccessView.vala:29 +#: src/Views/SuccessView.vala:28 msgid "Continue Setting Up" msgstr "" -#: src/Views/SuccessView.vala:34 +#: src/Views/SuccessView.vala:30 #, c-format msgid "%s has been installed" msgstr "" -#: src/Views/SuccessView.vala:63 +#: src/Views/SuccessView.vala:58 msgid "Shut Down" msgstr "" -#: src/Views/SuccessView.vala:97 +#: src/Views/SuccessView.vala:92 #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." msgstr[0] "" msgstr[1] "" -#: src/Views/SuccessView.vala:101 +#: src/Views/SuccessView.vala:96 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." diff --git a/src/Helpers/KeyboardLayoutHelper.vala b/src/Helpers/KeyboardLayoutHelper.vala deleted file mode 100644 index e021a9a70..000000000 --- a/src/Helpers/KeyboardLayoutHelper.vala +++ /dev/null @@ -1,98 +0,0 @@ -// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*- -/*- - * Copyright (c) 2017 elementary LLC. (https://elementary.io) - * - * 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. - * - * This 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. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -namespace KeyboardLayoutHelper { - public const string XKB_RULES_FILE = "base.xml"; - - public struct Layout { - public string name; - public string description; - public Gee.HashMap variants; - } - - public string get_xml_rules_file_path () { - unowned string? base_path = GLib.Environment.get_variable ("XKB_CONFIG_ROOT"); - if (base_path == null) { - base_path = Build.XKB_BASE; - } - - return Path.build_filename (base_path, "rules", XKB_RULES_FILE); - } - - public static Gee.LinkedList get_layouts () { - var layouts = new Gee.LinkedList (); - unowned Xml.Doc* doc = Xml.Parser.read_file (get_xml_rules_file_path ()); - Xml.Node* root = doc->get_root_element (); - Xml.Node* layout_list_node = get_xml_node_by_name (root, "layoutList"); - if (layout_list_node == null) { - delete doc; - return layouts; - } - - for (Xml.Node* layout_iter = layout_list_node->children; layout_iter != null; layout_iter = layout_iter->next) { - if (layout_iter->type == Xml.ElementType.ELEMENT_NODE) { - if (layout_iter->name == "layout") { - Xml.Node* config_node = get_xml_node_by_name (layout_iter, "configItem"); - Xml.Node* variant_node = get_xml_node_by_name (layout_iter, "variantList"); - Xml.Node* description_node = get_xml_node_by_name (config_node, "description"); - Xml.Node* name_node = get_xml_node_by_name (config_node, "name"); - if (name_node == null || description_node == null) { - continue; - } - - var layout = Layout (); - layout.name = name_node->children->content; - layout.description = dgettext ("xkeyboard-config", description_node->children->content); - var variants = new Gee.HashMap (); - layout.variants = variants; - if (variant_node != null) { - for (Xml.Node* variant_iter = variant_node->children; variant_iter != null; variant_iter = variant_iter->next) { - if (variant_iter->name == "variant") { - Xml.Node* variant_config_node = get_xml_node_by_name (variant_iter, "configItem"); - if (variant_config_node != null) { - Xml.Node* variant_description_node = get_xml_node_by_name (variant_config_node, "description"); - Xml.Node* variant_name_node = get_xml_node_by_name (variant_config_node, "name"); - if (variant_description_node != null && variant_name_node != null) { - variants[variant_name_node->children->content] = dgettext ("xkeyboard-config", variant_description_node->children->content); - } - } - } - } - } - - layouts.add (layout); - } - } - } - - delete doc; - return layouts; - } - - private static Xml.Node* get_xml_node_by_name (Xml.Node* root, string name) { - for (Xml.Node* iter = root->children; iter != null; iter = iter->next) { - if (iter->type == Xml.ElementType.ELEMENT_NODE) { - if (iter->name == name) { - return iter; - } - } - } - - return null; - } -} diff --git a/src/Helpers/LocaleHelper.vala b/src/Helpers/LocaleHelper.vala index d46131f18..13b538de2 100644 --- a/src/Helpers/LocaleHelper.vala +++ b/src/Helpers/LocaleHelper.vala @@ -45,8 +45,11 @@ namespace LocaleHelper { } private static Gee.HashMap lang_entries; + private static GLib.Mutex lang_mutex; + public static Gee.HashMap get_lang_entries () { if (lang_entries == null) { + lang_mutex = Mutex (); lang_entries = new Gee.HashMap (); var langs = Build.LANG_LIST.split (";"); @@ -112,26 +115,17 @@ namespace LocaleHelper { } // Now translate the labels in their original language. - var current_lang = Environment.get_variable ("LANGUAGE"); foreach (var lang_entry in lang_entries.values) { var lang_code = lang_entry.get_code (); - Environment.set_variable ("LANGUAGE", lang_code, true); - lang_entry.name = dgettext ("iso_639_3", lang_entry.name); + lang_entry.name = lang_gettext (lang_entry.name, lang_code, "iso_639_3"); if (lang_entry.countries.length > 0) { lang_entry.name = _("%s…").printf (lang_entry.name); } foreach (var country in lang_entry.countries) { - Environment.set_variable ("LANGUAGE", lang_code + "_" + country.alpha_2, true); - country.name = dgettext ("iso_3166", country.name); + country.name = lang_gettext (country.name, lang_code + "_" + country.alpha_2, "iso_3166"); } } - - if (current_lang != null) { - Environment.set_variable ("LANGUAGE", current_lang, true); - } else { - Environment.unset_variable ("LANGUAGE"); - } } return lang_entries; @@ -219,4 +213,33 @@ namespace LocaleHelper { return null; } + + /* + * Always use this function to translate into another language to make sure + * that no race occurs when switchbing the environment variable. + */ + public unowned string lang_gettext (string source, string lang, string? domain = null) { + lang_mutex.lock (); + unowned string translation; + var current_lang = GLib.Environment.get_variable ("LANGUAGE"); + GLib.Environment.set_variable ("LANGUAGE", lang, true); + + if (domain == null) { + Intl.textdomain (Build.GETTEXT_PACKAGE); + translation = _(source); + } else { + translation = dgettext (domain, source); + } + + if (current_lang != null) { + GLib.Environment.set_variable ("LANGUAGE", current_lang, true); + } else { + GLib.Environment.unset_variable ("LANGUAGE"); + } + + Intl.textdomain (Build.GETTEXT_PACKAGE); + lang_mutex.unlock (); + + return translation; + } } diff --git a/src/Objects/KeyboardLayout.vala b/src/Objects/KeyboardLayout.vala new file mode 100644 index 000000000..d9a3be6e0 --- /dev/null +++ b/src/Objects/KeyboardLayout.vala @@ -0,0 +1,324 @@ +/*- + * Copyright 2019 elementary, Inc (https://elementary.io) + * + * 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. + * + * This 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. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * Authored by: Corentin Noël + */ + +public class Installer.KeyboardLayout : GLib.Object { + + // Based on https://github.com/mike-fabian/langtable/blob/master/langtable/data/keyboards.xml + public const string[] NON_LATIN_LAYOUTS = { + "af", + "af(fa-olpc)", + "af(olpc-ps)", + "af(ps)", + "af(uz)", + "af(uz-olpc)", + "am", + "am(eastern)", + "am(eastern-alt)", + "am(phonetic)", + "am(phonetic-alt)", + "am(western)", + "ara", + "ara(azerty)", + "ara(azerty_digits)", + "ara(buckwalter)", + "ara(digits)", + "ara(qwerty)", + "ara(qwerty_digits)", + "az(cyrillic)", + "bd", + "bd(probhat)", + "bg", + "bg(bas_phonetic)", + "bg(phonetic)", + "brai", + "brai(left_hand)", + "brai(right_hand)", + "bt", + "by", + "by(legacy)", + "ca(ike)", + "ca(multi-2gr)", + "cn(tib)", + "cn(tib_asciinum)", + "cn(ug)", + "cz(ucw)", + "de(ru)", + "et", + "fr(geo)", + "ge", + "ge(os)", + "gr", + "gr(extended)", + "gr(nodeadkeys)", + "gr(polytonic)", + "gr(simple)", + "il", + "il(biblical)", + "il(lyx)", + "il(phonetic)", + "in", + "in(ben)", + "in(ben_baishakhi)", + "in(ben_bornona)", + "in(ben_gitanjali)", + "in(ben_inscript)", + "in(ben_probhat)", + "in(bolnagri)", + "in(deva)", + "in(guj)", + "in(guru)", + "in(hin-kagapa)", + "in(hin-wx)", + "in(jhelum)", + "in(kan)", + "in(kan-kagapa)", + "in(mal)", + "in(mal_enhanced)", + "in(mal_lalitha)", + "in(mar-kagapa)", + "in(ori)", + "in(san-kagapa)", + "in(tam)", + "in(tam_TAB)", + "in(tam_TSCII)", + "in(tam_keyboard_with_numerals)", + "in(tam_unicode)", + "in(tel)", + "in(tel-kagapa)", + "in(urd-phonetic)", + "in(urd-phonetic3)", + "in(urd-winkeys)", + "iq", + "ir", + "ir(pes_keypad)", + "jp(kana)", + "jp(mac)", + "kg", + "kg(phonetic)", + "kh", + "kz", + "kz(kazrus)", + "kz(ruskaz)", + "la", + "la(stea)", + "lk", + "lk(tam_TAB)", + "lk(tam_unicode)", + "ma", + "ma(tifinagh)", + "ma(tifinagh-alt)", + "ma(tifinagh-alt-phonetic)", + "ma(tifinagh-extended)", + "ma(tifinagh-extended-phonetic)", + "ma(tifinagh-phonetic)", + "me(cyrillic)", + "me(cyrillicalternatequotes)", + "me(cyrillicyz)", + "mk", + "mk(nodeadkeys)", + "mm", + "mn", + "mv", + "ng(hausa)", + "ng(igbo)", + "ng(yoruba)", + "np", + "ph(capewell-dvorak-bay)", + "ph(capewell-qwerf2k6-bay)", + "ph(colemak-bay)", + "ph(dvorak-bay)", + "ph(qwerty-bay)", + "pk", + "pk(ara)", + "pk(snd)", + "pk(urd-crulp)", + "pk(urd-nla)", + "pl(ru_phonetic_dvorak)", + "rs", + "rs(alternatequotes)", + "rs(rue)", + "rs(yz)", + "ru", + "ru(bak)", + "ru(chm)", + "ru(cv)", + "ru(dos)", + "ru(kom)", + "ru(legacy)", + "ru(mac)", + "ru(os_legacy)", + "ru(os_winkeys)", + "ru(phonetic)", + "ru(phonetic_winkeys)", + "ru(sah)", + "ru(srp)", + "ru(tt)", + "ru(typewriter)", + "ru(typewriter-legacy)", + "ru(udm)", + "ru(xal)", + "se(ru)", + "se(rus_nodeadkeys)", + "se(swl)", + "sy", + "sy(syc)", + "sy(syc_phonetic)", + "th", + "th(pat)", + "th(tis)", + "tj", + "tj(legacy)", + "tz", + "ua", + "ua(homophonic)", + "ua(legacy)", + "ua(phonetic)", + "ua(rstu)", + "ua(rstu_ru)", + "ua(typewriter)", + "ua(winkeys)", + "us(chr)", + "us(rus)", + "uz" + }; + + public string name { get; construct; } + public string original_name { get; construct; } + public string display_name { + get { + return dgettext ("xkeyboard-config", original_name); + } + } + + private GLib.ListStore variants_store; + + public KeyboardLayout (string name, string original_name) { + Object (name: name, original_name: original_name); + } + + construct { + variants_store = new GLib.ListStore (typeof (KeyboardVariant)); + variants_store.append (new KeyboardVariant (this, null, null)); + } + + public void add_variant (string name, string original_name) { + var variant = new KeyboardVariant (this, name, original_name); + variants_store.insert_sorted (variant, (GLib.CompareDataFunc) KeyboardVariant.compare); + } + + public bool has_variants () { + return variants_store.get_n_items () > 1; + } + + public unowned GLib.ListStore get_variants () { + return variants_store; + } + + public GLib.Variant to_gsd_variant () { + if (!(name in NON_LATIN_LAYOUTS)) { + // Layout can type latin characters, return a single layout + return new GLib.Variant.array (new VariantType ("(ss)"), { new GLib.Variant ("(ss)", "xkb", name) }); + } else { + // User's layout doesn't use latin characters, also add US layout so they can type a username and password + var en_us = new GLib.Variant ("(ss)", "xkb", "us"); + var primary_layout = new GLib.Variant ("(ss)", "xkb", name); + return new GLib.Variant.array (new VariantType ("(ss)"), { en_us, primary_layout }); + } + } + + public static int compare (KeyboardLayout a, KeyboardLayout b) { + return a.display_name.collate (b.display_name); + } + + private const string XKB_RULES_FILE = "base.xml"; + + private static string get_xml_rules_file_path () { + unowned string? base_path = GLib.Environment.get_variable ("XKB_CONFIG_ROOT"); + if (base_path == null) { + base_path = Build.XKB_BASE; + } + + return Path.build_filename (base_path, "rules", XKB_RULES_FILE); + } + + public static GLib.ListStore get_all () { + var layout_store = new GLib.ListStore (typeof (KeyboardLayout)); + unowned Xml.Doc* doc = Xml.Parser.read_file (get_xml_rules_file_path ()); + + Xml.XPath.Context cntx = new Xml.XPath.Context (doc); + unowned Xml.XPath.Object* res = cntx.eval_expression ("/xkbConfigRegistry/layoutList/layout"); + if (res == null) { + delete doc; + critical ("Unable to parse 'base.xml'"); + return layout_store; + } + + if (res->type != Xml.XPath.ObjectType.NODESET || res->nodesetval == null) { + delete res; + delete doc; + critical ("No layouts found in 'base.xml'"); + return layout_store; + } + + for (int i = 0; i < res->nodesetval->length (); i++) { + unowned Xml.Node* layout_node = res->nodesetval->item (i); + unowned Xml.Node* config_node = get_xml_node_by_name (layout_node, "configItem"); + unowned Xml.Node* variant_node = get_xml_node_by_name (layout_node, "variantList"); + unowned Xml.Node* description_node = get_xml_node_by_name (config_node, "description"); + unowned Xml.Node* name_node = get_xml_node_by_name (config_node, "name"); + if (name_node == null || description_node == null) { + continue; + } + + var layout = new KeyboardLayout (name_node->children->content, description_node->children->content); + layout_store.insert_sorted (layout, (GLib.CompareDataFunc) KeyboardLayout.compare); + + if (variant_node != null) { + for (unowned Xml.Node* variant_iter = variant_node->children; variant_iter != null; variant_iter = variant_iter->next) { + if (variant_iter->name == "variant") { + unowned Xml.Node* variant_config_node = get_xml_node_by_name (variant_iter, "configItem"); + if (variant_config_node != null) { + unowned Xml.Node* variant_description_node = get_xml_node_by_name (variant_config_node, "description"); + unowned Xml.Node* variant_name_node = get_xml_node_by_name (variant_config_node, "name"); + if (variant_description_node != null && variant_name_node != null) { + layout.add_variant (variant_name_node->children->content, variant_description_node->children->content); + } + } + } + } + } + } + + delete res; + delete doc; + return layout_store; + } + + private static unowned Xml.Node* get_xml_node_by_name (Xml.Node* root, string name) { + for (unowned Xml.Node* iter = root->children; iter != null; iter = iter->next) { + if (iter->type == Xml.ElementType.ELEMENT_NODE) { + if (iter->name == name) { + return iter; + } + } + } + + return null; + } +} diff --git a/src/Objects/KeyboardVariant.vala b/src/Objects/KeyboardVariant.vala new file mode 100644 index 000000000..3e07a4b32 --- /dev/null +++ b/src/Objects/KeyboardVariant.vala @@ -0,0 +1,66 @@ +/*- + * Copyright 2019 elementary, Inc (https://elementary.io) + * + * 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. + * + * This 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. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * Authored by: Corentin Noël + */ + +public class Installer.KeyboardVariant : GLib.Object { + public unowned KeyboardLayout layout { get; construct; } + public string? name { get; construct; } + public string? original_name { get; construct; } + public string display_name { + get { + if (name == null) + return _("Default"); + + return dgettext ("xkeyboard-config", original_name); + } + } + + public KeyboardVariant (KeyboardLayout layout, string? name, string? original_name) { + Object (layout: layout, name: name, original_name: original_name); + } + + public GLib.Variant to_gsd_variant () { + if (name == null) { + return layout.to_gsd_variant (); + } else { + string xkb_layout_name = "%s(%s)".printf (layout.name, name); + if (!(xkb_layout_name in KeyboardLayout.NON_LATIN_LAYOUTS)) { + // Layout can type latin characters, return a single layout + var primary_layout = new GLib.Variant ("(ss)", "xkb", "%s+%s".printf (layout.name, name)); + return new GLib.Variant.array (new VariantType ("(ss)"), { primary_layout }); + } else { + // User's layout doesn't use latin characters, also add US layout so they can type a username and password + var en_us = new GLib.Variant ("(ss)", "xkb", "us"); + var primary_layout = new GLib.Variant ("(ss)", "xkb", "%s+%s".printf (layout.name, name)); + return new GLib.Variant.array (new VariantType ("(ss)"), { en_us, primary_layout }); + } + } + } + + public static int compare (KeyboardVariant a, KeyboardVariant b) { + if (a.name == null) { + return -1; + } + + if (b.name == null) { + return 1; + } + + return a.display_name.collate (b.display_name); + } +} diff --git a/src/Views/KeyboardLayoutView.vala b/src/Views/KeyboardLayoutView.vala index 46ab4d7cb..d392af729 100644 --- a/src/Views/KeyboardLayoutView.vala +++ b/src/Views/KeyboardLayoutView.vala @@ -59,22 +59,6 @@ public class KeyboardLayoutView : AbstractInstallerView { action_box_end.append (back_button); action_box_end.append (next_button); - input_variant_widget.main_listbox.set_sort_func ((row1, row2) => { - return ((LayoutRow) row1).layout.description.collate (((LayoutRow) row2).layout.description); - }); - - input_variant_widget.variant_listbox.set_sort_func ((row1, row2) => { - if (((VariantRow) row1).code == null) { - return -1; - } - - if (((VariantRow) row2).code == null) { - return 1; - } - - return ((VariantRow) row1).description.collate (((VariantRow) row2).description); - }); - input_variant_widget.variant_listbox.row_activated.connect (() => { next_button.activate (); }); @@ -87,12 +71,13 @@ public class KeyboardLayoutView : AbstractInstallerView { var layout = ((LayoutRow) row).layout; unowned Configuration configuration = Configuration.get_default (); configuration.keyboard_layout = layout.name; + GLib.Variant? layout_variant = null; unowned Gtk.ListBoxRow vrow = input_variant_widget.variant_listbox.get_selected_row (); if (vrow != null) { - string variant = ((VariantRow) vrow).code; - configuration.keyboard_variant = variant; - } else if (layout.variants.is_empty) { + unowned var variant = ((VariantRow) vrow).variant; + configuration.keyboard_variant = variant.name; + } else if (!layout.has_variants ()) { configuration.keyboard_variant = null; } else { row.activate (); @@ -108,44 +93,47 @@ public class KeyboardLayoutView : AbstractInstallerView { }); input_variant_widget.main_listbox.row_activated.connect ((row) => { - var layout = ((LayoutRow) row).layout; - var variants = layout.variants; - if (variants.is_empty) { + unowned var layout = ((LayoutRow) row).layout; + if (!layout.has_variants ()) { return; } - input_variant_widget.clear_variants (); - input_variant_widget.variant_listbox.append (new VariantRow (null, _("Default"))); - foreach (var variant in variants.entries) { - input_variant_widget.variant_listbox.append (new VariantRow (variant.key, variant.value)); - } + input_variant_widget.variant_listbox.bind_model (layout.get_variants (), (variant) => { + return new VariantRow (variant as Installer.KeyboardVariant); + }); input_variant_widget.variant_listbox.select_row (input_variant_widget.variant_listbox.get_row_at_index (0)); - input_variant_widget.show_variants (_("Input Language"), "%s".printf (layout.description)); + input_variant_widget.show_variants (_("Input Language"), "%s".printf (layout.display_name)); }); input_variant_widget.variant_listbox.row_selected.connect (() => { - string layout_string = "us"; - - unowned Gtk.ListBoxRow row = input_variant_widget.main_listbox.get_selected_row (); + unowned var row = input_variant_widget.main_listbox.get_selected_row (); if (row != null) { - layout_string = ((LayoutRow) row).layout.name; + var layout = ((LayoutRow) row).layout; + unowned var configuration = Configuration.get_default (); + configuration.keyboard_layout = layout.name; + GLib.Variant? layout_variant = null; - unowned Gtk.ListBoxRow vrow = input_variant_widget.variant_listbox.get_selected_row (); + unowned var vrow = input_variant_widget.variant_listbox.get_selected_row (); if (vrow != null) { - string variant = ((VariantRow) vrow).code; - if (variant != null && variant != "") { - layout_string += "+" + variant; + unowned var variant = ((VariantRow) vrow).variant; + configuration.keyboard_variant = variant.name; + if (variant != null) { + layout_variant = variant.to_gsd_variant (); } + } else if (!layout.has_variants ()) { + configuration.keyboard_variant = null; + } + + if (layout_variant == null) { + layout_variant = layout.to_gsd_variant (); } - } - if (!Installer.App.test_mode) { - Variant[] entries = { new Variant ("(ss)", "xkb", layout_string) }; - var sources = new Variant.array (new VariantType ("(ss)"), entries); - keyboard_settings.set_value ("sources", sources); - keyboard_settings.set_value ("current", (uint)0); + if (!Installer.App.test_mode) { + keyboard_settings.set_value ("sources", layout_variant); + keyboard_settings.set_uint ("current", 0); + } } }); @@ -154,31 +142,26 @@ public class KeyboardLayoutView : AbstractInstallerView { }); keyboard_test_entry.icon_release.connect (() => { - string layout_string; - unowned Gtk.ListBoxRow row = input_variant_widget.main_listbox.get_selected_row (); - if (row != null) { - layout_string = ((LayoutRow) row).layout.name; - - unowned Gtk.ListBoxRow vrow = input_variant_widget.variant_listbox.get_selected_row (); - if (vrow != null) { - string variant = ((VariantRow) vrow).code; - layout_string += "\t" + variant; + var layout_string = "us"; + unowned var config = Configuration.get_default (); + if (config.keyboard_layout != null) { + layout_string = config.keyboard_layout; + if (config.keyboard_variant != null) { + layout_string += "\t" + config.keyboard_variant; } - } else { - layout_string = "us"; } string command = "gkbd-keyboard-display --layout=%s".printf (layout_string); try { - AppInfo.create_from_commandline (command, null, NONE).launch (null, null); + AppInfo.create_from_commandline (command, null, AppInfoCreateFlags.NONE).launch (null, null); } catch (Error e) { warning ("Error launching keyboard layout display: %s", e.message); } }); - foreach (var layout in KeyboardLayoutHelper.get_layouts ()) { - input_variant_widget.main_listbox.append (new LayoutRow (layout)); - } + input_variant_widget.main_listbox.bind_model (Installer.KeyboardLayout.get_all (), (layout) => { + return new LayoutRow (layout as Installer.KeyboardLayout); + }); Idle.add_once (() => { unowned string? country = Configuration.get_default ().country; @@ -203,17 +186,17 @@ public class KeyboardLayoutView : AbstractInstallerView { } private class LayoutRow : Gtk.ListBoxRow { - public KeyboardLayoutHelper.Layout layout { get; construct; } + public unowned Installer.KeyboardLayout layout { get; construct; } - public LayoutRow (KeyboardLayoutHelper.Layout layout) { + public LayoutRow (Installer.KeyboardLayout layout) { Object (layout: layout); } construct { - string layout_description = layout.description; - if (!layout.variants.is_empty) { + string layout_description = layout.display_name; + if (layout.has_variants ()) { layout_description = _("%s…").printf (layout_description); - }; + } var label = new Gtk.Label (layout_description) { ellipsize = Pango.EllipsizeMode.END, @@ -230,18 +213,14 @@ public class KeyboardLayoutView : AbstractInstallerView { } private class VariantRow : Gtk.ListBoxRow { - public string? code { get; construct; } - public string description { get; construct; } - - public VariantRow (string? code, string description) { - Object ( - code: code, - description: description - ); + public unowned Installer.KeyboardVariant variant { get; construct; } + + public VariantRow (Installer.KeyboardVariant variant) { + Object (variant: variant); } construct { - var label = new Gtk.Label (description) { + var label = new Gtk.Label (variant.display_name) { ellipsize = Pango.EllipsizeMode.END, margin_top = 6, margin_end = 6, diff --git a/src/Views/LanguageView.vala b/src/Views/LanguageView.vala index 1cc37f129..8cfbca683 100644 --- a/src/Views/LanguageView.vala +++ b/src/Views/LanguageView.vala @@ -23,13 +23,20 @@ public class Installer.LanguageView : AbstractInstallerView { Gtk.Button next_button; int select_number = 0; Gee.LinkedList preferred_langs; + private uint lang_timeout = 0U; private VariantWidget lang_variant_widget; public signal void next_step (); public LanguageView () { - GLib.Timeout.add_seconds (3, timeout); + lang_timeout = GLib.Timeout.add_seconds (3, timeout); + } + + ~LanguageView () { + if (lang_timeout > 0U) { + GLib.Source.remove (lang_timeout); + } } construct { @@ -189,10 +196,7 @@ public class Installer.LanguageView : AbstractInstallerView { lang_variant_widget.clear_variants (); lang_variant_widget.variant_listbox.row_selected.connect (variant_row_selected); - var current_lang = Environment.get_variable ("LANGUAGE"); - unowned var lang_entry = ((LangRow) row).lang_entry; - Environment.set_variable ("LANGUAGE", lang_entry.get_code (), true); - Intl.textdomain (Build.GETTEXT_PACKAGE); + var lang_entry = ((LangRow) row).lang_entry; var child = lang_variant_widget.main_listbox.get_first_child (); while (child != null) { @@ -208,12 +212,6 @@ public class Installer.LanguageView : AbstractInstallerView { child = child.get_next_sibling (); } - if (current_lang != null) { - Environment.set_variable ("LANGUAGE", current_lang, true); - } else { - Environment.unset_variable ("LANGUAGE"); - } - next_button.sensitive = true; } @@ -266,23 +264,16 @@ public class Installer.LanguageView : AbstractInstallerView { row = lang_variant_widget.main_listbox.get_row_at_index (select_number); if (row == null) { + lang_timeout = 0; return Source.REMOVE; } } - var current_lang = Environment.get_variable ("LANGUAGE"); - Environment.set_variable ("LANGUAGE", ((LangRow) row).lang_entry.get_code (), true); - Intl.textdomain (Build.GETTEXT_PACKAGE); - select_label = new Gtk.Label (_("Select a Language")); + unowned string label_text = LocaleHelper.lang_gettext (N_("Select a Language"), ((LangRow) row).lang_entry.get_code ()); + select_label = new Gtk.Label (label_text); select_stack.add_child (select_label); select_stack.set_visible_child (select_label); - if (current_lang != null) { - Environment.set_variable ("LANGUAGE", current_lang, true); - } else { - Environment.unset_variable ("LANGUAGE"); - } - select_number++; return GLib.Source.CONTINUE; } diff --git a/src/meson.build b/src/meson.build index ad4766703..e9dcca0cb 100644 --- a/src/meson.build +++ b/src/meson.build @@ -3,10 +3,11 @@ vala_files = [ 'MainWindow.vala', 'Utils.vala', 'Helpers/InstallerDaemon.vala', - 'Helpers/KeyboardLayoutHelper.vala', 'Helpers/LocaleHelper.vala', 'Helpers/LogHelper.vala', 'Objects/Configuration.vala', + 'Objects/KeyboardLayout.vala', + 'Objects/KeyboardVariant.vala', 'Objects/Mount.vala', 'Views/AbstractInstallerView.vala', 'Views/CheckView.vala',