diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..5ace4600a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index ff3fbf3c3..091ac75d4 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -9,10 +9,10 @@ on: jobs: build-deb: runs-on: ubuntu-latest - + container: - image: elementary/docker:odin-unstable - + image: ghcr.io/elementary/docker:horus-unstable + steps: - name: Install dependencies run: | @@ -20,7 +20,7 @@ jobs: apt install -y git - name: Checkout main - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -40,7 +40,7 @@ jobs: cp ../*.deb output/ - name: Save .deb package - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: deb-files path: output/*.deb diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c4c5d5e6..cc95b7e3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,12 +10,16 @@ on: jobs: build: runs-on: ubuntu-latest - + + strategy: + fail-fast: false + matrix: + version: [stable, unstable, development-target] container: - image: elementary/docker:odin-unstable - + image: ghcr.io/elementary/docker:${{ matrix.version }} + steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Dependencies run: | apt update @@ -27,11 +31,11 @@ jobs: lint: runs-on: ubuntu-latest - + container: image: valalang/lint - + steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Lint run: io.elementary.vala-lint -d . diff --git a/.github/workflows/gettext.yml b/.github/workflows/gettext.yml index ef0219ac3..29f61ba18 100644 --- a/.github/workflows/gettext.yml +++ b/.github/workflows/gettext.yml @@ -2,13 +2,13 @@ name: Gettext Updates on: push: - branches: master + branches: [master] jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest container: - image: elementary/docker:next-unstable + image: ghcr.io/elementary/docker:next-unstable steps: - name: Install git @@ -17,7 +17,7 @@ jobs: apt-get install git -y - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.GIT_USER_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47985a613..9c51f193d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,14 +2,14 @@ name: Release on: pull_request: - branches: master - types: closed + branches: [master] + types: [closed] jobs: release: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest container: - image: elementary/docker:next-unstable + image: ghcr.io/elementary/docker:next-unstable if: github.event.pull_request.merged == true && true == contains(join(github.event.pull_request.labels.*.name), 'Release') steps: - name: Install git @@ -18,7 +18,7 @@ jobs: apt-get install git -y - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.GIT_USER_TOKEN }} diff --git a/data/installer.appdata.xml.in b/data/installer.metainfo.xml.in similarity index 56% rename from data/installer.appdata.xml.in rename to data/installer.metainfo.xml.in index 7b1cb7986..f8c6671b7 100644 --- a/data/installer.appdata.xml.in +++ b/data/installer.metainfo.xml.in @@ -1,98 +1,124 @@ - + io.elementary.installer + io.elementary.installer CC0-1.0 GPL-3.0 + Installer Install elementary OS

Step by step installer for elementary OS itself.

+ + + https://raw.githubusercontent.com/elementary/installer/1.1.0/data/screenshot-language.png + + + https://raw.githubusercontent.com/elementary/installer/1.1.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/1.1.0/data/screenshot-custom.png + + + https://raw.githubusercontent.com/elementary/installer/1.1.0/data/screenshot-encrypt.png + + + https://raw.githubusercontent.com/elementary/installer/1.1.0/data/screenshot-progress.png + + + https://raw.githubusercontent.com/elementary/installer/1.1.0/data/screenshot-success.png + + + + + + + io.elementary.installer + io.elementary.installer-daemon + + + https://github.com/elementary/installer/issues + https://elementary.io/get-involved#funding + https://github.com/elementary/installer/discussions + https://elementary.io/ + https://l10n.elementary.io/projects/installer + + elementary, Inc. + elementary + contact_at_elementary.io + - +

Improvements:

    -
  • Use large icons in views
  • -
  • Add a custom icon for Before Installing view
  • +
  • Swipe to navigate back
  • Updated translations
+ + No option to install proprietary drivers + "Enable Drive Encription" icon is smaller than the others +
- +

Improvements:

    -
  • Show an infobar on battery instead of switching to a different page
  • -
  • Show all system requirements warnings on a single page
  • -
  • Warn about installing developer builds
  • Updated translations
- Installer too big in VirtualBox + Automatically prompt for screen reader after a timeout + Laptop goes to standby during installation process + Installer not showing disk or partitions, can't install
- +

Improvements:

    -
  • Double the boot partition size for encrypted installs
  • +
  • Use large icons in views
  • +
  • Add a custom icon for Before Installing view
  • Updated translations
  • -
+
- +

Improvements:

    -
  • Warn about installing in a VM
  • +
  • Show an infobar on battery instead of switching to a different page
  • +
  • Show all system requirements warnings on a single page
  • +
  • Warn about installing developer builds
  • Updated translations
+ + Installer too big in VirtualBox +
- +

Improvements:

    -
  • Avoid political naming of certain locales
  • -
  • Fix styles for "Unused" disk partitions
  • +
  • Double the boot partition size for encrypted installs
  • Updated translations
  • -
+
-
- - - https://raw.githubusercontent.com/elementary/installer/1.0.7/data/screenshot-language.png - - - https://raw.githubusercontent.com/elementary/installer/master/data/screenshot-keyboard.png - - - https://raw.githubusercontent.com/elementary/installer/master/data/screenshot-try-install.png - - - https://raw.githubusercontent.com/elementary/installer/master/data/screenshot-custom.png - - - https://raw.githubusercontent.com/elementary/installer/master/data/screenshot-encrypt.png - - - https://raw.githubusercontent.com/elementary/installer/master/data/screenshot-progress.png - - - https://raw.githubusercontent.com/elementary/installer/master/data/screenshot-success.png - - - elementary, Inc. - https://elementary.io - https://github.com/elementary/installer/issues + + +
diff --git a/data/meson.build b/data/meson.build index 19a5cd9ac..7aa6d42b5 100644 --- a/data/meson.build +++ b/data/meson.build @@ -4,19 +4,19 @@ schemadir = join_paths(get_option('datadir'), 'glib-2.0', 'schemas') i18n.merge_file( input: meson.project_name() + '.desktop.in', output: meson.project_name() + '.desktop', - po_dir: join_paths(meson.source_root (), 'po', 'extra'), + po_dir: meson.project_source_root() / 'po' / 'extra', type: 'desktop', install_dir: join_paths(get_option('datadir'), 'applications'), install: true ) i18n.merge_file( - input: 'installer.appdata.xml.in', - output: meson.project_name() + '.appdata.xml', - po_dir: join_paths(meson.source_root (), 'po', 'extra'), + input: 'installer.metainfo.xml.in', + output: meson.project_name() + '.metainfo.xml', + po_dir: meson.project_source_root() / 'po' / 'extra', type: 'xml', install: true, - install_dir: join_paths(get_option('datadir'), 'metainfo'), + install_dir: get_option('datadir') / 'metainfo', ) install_data( diff --git a/meson.build b/meson.build index 31f88c528..a89a27857 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,8 @@ project( 'io.elementary.installer', 'vala', 'c', - version: '1.0.7' + meson_version : '>= 0.56.0', + version: '1.2.0' ) add_global_arguments('-DGETTEXT_PACKAGE="' + meson.project_name() + '"', language:'c') diff --git a/po/POTFILES b/po/POTFILES index ea45bcb8f..258982ba0 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -1,7 +1,6 @@ src/Application.vala src/MainWindow.vala src/Utils.vala -src/Helpers/Inhibitor.vala src/Helpers/KeyboardLayoutHelper.vala src/Helpers/LocaleHelper.vala src/Helpers/LogHelper.vala @@ -10,6 +9,7 @@ src/Objects/Mount.vala src/Views/AbstractInstallerView.vala src/Views/CheckView.vala src/Views/DiskView.vala +src/Views/DriversView.vala src/Views/EncryptView.vala src/Views/ErrorView.vala src/Views/KeyboardLayoutView.vala diff --git a/po/af.po b/po/af.po index 6de6256c2..c4b41ed60 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-10-12 01:29+0200\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,151 +108,190 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 #, fuzzy msgid "Select a Drive" msgstr "Kies 'n taal" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 #, fuzzy #| msgid "Select a Language" msgid "Select Keyboard Layout" msgstr "Kies 'n taal" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 #, fuzzy msgid "Input Language" msgstr "Kies 'n taal" @@ -317,22 +360,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -365,10 +408,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/ak.po b/po/ak.po index c6d4387df..69599eeaa 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 #, fuzzy #| msgid "Select a Language" msgid "Select Keyboard Layout" msgstr "Paw kasa" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 #, fuzzy msgid "Input Language" msgstr "Paw kasa" @@ -319,22 +362,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -367,10 +410,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/ar.po b/po/ar.po index 70f0e9c65..633f8395c 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " @@ -182,36 +234,31 @@ msgstr "" "إذا نسيت كلمة مرور التشفير، لن تكون قادراً على استعادة البيانات. هذه " "كلمة مرور مميزة لوسيط التخزين الخاص بك، وليست كلمة المرور الخاصة بحسابك." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "اختر كلمة مرور للتشفير" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "قم بتأكيد كلمة المرور" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "ارجع" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "اختر كلمة مرور" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "اضبط كلمة مرور التشفير" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "كلمتا المرور غير متطابقتين" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "تعذر التثبيت" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -220,55 +267,55 @@ msgstr "" "فشل تثبيت %s، ويحتمل أن يكون خطأً بسبب مشكلة في العتاد. جهازك قد لا يعيد " "التشغيل بشكل صحيح. يمكنك محاولة التالي:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "حاول التثبيت مرة أخرى" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "استخدم الوضع التجريبي وحاول الاستعادة يدوياً" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "أعد تشغيل الجهاز للإقلاع من وسيط تخزين آخر" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "التفاصيل" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "أعد تشغيل الجهاز" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "جرب الوضع التجريبي" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "جرب إعادة التثبيت" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "اختر تخطيط لوحة المفاتيح" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "اكتب لاختبار تخطيطك" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "أظهر تخطيط لوحة المفاتيح" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "اختر" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "الافتراضي" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "لغة الإدخال" @@ -340,22 +387,22 @@ msgid "Hide log" msgstr "أخف التسجيلات" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "قيد تقسيم وسيط التخزين" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "قيد استخراج الملفات" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "قيد إعداد النظام" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "قيد الانتهاء من التثبيت" @@ -392,10 +439,6 @@ msgstr "" "قم بإنشاء الأقسام، وتغيير حجمها، وإدارتها بطرق أخرى يدوياً. قد تؤدي هذه " "الطريقة إلى فقدان البيانات." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "التالي" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "تثبيت مخصص" diff --git a/po/az.po b/po/az.po index b46bcd8cd..0e8e8e9fa 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-10-11 19:49+0200\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,149 +108,188 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +#, fuzzy +msgid "Back" +msgstr "Sil" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "Sil" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -313,22 +356,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -361,10 +404,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/be.po b/po/be.po index 13298a220..d7ef1a9cc 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-10-11 19:51+0200\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,149 +108,188 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +#, fuzzy +msgid "Back" +msgstr "Вярнуцца" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "Вярнуцца" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -313,22 +356,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -361,10 +404,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/bg.po b/po/bg.po index 5633b2964..99ffe1fb3 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Назад" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Неуспешна инсталация" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -213,63 +258,63 @@ msgstr "" "Инсталацията на %s е неуспешна, поради вероятна хардуерна грешка. " "Устройството ви може да не се рестатира нормално. Можете да опитате следното:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "Опитайте да инсталирате отново" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "Използвайте ДЕМО режим и опитайте да възстановите ръчно" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "Рестартирайте устройството, за да зареди от друг диск" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Рестартирайте устройството" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Опитайте ДЕМО режим" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Опитайте да инсталирате отново" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 #, fuzzy #| msgid "Keyboard Layout" msgid "Select Keyboard Layout" msgstr "Клавиатурна подредба" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Пишете, за да изпробване подредбата" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Покажи клавиатурната подредба" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Избери" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "По подразбиране" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Език за въвеждане" @@ -336,22 +381,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Създаване на дискови дялове" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Извличане на файлове" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Конфигуриране на системата" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Приключване на инсталацията" @@ -392,10 +437,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 #, fuzzy #| msgid "Could Not Install" diff --git a/po/bn.po b/po/bn.po index f3e62227b..127ae5b33 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "ব্যাক" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 #, fuzzy msgid "Could Not Install" msgstr "%s ইনস্টল করা সম্ভব হয়নি" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, fuzzy, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -214,63 +259,63 @@ msgstr "" "ইনস্টলেশন ব্যর্থ হয়েছে, তাই আপনার ডিভাইস সঠিকভাবে রিস্টার্ট হতে নাও পারে। আপনি " "নিম্নলিখিত বিকল্পগুলির মধ্যে একটি চেষ্টা করে দেখতে পারেন:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• পুনরায় ইনস্টল করার চেষ্টা করুন" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "• ডেমো মোড ব্যবহার করুন এবং নিজ উপায় পুনরুদ্ধার করার চেষ্টা করুন" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "• ডিভাইস রিস্টার্ট করে অন্য ড্রাইভ থেকে বুট করার চেষ্টা করুন" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "ডিভাইস রিস্টার্ট করুন" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "ডেমো মোড ব্যবহার করে দেখুন" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "পুনরায় ইনস্টল করে দেখুন" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 #, fuzzy #| msgid "Keyboard Layout" msgid "Select Keyboard Layout" msgstr "কিবোর্ডের ভিত্তি ধরণ" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "কিবোর্ডের ভিত্তি ধরণ পরীক্ষা করে দেখবার জন্য টাইপ করুন" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "কিবোর্ডের ভিত্তি ধরণ দেখাও" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "সিলেক্ট" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "ডিফল্ট" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "ইনপুটের জন্য ভাষা" @@ -337,22 +382,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "ড্রাইভ বিভক্ত করা হচ্ছে" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "ফাইলগুলি নির্যাস করা হচ্ছে" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "সিস্টেম কনফিগার করা হচ্ছে" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "ইনস্টলেশন সম্পন্ন হচ্ছে" @@ -388,10 +433,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 #, fuzzy msgid "Custom Install" diff --git a/po/bs.po b/po/bs.po index 7e8fd4060..61924fc22 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " @@ -192,38 +242,33 @@ msgstr "" " To je jedinstvena lozinka za ovaj uređaj, a ne lozinka za Vaš " "korisnički račun." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Odaberite lozinku šifriranja" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Potvrdite lozinku" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Nazad" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Odaberite lozinku" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Odaberite lozinku šifriranja" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Lozinke se ne podudaraju" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Nije bilo moguće instalirati" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -235,63 +280,63 @@ 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:47 +#: src/Views/ErrorView.vala:48 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Pokušajte opet s instalacijom" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 #, 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:68 +#: src/Views/ErrorView.vala:69 #, 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:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Ponovo pokretanje" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Isprobajte demonstracijski način rada" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Pokušajte instalirati opet" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 #, fuzzy #| msgid "Keyboard Layout" msgid "Select Keyboard Layout" msgstr "Raspored tastature" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Kucajte da testirate svoj raspored" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Prikaži raspored tastature" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Odaberi" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Zadano" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Jezik unosa" @@ -362,22 +407,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Kreiranje particija" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Otpakiranje datoteka" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Konfiguriranje sistema" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Završavanje instalacije" @@ -419,10 +464,6 @@ 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:88 -msgid "Next" -msgstr "Sljedeće" - #: src/Views/TryInstallView.vala:114 #, fuzzy #| msgid "Could Not Install" diff --git a/po/ca.po b/po/ca.po index 9374027f8..996373549 100644 --- a/po/ca.po +++ b/po/ca.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2022-12-21 13:25+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-09-12 10:08+0000\n" "Last-Translator: David M \n" "Language-Team: Catalan \n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.14.2\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" #: src/Application.vala:42 @@ -20,11 +20,15 @@ msgstr "" msgid "Install %s" msgstr "Instal·la %s" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "s'instal·la el sistema operatiu" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "Connecteu una font d'energia" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -44,16 +48,16 @@ msgstr "Reinici del mode de prova" msgid "Test mode switch user" msgstr "Canvi d'usuari del mode de prova" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "%s…" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "Cancel·la la instal·lació" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "Mode de prova" @@ -112,11 +116,11 @@ msgstr "Processador:" msgid "Memory:" msgstr "Memòria:" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "Seleccioneu un dispositiu" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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,23 +128,80 @@ 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "S'obté la configuració actual…" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "Següent" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "Controladors addicionals" + +#: src/Views/DriversView.vala:32 +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 "" +"És possible que els adaptadors Wi-Fi Broadcom®, els gràfics NVIDIA® i " +"algunes màquines virtuals no funcionin correctament sense controladors " +"addicionals. La majoria de dispositius no requereixen controladors " +"addicionals." + +#: src/Views/DriversView.vala:43 +msgid "" +"Proprietary drivers contain private code that can't be reviewed. Security " +"and other updates are dependent on the driver vendor." +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 +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 +msgid "" +"Proprietary drivers can be installed later through AppCenter, but an " +"Internet connection will be required for all drivers." +msgstr "" +"Els controladors de propietat es poden instal·lar més tard mitjançant el " +"Centre d'aplicacions, però caldrà una connexió a Internet per a tots els " +"controladors." + +#: src/Views/DriversView.vala:72 +msgid "" +"Include third-party proprietary drivers when installing. I agree to their " +"respective licenses and terms of use." +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "Enrere" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "Esborra i instal·la" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "Sense encriptació" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "Habilita l'encriptació de la unitat" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -148,7 +209,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:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -156,7 +217,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:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -164,7 +225,7 @@ msgstr "" "La contrasenya d'encriptació es demanarà cada cop que engegueu aquest " "dispositiu. Deseu-la en un lloc segur." -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -172,7 +233,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:103 +#: src/Views/EncryptView.vala:104 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 " @@ -182,36 +243,31 @@ msgstr "" " És una contrasenya única per a aquest dispositiu, no la contrasenya per " "al compte d'usuari." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Trieu una contrasenya d'encriptació" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Confirmeu la contrasenya" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Enrere" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Trieu una contrasenya" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "Establiu una contrasenya d'encriptació" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Les contrasenyes no coincideixen." -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "No s'ha pogut instal·lar" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -220,55 +276,55 @@ 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "Torneu a fer una instal·lació." -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 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:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "Reinicieu el dispositiu per arrencar des d'una altra unitat." -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Detalls" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Reinicia el dispositiu" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Proveu el mode Demo" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Intenta tornar a fer una instal·lació" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "Seleccioneu la disposició del teclat" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Teclegeu per provar la disposició del teclat." -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Mostra la disposició del teclat" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Selecciona" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Per defecte" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Llengua d'entrada" @@ -340,22 +396,22 @@ msgid "Hide log" msgstr "Amaga'n el registre" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Es parteix el dispositiu" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "S'extreuen fitxers" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Es configura el sistema" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "S'acaba la instal·lació" @@ -393,10 +449,6 @@ msgstr "" "Creeu, canvieu la mida o gestioneu les particions manualment. Aquest mètode " "pot comportar pèrdua de dades." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "Següent" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "Instal·lació personalitzada" @@ -516,6 +568,13 @@ msgstr "Sistema de fitxers:" msgid "Default (ext4)" msgstr "Per defecte (ext4)" +#~ msgid "" +#~ "Proprietary drivers are subject to their own license terms. By " +#~ "installing, you agree to their terms of use." +#~ msgstr "" +#~ "Els controladors de propietat estan subjectes a les pròpies condicions de " +#~ "llicència. En instal·lar-ne, n'accepteu les condicions d'ús." + #~ msgid "System Requirements" #~ msgstr "Requisits del sistema" diff --git a/po/ckb.po b/po/ckb.po index d88086dea..23b47995b 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " @@ -182,36 +234,31 @@ msgstr "" "ناتوانیت بیان گەڕێنیتەوە. ئەمە تێپەڕەوشەیەکی بێهاوتایە بۆ ئەم ئامێرە، " "نەک تێپەڕەوشەی هەژماری بەکارهێنەر." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "تێپەڕەوشەیەک بۆ کۆدکردن بنووسە" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "دووبارە تێپەڕەوشەکە بنووسەوە بۆ دڵنیابوونەوە" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "گەڕانەوە" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "تێپەڕەوشە بنووسە" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "دانانی تێپەڕەوشەی کۆدکردن" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "تێپەڕەوشەکان هاوتا نین" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "دامەزراندن نەکرا" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -220,55 +267,55 @@ msgstr "" "دامەزراندن %s شکستی هێنا، دەکرێت هۆکارەکە هەڵەی ڕەقەکاڵا بێت. لەوانەیە " "ئامێرەکە بە گونجاوی پێنەبێتەوە، دەتوانیت ئەمانە تاقی بکەیتەوە:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "دوبارە هەوڵی دامەزراندن بدەوە" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "بەکارهێنانی دۆخی تاقیکاری و هەوڵدان بۆ گەڕاندنەوەی دەستی" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "ئامێرەکە پێبکەوە و لە درایڤێکی ترەوە بووتی بکە" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "وردەکارییەکان" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "پێکردنەوەی ئامێر" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "تاقیکردنەوەی دۆخی تاقیکردنەوە" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "دوبارە هەوڵی دامەزراندن بدەوە" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "ڕووکاری تەختەکلیل دیاریبکە" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "لێرە بنووسە بۆ تاقیکردنەوەی ڕووکاری تەختەکلیلەکەت" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "پشاندانی ڕووکاری تەختەکلیل" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "دیاریکردن" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "بنەڕەت" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "زمانی بەکارهێنان" @@ -339,22 +386,22 @@ msgid "Hide log" msgstr "شاردنەوەی تۆمار" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "پارتێشنکردنی درایڤ" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "دەرکردنی پەڕگەکان" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "ڕێکخستنی سیستەمەکە" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "تەواوکردنی دامەزراندنەکە" @@ -392,10 +439,6 @@ msgstr "" "دروستکردن و قەبارەگۆڕین یان بەڕێوەبردنی پارتێشنەکان بەدەستی. لەوەیە ئەم " "ڕێگەیە سەربکێشێت بۆ لەدەستدانی داتا." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "دواتر" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "دامەزراندنی تایبەت" diff --git a/po/cs.po b/po/cs.po index 0fcd69603..d2770a32e 100644 --- a/po/cs.po +++ b/po/cs.po @@ -2,9 +2,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2022-01-09 20:41+0000\n" -"Last-Translator: Michal Grňo \n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-08-30 12:08+0000\n" +"Last-Translator: hnklp \n" "Language-Team: Czech \n" "Language: cs\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 4.4.2\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" #: src/Application.vala:42 @@ -20,11 +20,15 @@ msgstr "" msgid "Install %s" msgstr "Nainstalovat %s" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "operační systém se instaluje" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "Připojte zdroj napájení" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -44,34 +48,34 @@ msgstr "Restartovat v rámci testovacího režimu" msgid "Test mode switch user" msgstr "Přepnout uživatele v rámci testovacího režimu" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "%s…" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "Zrušit instalaci" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "Testovací režim" #: src/Views/CheckView.vala:50 -#, fuzzy -#| msgid "Try Installing Again" msgid "Before Installing" -msgstr "Zkusit nainstalovat znovu" +msgstr "Před instalací" #: src/Views/CheckView.vala:56 msgid "Pre-Release Version" -msgstr "" +msgstr "Verze před vydáním" #: src/Views/CheckView.vala:57 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." 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 msgid "Virtual Machine" @@ -81,6 +85,7 @@ msgstr "Virtuální stroj" #, 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 msgid "Your Device May Be Too Slow" @@ -88,13 +93,11 @@ msgstr "Váš počítač může být příliš pomalý" #: src/Views/CheckView.vala:69 msgid "This may cause it to run slowly or freeze." -msgstr "" +msgstr "Toto může způsobit pomalý běh nebo zamrznutí." #: src/Views/CheckView.vala:85 -#, fuzzy -#| msgid "Install %s" msgid "Install Anyway" -msgstr "Nainstalovat %s" +msgstr "Přesto nainstalovat" #: src/Views/CheckView.vala:211 msgid "Recommended:" @@ -112,11 +115,11 @@ msgstr "Procesor:" msgid "Memory:" msgstr "Operační paměť:" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "Vybrat jednotku" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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,23 +127,78 @@ 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "Zjišťování stávajícího uspořádání…" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "Další" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "Dodatečné ovladače" + +#: src/Views/DriversView.vala:32 +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 adaptéry, NVIDIA® grafiky, a některé virtuální počítače " +"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 +msgid "" +"Proprietary drivers contain private code that can't be reviewed. Security " +"and other updates are dependent on the driver vendor." +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 +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 +msgid "" +"Proprietary drivers can be installed later through AppCenter, but an " +"Internet connection will be required for all drivers." +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 +msgid "" +"Include third-party proprietary drivers when installing. I agree to their " +"respective licenses and terms of use." +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "Zpět" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "Vymazat a nainstalovat" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "Nešifrovat" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "Šifrovat jednotku" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -148,7 +206,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:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -156,7 +214,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:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -164,7 +222,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:83 +#: src/Views/EncryptView.vala:84 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -172,7 +230,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:103 +#: src/Views/EncryptView.vala:104 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 " @@ -182,36 +240,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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Zvolte šifrovací heslo" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Potvrďte heslo" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Zpět" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Zvolte si heslo" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "Nastavte šifrovací heslo" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Zadání hesla se neshodují" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Nelze nainstalovat" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -220,55 +273,55 @@ 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "Zkuste instalaci znovu" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 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:68 +#: src/Views/ErrorView.vala:69 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:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Podrobnosti" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Restartovat zařízení" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Vyzkoušet Režim pro ukázku" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Zkusit nainstalovat znovu" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "Vyberte rozložení klávesnice" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Vyzkoušejte rozvržení klávesnice psaním" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Zobrazit rozložení klávesnice" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Vybrat" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Výchozí" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Jazyk vstupu z klávesnice" @@ -339,22 +392,22 @@ msgid "Hide log" msgstr "Skrýt protokol" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Vytvářejí se oddíly na jednotce" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Rozbalují se soubory" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Nastavuje se systém" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Dokončuje se instalace" @@ -392,10 +445,6 @@ 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:88 -msgid "Next" -msgstr "Další" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "Vlastní instalace" diff --git a/po/cv.po b/po/cv.po index c4b240c6d..1a15792ac 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-27 15:29+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,149 +108,188 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +#, fuzzy +msgid "Back" +msgstr "Каялла" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "Каялла" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -313,22 +356,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -361,10 +404,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/da.po b/po/da.po index 085c68469..7a5d65001 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " @@ -185,38 +237,33 @@ msgstr "" "tabte data. Dette er et unikt kodeord for denne enhed, ikke adgangskoden " "til din brugerkonto." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Vælg Krypteringskode" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Bekræft Adgangskode" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Tilbage" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Vælg Adgangskode" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Vælg Krypteringskode" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Adgangskoderne er ikke ens" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Kunne Ikke Installere" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -225,55 +272,55 @@ 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "Prøv installationen igen" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "Brug Demo Tilstand og prøv manuelt at gendanne" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "Genstart din enhed for at starte fra et andet drev" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Detaljer" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Genstart Enhed" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Prøv Demo Tilstand" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Prøv at installere igen" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "Vælg Tastatur Layout" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Skriv for at teste dit layout" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Vis tastatur layout" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Vælg" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Standard" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Indtastningssprog" @@ -344,22 +391,22 @@ msgid "Hide log" msgstr "Skjul log" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Partitionerer drev" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Udpakker filer" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Konfigurerer systemet" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Færdiggører Installationen" @@ -397,10 +444,6 @@ 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:88 -msgid "Next" -msgstr "Næste" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "Brugerdefineret Installering" diff --git a/po/de.po b/po/de.po index d9b60504d..481b347f2 100644 --- a/po/de.po +++ b/po/de.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: pantheon-calculator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2023-02-07 09:25+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-10-05 22:08+0000\n" "Last-Translator: Uwe S \n" "Language-Team: German \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.14.2\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" #: src/Application.vala:42 @@ -25,11 +25,15 @@ msgstr "" msgid "Install %s" msgstr "%s installieren" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "Betriebssystem wurde installiert" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "Stromversorgung anschließen" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -49,16 +53,16 @@ msgstr "Testbetrieb neu starten" msgid "Test mode switch user" msgstr "Testmodus: Benutzer wechseln" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "%s …" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "Installation abbrechen" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "Testmodus" @@ -119,11 +123,11 @@ msgstr "Prozessor:" msgid "Memory:" msgstr "Arbeitsspeicher:" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "Laufwerk wählen" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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,23 +136,77 @@ msgstr "" "Ihre Daten noch nicht gesichert haben, können Sie die Installation abbrechen " "und den Testmodus verwenden." -#: src/Views/DiskView.vala:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "Aktuelle Konfiguration laden …" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "Weiter" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "Zusätzliche Treiber" + +#: src/Views/DriversView.vala:32 +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-Adapter, NVIDIA®-Grafikkarten und einige virtuelle Maschinen " +"arbeiten möglicherweise nicht ordnungsgemäß ohne zusätzliche Treiber. Die " +"meisten Geräte benötigen keine zusätzliche Treiber." + +#: src/Views/DriversView.vala:43 +msgid "" +"Proprietary drivers contain private code that can't be reviewed. Security " +"and other updates are dependent on the driver vendor." +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 +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 +msgid "" +"Proprietary drivers can be installed later through AppCenter, but an " +"Internet connection will be required for all drivers." +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 +msgid "" +"Include third-party proprietary drivers when installing. I agree to their " +"respective licenses and terms of use." +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "Zurück" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "Löschen und installieren" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "Nicht verschlüsseln" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "Laufwerksverschlüsselung einschalten" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -156,7 +214,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:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -164,7 +222,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:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -172,7 +230,7 @@ msgstr "" "Das Verschlüsselungspasswort wird bei jedem Einschalten des Geräts benötigt. " "Verwahren Sie es sicher." -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -180,7 +238,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:103 +#: src/Views/EncryptView.vala:104 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 " @@ -190,36 +248,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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Verschlüsselungspasswort wählen" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Passwort bestätigen" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Zurück" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Passwort wählen" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "Verschlüsselungspasswort wählen" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Die Passwörter stimmen nicht überein" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Installation nicht möglich" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -229,56 +282,56 @@ msgstr "" "Hardware-Fehlers. Das Gerät startet eventuell nicht ordnungsgemäß neu. Sie " "können Folgendes versuchen:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "Versuchen Sie, die Installation erneut vorzunehmen" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" "Verwenden Sie den Testmodus und versuchen Sie eine manuelle Wiederherstellung" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 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:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Details" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Gerät neu starten" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Testmodus verwenden" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Installation erneut starten" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "Tastaturbelegung wählen" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Text eingeben zum Ermitteln Ihrer Tastaturbelegung" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Tastaturbelegung zeigen" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Auswählen" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Standard" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Eingabesprache" @@ -350,22 +403,22 @@ msgid "Hide log" msgstr "Protokoll ausblenden" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Laufwerk partionieren" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Dateien entpacken" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "System einrichten" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Installation abschließen" @@ -403,10 +456,6 @@ msgstr "" "Partitionen manuell erstellen, ändern oder auf andere Weise verwalten. Dabei " "kann es zu Datenverlusten kommen." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "Weiter" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "Angepasst installieren" @@ -526,6 +575,13 @@ msgstr "Dateisystem:" msgid "Default (ext4)" msgstr "Standard (ext4)" +#~ msgid "" +#~ "Proprietary drivers are subject to their own license terms. By " +#~ "installing, you agree to their terms of use." +#~ msgstr "" +#~ "Proprietäre Treiber unterliegen eigenen Lizenzbedingungen. Mit der " +#~ "Installation stimmen Sie den Nutzungsbedingungen zu." + #~ msgid "System Requirements" #~ msgstr "Systemanforderungen" diff --git a/po/el.po b/po/el.po index 970380583..42de160ab 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-10-12 01:34+0200\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,151 +108,190 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 #, fuzzy msgid "Select a Drive" msgstr "Επιλέξτε μια γλώσσα" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 #, fuzzy #| msgid "Select a Language" msgid "Select Keyboard Layout" msgstr "Επιλέξτε μια γλώσσα" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 #, fuzzy msgid "Input Language" msgstr "Επιλέξτε μια γλώσσα" @@ -317,22 +360,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -365,10 +408,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/en_AU.po b/po/en_AU.po index a516df583..f136d7bdf 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "Backspace" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -315,22 +358,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -363,10 +406,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/en_CA.po b/po/en_CA.po index 830d9cc5a..43a432253 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " @@ -190,38 +240,33 @@ msgstr "" "data. This is a unique password for this device, not the password for " "your user account." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Choose Encryption Password" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Confirm Password" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Back" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Choose Password" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Choose Encryption Password" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Passwords do not match" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Could Not Install" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -233,63 +278,63 @@ 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:47 +#: src/Views/ErrorView.vala:48 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Try the installation again" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 #, 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:68 +#: src/Views/ErrorView.vala:69 #, 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:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Restart Device" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Try Demo Mode" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Try Installing Again" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 #, fuzzy #| msgid "Keyboard Layout" msgid "Select Keyboard Layout" msgstr "Keyboard Layout" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Type to test your layout" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Show keyboard layout" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Select" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Default" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Input Language" @@ -360,22 +405,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Partitioning Drive" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Extracting Files" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Configuring the System" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Finishing the Installation" @@ -415,10 +460,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 #, fuzzy #| msgid "Could Not Install" diff --git a/po/en_GB.po b/po/en_GB.po index 5edbfc008..3c444c2d5 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -2,9 +2,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2021-12-10 04:48+0000\n" -"Last-Translator: Ciarán Ainsworth \n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-08-27 08:08+0000\n" +"Last-Translator: David Hewitt \n" "Language-Team: English (United Kingdom) \n" "Language: en_GB\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.4.2\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:42+0000\n" #: src/Application.vala:42 @@ -20,11 +20,15 @@ msgstr "" msgid "Install %s" msgstr "Install %s" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "operating system is being installed" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "Connect to a Power Source" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -44,34 +48,34 @@ msgstr "Test mode reboot" msgid "Test mode switch user" msgstr "Test mode switch user" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "%s…" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "Cancel Installation" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "Test Mode" #: src/Views/CheckView.vala:50 -#, fuzzy -#| msgid "Try Installing Again" msgid "Before Installing" -msgstr "Try Installing Again" +msgstr "Before Installing" #: src/Views/CheckView.vala:56 msgid "Pre-Release Version" -msgstr "" +msgstr "Pre-Release Version" #: src/Views/CheckView.vala:57 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" +"Only install on devices dedicated for development. You will not be able " +"to upgrade to a stable release." #: src/Views/CheckView.vala:62 msgid "Virtual Machine" @@ -80,7 +84,7 @@ msgstr "Virtual Machine" #: src/Views/CheckView.vala:63 #, c-format msgid "Some parts of %s may run slowly, freeze, or not function properly." -msgstr "" +msgstr "Some parts of %s may run slowly, freeze, or not function properly." #: src/Views/CheckView.vala:68 msgid "Your Device May Be Too Slow" @@ -88,13 +92,11 @@ msgstr "Your device may be too slow" #: src/Views/CheckView.vala:69 msgid "This may cause it to run slowly or freeze." -msgstr "" +msgstr "This may cause it to run slowly or freeze." #: src/Views/CheckView.vala:85 -#, fuzzy -#| msgid "Install %s" msgid "Install Anyway" -msgstr "Install %s" +msgstr "Install Anyway" #: src/Views/CheckView.vala:211 msgid "Recommended:" @@ -112,11 +114,11 @@ msgstr "Processor:" msgid "Memory:" msgstr "Memory:" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "Select a Drive" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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,23 +126,76 @@ 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "Getting the current configuration…" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "Next" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "Additional Drivers" + +#: src/Views/DriversView.vala:32 +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 adapters, NVIDIA® graphics, and some virtual machines may " +"not function properly without additional drivers. Most devices do not " +"require additional drivers." + +#: src/Views/DriversView.vala:43 +msgid "" +"Proprietary drivers contain private code that can't be reviewed. Security " +"and other updates are dependent on the driver vendor." +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 +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 +msgid "" +"Proprietary drivers can be installed later through AppCenter, but an " +"Internet connection will be required for all drivers." +msgstr "" +"Proprietary drivers can be installed later through AppCenter, but an " +"Internet connection will be required for all drivers." + +#: src/Views/DriversView.vala:72 +msgid "" +"Include third-party proprietary drivers when installing. I agree to their " +"respective licenses and terms of use." +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "Back" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "Erase and Install" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "Don’t Encrypt" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "Enable Drive Encryption" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -148,7 +203,7 @@ msgstr "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -156,7 +211,7 @@ msgstr "" "Data will only be protected from others with physical access to this device " "when it is shut down." -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -164,7 +219,7 @@ msgstr "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -172,7 +227,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:103 +#: src/Views/EncryptView.vala:104 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 " @@ -182,36 +237,31 @@ msgstr "" "data. This is a unique password for this device, not the password for " "your user account." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Choose Encryption Password" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Confirm Password" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Back" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Choose Password" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "Set Encryption Password" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Passwords do not match" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Could Not Install" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -220,55 +270,55 @@ 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "Try the installation again" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "Use Demo Mode and try to manually recover" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "Restart the device and boot from another drive" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Details" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Restart Device" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Try Demo Mode" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Try Installing Again" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "Select Keyboard Layout" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Type to test your layout" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Show keyboard layout" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Select" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Default" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Input Language" @@ -339,22 +389,22 @@ msgid "Hide log" msgstr "Hide log" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Partitioning Drive" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Extracting Files" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Configuring the System" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Finishing the Installation" @@ -391,10 +441,6 @@ msgstr "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "Next" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "Custom Install" @@ -514,6 +560,13 @@ msgstr "Filesystem:" msgid "Default (ext4)" msgstr "Default (ext4)" +#~ msgid "" +#~ "Proprietary drivers are subject to their own license terms. By " +#~ "installing, you agree to their terms of use." +#~ msgstr "" +#~ "Proprietary drivers are subject to their own license terms. By " +#~ "installing, you agree to their terms of use." + #~ msgid "Ignore" #~ msgstr "Ignore" diff --git a/po/eo.po b/po/eo.po index 084418b6f..4f6daf9c2 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " @@ -180,38 +230,33 @@ msgstr "" "b> Tio estu pasvorto unika por la aparato, ĝi ne estu la uzantokonta " "pasvorto." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Elektu ĉifran pasvorton" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Konfirmi la pasvorton" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Reen" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Elekti pasvorton" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Elektu ĉifran pasvorton" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Pasvortoj ne kongruas" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Neeblis instali" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -223,63 +268,63 @@ msgstr "" "Neeblis instali %s, eble pro eraro de la aparataro. Eble via aparato ne " "konforme restartos. Eblas provi la sekvon:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Reprovu la instalon" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 #, 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:68 +#: src/Views/ErrorView.vala:69 #, 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:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Detaloj" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Restartigi la aparaton" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Testi la Provoversion" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Provu reinstali" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 #, fuzzy #| msgid "Keyboard Layout" msgid "Select Keyboard Layout" msgstr "Klavara aranĝo" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Tajpu por testi la aranĝon" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Montri la klavaran aranĝon" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Elekti" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Apriora" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Eniga lingvo" @@ -350,22 +395,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Submemorigo" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Malkompaktiganta dosierojn" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Agordanta la sistemon" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Finanta instalon" @@ -407,10 +452,6 @@ msgstr "" "Krei, regrandigi aŭ aliiel mane modifi submemorujojn. Ĉi metodo povas " "perdigi datumojn." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "Sekva" - #: src/Views/TryInstallView.vala:114 #, fuzzy #| msgid "Could Not Install" diff --git a/po/es.po b/po/es.po index 0eb64a18f..2f73298be 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2022-02-17 14:34+0000\n" "Last-Translator: Jose Manuel Hernandez Farias \n" "Language-Team: Spanish you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -182,36 +234,31 @@ msgstr "" "b> Esta es una contraseña única para este dispositivo, no para su cuenta de " "usuario." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Elija una contraseña de cifrado" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Confirmar contraseña" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Atrás" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Elija una contraseña" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "Establecer contraseña de cifrado" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Las contraseñas no coinciden" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "No se pudo instalar" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -221,55 +268,55 @@ msgstr "" "posible que el dispositivo no se reinicie correctamente. Puede probar lo " "siguiente:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "Intente la instalación nuevamente" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "Utilice el modo de demostración e intente recuperar manualmente" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "Reinicie el dispositivo y arranque desde otra unidad" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Detalles" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Reiniciar dispositivo" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Probar modo de demostración" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Intentar instalar nuevamente" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "Seleccionar distribución del teclado" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Escriba para probar la disposición" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Mostrar disposición del teclado" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Seleccionar" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Predeterminado" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Idioma de escritura" @@ -342,22 +389,22 @@ msgid "Hide log" msgstr "Ocultar registro" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Particionando el disco" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Extrayendo archivos" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Configurando el sistema" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Finalizando la instalación" @@ -396,10 +443,6 @@ msgstr "" "Cree, redimensione o gestione manualmente las particiones. Este método puede " "provocar la pérdida de datos." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "Siguiente" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "Instalación personalizada" diff --git a/po/et.po b/po/et.po index 2faf82abc..e597751d3 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-27 15:29+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,149 +108,188 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +#, fuzzy +msgid "Back" +msgstr "Kustuta" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "Kustuta" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -313,22 +356,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -361,10 +404,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/eu.po b/po/eu.po index 8ee0e2c07..7ac71addc 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-27 15:29+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,149 +108,188 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +#, fuzzy +msgid "Back" +msgstr "Atzera tekla" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "Atzera tekla" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -313,22 +356,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -361,10 +404,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/extra/POTFILES b/po/extra/POTFILES index 72f699bda..8e7e316d0 100644 --- a/po/extra/POTFILES +++ b/po/extra/POTFILES @@ -1,2 +1,2 @@ -data/installer.appdata.xml.in +data/installer.metainfo.xml.in data/io.elementary.installer.desktop.in diff --git a/po/extra/af.po b/po/extra/af.po index a6c33d6d2..32ffe308a 100644 --- a/po/extra/af.po +++ b/po/extra/af.po @@ -1,72 +1,64 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/ak.po b/po/extra/ak.po index a6c33d6d2..32ffe308a 100644 --- a/po/extra/ak.po +++ b/po/extra/ak.po @@ -1,72 +1,64 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/ar.po b/po/extra/ar.po index 503471a92..3fc4b5f7d 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2021-08-27 17:59+0000\n" "Last-Translator: Muhammad Al-Jayyousi \n" "Language-Team: Arabic =11 ? 4 : 5;\n" "X-Generator: Weblate 4.4.2\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "المثبت" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "ثبت elementary OS" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "مثبت سهل ل elementary OS بنفسه." -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." +msgstr "elementary, Inc." + +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 +msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 -msgid "Updated translations" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" +msgstr "" + +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:29 +#: data/installer.metainfo.xml.in:100 msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:30 +#: data/installer.metainfo.xml.in:101 msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:31 +#: data/installer.metainfo.xml.in:102 msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:44 +#: data/installer.metainfo.xml.in:115 msgid "Double the boot partition size for encrypted installs" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" -msgstr "" - -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" -msgstr "" - -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" -msgstr "" - -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." -msgstr "elementary, Inc." - #: data/io.elementary.installer.desktop.in:4 msgid "Install the system" msgstr "ثبت النظام" diff --git a/po/extra/az.po b/po/extra/az.po index 7a53c7d8d..adbec6729 100644 --- a/po/extra/az.po +++ b/po/extra/az.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2019-09-07 18:22+0000\n" "Last-Translator: Daniel Foré \n" "Language-Team: Azerbaijani =2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/bg.po b/po/extra/bg.po index 4a4c1edea..16b15c845 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 =20) ? 1 : 2;\n" "X-Generator: Weblate 3.0.1\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 #, fuzzy #| msgid "Install elementary OS" msgid "Installer" msgstr "Instaliraj elementary OS" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "Instaliraj elementary OS" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/ca.po b/po/extra/ca.po index 033b2623d..3920b2bcf 100644 --- a/po/extra/ca.po +++ b/po/extra/ca.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2023-01-11 08:18+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-08-16 12:08+0000\n" "Last-Translator: David M \n" "Language-Team: Catalan \n" @@ -11,79 +11,80 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.14.2\n" +"X-Generator: Weblate 4.17\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "Instal·lador" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "Instal·la l'elementary OS" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "Instal·lador de pas a pas per a elementary OS." -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." +msgstr "elementary, Inc." + +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 msgid "Improvements:" msgstr "Millores:" -#: data/installer.appdata.xml.in:18 +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" +msgstr "Feu lliscar el dit per tornar enrere" + +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 +msgid "Updated translations" +msgstr "Traduccions actualitzades" + +#: data/installer.metainfo.xml.in:89 msgid "Use large icons in views" msgstr "Usa icones grans a les vistes" -#: data/installer.appdata.xml.in:19 +#: data/installer.metainfo.xml.in:90 msgid "Add a custom icon for Before Installing view" msgstr "Addició d'una icona personalitzada per a la vista d'Abans d'instal·lar" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 -msgid "Updated translations" -msgstr "Traduccions actualitzades" - -#: data/installer.appdata.xml.in:29 +#: data/installer.metainfo.xml.in:100 msgid "Show an infobar on battery instead of switching to a different page" msgstr "" "Mostra una barra d'informació a la bateria en lloc de canviar a una pàgina " "diferent." -#: data/installer.appdata.xml.in:30 +#: data/installer.metainfo.xml.in:101 msgid "Show all system requirements warnings on a single page" msgstr "Mostra tots els avisos de requisits del sistema en una sola pàgina." -#: data/installer.appdata.xml.in:31 +#: data/installer.metainfo.xml.in:102 msgid "Warn about installing developer builds" msgstr "Avisa sobre la instal·lació de compilacions de desenvolupadors." -#: data/installer.appdata.xml.in:44 +#: data/installer.metainfo.xml.in:115 msgid "Double the boot partition size for encrypted installs" msgstr "" "Doble mida de la partició d'arrencada per a les instal·lacions encriptades" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" -msgstr "Avisa sobre la instal·lació en una màquina virtual." - -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" -msgstr "Evita els noms polítics de determinades localitats." - -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" -msgstr "Correcció dels estils per a les particions de disc no utilitzades" - -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." -msgstr "elementary, Inc." - #: data/io.elementary.installer.desktop.in:4 msgid "Install the system" msgstr "Instal·la el sistema" +#~ msgid "Warn about installing in a VM" +#~ msgstr "Avisa sobre la instal·lació en una màquina virtual." + +#~ msgid "Avoid political naming of certain locales" +#~ msgstr "Evita els noms polítics de determinades localitats." + +#~ msgid "Fix styles for \"Unused\" disk partitions" +#~ msgstr "Correcció dels estils per a les particions de disc no utilitzades" + #~ msgid "io.elementary.installer" #~ msgstr "io.elementary.installer" diff --git a/po/extra/ckb.po b/po/extra/ckb.po index fcd139ad5..6b5739fb7 100644 --- a/po/extra/ckb.po +++ b/po/extra/ckb.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pantheon-calculator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2019-09-07 18:22+0000\n" "Last-Translator: Daniel Foré \n" "Language-Team: Sorani \n" "Language-Team: Czech =2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 4.4.2\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "Instalátor" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "Nainstalovat elementary OS" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "Instalátor pro elementary OS – krok za krokem." -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." +msgstr "elementary, Inc." + +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 +msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 -msgid "Updated translations" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" +msgstr "" + +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:29 +#: data/installer.metainfo.xml.in:100 msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:30 +#: data/installer.metainfo.xml.in:101 msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:31 +#: data/installer.metainfo.xml.in:102 msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:44 +#: data/installer.metainfo.xml.in:115 msgid "Double the boot partition size for encrypted installs" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" -msgstr "" - -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" -msgstr "" - -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" -msgstr "" - -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." -msgstr "elementary, Inc." - #: data/io.elementary.installer.desktop.in:4 msgid "Install the system" msgstr "Nainstalovat systém" diff --git a/po/extra/cv.po b/po/extra/cv.po index a6c33d6d2..32ffe308a 100644 --- a/po/extra/cv.po +++ b/po/extra/cv.po @@ -1,72 +1,64 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/da.po b/po/extra/da.po index ed16be7c8..051018d62 100644 --- a/po/extra/da.po +++ b/po/extra/da.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2018-09-02 00:08+0000\n" "Last-Translator: Kaj Printz Madsen \n" "Language-Team: Danish \n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-02-18 09:25+0000\n" +"Last-Translator: David Hewitt \n" "Language-Team: German \n" "Language: de\n" @@ -17,73 +17,65 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.4.2\n" +"X-Generator: Weblate 4.14.2\n" "X-Launchpad-Export-Date: 2016-09-27 06:42+0000\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "Installer" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "Elementary OS installieren" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "Step by Step Installer für elementary OS selbst." -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." +msgstr "elementary, Inc." + +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 +msgid "Updated translations" +msgstr "Aktualisierte Übersetzungen" + +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 -msgid "Updated translations" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:29 +#: data/installer.metainfo.xml.in:100 msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:30 +#: data/installer.metainfo.xml.in:101 msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:31 +#: data/installer.metainfo.xml.in:102 msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:44 +#: data/installer.metainfo.xml.in:115 msgid "Double the boot partition size for encrypted installs" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" -msgstr "" - -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" -msgstr "" - -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" -msgstr "" - -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." -msgstr "elementary, Inc." - #: data/io.elementary.installer.desktop.in:4 msgid "Install the system" msgstr "System installieren" diff --git a/po/extra/el.po b/po/extra/el.po index a6c33d6d2..32ffe308a 100644 --- a/po/extra/el.po +++ b/po/extra/el.po @@ -1,72 +1,64 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/en_AU.po b/po/extra/en_AU.po index a6c33d6d2..32ffe308a 100644 --- a/po/extra/en_AU.po +++ b/po/extra/en_AU.po @@ -1,72 +1,64 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/en_CA.po b/po/extra/en_CA.po index 65df879c6..8c7d8648a 100644 --- a/po/extra/en_CA.po +++ b/po/extra/en_CA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2018-02-23 17:41+0000\n" "Last-Translator: Shawn \n" "Language-Team: English (Canada) \n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-08-03 16:08+0000\n" +"Last-Translator: David Hewitt \n" "Language-Team: English (United Kingdom) \n" "Language: en_GB\n" @@ -11,75 +11,76 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.4.2\n" +"X-Generator: Weblate 4.17\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "Installer" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "Install elementary OS" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "Step by step installer for elementary OS itself." -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." +msgstr "elementary, Inc." + +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 msgid "Improvements:" -msgstr "" +msgstr "Improvements:" + +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" +msgstr "Swipe to navigate back" + +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 +msgid "Updated translations" +msgstr "Updated translations" -#: data/installer.appdata.xml.in:18 +#: data/installer.metainfo.xml.in:89 msgid "Use large icons in views" -msgstr "" +msgstr "Use large icons in views" -#: data/installer.appdata.xml.in:19 +#: data/installer.metainfo.xml.in:90 msgid "Add a custom icon for Before Installing view" -msgstr "" +msgstr "Add a custom icon for Before Installing view" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 -msgid "Updated translations" -msgstr "" - -#: data/installer.appdata.xml.in:29 +#: data/installer.metainfo.xml.in:100 msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" +msgstr "Show an infobar on battery instead of switching to a different page" -#: data/installer.appdata.xml.in:30 +#: data/installer.metainfo.xml.in:101 msgid "Show all system requirements warnings on a single page" -msgstr "" +msgstr "Show all system requirements warnings on a single page" -#: data/installer.appdata.xml.in:31 +#: data/installer.metainfo.xml.in:102 msgid "Warn about installing developer builds" -msgstr "" +msgstr "Warn about installing developer builds" -#: data/installer.appdata.xml.in:44 +#: data/installer.metainfo.xml.in:115 msgid "Double the boot partition size for encrypted installs" -msgstr "" - -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" -msgstr "" - -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" -msgstr "" - -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" -msgstr "" - -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." -msgstr "elementary, Inc." +msgstr "Double the boot partition size for encrypted installs" #: data/io.elementary.installer.desktop.in:4 msgid "Install the system" msgstr "Install the System" +#~ msgid "Warn about installing in a VM" +#~ msgstr "Warn about installing in a VM" + +#~ msgid "Avoid political naming of certain locales" +#~ msgstr "Avoid political naming of certain locales" + +#~ msgid "Fix styles for \"Unused\" disk partitions" +#~ msgstr "Fix styles for \"Unused\" disk partitions" + #~ msgid "system-os-installer" #~ msgstr "system-os-installer" diff --git a/po/extra/eo.po b/po/extra/eo.po index f81d05d0a..039fd3154 100644 --- a/po/extra/eo.po +++ b/po/extra/eo.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2019-07-13 05:46+0000\n" "Last-Translator: Shtonchjo \n" "Language-Team: Esperanto \n" "Language-Team: Spanish \n" "Language-Team: Estonian \n" @@ -18,68 +18,60 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:42+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/eu.po b/po/extra/eu.po index a6c33d6d2..32ffe308a 100644 --- a/po/extra/eu.po +++ b/po/extra/eu.po @@ -1,72 +1,64 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/extra.pot b/po/extra/extra.pot index 82fa05eb2..4d6ddb0fe 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,68 +17,60 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/fa.po b/po/extra/fa.po index a5d09f2ea..92333aafe 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2022-04-14 23:02+0000\n" "Last-Translator: Pikhosh \n" "Language-Team: Persian 1;\n" "X-Generator: Weblate 4.4.2\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "نصاب" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "نصب المنتری‌اواس" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/fi.po b/po/extra/fi.po index af924ed9e..b8670bc4e 100644 --- a/po/extra/fi.po +++ b/po/extra/fi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pantheon-calculator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2023-01-26 09:25+0000\n" "Last-Translator: Jiri Grönroos \n" "Language-Team: Finnish \n" "Language-Team: French \n" @@ -17,82 +17,84 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.14.2\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:42+0000\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "Assistant d'installation" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "Installer elementary OS" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "Assistant d'installation étape par étape pour installer elementary OS." -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." +msgstr "elementary, Inc." + +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 msgid "Improvements:" msgstr "Améliorations :" -#: data/installer.appdata.xml.in:18 +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" +msgstr "Balayez pour revenir en arrière" + +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 +msgid "Updated translations" +msgstr "Mise à jour des traductions" + +#: data/installer.metainfo.xml.in:89 msgid "Use large icons in views" msgstr "Utilisation de grandes icônes dans la page" -#: data/installer.appdata.xml.in:19 +#: data/installer.metainfo.xml.in:90 msgid "Add a custom icon for Before Installing view" msgstr "Ajout d'une icône personnalisée avant la page d'installation" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 -msgid "Updated translations" -msgstr "Mise à jour des traductions" - -#: data/installer.appdata.xml.in:29 +#: data/installer.metainfo.xml.in:100 msgid "Show an infobar on battery instead of switching to a different page" msgstr "" "Affichage d'une barre d'information sur la batterie plutôt que de passer à " "une autre page" -#: data/installer.appdata.xml.in:30 +#: data/installer.metainfo.xml.in:101 msgid "Show all system requirements warnings on a single page" msgstr "" "Affichage de tous les avertissements relatifs à la configuration requise sur " "une seule page" -#: data/installer.appdata.xml.in:31 +#: data/installer.metainfo.xml.in:102 msgid "Warn about installing developer builds" msgstr "Avertissement sur l'installation des versions pour les développeurs" -#: data/installer.appdata.xml.in:44 +#: data/installer.metainfo.xml.in:115 msgid "Double the boot partition size for encrypted installs" msgstr "" "Doublement de la taille de la partition pour les installations chiffrées" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" -msgstr "Avertissement concernant l'installation sur une machine virtuelle" - -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" -msgstr "Nous avons évité les appellations politiques de certains lieux" - -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" -msgstr "Correction de l'apparence pour les partitions de disque « Inutilisé »" - -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." -msgstr "elementary, Inc." - #: data/io.elementary.installer.desktop.in:4 msgid "Install the system" msgstr "Installer le système" +#~ msgid "Warn about installing in a VM" +#~ msgstr "Avertissement concernant l'installation sur une machine virtuelle" + +#~ msgid "Avoid political naming of certain locales" +#~ msgstr "Nous avons évité les appellations politiques de certains lieux" + +#~ msgid "Fix styles for \"Unused\" disk partitions" +#~ msgstr "" +#~ "Correction de l'apparence pour les partitions de disque « Inutilisé »" + #~ msgid "Ensure a usable hostname" #~ msgstr "Nous nous sommes assurés que le nom d'hôte soit utilisable" diff --git a/po/extra/fr_CA.po b/po/extra/fr_CA.po index 955892301..73eddaaf0 100644 --- a/po/extra/fr_CA.po +++ b/po/extra/fr_CA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2019-09-07 18:22+0000\n" "Last-Translator: Daniel Foré \n" "Language-Team: French (Canada) 1;\n" "X-Generator: Weblate 3.7.1\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 #, fuzzy #| msgid "Install elementary OS" msgid "Installer" msgstr "Installer elementary OS" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "Installer elementary OS" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/ga.po b/po/extra/ga.po index a6c33d6d2..32ffe308a 100644 --- a/po/extra/ga.po +++ b/po/extra/ga.po @@ -1,72 +1,64 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/gl.po b/po/extra/gl.po index aedbcfda8..fa76e0a3e 100644 --- a/po/extra/gl.po +++ b/po/extra/gl.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2019-09-22 17:23+0000\n" "Last-Translator: Daniel R. \n" "Language-Team: Galician \n" "Language-Team: Hebrew \n" @@ -11,76 +11,77 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Weblate 4.14.2\n" +"X-Generator: Weblate 4.17\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "תכנית התקנה" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "התקנת elementary OS" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "תכנית התקנה ל־elementary OS שלוקחת אותך שלב אחר שלב." -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." +msgstr "elementary בע״מ" + +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 msgid "Improvements:" msgstr "שיפורים:" -#: data/installer.appdata.xml.in:18 +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" +msgstr "החלקה מנווטת אחורה" + +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 +msgid "Updated translations" +msgstr "עודכנו התרגומים" + +#: data/installer.metainfo.xml.in:89 msgid "Use large icons in views" msgstr "נעשה שימוש בסמלים גדולים בתצוגות" -#: data/installer.appdata.xml.in:19 +#: data/installer.metainfo.xml.in:90 msgid "Add a custom icon for Before Installing view" msgstr "נוסף סמל מותאם לתצוגת טרום ההתקנה" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 -msgid "Updated translations" -msgstr "עודכנו התרגומים" - -#: data/installer.appdata.xml.in:29 +#: data/installer.metainfo.xml.in:100 msgid "Show an infobar on battery instead of switching to a different page" msgstr "מופיעה שורת מידע על הסוללה במקום לעבור לעמוד אחר" -#: data/installer.appdata.xml.in:30 +#: data/installer.metainfo.xml.in:101 msgid "Show all system requirements warnings on a single page" msgstr "כל אזהרות דרישות המערכת הן בעמוד אחד" -#: data/installer.appdata.xml.in:31 +#: data/installer.metainfo.xml.in:102 msgid "Warn about installing developer builds" msgstr "להתקנת מהדורות למפתחים מצורפת אזהרה" -#: data/installer.appdata.xml.in:44 +#: data/installer.metainfo.xml.in:115 msgid "Double the boot partition size for encrypted installs" msgstr "גודל מחיצת הטעינה תוכפל להתקנות מוצפנות" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" -msgstr "להתקנה במכונה וירטואלית מצורפת אזהרה" - -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" -msgstr "קיימת מניעה ממתן שמות פוליטיים בשפות מסוימות" - -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" -msgstr "תוקנו סגנונות של מחיצות כונן „שאינן בשימוש”" - -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." -msgstr "elementary בע״מ" - #: data/io.elementary.installer.desktop.in:4 msgid "Install the system" msgstr "התקנת המערכת" +#~ msgid "Warn about installing in a VM" +#~ msgstr "להתקנה במכונה וירטואלית מצורפת אזהרה" + +#~ msgid "Avoid political naming of certain locales" +#~ msgstr "קיימת מניעה ממתן שמות פוליטיים בשפות מסוימות" + +#~ msgid "Fix styles for \"Unused\" disk partitions" +#~ msgstr "תוקנו סגנונות של מחיצות כונן „שאינן בשימוש”" + #~ msgid "Ensure a usable hostname" #~ msgstr "נוסף אימות ששם המכונה שמיש" diff --git a/po/extra/hi.po b/po/extra/hi.po index 8a937495c..0f9421d7b 100644 --- a/po/extra/hi.po +++ b/po/extra/hi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pantheon-calculator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2018-10-12 00:05+0000\n" "Last-Translator: Prachi Joshi \n" "Language-Team: Hindi \n" "Language-Team: Croatian \n" @@ -18,68 +18,60 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:42+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/hu.po b/po/extra/hu.po index 63ff94bf6..ebf109e86 100644 --- a/po/extra/hu.po +++ b/po/extra/hu.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: pantheon-calculator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2022-12-06 15:09+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-08-05 15:08+0000\n" "Last-Translator: TomiOhl \n" "Language-Team: Hungarian \n" @@ -17,72 +17,66 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.14.2\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:42+0000\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "Telepítő" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "Elementary OS telepítése" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "Telepítő az Elementary OS-hez lépésről-lépésre." -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." +msgstr "elementary, Inc." + +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 msgid "Improvements:" -msgstr "" +msgstr "Fejlesztések:" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" -msgstr "" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" +msgstr "Visszalépés csúsztatással" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" -msgstr "" - -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "Frissített fordítások" -#: data/installer.appdata.xml.in:29 +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" +msgstr "Nagyobb ikonok használata a nézetekben" + +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" +msgstr "Egyedi ikon hozzáadva a Telepítés előtt nézethez" + +#: data/installer.metainfo.xml.in:100 msgid "Show an infobar on battery instead of switching to a different page" msgstr "" +"Egy információs sáv kijelzése az akkumulátorral kapcsolatban új lapra lépés " +"helyett" -#: data/installer.appdata.xml.in:30 +#: data/installer.metainfo.xml.in:101 msgid "Show all system requirements warnings on a single page" -msgstr "" +msgstr "Minden rendszerkövetelmény-figyelmeztetés kijelzése egy lapon" -#: data/installer.appdata.xml.in:31 +#: data/installer.metainfo.xml.in:102 msgid "Warn about installing developer builds" -msgstr "" +msgstr "Figyelmeztetés fejlesztői verziók telepítéséről" -#: data/installer.appdata.xml.in:44 +#: data/installer.metainfo.xml.in:115 msgid "Double the boot partition size for encrypted installs" -msgstr "" - -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" -msgstr "" - -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" -msgstr "" - -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" -msgstr "" - -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." -msgstr "elementary, Inc." +msgstr "A boot partíció méretének duplázása a titkosított telepítéseknél" #: data/io.elementary.installer.desktop.in:4 msgid "Install the system" diff --git a/po/extra/hy.po b/po/extra/hy.po index a6c33d6d2..32ffe308a 100644 --- a/po/extra/hy.po +++ b/po/extra/hy.po @@ -1,72 +1,64 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/id.po b/po/extra/id.po index 56a303071..53bf3795c 100644 --- a/po/extra/id.po +++ b/po/extra/id.po @@ -1,9 +1,10 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2019-06-18 03:44+0000\n" -"Last-Translator: Corentin Noël \n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-05-12 16:06+0000\n" +"Last-Translator: Faisal Rachmadin \n" "Language-Team: Indonesian \n" "Language: id\n" @@ -11,77 +12,77 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.6.1\n" +"X-Generator: Weblate 4.17\n" -#: data/installer.appdata.xml.in:7 -#, fuzzy -#| msgid "Install elementary OS" +#: data/installer.metainfo.xml.in:9 msgid "Installer" -msgstr "Pasang OS elementary" +msgstr "Pemasangan" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "Pasang OS elementary" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." -msgstr "" +msgstr "Langkah demi langkah pemasang untuk elementary OS itu sendiri." + +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." +msgstr "elementary, Inc." -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 msgid "Improvements:" +msgstr "Peningkatan:" + +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:18 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 +msgid "Updated translations" +msgstr "Terjemahan yang diperbarui" + +#: data/installer.metainfo.xml.in:89 msgid "Use large icons in views" -msgstr "" +msgstr "Menggunakan ikon besar dalam tampilan" -#: data/installer.appdata.xml.in:19 +#: data/installer.metainfo.xml.in:90 msgid "Add a custom icon for Before Installing view" -msgstr "" +msgstr "Tambahkan ikon kustom untuk tampilan Sebelum Memasang" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 -msgid "Updated translations" -msgstr "" - -#: data/installer.appdata.xml.in:29 +#: data/installer.metainfo.xml.in:100 msgid "Show an infobar on battery instead of switching to a different page" msgstr "" +"Perlihatkan bilah info tentang baterai daripada beralih ke halaman lain" -#: data/installer.appdata.xml.in:30 +#: data/installer.metainfo.xml.in:101 msgid "Show all system requirements warnings on a single page" -msgstr "" +msgstr "Menampilkan semua peringatan persyaratan sistem pada satu halaman" -#: data/installer.appdata.xml.in:31 +#: data/installer.metainfo.xml.in:102 msgid "Warn about installing developer builds" -msgstr "" +msgstr "Memperingatkan tentang memasang build developer" -#: data/installer.appdata.xml.in:44 +#: data/installer.metainfo.xml.in:115 msgid "Double the boot partition size for encrypted installs" -msgstr "" - -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" -msgstr "" - -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" -msgstr "" - -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" -msgstr "" - -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." -msgstr "" +msgstr "Gandakan ukuran partisi boot untuk pemasangan terenkripsi" #: data/io.elementary.installer.desktop.in:4 msgid "Install the system" msgstr "Pasang Sistem" +#~ msgid "Warn about installing in a VM" +#~ msgstr "Memperingatkan tentang pemasangan di VM" + +#~ msgid "Avoid political naming of certain locales" +#~ msgstr "Hindari penamaan politik untuk lokal tertentu" + +#~ msgid "Fix styles for \"Unused\" disk partitions" +#~ msgstr "Perbaiki gaya untuk partisi diska yang \"Tidak Digunakan\"" + #~ msgid "system-os-installer" #~ msgstr "system-os-installer" diff --git a/po/extra/is.po b/po/extra/is.po index a6c33d6d2..32ffe308a 100644 --- a/po/extra/is.po +++ b/po/extra/is.po @@ -1,72 +1,64 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/it.po b/po/extra/it.po index 08da813e0..f4903de21 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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" @@ -17,79 +17,80 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.14.2\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:42+0000\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "インストーラー" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "elementary OS をインストール" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "elementary OS 向けのステップバイステップなインストーラーです。" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." +msgstr "elementary, Inc." + +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 msgid "Improvements:" msgstr "改善点:" -#: data/installer.appdata.xml.in:18 +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" +msgstr "スワイプして前の画面に戻れるように修正" + +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 +msgid "Updated translations" +msgstr "翻訳の更新" + +#: data/installer.metainfo.xml.in:89 msgid "Use large icons in views" msgstr "各画面でより大きなアイコンを使用するように修正" -#: data/installer.appdata.xml.in:19 +#: data/installer.metainfo.xml.in:90 msgid "Add a custom icon for Before Installing view" msgstr "“インストールの前に”画面にカスタムアイコンを追加" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 -msgid "Updated translations" -msgstr "翻訳の更新" - -#: data/installer.appdata.xml.in:29 +#: data/installer.metainfo.xml.in:100 msgid "Show an infobar on battery instead of switching to a different page" msgstr "バッテリー稼働時の警告を独立したページではなく情報バーとして表示" -#: data/installer.appdata.xml.in:30 +#: data/installer.metainfo.xml.in:101 msgid "Show all system requirements warnings on a single page" msgstr "全システム要件に関する警告をひとつのページに表示するように修正" -#: data/installer.appdata.xml.in:31 +#: data/installer.metainfo.xml.in:102 msgid "Warn about installing developer builds" msgstr "開発ビルドのインストール時に警告を表示するように修正" -#: data/installer.appdata.xml.in:44 +#: data/installer.metainfo.xml.in:115 msgid "Double the boot partition size for encrypted installs" msgstr "" "暗号化を有効にしたインストールではブートパーティションのサイズを2倍にするよう" "に修正" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" -msgstr "VM へのインストール時に警告を表示するように修正" - -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" -msgstr "一部地域名に政治的な問題があったのを修正" - -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" -msgstr "\"未使用\" のディスクパーティションに適用されるスタイルを修正" - -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." -msgstr "elementary, Inc." - #: data/io.elementary.installer.desktop.in:4 msgid "Install the system" msgstr "システムをインストールします" +#~ msgid "Warn about installing in a VM" +#~ msgstr "VM へのインストール時に警告を表示するように修正" + +#~ msgid "Avoid political naming of certain locales" +#~ msgstr "一部地域名に政治的な問題があったのを修正" + +#~ msgid "Fix styles for \"Unused\" disk partitions" +#~ msgstr "\"未使用\" のディスクパーティションに適用されるスタイルを修正" + #~ msgid "Ensure a usable hostname" #~ msgstr "そのまま使えるようなホスト名をデフォルトで設定するように修正" diff --git a/po/extra/jv.po b/po/extra/jv.po index a6c33d6d2..32ffe308a 100644 --- a/po/extra/jv.po +++ b/po/extra/jv.po @@ -1,72 +1,64 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/ka.po b/po/extra/ka.po index a6c33d6d2..8ebfa2849 100644 --- a/po/extra/ka.po +++ b/po/extra/ka.po @@ -1,74 +1,83 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-03-12 12:25+0000\n" +"Last-Translator: NorwayFun \n" +"Language-Team: Georgian \n" +"Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.14.2\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" -msgstr "" +msgstr "დაყენება" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" -msgstr "" +msgstr "Elementary OS-ის დაყენება" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." -msgstr "" +msgstr "პროგრამა, რომელიც elementary OS-ს ნაბიჯ-ნაბიჯ დაგაყენებინებთ." -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." +msgstr "elementary, Inc." + +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 msgid "Improvements:" +msgstr "გაუმჯობესებები:" + +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:18 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 +msgid "Updated translations" +msgstr "განახლებული თარგმანები" + +#: data/installer.metainfo.xml.in:89 msgid "Use large icons in views" -msgstr "" +msgstr "დიდი ხატულების ჩვენება" -#: data/installer.appdata.xml.in:19 +#: data/installer.metainfo.xml.in:90 msgid "Add a custom icon for Before Installing view" -msgstr "" +msgstr "ხატულის დამატება ხედის დაყენებამდე" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 -msgid "Updated translations" -msgstr "" - -#: data/installer.appdata.xml.in:29 +#: data/installer.metainfo.xml.in:100 msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" +msgstr "სხვა გვერდზე გადართვის მაგიერ ელემენტის ინფორმაციის ჩვენება" -#: data/installer.appdata.xml.in:30 +#: data/installer.metainfo.xml.in:101 msgid "Show all system requirements warnings on a single page" -msgstr "" +msgstr "სისტემური მოთხოვნების შესახებ გაფრთხილებების ერთ გვერდზე ჩვენება" -#: data/installer.appdata.xml.in:31 +#: data/installer.metainfo.xml.in:102 msgid "Warn about installing developer builds" -msgstr "" +msgstr "გაფრთხილება არასტაბილური აგებების შესახებ" -#: data/installer.appdata.xml.in:44 +#: data/installer.metainfo.xml.in:115 msgid "Double the boot partition size for encrypted installs" -msgstr "" +msgstr "დაშიფრული დისკებისთვის ჩამტვირთავი დანაყოფის ზომა ორჯერ გაიზარდა" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" -msgstr "" - -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" -msgstr "" +#: data/io.elementary.installer.desktop.in:4 +msgid "Install the system" +msgstr "სისტემის დაყენება" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" -msgstr "" +#~ msgid "Warn about installing in a VM" +#~ msgstr "გაფრთხლება VM-ში დაყენების შესახებ" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." -msgstr "" +#~ msgid "Avoid political naming of certain locales" +#~ msgstr "ზოგიერთი ენის პოლიტიკური სახელების თავიდან აცილება" -#: data/io.elementary.installer.desktop.in:4 -msgid "Install the system" -msgstr "" +#~ msgid "Fix styles for \"Unused\" disk partitions" +#~ msgstr "\"გამოუყენებელ\" დისკის დანაყოფების სტილის გასწორება" diff --git a/po/extra/kn.po b/po/extra/kn.po index a6c33d6d2..32ffe308a 100644 --- a/po/extra/kn.po +++ b/po/extra/kn.po @@ -1,72 +1,64 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/ko.po b/po/extra/ko.po index 8b38db18a..dc8ae0c02 100644 --- a/po/extra/ko.po +++ b/po/extra/ko.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pantheon-calculator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2022-08-08 00:07+0000\n" "Last-Translator: Jung-Kyu Park \n" "Language-Team: Korean \n" "Language-Team: Kurdish \n" "Language-Team: Lithuanian \n" "Language-Team: Moldovan \n" "Language-Team: Marathi 1;\n" "X-Generator: Weblate 3.0.1\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 #, fuzzy #| msgid "Install elementary OS" msgid "Installer" msgstr "एलिमेंटरी ओएस इन्स्टॉल करा" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "एलिमेंटरी ओएस इन्स्टॉल करा" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/ms.po b/po/extra/ms.po index 4a930ab75..04abfa3e7 100644 --- a/po/extra/ms.po +++ b/po/extra/ms.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pantheon-calculator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-07-21 03:20+0000\n" "Last-Translator: Nicholas Ng \n" "Language-Team: Malay \n" @@ -18,68 +18,60 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:42+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/my.po b/po/extra/my.po index b13c96f41..97664ec08 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-06-24 03:08+0000\n" "Last-Translator: Bone Pyae Sone \n" "Language-Team: Burmese \n" @@ -18,68 +18,60 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:42+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/nb.po b/po/extra/nb.po index 517da8bd1..e4667dc39 100644 --- a/po/extra/nb.po +++ b/po/extra/nb.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2022-11-11 14:29+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-03-02 10:25+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: Norwegian Bokmål \n" @@ -13,77 +13,75 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.14.2\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 #, fuzzy #| msgid "Install elementary OS" msgid "Installer" msgstr "Installer" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "Installer elementary OS" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "Stegvis installasjon av selve elementary OS." -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 +#: data/installer.metainfo.xml.in:52 +#, fuzzy +msgid "elementary, Inc." +msgstr "elementary, Inc." + +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 msgid "Improvements:" +msgstr "Forbedringer:" + +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:18 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 +msgid "Updated translations" +msgstr "Oppdaterte oversettelser" + +#: data/installer.metainfo.xml.in:89 msgid "Use large icons in views" -msgstr "" +msgstr "Større ikoner i visninger" -#: data/installer.appdata.xml.in:19 +#: data/installer.metainfo.xml.in:90 msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 -msgid "Updated translations" -msgstr "" - -#: data/installer.appdata.xml.in:29 +#: data/installer.metainfo.xml.in:100 msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:30 +#: data/installer.metainfo.xml.in:101 msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:31 +#: data/installer.metainfo.xml.in:102 msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:44 +#: data/installer.metainfo.xml.in:115 msgid "Double the boot partition size for encrypted installs" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" -msgstr "" - -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" -msgstr "" - -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" -msgstr "" - -#: data/installer.appdata.xml.in:95 -#, fuzzy -msgid "elementary, Inc." -msgstr "elementary, Inc." - #: data/io.elementary.installer.desktop.in:4 msgid "Install the system" msgstr "Installer systemet" +#~ msgid "Avoid political naming of certain locales" +#~ msgstr "Ungått politiske navn for noen lokaliteter" + +#~ msgid "Fix styles for \"Unused\" disk partitions" +#~ msgstr "Fikset stiler for «ubrukte» diskpartisjoner" + #~ msgid "io.elementary.installer" #~ msgstr "io.elementary.installer" diff --git a/po/extra/nl.po b/po/extra/nl.po index 6186c0b90..c6492e5e3 100644 --- a/po/extra/nl.po +++ b/po/extra/nl.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2023-02-10 17:25+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-02-28 04:25+0000\n" "Last-Translator: Dennis ten Hoove \n" "Language-Team: Dutch \n" @@ -13,70 +13,62 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.14.2\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "Installer" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "Installeer elementary OS" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "Stap voor stap installatie voor elementary OS." -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." +msgstr "elementary, Inc." + +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 msgid "Improvements:" +msgstr "Verbeteringen:" + +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:18 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 +msgid "Updated translations" +msgstr "Bijgewerkte vertalingen" + +#: data/installer.metainfo.xml.in:89 msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:19 +#: data/installer.metainfo.xml.in:90 msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 -msgid "Updated translations" -msgstr "Bijgewerkte vertalingen" - -#: data/installer.appdata.xml.in:29 +#: data/installer.metainfo.xml.in:100 msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:30 +#: data/installer.metainfo.xml.in:101 msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:31 +#: data/installer.metainfo.xml.in:102 msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:44 +#: data/installer.metainfo.xml.in:115 msgid "Double the boot partition size for encrypted installs" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" -msgstr "" - -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" -msgstr "" - -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" -msgstr "" - -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." -msgstr "elementary, Inc." - #: data/io.elementary.installer.desktop.in:4 msgid "Install the system" msgstr "Installeer het systeem" diff --git a/po/extra/nn.po b/po/extra/nn.po index ce27fee78..9e5808dff 100644 --- a/po/extra/nn.po +++ b/po/extra/nn.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2023-02-07 09:25+0000\n" "Last-Translator: Martin Myrvold \n" "Language-Team: Norwegian Nynorsk \n" "Language-Team: Polish \n" @@ -18,80 +18,81 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.14.2\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:42+0000\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "Instalator" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "Zainstaluj elementary OS" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "Instalator krok po kroku dla elementary OS." -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." +msgstr "elementary, Inc." + +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 msgid "Improvements:" msgstr "Ulepszenia:" -#: data/installer.appdata.xml.in:18 +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" +msgstr "Przesuń by się cofnąć" + +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 +msgid "Updated translations" +msgstr "Zaktualizowano tłumaczenia" + +#: data/installer.metainfo.xml.in:89 msgid "Use large icons in views" msgstr "W widokach są teraz użyte duże ikony" -#: data/installer.appdata.xml.in:19 +#: data/installer.metainfo.xml.in:90 msgid "Add a custom icon for Before Installing view" msgstr "Dodano specjalną ikonę dla widoku „Przed instalacją”" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 -msgid "Updated translations" -msgstr "Zaktualizowano tłumaczenia" - -#: data/installer.appdata.xml.in:29 +#: data/installer.metainfo.xml.in:100 msgid "Show an infobar on battery instead of switching to a different page" msgstr "" "Pokazanie pasku z informacjami na baterii zamiast zmieniania na inną stronę" -#: data/installer.appdata.xml.in:30 +#: data/installer.metainfo.xml.in:101 msgid "Show all system requirements warnings on a single page" msgstr "" "Wszystkie ostrzeżenia o wymaganiach systemowych są pokazywane na jednej " "stronie" -#: data/installer.appdata.xml.in:31 +#: data/installer.metainfo.xml.in:102 msgid "Warn about installing developer builds" msgstr "Ostrzeżenie o instalacji wersji deweloperskich" -#: data/installer.appdata.xml.in:44 +#: data/installer.metainfo.xml.in:115 msgid "Double the boot partition size for encrypted installs" msgstr "Podwojono rozmiar partycji dla szyfrowanych instalacji" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" -msgstr "Ostrzeżenie o instalacji w maszynie wirtualnej" - -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" -msgstr "Uniknięcie upolitycznionych nazw niektórych ustawień regionalnych" - -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" -msgstr "Naprawiono style dla \"Nieużywanych\" partycji dysku" - -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." -msgstr "elementary, Inc." - #: data/io.elementary.installer.desktop.in:4 msgid "Install the system" msgstr "Zainstaluj system" +#~ msgid "Warn about installing in a VM" +#~ msgstr "Ostrzeżenie o instalacji w maszynie wirtualnej" + +#~ msgid "Avoid political naming of certain locales" +#~ msgstr "Uniknięcie upolitycznionych nazw niektórych ustawień regionalnych" + +#~ msgid "Fix styles for \"Unused\" disk partitions" +#~ msgstr "Naprawiono style dla \"Nieużywanych\" partycji dysku" + #~ msgid "io.elementary.installer" #~ msgstr "io.elementary.installer" diff --git a/po/extra/pt.po b/po/extra/pt.po index b9d91394b..d6f5f779b 100644 --- a/po/extra/pt.po +++ b/po/extra/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pantheon-calculator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2021-07-18 21:55+0000\n" "Last-Translator: Hugo Carvalho \n" "Language-Team: Portuguese \n" "Language-Team: Portuguese (Brazil) 0 && n%100 < " "20)) ? 1 : 2;\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/ru.po b/po/extra/ru.po index e1d93edec..00cda09aa 100644 --- a/po/extra/ru.po +++ b/po/extra/ru.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: pantheon-calculator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2023-01-05 22:25+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-08-03 16:08+0000\n" "Last-Translator: кубик круглый \n" "Language-Team: Russian \n" @@ -18,79 +18,80 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.14.2\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:42+0000\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "Установщик" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "Установить elementary OS" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "Пошаговый установщик для самой elementary OS." -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." +msgstr "elementary, Inc." + +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 msgid "Improvements:" msgstr "Улучшения:" -#: data/installer.appdata.xml.in:18 +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" +msgstr "Переход назад по проведению" + +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 +msgid "Updated translations" +msgstr "Обновлены переводы" + +#: data/installer.metainfo.xml.in:89 msgid "Use large icons in views" msgstr "Крупные значки в представлениях" -#: data/installer.appdata.xml.in:19 +#: data/installer.metainfo.xml.in:90 msgid "Add a custom icon for Before Installing view" msgstr "Новый особый значок для представления «Перед установкой»" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 -msgid "Updated translations" -msgstr "Обновлены переводы" - -#: data/installer.appdata.xml.in:29 +#: data/installer.metainfo.xml.in:100 msgid "Show an infobar on battery instead of switching to a different page" msgstr "" "Отображение небольшой панели при работе от батареи вместо переключения на " "другую страницу" -#: data/installer.appdata.xml.in:30 +#: data/installer.metainfo.xml.in:101 msgid "Show all system requirements warnings on a single page" msgstr "Показывать все предупрждения о системных требованиях на одной странице" -#: data/installer.appdata.xml.in:31 +#: data/installer.metainfo.xml.in:102 msgid "Warn about installing developer builds" msgstr "Теперь есть предупреждение об установке версии для разработчиков" -#: data/installer.appdata.xml.in:44 +#: data/installer.metainfo.xml.in:115 msgid "Double the boot partition size for encrypted installs" msgstr "Был удвоен размер раздела загрузки для зашиырованных установок" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" -msgstr "Предупреждать об установке в виртуальной машине" - -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" -msgstr "Не использовать политические названия на некоторых языках" - -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" -msgstr "Исправлены стили для неиспользованных разделов диска" - -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." -msgstr "elementary, Inc." - #: data/io.elementary.installer.desktop.in:4 msgid "Install the system" msgstr "Установка системы" +#~ msgid "Warn about installing in a VM" +#~ msgstr "Предупреждать об установке в виртуальной машине" + +#~ msgid "Avoid political naming of certain locales" +#~ msgstr "Не использовать политические названия на некоторых языках" + +#~ msgid "Fix styles for \"Unused\" disk partitions" +#~ msgstr "Исправлены стили для неиспользованных разделов диска" + #~ msgid "Ensure a usable hostname" #~ msgstr "Исправлено генерируемое имя хоста" diff --git a/po/extra/sa.po b/po/extra/sa.po index a6c33d6d2..32ffe308a 100644 --- a/po/extra/sa.po +++ b/po/extra/sa.po @@ -1,72 +1,64 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/si.po b/po/extra/si.po index 2061312f6..a6c740028 100644 --- a/po/extra/si.po +++ b/po/extra/si.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2021-03-04 15:31+0000\n" "Last-Translator: HelaBasa \n" "Language-Team: Sinhala 1;\n" "X-Generator: Weblate 4.4.2\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/sk.po b/po/extra/sk.po index 2a3caa211..dd00f943c 100644 --- a/po/extra/sk.po +++ b/po/extra/sk.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: pantheon-calculator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2021-08-29 15:18+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-05-09 19:06+0000\n" "Last-Translator: JohnDumpling \n" "Language-Team: Slovak \n" @@ -17,76 +17,71 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 4.4.2\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:42+0000\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "Inštalátor" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "Nainštalujte elementary OS" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "Inštalátor elementary OS - krok za krokom." -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." +msgstr "elementary, Inc." + +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 msgid "Improvements:" +msgstr "Vylepšenia:" + +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:18 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 +msgid "Updated translations" +msgstr "Aktualizované preklady" + +#: data/installer.metainfo.xml.in:89 msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:19 +#: data/installer.metainfo.xml.in:90 msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 -msgid "Updated translations" -msgstr "" - -#: data/installer.appdata.xml.in:29 +#: data/installer.metainfo.xml.in:100 msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:30 +#: data/installer.metainfo.xml.in:101 msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:31 +#: data/installer.metainfo.xml.in:102 msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:44 +#: data/installer.metainfo.xml.in:115 msgid "Double the boot partition size for encrypted installs" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" -msgstr "" - -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" -msgstr "" - -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" -msgstr "" - -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." -msgstr "elementary, Inc." - #: data/io.elementary.installer.desktop.in:4 msgid "Install the system" msgstr "Nainštalujte systém" +#~ msgid "Avoid political naming of certain locales" +#~ msgstr "Vyhnúť sa politickému názvosloviu v určitých oblastiach" + #~ msgid "system-os-installer" #~ msgstr "system-os-installer" diff --git a/po/extra/sl.po b/po/extra/sl.po index 4a736610f..3f5b92c45 100644 --- a/po/extra/sl.po +++ b/po/extra/sl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pantheon-calculator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2019-09-07 18:22+0000\n" "Last-Translator: Daniel Foré \n" "Language-Team: Slovenian \n" "Language-Team: Albanian \n" @@ -18,68 +18,60 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:42+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/sr.po b/po/extra/sr.po index 974f63ef6..bbd2efb72 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2020-12-19 10:16+0000\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian =20) ? 1 : 2;\n" "X-Generator: Weblate 3.9.1\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 #, fuzzy #| msgid "Install elementary OS" msgid "Installer" msgstr "Инсталирајте „elementary“ ОС" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "Инсталирајте „elementary“ ОС" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/sv.po b/po/extra/sv.po index ca096c273..3057513b5 100644 --- a/po/extra/sv.po +++ b/po/extra/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pantheon-calculator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2018-10-21 11:25+0000\n" "Last-Translator: Fredrik B \n" "Language-Team: Swedish =2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/ta.po b/po/extra/ta.po index a6c33d6d2..32ffe308a 100644 --- a/po/extra/ta.po +++ b/po/extra/ta.po @@ -1,72 +1,64 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/te.po b/po/extra/te.po index a6c33d6d2..32ffe308a 100644 --- a/po/extra/te.po +++ b/po/extra/te.po @@ -1,72 +1,64 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/th.po b/po/extra/th.po index df72eea35..4d2511bd5 100644 --- a/po/extra/th.po +++ b/po/extra/th.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2019-09-07 18:22+0000\n" "Last-Translator: Daniel Foré \n" "Language-Team: Thai \n" "Language-Team: Tagalog \n" @@ -18,68 +18,60 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-27 06:42+0000\n" "X-Generator: Launchpad (build 18204)\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/tn.po b/po/extra/tn.po index a6c33d6d2..32ffe308a 100644 --- a/po/extra/tn.po +++ b/po/extra/tn.po @@ -1,72 +1,64 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/to.po b/po/extra/to.po index a6c33d6d2..32ffe308a 100644 --- a/po/extra/to.po +++ b/po/extra/to.po @@ -1,72 +1,64 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/tr.po b/po/extra/tr.po index ed13cd7e6..b9695d2ed 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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" @@ -18,78 +18,79 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.14.2\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:42+0000\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "Встановлювач" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "Встановлення elementary OS" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "Покроковий встановлювач самої elementary OS." -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." +msgstr "elementary, Inc." + +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 msgid "Improvements:" msgstr "Удосконалення:" -#: data/installer.appdata.xml.in:18 +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" +msgstr "Перехід назад посуванням" + +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 +msgid "Updated translations" +msgstr "Оновлено переклади" + +#: data/installer.metainfo.xml.in:89 msgid "Use large icons in views" msgstr "Додано великі піктограми у поданнях" -#: data/installer.appdata.xml.in:19 +#: data/installer.metainfo.xml.in:90 msgid "Add a custom icon for Before Installing view" msgstr "Додано користувацьку піктограму для подання перед встановленням" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 -msgid "Updated translations" -msgstr "Оновлено переклади" - -#: data/installer.appdata.xml.in:29 +#: data/installer.metainfo.xml.in:100 msgid "Show an infobar on battery instead of switching to a different page" msgstr "" "Показ інфопанелі про заряд акумулятора замість переходу на іншу сторінку" -#: data/installer.appdata.xml.in:30 +#: data/installer.metainfo.xml.in:101 msgid "Show all system requirements warnings on a single page" msgstr "Показ всіх попереджень про системні вимоги на одній сторінці" -#: data/installer.appdata.xml.in:31 +#: data/installer.metainfo.xml.in:102 msgid "Warn about installing developer builds" msgstr "Попередження про встановлення збірок розробника" -#: data/installer.appdata.xml.in:44 +#: data/installer.metainfo.xml.in:115 msgid "Double the boot partition size for encrypted installs" msgstr "Подвоєно розмір завантажувального розділу для зашифрованих встановлень" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" -msgstr "Попередження про встановлення у віртуальній машині" - -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" -msgstr "Уникнення політичних назв окремих локалей" - -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" -msgstr "Виправлення стилів для «Невикористовуваних» розділів диска" - -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." -msgstr "elementary, Inc." - #: data/io.elementary.installer.desktop.in:4 msgid "Install the system" msgstr "Встановлення системи" +#~ msgid "Warn about installing in a VM" +#~ msgstr "Попередження про встановлення у віртуальній машині" + +#~ msgid "Avoid political naming of certain locales" +#~ msgstr "Уникнення політичних назв окремих локалей" + +#~ msgid "Fix styles for \"Unused\" disk partitions" +#~ msgstr "Виправлення стилів для «Невикористовуваних» розділів диска" + #~ msgid "io.elementary.installer" #~ msgstr "io.elementary.installer" diff --git a/po/extra/ur.po b/po/extra/ur.po index a6c33d6d2..32ffe308a 100644 --- a/po/extra/ur.po +++ b/po/extra/ur.po @@ -1,72 +1,64 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -#: data/installer.appdata.xml.in:7 +#: data/installer.metainfo.xml.in:9 msgid "Installer" msgstr "" -#: data/installer.appdata.xml.in:8 data/io.elementary.installer.desktop.in:3 +#: data/installer.metainfo.xml.in:10 data/io.elementary.installer.desktop.in:3 msgid "Install elementary OS" msgstr "" -#: data/installer.appdata.xml.in:10 +#: data/installer.metainfo.xml.in:12 msgid "Step by step installer for elementary OS itself." msgstr "" -#: data/installer.appdata.xml.in:16 data/installer.appdata.xml.in:27 -#: data/installer.appdata.xml.in:42 data/installer.appdata.xml.in:52 -#: data/installer.appdata.xml.in:62 -msgid "Improvements:" +#: data/installer.metainfo.xml.in:52 +msgid "elementary, Inc." msgstr "" -#: data/installer.appdata.xml.in:18 -msgid "Use large icons in views" +#: data/installer.metainfo.xml.in:59 data/installer.metainfo.xml.in:73 +#: data/installer.metainfo.xml.in:87 data/installer.metainfo.xml.in:98 +#: data/installer.metainfo.xml.in:113 +msgid "Improvements:" msgstr "" -#: data/installer.appdata.xml.in:19 -msgid "Add a custom icon for Before Installing view" +#: data/installer.metainfo.xml.in:61 +msgid "Swipe to navigate back" msgstr "" -#: data/installer.appdata.xml.in:20 data/installer.appdata.xml.in:32 -#: data/installer.appdata.xml.in:45 data/installer.appdata.xml.in:55 -#: data/installer.appdata.xml.in:66 +#: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 +#: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 +#: data/installer.metainfo.xml.in:116 msgid "Updated translations" msgstr "" -#: data/installer.appdata.xml.in:29 -msgid "Show an infobar on battery instead of switching to a different page" -msgstr "" - -#: data/installer.appdata.xml.in:30 -msgid "Show all system requirements warnings on a single page" -msgstr "" - -#: data/installer.appdata.xml.in:31 -msgid "Warn about installing developer builds" +#: data/installer.metainfo.xml.in:89 +msgid "Use large icons in views" msgstr "" -#: data/installer.appdata.xml.in:44 -msgid "Double the boot partition size for encrypted installs" +#: data/installer.metainfo.xml.in:90 +msgid "Add a custom icon for Before Installing view" msgstr "" -#: data/installer.appdata.xml.in:54 -msgid "Warn about installing in a VM" +#: data/installer.metainfo.xml.in:100 +msgid "Show an infobar on battery instead of switching to a different page" msgstr "" -#: data/installer.appdata.xml.in:64 -msgid "Avoid political naming of certain locales" +#: data/installer.metainfo.xml.in:101 +msgid "Show all system requirements warnings on a single page" msgstr "" -#: data/installer.appdata.xml.in:65 -msgid "Fix styles for \"Unused\" disk partitions" +#: data/installer.metainfo.xml.in:102 +msgid "Warn about installing developer builds" msgstr "" -#: data/installer.appdata.xml.in:95 -msgid "elementary, Inc." +#: data/installer.metainfo.xml.in:115 +msgid "Double the boot partition size for encrypted installs" msgstr "" #: data/io.elementary.installer.desktop.in:4 diff --git a/po/extra/uz.po b/po/extra/uz.po index 83571ba0f..bee32e085 100644 --- a/po/extra/uz.po +++ b/po/extra/uz.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2021-03-21 03:00+0000\n" "Last-Translator: Shukrullo Turgunov \n" "Language-Team: Uzbek \n" "Language-Team: Chinese (Simplified) \n" "Language-Team: Chinese (Traditional) \n" "Language-Team: Persian 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "تایید کلمه عبور" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "بازگشت" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "عدم توانایی در نصب" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -209,57 +254,57 @@ msgstr "" "نصب %s انجام نشد، احتمالا به دلیل خطای سخت افزاری. دستگاه احتمالا به درستی " "بارگذاری مجدد نگردد. میتوانید راه حل زیر را امتحان کنید:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "مجدد نصب را امتحان کنید" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "از حالت دمو استفاده کنید و بصورت دستی بازیابی را انجام دهید" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "دستگاه را راه اندازی مجدد و از درایو دیگری بوت کنید" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "جزئیات" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "راه اندازی مجدد دستگاه" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "حالت دمو" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "مجددا تلاش برای نصب کنید" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "انتخاب چیدمان صفحه کلید" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "برای امتحان چیدمان تان چیزی بنویسید" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "نمایش چیدمان صفحه کلید" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "انتخاب" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "پیشفرض" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "زبان ورودی" @@ -326,22 +371,22 @@ msgid "Hide log" msgstr "مخفی سازی گزارش" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "پارتشن بندی درایو" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "استخراج فایل ها" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "پیکره بندی سیستم" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "اتمام نصب" @@ -376,10 +421,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "بعدی" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "نصب سفارشی" diff --git a/po/fi.po b/po/fi.po index c6d1fec64..b2ce18c72 100644 --- a/po/fi.po +++ b/po/fi.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2023-01-03 12:25+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-09-04 08:08+0000\n" "Last-Translator: Jiri Grönroos \n" "Language-Team: Finnish \n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.14.2\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" #: src/Application.vala:42 @@ -20,11 +20,15 @@ msgstr "" msgid "Install %s" msgstr "Asenna %s" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "käyttöjärjestelmää asennetaan" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "Yhdistä virtalähteeseen" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -44,16 +48,16 @@ msgstr "Testitilan uudelleenkäynnistys" msgid "Test mode switch user" msgstr "Testitila vaihda käyttäjä" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "%s…" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "Peru asennus" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "Testitila" @@ -110,11 +114,11 @@ msgstr "Suoritin:" msgid "Memory:" msgstr "Muisti:" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "Valitse asema" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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." @@ -122,23 +126,77 @@ 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "Haetaan nykyisiä määrityksiä…" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "Seuraava" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "Lisäajurit" + +#: src/Views/DriversView.vala:32 +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-adapterit, NVIDIA®-näytönohjaimet ja jotkin virtuaalikoneet " +"eivät välttämättä toimi kunnolla ilman lisäajureita. Useimmat laitteet eivät " +"vaadi lisäajureita." + +#: src/Views/DriversView.vala:43 +msgid "" +"Proprietary drivers contain private code that can't be reviewed. Security " +"and other updates are dependent on the driver vendor." +msgstr "" +"Suljetut ajurit sisältävät yksityistä koodia, jota ei ole mahdollista " +"katselmoida. Päivitykset, mukaan lukien tietoturvapäivitykset, ovat " +"riippuvaisia ajurin valmistajasta." + +#: src/Views/DriversView.vala:54 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "NVIDIA®-grafiikka-ajureiden asennus vaatii internetyhteyden." + +#: src/Views/DriversView.vala:65 +msgid "" +"Proprietary drivers can be installed later through AppCenter, but an " +"Internet connection will be required for all drivers." +msgstr "" +"Sovelluskeskuksesta on mahdollista asentaa suljettuja ajureita, mutta se " +"vaatii toimivan Internet-yhteyden." + +#: src/Views/DriversView.vala:72 +msgid "" +"Include third-party proprietary drivers when installing. I agree to their " +"respective licenses and terms of use." +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "Takaisin" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "Tyhjennä ja asenna" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "Älä salaa" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "Ota levyn salaus käyttöön" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -146,7 +204,7 @@ msgstr "" "Salaa tämän laitteen asema jos lisäturvaa tarvitaan, mutta varmista että " "ymmärrät:" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -154,7 +212,7 @@ msgstr "" "Tiedot suojataan muilta, joilla on fyysinen pääsy tälle laitteelle, mutta " "vain kun laite on sammutettu." -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -162,7 +220,7 @@ msgstr "" "Salauksen salasana vaaditaan joka kerta, kun tämä laite käynnistetään. " "Talleta se jonnekin turvallisesti." -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -170,7 +228,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:103 +#: src/Views/EncryptView.vala:104 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 " @@ -180,36 +238,31 @@ msgstr "" " Kyseessä on ainutlaatuinen salasana tälle laitteelle, ei " "käyttäjätililläsi käytettävä salasana." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Valitse salauksen salasana" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Vahvista salasana" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Takaisin" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Valitse salasana" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "Aseta salauksen salasana" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Salasanat eivät täsmää" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Asentaminen ei onnistunut" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -218,55 +271,55 @@ 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "Yrittää asennusta uudelleen" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "Käyttää demotilaa ja yrittää palautusta käsin" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "Käynnistää laite uudelleen ja käynnistää laite toiselta asemalta" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Tiedot" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Käynnistä laite uudelleen" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Kokeile demotilaa" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Yritä asennusta uudelleen" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "Valitse näppäimistön asettelu" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Kirjoita testataksesi näppäimistön asettelua" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Näytä näppäimistön asettelu" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Valitse" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Oletus" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Syötekieli" @@ -337,28 +390,28 @@ msgid "Hide log" msgstr "Piilota loki" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Osioidaan asema" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Puretaan tiedostoja" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Määritetään järjestelmää" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Valmistellaan asennusta" #: src/Views/TryInstallView.vala:28 msgid "Try or Install" -msgstr "Yritä tai asenna" +msgstr "Kokeile tai asenna" #: src/Views/TryInstallView.vala:41 msgid "" @@ -390,10 +443,6 @@ msgstr "" "Luo osioita, muuta niiden kokoa ja hallitse niitä käsin. Tämä tapa saattaa " "johtaa tietojen katoamiseen." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "Seuraava" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "Mukautettu asennus" @@ -512,6 +561,13 @@ msgstr "Tiedostojärjestelmä:" msgid "Default (ext4)" msgstr "Oletus (ext4)" +#~ msgid "" +#~ "Proprietary drivers are subject to their own license terms. By " +#~ "installing, you agree to their terms of use." +#~ msgstr "" +#~ "Suljetut ajurit ovat niiden omien lisenssiehtojen alaisia. Asentamalla " +#~ "suljetun ajurin hyväksyt sen käyttöehdot." + #~ msgid "System Requirements" #~ msgstr "Järjestelmävaatimukset" diff --git a/po/fr.po b/po/fr.po index bcf9abb58..9e435447c 100644 --- a/po/fr.po +++ b/po/fr.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2022-12-21 13:25+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-09-09 09:08+0000\n" "Last-Translator: Nathan \n" "Language-Team: French \n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.14.2\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" #: src/Application.vala:42 @@ -20,11 +20,15 @@ msgstr "" msgid "Install %s" msgstr "Installer %s" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "le système d'exploitation est en cours d'installation" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "Connecter à une source d'alimentation" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -44,16 +48,16 @@ msgstr "Redémarrage en mode de démonstration" msgid "Test mode switch user" msgstr "Changer d'utilisateur en mode de démonstration" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "%s…" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "Annuler l'installation" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "Mode Test" @@ -112,11 +116,11 @@ msgstr "Processeur :" msgid "Memory:" msgstr "Mémoire :" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "Sélectionnez un disque" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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,23 +129,81 @@ msgstr "" "sauvegardé vos données, vous pouvez annuler l'installation et utiliser le " "mode de démonstration." -#: src/Views/DiskView.vala:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "Vérification de la configuration actuelle…" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "Suivant" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "Pilotes additionnels" + +#: src/Views/DriversView.vala:32 +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 "" +"Certaines cartes Wi-Fi Broadcom®, cartes graphiques NVIDIA®, et certaines " +"machines virtuelles peuvent ne pas fonctionner correctement sans les pilotes " +"propriétaires. La plupart des périphériques ne nécessitent pas de pilotes " +"additionnels." + +#: src/Views/DriversView.vala:43 +msgid "" +"Proprietary drivers contain private code that can't be reviewed. Security " +"and other updates are dependent on the driver vendor." +msgstr "" +"Les pilotes propriétaires contiennent du code privé qui ne peut être " +"vérifié. Les mises à jour relatives à la sécurité et à divers autres aspects " +"dépendent du fournisseur du pilote." + +#: src/Views/DriversView.vala:54 +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 +msgid "" +"Proprietary drivers can be installed later through AppCenter, but an " +"Internet connection will be required for all drivers." +msgstr "" +"Les pilotes propriétaires peuvent être installés ultérieurement par " +"l'intermédiaire du centre d'applications, mais une connexion Internet sera " +"requise pour tous les pilotes." + +#: src/Views/DriversView.vala:72 +msgid "" +"Include third-party proprietary drivers when installing. I agree to their " +"respective licenses and terms of use." +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "Précédent" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "Supprimer et installer" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "Ne pas chiffrer" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "Activer le chiffrement du disque" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -149,7 +211,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:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -157,7 +219,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:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -165,7 +227,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:83 +#: src/Views/EncryptView.vala:84 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -173,7 +235,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:103 +#: src/Views/EncryptView.vala:104 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 " @@ -183,36 +245,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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Choisissez le mot de passe de chiffrement" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Confirmez le mot de passe" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Précédent" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Choisissez votre mot de passe" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "Définissez le mot de passe de chiffrement" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Les mots de passe ne correspondent pas" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Erreur d'installation" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -222,55 +279,55 @@ msgstr "" "périphérique peut ne pas redémarrer correctement. Vous pouvez essayer une " "des solutions ci-dessous :" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "Réessayer l'installation" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 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:68 +#: src/Views/ErrorView.vala:69 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:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Détails" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Redémarrer l'appareil" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Essayer le mode de démonstration" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Essayer d'installer à nouveau" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "Sélectionner la disposition du clavier" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Écrivez pour essayer la disposition du clavier" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Afficher la disposition du clavier" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Sélectionner" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Défaut" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Langue d'entrée" @@ -341,22 +398,22 @@ msgid "Hide log" msgstr "Masquer les journaux" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Partitionnement du disque" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Extraction des fichiers" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Configuration du système" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Finalisation de l'installation" @@ -394,10 +451,6 @@ 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:88 -msgid "Next" -msgstr "Suivant" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "Installation personnalisée" @@ -518,6 +571,13 @@ msgstr "Système de fichiers :" msgid "Default (ext4)" msgstr "Défaut (ext4)" +#~ msgid "" +#~ "Proprietary drivers are subject to their own license terms. By " +#~ "installing, you agree to their terms of use." +#~ msgstr "" +#~ "Les pilotes propriétaires sont soumis à leurs propres conditions de " +#~ "licence. En les installant, vous acceptez leurs conditions d'utilisation." + #~ msgid "System Requirements" #~ msgstr "Configuration requise" diff --git a/po/fr_CA.po b/po/fr_CA.po index 661066f3b..7885de11e 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "Retour arrière" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -319,22 +363,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -368,10 +412,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 #, fuzzy msgid "Custom Install" diff --git a/po/ga.po b/po/ga.po index 3a1dc2c1a..072fd74f7 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-25 22:12+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,148 +108,187 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -312,22 +355,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -360,10 +403,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/gl.po b/po/gl.po index 031f4344b..424f0482e 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " @@ -190,38 +240,33 @@ msgstr "" "Este é un contrasinal único para este dispositivo, non o contrasinal da súa " "conta de usuario." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Elixa un Contrasinal de Cifrado" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Confirma o Contrasinal" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Atrás" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Elixe Contrasinal" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Elixa un Contrasinal de Cifrado" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Os contrasinais non coinciden" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Non foi Posíbel a Instalación" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -233,63 +278,63 @@ 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:47 +#: src/Views/ErrorView.vala:48 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Proba a instalar de novo" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 #, 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:68 +#: src/Views/ErrorView.vala:69 #, 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:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Detalles" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Reinicia o Dispositivo" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Proba o Modo Demo" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Proba Instalando de Novo" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 #, fuzzy #| msgid "Keyboard Layout" msgid "Select Keyboard Layout" msgstr "Distribución do Teclado" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Escribe para probar a distribución do teclado" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Mostrar distribución do teclado" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Seleccionar" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Por Defecto" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Linguaxe de Entrada" @@ -360,22 +405,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Particionado de disco" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Extraendo ficheiros" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Configurando o sistema" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Finalizando a instalación" @@ -418,10 +463,6 @@ 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:88 -msgid "Next" -msgstr "Seguinte" - #: src/Views/TryInstallView.vala:114 #, fuzzy #| msgid "Could Not Install" diff --git a/po/he.po b/po/he.po index 50bce0123..251866538 100644 --- a/po/he.po +++ b/po/he.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2022-12-18 22:25+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-10-05 22:08+0000\n" "Last-Translator: Yaron Shahrabani \n" "Language-Team: Hebrew \n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Weblate 4.14.2\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" #: src/Application.vala:42 @@ -20,11 +20,15 @@ msgstr "" msgid "Install %s" msgstr "התקנת %s" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "מערכת ההפעלה מותקנת" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "נא לחבר למקור חשמל" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -42,16 +46,16 @@ msgstr "הפעלה מחדש במצב בדיקה" msgid "Test mode switch user" msgstr "החלפת משתמש במצב הדגמה" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "%s…" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "ביטול ההתקנה" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "מצב התנסות" @@ -108,11 +112,11 @@ msgstr "מעבד:" msgid "Memory:" msgstr "זיכרון:" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "בחירת כונן" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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." @@ -120,42 +124,95 @@ msgstr "" "פעולה זו תמחק את כל הנתונים על הכונן הנבחר. אם לא גיבית את הנתונים שלך, ניתן " "לבטל את ההתקנה ולהשתמש במצב הדגמה." -#: src/Views/DiskView.vala:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "התצורה הנוכחית מתקבלת…" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "הבא" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "מנהלי התקנים נוספים" + +#: src/Views/DriversView.vala:32 +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®‎, מאיצים גרפיים של NVIDIA®‎ ומכונות וירטואליות " +"כאלה ואחרות לא יעבדו היטב ללא מנהלי התקנים מתאימים. רוב ההתקנים לא דורשים " +"מנהלי התקנים נוספים." + +#: src/Views/DriversView.vala:43 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "צריך חיבור לאינטרנט כדי להתקין מנהלי התקנים של NVIDIA®‎." + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "חזרה" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "למחוק ולהתקין" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "לא להצפין" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "הפעלת הצפנת כונן" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" "ניתן להצפין את כונן המכשיר הזה אם זה נחוץ לשיפור האבטחה, אך חשוב להבין:" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "הנתונים יהיו מוגנים רק מפני זרים עם גישה פיזית למכשיר הזה כשהוא כבוי." -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "ססמת ההצפנה תידרש עם כל הפעלה של מכשיר זה. יש לאחסן אותה במקום בטוח." -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -163,7 +220,7 @@ msgstr "" "נדרשת מקלדת מובנית או ב־USB כדי להקליד את ססמת ההצפנה עם כל הפעלה של המכשיר " "הזה." -#: src/Views/EncryptView.vala:103 +#: src/Views/EncryptView.vala:104 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 " @@ -172,36 +229,31 @@ msgstr "" "לא תהיה אפשרות לשחזר את הנתונים. במקרה שססמת ההצפנה שלך אבדה. ססמה זו " "היא ייחודית להתקן, זאת אינה הססמה של חשבון המשתמש שלך." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "נא לבחור ססמת הצפנה" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "אימות ססמה" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "חזרה" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "נא לבחור ססמה" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "הגדרת ססמת הצפנה" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "הססמאות אינן תואמות" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "לא ניתן להתקין" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -210,55 +262,55 @@ msgstr "" "ההתקנה של %s נכשלה, כנראה עקב תקלת חומרה. יתכן שההתקן לא יופעל מחדש כראוי. " "ניתן לנסות להיעזר באחת ההצעות הבאות:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "לנסות להתקין שוב" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "להשתמש במצב הדגמה ולנסות לשקם ידנית" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "להפעיל את ההתקן מחדש ולהעלות את ההתקן מכונן אחר" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "פרטים" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "הפעלת ההתקן מחדש" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "התנסות במצב הדגמה" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "לנסות להתקין שוב" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "בחירת פריסת מקלדת" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "יש להקליד כדי לבדוק את הפריסה שלך" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "הצגת פריסת המקלדת" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "בחירה" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "בררת מחדל" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "שפת קלט" @@ -328,22 +380,22 @@ msgid "Hide log" msgstr "להסתיר יומן" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "הכונן מחולק למחיצות" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "הקבצים מחולצים" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "המערכת מוגדרת" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "ההתקנה מסתיימת" @@ -380,10 +432,6 @@ msgstr "" "יצירה, שינוי גודל או ניהול של מחיצות באופן ידני. שיטה זו עשויה לגרום לאובדן " "מידע." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "הבא" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "התקנה בהתאמה אישית" @@ -502,6 +550,13 @@ msgstr "מערכת קבצים:" msgid "Default (ext4)" msgstr "בררת מחדל (ext4)" +#~ msgid "" +#~ "Proprietary drivers are subject to their own license terms. By " +#~ "installing, you agree to their terms of use." +#~ msgstr "" +#~ "מנהלי התקנים קנייניים כפופים לתנאי רישוי משל עצמם. התקנתם מהווה את הסכמתך " +#~ "לתנאי השימוש בהם." + #~ msgid "System Requirements" #~ msgstr "דרישות המערכת" diff --git a/po/hi.po b/po/hi.po index 2701df76c..47977c14c 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "बैक-स्पेस" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 #, fuzzy #| msgid "Starting installation" msgid "Try the installation again" msgstr "इंस्टालेशन शुरू हो रहा है" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -323,22 +367,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -372,10 +416,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 #, fuzzy msgid "Custom Install" diff --git a/po/hr.po b/po/hr.po index 48f6a455c..b0c3326e7 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-07-08 22:27+0000\n" "Last-Translator: gogo \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,149 +108,188 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +#, fuzzy +msgid "Back" +msgstr "Obriši" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "Obriši" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -313,22 +356,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -361,10 +404,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/hu.po b/po/hu.po index a785142dc..8b6871cf9 100644 --- a/po/hu.po +++ b/po/hu.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2023-02-03 20:25+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-09-26 22:08+0000\n" "Last-Translator: TomiOhl \n" "Language-Team: Hungarian \n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.14.2\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" #: src/Application.vala:42 @@ -20,11 +20,15 @@ msgstr "" msgid "Install %s" msgstr "%s telepítése" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "operációs rendszer telepítés alatt áll" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "Csatlakozzon az elektromos hálózatra" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -44,16 +48,16 @@ msgstr "Tesztmód újraindítása" msgid "Test mode switch user" msgstr "Tesztmód felhasználóváltása" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "%s…" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "Telepítés megszakítása" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "Tesztmód" @@ -112,11 +116,11 @@ msgstr "Processzor:" msgid "Memory:" msgstr "Memória:" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "Válasszon ki egy meghajtót" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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,23 +128,77 @@ 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "Az aktuális konfiguráció megszerzése…" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "Következő" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "További illesztőprogramok" + +#: src/Views/DriversView.vala:32 +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 "" +"A Broadcom® Wi-Fi adapterek, NVIDIA® grafikus kártyák és néhány virtuális " +"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 +msgid "" +"Proprietary drivers contain private code that can't be reviewed. Security " +"and other updates are dependent on the driver vendor." +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 +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 +msgid "" +"Proprietary drivers can be installed later through AppCenter, but an " +"Internet connection will be required for all drivers." +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 +msgid "" +"Include third-party proprietary drivers when installing. I agree to their " +"respective licenses and terms of use." +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "Vissza" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "Törlés és telepítés" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "Ne titkosítsa" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "Meghajtó titkosításának engedélyezése" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -148,7 +206,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:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -156,7 +214,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:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -164,7 +222,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:83 +#: src/Views/EncryptView.vala:84 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -172,7 +230,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:103 +#: src/Views/EncryptView.vala:104 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 " @@ -182,36 +240,31 @@ msgstr "" "adatokat. Ez az eszköz egyedi jelszava, nem a felhasználói fiókhoz " "tartozó jelszó." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Válasszon titkosítási jelszót" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Jelszó megerősítése" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Vissza" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Válasszon jelszót" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "Állítson be titkosítási jelszót" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "A jelszavak nem egyeznek" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Nem telepíthető" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -221,55 +274,55 @@ 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "Próbálja újra a telepítést" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 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:68 +#: src/Views/ErrorView.vala:69 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:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Részletek" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Készülék újraindítása" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Demómód kipróbálása" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Próbálja újra telepíteni" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "Billentyűzetkiosztás választása" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Írjon ide, hogy tesztelje a kiosztást" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Billentyűzetkiosztás megjelenítése" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Kiválasztás" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Alapértelmezett" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Beviteli nyelv" @@ -340,22 +393,22 @@ msgid "Hide log" msgstr "Naplózás elrejtése" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Meghajtó partícionálása" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Fájlok kibontása" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "A rendszer konfigurálása" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "A telepítés befejezése" @@ -393,10 +446,6 @@ msgstr "" "A partíciókat kézzel létrehozhatja, átméretezheti és kezelheti. Ez a módszer " "adatvesztést okozhat." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "Következő" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "Egyedi telepítés" @@ -516,6 +565,13 @@ msgstr "Fájlrendszer:" msgid "Default (ext4)" msgstr "Alapértelmezett (ext4)" +#~ msgid "" +#~ "Proprietary drivers are subject to their own license terms. By " +#~ "installing, you agree to their terms of use." +#~ msgstr "" +#~ "A zárt forráskódú illesztőprogramoknak saját licencelési feltételeik " +#~ "vannak. A telepítésükkel elfogadja a felhasználási feltételeiket." + #~ msgid "System Requirements" #~ msgstr "Rendszerkövetelmények" diff --git a/po/hy.po b/po/hy.po index dff05b0f6..85e222f14 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-27 15:28+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,149 +108,188 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +#, fuzzy +msgid "Back" +msgstr "Ետ" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "Ետ" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -313,22 +356,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -361,10 +404,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/id.po b/po/id.po index 615bb65be..da9dc6b97 100644 --- a/po/id.po +++ b/po/id.po @@ -2,9 +2,10 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2022-04-20 09:24+0000\n" -"Last-Translator: David Hewitt \n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-05-20 18:06+0000\n" +"Last-Translator: Faisal Rachmadin \n" "Language-Team: Indonesian \n" "Language: id\n" @@ -12,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.4.2\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" #: src/Application.vala:42 @@ -20,11 +21,15 @@ msgstr "" msgid "Install %s" msgstr "Pasang %s" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "sistem operasi sedang dipasang" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "Sambungkan ke Sumber Daya" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -34,53 +39,55 @@ msgstr "" #: src/Utils.vala:34 msgid "Test mode shutdown" -msgstr "Matikan mode tes" +msgstr "Mode uji shutdown" #: src/Utils.vala:48 msgid "Test mode reboot" -msgstr "Mode tes reboot" +msgstr "Mode uji reboot" #: src/Utils.vala:74 msgid "Test mode switch user" -msgstr "Mode tes ganti pengguna" +msgstr "Mode uji ganti pengguna" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "%s…" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "Batalkan Pemasangan" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" -msgstr "Mode Tes" +msgstr "Mode Uji" #: src/Views/CheckView.vala:50 -#, fuzzy -#| msgid "Try Installing Again" msgid "Before Installing" -msgstr "Coba Pemasangan Lagi" +msgstr "Sebelum Memasang" #: src/Views/CheckView.vala:56 msgid "Pre-Release Version" -msgstr "" +msgstr "Versi Prarilis" #: src/Views/CheckView.vala:57 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." msgstr "" +"Hanya pasang pada perangkat yang didedikasikan untuk pengembangan. Anda " +"tidak akan dapat meningkatkan ke rilis stabil." #: src/Views/CheckView.vala:62 msgid "Virtual Machine" -msgstr "" +msgstr "Mesin Virtual" #: src/Views/CheckView.vala:63 #, 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 msgid "Your Device May Be Too Slow" @@ -88,13 +95,11 @@ msgstr "Perangkat Anda Mungkin Terlalu Lambat" #: src/Views/CheckView.vala:69 msgid "This may cause it to run slowly or freeze." -msgstr "" +msgstr "Hal ini dapat menyebabkannya berjalan lambat atau membeku." #: src/Views/CheckView.vala:85 -#, fuzzy -#| msgid "Install %s" msgid "Install Anyway" -msgstr "Pasang %s" +msgstr "Tetap Pasang" #: src/Views/CheckView.vala:211 msgid "Recommended:" @@ -112,76 +117,114 @@ msgstr "Prosesor:" msgid "Memory:" msgstr "Memori:" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "Pilih sebuah Drive" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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 "" "Ini akan menghapus semua data pada drive yang dipilih. Jika Anda belum " -"mencadangkan data Anda, Anda dapat membatalkan pemasangan dan menggunakan " -"Mode Demo." +"mencadangkan data, Anda dapat membatalkan pemasangan dan menggunakan Mode " +"Demo." -#: src/Views/DiskView.vala:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "Mendapatkan konfigurasi saat ini…" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "Selanjutnya" + +#: src/Views/DriversView.vala:27 +#, fuzzy +#| msgid "Partitioning Drive" +msgid "Additional Drivers" +msgstr "Mempartisi Drive" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "Kembali" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "Hapus dan Pasang" -#: src/Views/EncryptView.vala:28 -#, fuzzy -#| msgid "Don't Encrypt" +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "Jangan Enkripsi" -#: src/Views/EncryptView.vala:50 -#, fuzzy -#| msgid "Drive Encryption" +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" -msgstr "Enkripsi Drive" +msgstr "Aktifkan Enkripsi Drive" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" +"Enkripsi drive perangkat ini jika diperlukan untuk proteksi tambahan, tetapi " +"pastikan anda memahami:" -#: src/Views/EncryptView.vala:65 -#, fuzzy -#| msgid "" -#| "Encrypting this drive protects data from being read by others with " -#| "physical access to this device." +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -"Mengenkripsi drive ini melindungi data terbaca oleh orang lain yang " -"menggunakan akses secara fisik ke drive ini." +"Data hanya akan terproteksi dari orang lain yang memiliki akses fisik ke " +"perangkat ini saat perangkat ini dimatikan." -#: src/Views/EncryptView.vala:74 -#, fuzzy -#| msgid "" -#| "The encryption password will be required each time you turn on this " -#| "device or restart." +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -"Kata sandi enkripsi dibutuhkan setiap kali Anda menyalakan perangkat ini " -"atau menyalakan ulang." +"Kata sandi enkripsi dibutuhkan setiap kali perangkat ini dihidupkan. Simpan " +"di tempat yang aman." -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." msgstr "" +"Sebuah keyboard akan dibutuhkan untuk mengetik kata sandi enkripsi setiap " +"perangkat ini dihidupkan." -#: src/Views/EncryptView.vala:103 +#: src/Views/EncryptView.vala:104 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 " @@ -191,108 +234,89 @@ msgstr "" " Ini adalah kata sandi unik untuk perangkat ini, bukan kata sandi untuk " "akun pengguna Anda." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Pilih Kata Sandi Enkripsi" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Konfirmasi Kata Sandi" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Kembali" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Pilih Kata Sandi" -#: src/Views/EncryptView.vala:191 -#, fuzzy -#| msgid "Choose Encryption Password" +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" -msgstr "Pilih Kata Sandi Enkripsi" +msgstr "Tetapkan Kata Sandi Enkripsi" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" -msgstr "Password tidak sesuai" +msgstr "Kata sandi tidak cocok" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Tidak Dapat Memasang" -#: src/Views/ErrorView.vala:36 -#, fuzzy, c-format -#| msgid "" -#| "Installing %s failed, possibly due to a hardware error. Your device may " -#| "not restart properly. You can try the following:" +#: src/Views/ErrorView.vala:37 +#, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -"Pemasangan %s gagal, kemungkinan kesalahan pada perangkat keras. Kemungkinan " -"perangkat Anda tidak dinyalakan ulang dengan benar. Anda dapat mencoba hal " +"Pemasangan %s gagal, mungkin dikarenakan kesalahan perangkat keras. " +"Perangkat mungkin tidak dimulai ulang dengan benar. Anda dapat mencoba hal " "berikut:" -#: src/Views/ErrorView.vala:47 -#, fuzzy -#| msgid "• Try the installation again" +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" -msgstr "• Coba pemasangan lagi" +msgstr "Coba pemasangan lagi" -#: src/Views/ErrorView.vala:58 -#, fuzzy -#| msgid "• Use Demo Mode and try to manually recover" +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" -msgstr "• Gunakan Mode Demo dan coba untuk memulihkan secara manual" +msgstr "Gunakan Mode Demo dan coba untuk memulihkan secara manual" -#: src/Views/ErrorView.vala:68 -#, fuzzy -#| msgid "• Restart your device to boot from another drive" +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" -msgstr "" -"• Menyalakan ulang perangkat Anda untuk melakukan booting dari drive lain" +msgstr "Mulai ulang perangkat dan boot dari drive lain" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" -msgstr "Detail" +msgstr "Rincian" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" -msgstr "Menyalakan Ulang Perangkat" +msgstr "Mulai Ulang Perangkat" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Coba Mode Demo" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Coba Pemasangan Lagi" -#: src/Views/KeyboardLayoutView.vala:32 -#, fuzzy -#| msgid "Keyboard Layout" +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" -msgstr "Susunan Papan Tik" +msgstr "Pilih Tata Letak Papan Ketik" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Ketik untuk menguji tata letak Anda" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" -msgstr "Tampilkan tata letak papan tik" +msgstr "Tampilkan tata letak papan ketik" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Pilih" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Bawaan" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Bahasa Masukan" @@ -306,7 +330,7 @@ msgstr "Pilih Bahasa" #: src/Views/LanguageView.vala:304 src/Views/LanguageView.vala:349 msgid "Currently active language" -msgstr "Bahasa yang Aktif Saat Ini" +msgstr "Bahasa yang aktif saat ini" #: src/Views/PartitioningView.vala:52 msgid "" @@ -340,7 +364,7 @@ msgstr "Memodifikasi Partisi…" #: src/Views/PartitioningView.vala:271 msgid "EFI partition has the wrong file system" -msgstr "Partisi EFI memiliki berkas sistem yang salah" +msgstr "Partisi EFI memiliki sistem berkas yang salah" #: src/Views/PartitioningView.vala:273 msgid "EFI partition is too small" @@ -348,39 +372,39 @@ msgstr "Partisi EFI terlalu kecil" #: src/Views/PartitioningView.vala:276 msgid "Invalid file system for root" -msgstr "Berkas sistem untuk root tidak valid" +msgstr "Sistem berkas untuk root tidak valid" #: src/Views/PartitioningView.vala:278 msgid "Invalid file system for home" -msgstr "Berkas sistem untuk beranda tidak valid" +msgstr "Sistem berkas untuk beranda tidak valid" #: src/Views/ProgressView.vala:73 src/Views/ProgressView.vala:100 msgid "Show log" -msgstr "" +msgstr "Tampilkan log" #: src/Views/ProgressView.vala:96 msgid "Hide log" -msgstr "" +msgstr "Sembuyikan log" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Mempartisi Drive" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" -msgstr "Ekstrak File" +msgstr "Mengekstrak Berkas" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Mengkonfigurasi Sistem" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" -msgstr "Selesaikan Pemasangan" +msgstr "Menyelesaikan Pemasangan" #: src/Views/TryInstallView.vala:28 msgid "Try or Install" @@ -396,10 +420,8 @@ msgstr "" "mencerminkan pengalaman saat sudah terpasang." #: src/Views/TryInstallView.vala:47 -#, fuzzy -#| msgid "Erase and Install" msgid "Erase Disk and Install" -msgstr "Hapus dan Pasang" +msgstr "Hapus Diska dan Pasang" #: src/Views/TryInstallView.vala:49 #, c-format @@ -407,37 +429,29 @@ msgid "Erase everything and install a fresh copy of %s." msgstr "Hapus semua dan pasang salinan baru dari %s." #: src/Views/TryInstallView.vala:55 -#, fuzzy -#| msgid "Custom (Advanced)" msgid "Custom Install (Advanced)" -msgstr "Kustom (Mahir)" +msgstr "Pemasangan Kustom (Lanjutan)" #: src/Views/TryInstallView.vala:57 msgid "" "Create, resize, or otherwise manage partitions manually. This method may " "lead to data loss." msgstr "" -"Buat, ubah ukuran, atau jika tidak kelola partisi secara manual. Metode ini " -"dapat menyebabkan kehilangan data." - -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "Selanjutnya" +"Buat, ubah ukuran, atau kelola partisi secara manual. Metode ini dapat " +"menyebabkan hilangnya data." #: src/Views/TryInstallView.vala:114 -#, fuzzy -#| msgid "Could Not Install" msgid "Custom Install" -msgstr "Tidak Dapat Memasang" +msgstr "Pemasangan Kustom" #: src/Views/SuccessView.vala:29 msgid "Continue Setting Up" -msgstr "Lanjutkan Pengaturan" +msgstr "Lanjutkan Penyiapan" #: src/Views/SuccessView.vala:34 #, c-format msgid "%s has been installed" -msgstr "" +msgstr "%s telah dipasang" #: src/Views/SuccessView.vala:63 msgid "Shut Down" @@ -447,15 +461,15 @@ msgstr "Matikan" #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." -msgstr[0] "" +msgstr[0] "Perangkat Anda akan dimulai ulang secara otomatis dalam %i detik." #: src/Views/SuccessView.vala:101 msgid "" "After restarting you can set up a new user, or you can shut down now and set " "up a new user later." msgstr "" -"Setelah memulai ulang Anda dapat mengatur pengguna baru, atau sekarang Anda " -"dapat mematikan dan mengatur pengguna baru nanti." +"Setelah memulai ulang Anda dapat menyiapkan pengguna baru, atau Anda dapat " +"mematikan dan menyiapkan pengguna baru nanti." #: src/Widgets/DecryptMenu.vala:58 msgid "Decrypt This Partition" @@ -466,8 +480,8 @@ msgid "" "Enter the partition's encryption password and set a device name for the " "decrypted partition." msgstr "" -"Masukkan kata sandi enkripsi partisi dan atur sebuah nama perangkat untuk " -"partisi yang didekripsi." +"Masukkan kata sandi enkripsi partisi dan tetapkan sebuah nama perangkat " +"untuk partisi yang didekripsi." #: src/Widgets/DecryptMenu.vala:75 msgid "Password:" @@ -483,7 +497,7 @@ msgstr "Dekripsi" #: src/Widgets/DecryptMenu.vala:175 msgid "LUKS volume was decrypted" -msgstr "Volume LUKS sudah didekripsi" +msgstr "Volume LUKS didekripsi" #: src/Widgets/DiskBar.vala:135 #, c-format @@ -496,24 +510,20 @@ msgid "%s (%s: %s)" msgstr "%s (%s: %s)" #: src/Widgets/PartitionMenu.vala:56 -#, fuzzy -#| msgid "Use partition:" msgid "Use Partition" -msgstr "Gunakan partisi:" +msgstr "Gunakan Partisi" #: src/Widgets/PartitionMenu.vala:60 -#, fuzzy -#| msgid "Format:" msgid "Format" -msgstr "Format:" +msgstr "Format" #: src/Widgets/PartitionMenu.vala:61 msgid "Delete all data and set up a new file system" -msgstr "" +msgstr "Hapus semua data dan siapkan sistem berkas baru" #: src/Widgets/PartitionMenu.vala:64 msgid "Use as:" -msgstr "Gunakan sebagai :" +msgstr "Gunakan sebagai:" #: src/Widgets/PartitionMenu.vala:71 msgid "Root (/)" @@ -521,7 +531,7 @@ msgstr "Root (/)" #: src/Widgets/PartitionMenu.vala:72 msgid "Home (/home)" -msgstr "Beranda (/home)" +msgstr "Home (/home)" #: src/Widgets/PartitionMenu.vala:73 #, c-format @@ -542,7 +552,7 @@ msgstr "Kustom:" #: src/Widgets/PartitionMenu.vala:86 msgid "Filesystem:" -msgstr "Berkas sistem:" +msgstr "Sistem Berkas:" #: src/Widgets/PartitionMenu.vala:98 msgid "Default (ext4)" diff --git a/po/io.elementary.installer.pot b/po/io.elementary.installer.pot index b43b8f546..da5819760 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -23,11 +23,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -45,16 +49,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -109,148 +113,187 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -317,22 +360,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -365,10 +408,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/is.po b/po/is.po index d38806aa7..3f21a85e7 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-27 15:29+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,148 +108,187 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -312,22 +355,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -360,10 +403,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/it.po b/po/it.po index 1df000e51..da74c918e 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " @@ -186,38 +236,33 @@ msgstr "" "recuperare i dati. Questa password è univoca per questo dispositivo, non " "è la password del tuo account utente." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Scegli la password di crittografia" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Conferma la password" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Indietro" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Scegli password" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Scegli la password di crittografia" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Le password non coincidono" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Impossibile installare" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -230,63 +275,63 @@ msgstr "" "hardware. Il tuo dispositivo potrebbe non riavviarsi correttamente. Puoi " "scegliere una delle seguenti alternative:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Provare ad eseguire nuovamente l'installazione" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 #, 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:68 +#: src/Views/ErrorView.vala:69 #, 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:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Dettagli" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Riavvia il dispositivo" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Prova la Modalità Demo" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Prova a installare nuovamente" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 #, fuzzy #| msgid "Keyboard Layout" msgid "Select Keyboard Layout" msgstr "Disposizione della tastiera" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Digita per testare la tua disposizione" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Mostra la disposizione della tastiera" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Seleziona" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Predefinito" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Lingua di inserimento" @@ -357,22 +402,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Partizionando il disco" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Estraendo i file" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Configurando il sistema" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Ultimando l'installazione" @@ -414,10 +459,6 @@ msgstr "" "Crea, ridimensiona o gestisci manualmente in altro modo le partizioni. " "Questo metodo può portare alla perdita di dati." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "Successivo" - #: src/Views/TryInstallView.vala:114 #, fuzzy #| msgid "Could Not Install" diff --git a/po/ja.po b/po/ja.po index 4c5ef4ad3..ecf1953b6 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: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2022-12-18 22:25+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-08-25 03:04+0000\n" "Last-Translator: Ryo Nakano \n" "Language-Team: Japanese \n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.14.2\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" #: src/Application.vala:42 @@ -20,11 +20,15 @@ msgstr "" msgid "Install %s" msgstr "%s をインストール" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "オペレーティングシステムをインストール中" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "電源に接続してください" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -44,16 +48,16 @@ msgstr "テストモードの再起動" msgid "Test mode switch user" msgstr "テストモードのユーザー切り替え" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "%s…" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "インストールをキャンセル" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "テストモード" @@ -112,11 +116,11 @@ msgstr "プロセッサー:" msgid "Memory:" msgstr "メモリー:" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "ドライブを選択してください" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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,23 +129,78 @@ msgstr "" "アップしていない場合は、インストールをキャンセルしてデモモードを使うことで、" "データをバックアップできます。" -#: src/Views/DiskView.vala:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "現在の設定を取得しています…" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "次へ" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "追加のドライバー" + +#: src/Views/DriversView.vala:32 +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® グラフィックス、およびの一部仮想マシンは" +"、追加のドライバーがないと正しく動作しないことがあります。ほとんどのデバイス" +"には追加のドライバーは不要です。" + +#: src/Views/DriversView.vala:43 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "NVIDIA® グラフィックスドライバーをインストールするには、インターネット接続が" +"必要です。" + +#: src/Views/DriversView.vala:65 +msgid "" +"Proprietary drivers can be installed later through AppCenter, but an " +"Internet connection will be required for all drivers." +msgstr "" +"プロプライエタリードライバーは後からでも AppCenter " +"経由でインストール可能ですが、NVIDIA® " +"グラフィックス以外のドライバーでもインターネット接続が必要になります。" + +#: src/Views/DriversView.vala:72 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "戻る" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "削除してインストール" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "暗号化しない" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "ドライブの暗号化を有効にする" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -149,7 +208,7 @@ msgstr "" "必要であれば、ドライブを暗号化してデバイスの保護を強化できます。ただし、以下" "の点に注意してください。" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -157,7 +216,7 @@ msgstr "" "データの保護は、電源がオフの場合に、デバイスに物理的にアクセス可能な他人に対" "してのみ有効です。" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -165,7 +224,7 @@ msgstr "" "このデバイスを起動する度に、暗号化パスワードが要求されます。安全な場所に保管" "してください。" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -173,7 +232,7 @@ msgstr "" "このデバイスを起動する度に、暗号化パスワードを入力するための内蔵または USB " "キーボードが必要になります。" -#: src/Views/EncryptView.vala:103 +#: src/Views/EncryptView.vala:104 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 " @@ -182,36 +241,31 @@ msgstr "" "暗号化パスワードを忘れた場合、データは回復できません。これはこのデバイ" "ス専用のパスワードであり、ユーザーアカウント用のパスワードではありません。" -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "暗号化パスワードを選択" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "パスワードを確認" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "戻る" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "パスワードを選択" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "暗号化パスワードを設定" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "パスワードが一致しません" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "インストールできませんでした" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -220,55 +274,55 @@ msgstr "" "%s のインストールに失敗しました。ハードウェアのエラーが原因と思われます。デバ" "イスが正しく再起動しない可能性があります。以下の操作を試すことができます。" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "インストールを再度試す" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "デモモードを使用して手動で回復してみる" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "デバイスを再起動して別のドライブから起動" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "詳細" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "デバイスを再起動" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "デモモードを試す" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "もう一度インストールしてみる" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "キーボードレイアウトを選択" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "入力してレイアウトを試してください" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "キーボードレイアウトを表示" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "選択" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "デフォルト" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "入力言語" @@ -340,22 +394,22 @@ msgid "Hide log" msgstr "ログを非表示" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "ドライブのパーティションを作成しています" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "ファイルを展開しています" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "システムを設定しています" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "インストールを終了しています" @@ -392,10 +446,6 @@ msgstr "" "手動でパーティションの作成やサイズ変更、管理を行います。この方法はデータの損" "失につながることがあります。" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "次へ" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "カスタムインストール" @@ -514,6 +564,13 @@ msgstr "ファイルシステム:" msgid "Default (ext4)" msgstr "デフォルト (ext4)" +#~ msgid "" +#~ "Proprietary drivers are subject to their own license terms. By " +#~ "installing, you agree to their terms of use." +#~ msgstr "" +#~ "プロプライエタリードライバーのライセンス規約は、変更される可能性がありま" +#~ "す。インストールすることで、利用規約に同意したとみなされます。" + #~ msgid "System Requirements" #~ msgstr "システム要件" diff --git a/po/jv.po b/po/jv.po index 8d306bf6f..bea217b2c 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-27 15:28+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,149 +108,188 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +#, fuzzy +msgid "Back" +msgstr "Busak" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "Busak" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -313,22 +356,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -361,10 +404,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/ka.po b/po/ka.po index 12b3b188e..513756b0d 100644 --- a/po/ka.po +++ b/po/ka.po @@ -2,69 +2,73 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2018-06-06 00:08+0000\n" -"Last-Translator: Allan Nordhøy \n" -"Language-Team: Georgian \n" +"Language-Team: Georgian \n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 2.18\n" +"X-Generator: Weblate 4.14.2\n" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" #: src/Application.vala:42 -#, fuzzy, c-format +#, c-format msgid "Install %s" -msgstr "დააინსტალირე %s" +msgstr "%s-ის დაყენება" + +#: src/Application.vala:61 +#, fuzzy +#| msgid "%s has been installed" +msgid "operating system is being installed" +msgstr "\"%s\" დაყენებულია" -#: src/MainWindow.vala:267 +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "შეაერთეთ კვების წყაროსთან" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." msgstr "" +"თქვენი მოწყობილობა ელემენტზეა. დაყენებისას სჯობს კვების კაბელი შეაერთოთ." #: src/Utils.vala:34 msgid "Test mode shutdown" -msgstr "" +msgstr "სატესტო რეჟიმის გამორთვა" #: src/Utils.vala:48 msgid "Test mode reboot" -msgstr "" +msgstr "სატესტო რეჟიმის გადატვირთვა" #: src/Utils.vala:74 msgid "Test mode switch user" -msgstr "" +msgstr "სატესტო რეჟიმში მომხმარებლის გადართვა" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" -msgstr "" +msgstr "%s…" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" -msgstr "ინსტალაციის გაუქმება" +msgstr "დაყენების გაუქმება" -#: src/Views/AbstractInstallerView.vala:56 -#, fuzzy +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" -msgstr "სცადეთ სადემონსტარციო ვერსია" +msgstr "ტესტირების რეჟიმი" #: src/Views/CheckView.vala:50 -#, fuzzy -#| msgid "Try Installing Again" msgid "Before Installing" -msgstr "სცადეთ ინსტალაცია თავიდან" +msgstr "დაყენებამდე" #: src/Views/CheckView.vala:56 msgid "Pre-Release Version" -msgstr "" +msgstr "წინასწარი რელიზი" #: src/Views/CheckView.vala:57 msgid "" @@ -74,7 +78,7 @@ msgstr "" #: src/Views/CheckView.vala:62 msgid "Virtual Machine" -msgstr "" +msgstr "ვირტუალური მანქანა" #: src/Views/CheckView.vala:63 #, c-format @@ -83,16 +87,15 @@ msgstr "" #: src/Views/CheckView.vala:68 msgid "Your Device May Be Too Slow" -msgstr "" +msgstr "თქვენი მოწყობილობა შეიძლება ძალიან ნელია" #: src/Views/CheckView.vala:69 msgid "This may cause it to run slowly or freeze." -msgstr "" +msgstr "ამან შეიძლება ნელა გაშვება ან გაჭედვა გამოიწვიოს." #: src/Views/CheckView.vala:85 -#, fuzzy msgid "Install Anyway" -msgstr "დააინსტალირე %s" +msgstr "მაინც დაყენება" #: src/Views/CheckView.vala:211 msgid "Recommended:" @@ -100,7 +103,7 @@ msgstr "რეკომენდებულია:" #: src/Views/CheckView.vala:217 msgid "Your Device:" -msgstr "" +msgstr "თქვენი მოწყობილობა:" #: src/Views/CheckView.vala:223 src/Views/CheckView.vala:227 msgid "Processor:" @@ -110,170 +113,207 @@ msgstr "პროცესორი:" msgid "Memory:" msgstr "მეხსიერება:" -#: src/Views/DiskView.vala:48 -#, fuzzy +#: src/Views/DiskView.vala:46 msgid "Select a Drive" -msgstr "აირჩიეთ ენა" +msgstr "აირჩეთ დისკი" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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 "ეს წაშლის ყველა მონაემს არჩეულ დისკზე." +msgstr "" +"ეს მონიშნულ დისკზე ყველაფერს წაშლით. თუ თქვენი მონაცემების მარქაფი არ " +"გაგკეთებიათ, შეგიძლიათ გააუქმოთ დაყენება და დემო რეჟიმში გაუშვათ." -#: src/Views/DiskView.vala:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" +msgstr "მიმდინარე კონფიგურაციის მიღება…" + +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "შემდეგი" + +#: src/Views/DriversView.vala:27 +#, fuzzy +#| msgid "Partitioning Drive" +msgid "Additional Drivers" +msgstr "დისკის დაყოფა" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +msgid "" +"Include third-party proprietary drivers when installing. I agree to their " +"respective licenses and terms of use." msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DriversView.vala:101 src/Views/EncryptView.vala:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "უკან" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" -msgstr "წაშალე და ჩაწერე" +msgstr "წაშლა და დაყენება" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" -msgstr "" +msgstr "არ დაშიფრო" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" -msgstr "" +msgstr "დისკის დაშიფვრის ჩართვა" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" -msgstr "" +msgstr "შეიყვანეთ დაშიფვრის პაროლი" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" -msgstr "" - -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "უკუშლა" +msgstr "პაროლის დადასტურება" -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" -msgstr "" +msgstr "შეიყვანეთ პაროლი" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" -msgstr "" +msgstr "დაშიფვრის პაროლის დაყენება" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" -msgstr "" +msgstr "პაროლები არ ემთხვევა" -#: src/Views/ErrorView.vala:31 -#, fuzzy +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" -msgstr "შეუძლებელია ინსტალაცია" +msgstr "დაყენების შეცდომა" -#: src/Views/ErrorView.vala:36 -#, fuzzy, c-format +#: src/Views/ErrorView.vala:37 +#, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " "restart properly. You can try the following:" msgstr "" -"ინსტალაცია წარუმატებელია, შესაბამისად თქვენი კომპიუტერი შეიძლება არ " -"გადაიტვირთოს სწორად. შეგიძლიათ ცადოთ ქვემოთ ჩამოთვლილთაგან ერთ-ერთი:" +"%s-ის დაყენება შეუძლებელია აპარატურული შეცდომის გამო. მოწყობილობა შეიძლება " +"სწორად არ გადაიტვირთოს. შეგიძლიათ, სცადოთ შემდეგი:" -#: src/Views/ErrorView.vala:47 -#, fuzzy -#| msgid "• Try the installation again" +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" -msgstr "სცადეთ ინსტალაცია ახლიდან" +msgstr "სცადეთ, თავიდან დააყენოთ" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" -msgstr "" +msgstr "დეტალები" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" -msgstr "გადატვირთეთ კომპიუტერი" +msgstr "მოწყობილობის გადატვირთვა" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" -msgstr "სცადეთ სადემონსტარციო ვერსია" +msgstr "დემო რეჟიმში გაშვება" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" -msgstr "სცადეთ ინსტალაცია თავიდან" +msgstr "სცადეთ, თავიდან დააყენოთ" -#: src/Views/KeyboardLayoutView.vala:32 -#, fuzzy -#| msgid "Keyboard Layout" +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" -msgstr "კლავიატურის სქემა" +msgstr "აირჩიეთ კლავიატურის განლაგება" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" -msgstr "დაბეჭდეთ რათა გამოსცადოთ განლაგება" +msgstr "განლაგების შესამოწმებლად აკრიფეთ" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" -msgstr "გამოაჩინე კლავიატურის განლაგება" +msgstr "კლავიატურის განლაგების ჩვენება" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" -msgstr "არჩევა" +msgstr "აირჩიეთ" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" -msgstr "" +msgstr "ნაგულისხმები" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" -msgstr "" +msgstr "შეყვანის ენა" #: src/Views/LanguageView.vala:259 msgid "Languages" -msgstr "ენა" +msgstr "ენები" #: src/Views/LanguageView.vala:276 msgid "Select a Language" -msgstr "აირჩიეთ ენა" +msgstr "ენის არჩევა" #: src/Views/LanguageView.vala:304 src/Views/LanguageView.vala:349 msgid "Currently active language" -msgstr "თარგმანი" +msgstr "ამჟამად აქტიური ენა" #: src/Views/PartitioningView.vala:52 msgid "" @@ -299,56 +339,55 @@ msgstr "" #: src/Views/PartitioningView.vala:118 msgid "Modify Partitions…" -msgstr "" +msgstr "დანაყოფების მორგება…" #: src/Views/PartitioningView.vala:271 msgid "EFI partition has the wrong file system" -msgstr "" +msgstr "EFI დანაყოფის ფაილური სისტემა არასწორია" #: src/Views/PartitioningView.vala:273 msgid "EFI partition is too small" -msgstr "" +msgstr "EFI დანაყოფი ძალიან პატარაა" #: src/Views/PartitioningView.vala:276 msgid "Invalid file system for root" -msgstr "" +msgstr "არასწორი ფაილური სისტემა root საქაღალდისთვის" #: src/Views/PartitioningView.vala:278 msgid "Invalid file system for home" -msgstr "" +msgstr "არასწორი ფაილური სისტემა home საქაღალდისთვის" #: src/Views/ProgressView.vala:73 src/Views/ProgressView.vala:100 msgid "Show log" -msgstr "" +msgstr "ჟურნალის ჩვენება" #: src/Views/ProgressView.vala:96 msgid "Hide log" -msgstr "" +msgstr "ჟურნალის დამალვა" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" -msgstr "" +msgstr "დისკის დაყოფა" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" -msgstr "" +msgstr "ფაილების გაშლა" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" -msgstr "სისტემის კონფიგურაცია" +msgstr "სისტემის მორგება" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" -msgstr "სრულდება ინსტალაცია" +msgstr "დაყენების დასრულება" #: src/Views/TryInstallView.vala:28 -#, fuzzy msgid "Try or Install" -msgstr "სცადეთ ინსტალაცია თავიდან" +msgstr "სცადეთ ან დააყენეთ" #: src/Views/TryInstallView.vala:41 msgid "" @@ -357,10 +396,8 @@ msgid "" msgstr "" #: src/Views/TryInstallView.vala:47 -#, fuzzy -#| msgid "Erase and Install" msgid "Erase Disk and Install" -msgstr "წაშალე და ჩაწერე" +msgstr "დისკის წაშლა და დაყენება" #: src/Views/TryInstallView.vala:49 #, c-format @@ -369,7 +406,7 @@ msgstr "" #: src/Views/TryInstallView.vala:55 msgid "Custom Install (Advanced)" -msgstr "" +msgstr "დაყენების მორგება (დამატებითი პარამეტრები)" #: src/Views/TryInstallView.vala:57 msgid "" @@ -377,23 +414,18 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 -#, fuzzy msgid "Custom Install" -msgstr "შეუძლებელია ინსტალაცია" +msgstr "დაყენების მორგება" #: src/Views/SuccessView.vala:29 msgid "Continue Setting Up" -msgstr "" +msgstr "დაყენების გაგრძელება" #: src/Views/SuccessView.vala:34 #, c-format msgid "%s has been installed" -msgstr "" +msgstr "\"%s\" დაყენებულია" #: src/Views/SuccessView.vala:63 msgid "Shut Down" @@ -403,7 +435,7 @@ msgstr "გამორთვა" #, c-format msgid "Your device will automatically restart in %i second." msgid_plural "Your device will automatically restart in %i seconds." -msgstr[0] "" +msgstr[0] "თქვენი მოწყობილობა ავტომატურად გადაიტვირთება %i წამში." #: src/Views/SuccessView.vala:101 msgid "" @@ -413,7 +445,7 @@ msgstr "" #: src/Widgets/DecryptMenu.vala:58 msgid "Decrypt This Partition" -msgstr "" +msgstr "ამ დანაყოფის გაშიფვრა" #: src/Widgets/DecryptMenu.vala:62 msgid "" @@ -423,37 +455,37 @@ msgstr "" #: src/Widgets/DecryptMenu.vala:75 msgid "Password:" -msgstr "" +msgstr "პაროლი:" #: src/Widgets/DecryptMenu.vala:88 msgid "Device name:" -msgstr "" +msgstr "მოწყობილობის სახელი:" #: src/Widgets/DecryptMenu.vala:101 msgid "Decrypt" -msgstr "" +msgstr "გაშიფვრა" #: src/Widgets/DecryptMenu.vala:175 msgid "LUKS volume was decrypted" -msgstr "" +msgstr "LUKS დანაყოფი გაშიფრულია" #: src/Widgets/DiskBar.vala:135 #, c-format msgid "%s (%s)" -msgstr "" +msgstr "%s (%s)" #: src/Widgets/DiskBar.vala:136 #, c-format msgid "%s (%s: %s)" -msgstr "" +msgstr "%s (%s: %s)" #: src/Widgets/PartitionMenu.vala:56 msgid "Use Partition" -msgstr "" +msgstr "დანაყოფის გამოყენება" #: src/Widgets/PartitionMenu.vala:60 msgid "Format" -msgstr "" +msgstr "ფორმატი" #: src/Widgets/PartitionMenu.vala:61 msgid "Delete all data and set up a new file system" @@ -461,41 +493,40 @@ msgstr "" #: src/Widgets/PartitionMenu.vala:64 msgid "Use as:" -msgstr "" +msgstr "გამოყენება, როგორც:" #: src/Widgets/PartitionMenu.vala:71 -#, fuzzy msgid "Root (/)" -msgstr "ფესვი" +msgstr "Root (/)" #: src/Widgets/PartitionMenu.vala:72 msgid "Home (/home)" -msgstr "" +msgstr "მომხმ. საწყ. (/home)" #: src/Widgets/PartitionMenu.vala:73 #, c-format msgid "Boot (%s)" -msgstr "" +msgstr "ჩასატვირთი (%s)" #: src/Widgets/PartitionMenu.vala:74 msgid "Swap" -msgstr "" +msgstr "სვაპი" #: src/Widgets/PartitionMenu.vala:75 msgid "Custom" -msgstr "" +msgstr "მორგებული" #: src/Widgets/PartitionMenu.vala:79 msgid "Custom:" -msgstr "" +msgstr "ხელით:" #: src/Widgets/PartitionMenu.vala:86 msgid "Filesystem:" -msgstr "" +msgstr "ფაილური სისტემა:" #: src/Widgets/PartitionMenu.vala:98 msgid "Default (ext4)" -msgstr "" +msgstr "ნაგულისხმები (ext4)" #~ msgid "Ignore" #~ msgstr "უგულვებელყოფა" diff --git a/po/kn.po b/po/kn.po index 29041aa0e..bbd11224b 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-27 15:29+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,148 +108,187 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -312,22 +355,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -360,10 +403,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/ko.po b/po/ko.po index 42e89ef2f..a6c482ab2 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " @@ -181,36 +233,31 @@ msgstr "" "비 만을 위한 특별한 비밀번호여야 합니다, 여러분의 계정 비밀번호를 사용하시면 " "안 됩니다." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "암호화 비밀번호 선택" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "비밀번호 확인" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "뒤로" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "비밀번호 만들기" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "암호화 비밀번호 설정" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "비밀번호가 맞지 않습니다" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "설치할 수 없습니다" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -219,55 +266,55 @@ msgstr "" "%s의 설치를 하지 못했습니다, 하드웨어 오류일 가능성이 있습니다. 컴퓨터가 제대" "로 다시 시작하지 않을 수 있습니다. 다음 중 한 가지를 수행해 보세요:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "다시 설치해 보기" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "데모 모드를 사용해서 수동으로 복구해 보기" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "다른 드라이브에서 컴퓨터를 다시 시작해 보기" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "세부 정보" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "컴퓨터를 다시 시작하기" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "데모 모드로 들어가 보기" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "다시 설치해 보기" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "키보드 레이아웃 선택" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "타이핑해서 키보드 배치를 확인해보세요" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "키보드 레이아웃 보기" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "선택" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "기본" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "언어 입력" @@ -338,22 +385,22 @@ msgid "Hide log" msgstr "로그 숨기기" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "드라이브 파티션 나누기" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "파일 압축 풀기" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "시스템 구성 하기" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "설치 마무리 하기" @@ -390,10 +437,6 @@ msgstr "" "파티션을 새로 만들거나, 크기를 조절하거나, 등의 조절을 사용자가 직접 합니다. " "데이터를 잃어버릴 위험이 있는 방법입니다." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "다음" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "사용자 설정 설치" diff --git a/po/ku.po b/po/ku.po index cde1f0849..d9b546fd7 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Paşve" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 #, fuzzy #| msgid "Starting installation" msgid "Try the installation again" msgstr "Saz kirine dest pê bike" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 #, fuzzy #| msgid "Select a Language" msgid "Select Keyboard Layout" msgstr "Ziman bijartin" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Bijartin" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Wekî erkên destpêkê" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Zimane têxistin" @@ -323,22 +367,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -372,10 +416,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 #, fuzzy msgid "Custom Install" diff --git a/po/lb.po b/po/lb.po index cee2d6a2d..55e0a1493 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-27 15:29+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,149 +108,188 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +#, fuzzy +msgid "Back" +msgstr "Zeréck-Tast" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "Zeréck-Tast" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -313,22 +356,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -361,10 +404,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/lg.po b/po/lg.po index 1e33ee7f1..714e44c20 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 #, fuzzy msgid "Could Not Install" msgstr "Tetusoobodde ku tekka ko %s" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, fuzzy, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -207,61 +250,61 @@ msgstr "" "Okutekkako kuganye, masini eyinza obutaddako bulungi. Osobola okugezzako " "bino:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "Gezzako okutekkako era" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 #, 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:68 +#: src/Views/ErrorView.vala:69 #, 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:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -328,22 +371,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -379,10 +422,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 #, fuzzy msgid "Custom Install" diff --git a/po/lt.po b/po/lt.po index d1b07f1ec..281a562b1 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " @@ -192,38 +242,33 @@ msgstr "" "b> Tai unikalus slaptažodis, kuris yra skirtas šiam įrenginiui, o ne jūsų " "naudotojo paskyrai." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Pasirinkite šifravimo slaptažodį" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Patvirtinkite slaptažodį" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Atgal" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Pasirinkti slaptažodį" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Pasirinkite šifravimo slaptažodį" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Slaptažodžiai nesutampa" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Nepavyko įdiegti" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -236,63 +281,63 @@ msgstr "" "įrenginiui gali nepavykti tinkamai pasileisti iš naujo. Galite pabandyti " "vieną iš šių variantų:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Bandyti įdiegti dar kartą" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 #, 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:68 +#: src/Views/ErrorView.vala:69 #, 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:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Išsamiau" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Paleisti įrenginį iš naujo" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Išbandyti demonstracinę veikseną" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Bandyti įdiegti dar kartą" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 #, fuzzy #| msgid "Keyboard Layout" msgid "Select Keyboard Layout" msgstr "Klaviatūros išdėstymas" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Rašykite, norėdami išbandyti savo išdėstymą" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Rodyti klaviatūros išdėstymą" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Pasirinkti" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Numatytasis" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Įvesties kalba" @@ -364,22 +409,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Skaidomas diskas" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Išskleidžiami failai" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Konfigūruojama sistema" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Užbaigiamas įdiegimas" @@ -421,10 +466,6 @@ 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:88 -msgid "Next" -msgstr "Kitas" - #: src/Views/TryInstallView.vala:114 #, fuzzy #| msgid "Could Not Install" diff --git a/po/lv.po b/po/lv.po index 57997c5ba..e8ca88bb9 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-27 15:29+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,149 +108,188 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +#, fuzzy +msgid "Back" +msgstr "Dzēst iepriekšējo simbolu" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "Dzēst iepriekšējo simbolu" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -313,22 +356,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -361,10 +404,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/meson.build b/po/meson.build index b370f7945..023d52da5 100644 --- a/po/meson.build +++ b/po/meson.build @@ -1,5 +1,5 @@ i18n.gettext(meson.project_name(), - args: '--directory=' + meson.source_root(), + args: '--directory=' + meson.project_source_root(), preset: 'glib' ) subdir('extra') diff --git a/po/mg.po b/po/mg.po index 39da38874..2079018a0 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-27 15:29+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,149 +108,188 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +#, fuzzy +msgid "Back" +msgstr "Fafao Miverina" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "Fafao Miverina" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -313,22 +356,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -361,10 +404,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/mk.po b/po/mk.po index b75c9fef1..585afc033 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-27 15:28+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,149 +108,188 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +#, fuzzy +msgid "Back" +msgstr "Избриши" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "Избриши" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -313,22 +356,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -361,10 +404,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/mn.po b/po/mn.po index 4bc50da20..b7c62f81f 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-27 15:28+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,149 +108,188 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +#, fuzzy +msgid "Back" +msgstr "Бакспейс" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "Бакспейс" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -313,22 +356,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -361,10 +404,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/mo.po b/po/mo.po index 3a11d8972..efe9471a6 100644 --- a/po/mo.po +++ b/po/mo.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " @@ -188,38 +238,33 @@ msgstr "" "Aceasta este o parolă unică pentru acest dispozitiv, nu și parola pentru " "contul dvs. de utilizator." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Alegeți parola de criptare" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Confirmă parola" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Înapoi" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Alege parola" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Alegeți parola de criptare" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Parolele nu se potrivesc" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Nu sa putet instala" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -231,63 +276,63 @@ 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:47 +#: src/Views/ErrorView.vala:48 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Încercați instalarea din nou" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 #, 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:68 +#: src/Views/ErrorView.vala:69 #, 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:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Reporniți dispozitivul" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Încercați modul Demo" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Încercați să instalați din nou" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 #, fuzzy #| msgid "Keyboard Layout" msgid "Select Keyboard Layout" msgstr "Configurarea tastaturii" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Tastați pentru a testa aspectul" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Afișați aspectul tastaturii" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Selectați" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Mod implicit" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Limba de introducere" @@ -358,22 +403,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Unitate de partiționare" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Extragerea fișierelor" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Configurarea sistemului" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Finalizarea instalării" @@ -413,10 +458,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 #, fuzzy #| msgid "Could Not Install" diff --git a/po/mr.po b/po/mr.po index 370974fab..c01ec7099 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " @@ -184,38 +236,33 @@ msgstr "" "b> हा या डिव्हाइससाठी एक अद्वितीय पासवर्ड आहे, आपल्या वापरकर्ता खात्यासाठीचा पासवर्ड " "नाही." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "एनक्रिप्शन पासवर्ड निवडा" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "पासवर्ड नक्की करा" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "मागे" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "पासवर्ड निवडा" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "एनक्रिप्शन पासवर्ड निवडा" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "पासवर्डस जुळत नाहीत" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "इन्स्टॉल होऊ शकले नाही" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -227,63 +274,63 @@ msgstr "" "%s इन्स्टॉल करणे शक्य झाले नाही, बहुदा हार्डवेअर त्रुटीमुळे. आपले डिव्हाइस योग्य रीस्टार्ट " "होऊ शकत नाही. आपण खालील प्रयत्न करू शकता:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• पुन्हा इन्स्टॉल करण्याचा प्रयत्न करा" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "• डेमो मोड वापरा आणि स्वतः पुनर्प्राप्त करण्याचा प्रयत्न करा" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "• दुसर्या डिव्हाइसवरून बूट करण्यासाठी आपले डिव्हाइस रीस्टार्ट करा" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "तपशील" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "डिव्हाइस रीस्टार्ट करा" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "डेमो मोड वापरून पहा" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "पुन्हा इन्स्टॉल करण्याचा प्रयत्न करा" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 #, fuzzy #| msgid "Keyboard Layout" msgid "Select Keyboard Layout" msgstr "कीबोर्ड चे लेआऊट" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "आपल्या लेआऊट ची चाचणी करण्यासाठी टाईप करा" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "कीबोर्ड चे लेआऊट दाखवा" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "निवडा" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "मूळ" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "इनपुट भाषा" @@ -354,22 +401,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "विभाजन ड्राइव्ह" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "फायली काढत आहे" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "सिस्टम कॉन्फिगर करत आहे" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "इंस्टॉलेशन पूर्ण करीत आहे" @@ -410,10 +457,6 @@ msgstr "" "विभाजने स्वहस्ते विभाजने, आकार बदलणे, किंवा इतरथा व्यवस्थापित करा. ही पद्धत डेटा हानी " "होऊ शकते." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "पुढे" - #: src/Views/TryInstallView.vala:114 #, fuzzy #| msgid "Could Not Install" diff --git a/po/ms.po b/po/ms.po index cd358e905..f47b9aa29 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-27 15:29+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,149 +108,188 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +#, fuzzy +msgid "Back" +msgstr "Padam" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "Padam" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -313,22 +356,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -361,10 +404,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/my.po b/po/my.po index 0d13a29d2..61d15bf6f 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-06-26 17:01+0000\n" "Last-Translator: Bone Pyae Sone \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,149 +108,188 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +#, fuzzy +msgid "Back" +msgstr "Backspace" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "Backspace" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -313,22 +356,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -361,10 +404,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/nb.po b/po/nb.po index 448931317..bebfcc036 100644 --- a/po/nb.po +++ b/po/nb.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2022-12-18 22:25+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-08-25 03:04+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: Norwegian Bokmål \n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.14.2\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:41+0000\n" #: src/Application.vala:42 @@ -20,11 +20,17 @@ msgstr "" msgid "Install %s" msgstr "Installer %s" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +#, fuzzy +#| msgid "%s has been installed" +msgid "operating system is being installed" +msgstr "%s har blitt installert" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "Koble til en strømkilde" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -44,16 +50,16 @@ msgstr "Testmodus-omstart" msgid "Test mode switch user" msgstr "Testmodus-brukerbytte" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "%s…" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "Avbryt installasjon" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "Prøv demo-modus" @@ -115,11 +121,11 @@ msgstr "Prosessor:" msgid "Memory:" msgstr "Minne:" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "Velg en disk" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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,25 +134,84 @@ msgstr "" "sikkerhetskopiert dataene dine, kan du avbryte installasjonen og bruke demo-" "modus." -#: src/Views/DiskView.vala:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "Henter gjeldende oppsett…" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "Neste" + +#: src/Views/DriversView.vala:27 +#, fuzzy +#| msgid "Partitioning Drive" +msgid "Additional Drivers" +msgstr "Partisjonerer enhet" + +#: src/Views/DriversView.vala:32 +#, fuzzy +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-kort NVIDIA®-grafikk, og noen virutelle maskiner kan slutte " +"å fungere uten ytterligere driverrutiner. De fleste enheter krever ikke " +"dette." + +#: src/Views/DriversView.vala:43 +msgid "" +"Proprietary drivers contain private code that can't be reviewed. Security " +"and other updates are dependent on the driver vendor." +msgstr "" +"Ufrie driverrutiner inneholder privat kode som ikke kan gjennomses. " +"Sikkerhet og oppdateringer avhenger av tilbyderen." + +#: src/Views/DriversView.vala:54 +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 +#, fuzzy +msgid "" +"Proprietary drivers can be installed later through AppCenter, but an " +"Internet connection will be required for all drivers." +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 +msgid "" +"Include third-party proprietary drivers when installing. I agree to their " +"respective licenses and terms of use." +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "Tilbake" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "Slett og installer" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "Ikke krypter" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 #, fuzzy #| msgid "Drive Encryption" msgid "Enable Drive Encryption" msgstr "Skru på diskkryptering" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -154,7 +219,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:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -162,7 +227,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:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -170,7 +235,7 @@ msgstr "" "Krypteringspassordet kreves hver gang du skrur på denne enheten. Lagre det " "en trygg plass." -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -178,7 +243,7 @@ msgstr "" "Et innebygd- eller USB-tastatur kreves for å skrive krypteringspassordet " "hver gang denne enheten skrus på." -#: src/Views/EncryptView.vala:103 +#: src/Views/EncryptView.vala:104 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 " @@ -188,36 +253,31 @@ msgstr "" " Dette er et unikt passord for denne enheten, ikke passordet til " "brukerkontoen din." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Velg krypteringspassord" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Bekreft passord" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Tilbake" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Velg passord" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "Sett krypteringspassord" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Passordene samsvarer ikke" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Kunne ikke installere" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -226,55 +286,55 @@ 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "Prøv å installere igjen" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "Bruk demo-modus for å prøve å tilbakestille manuelt" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 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:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Detaljer" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Start maskinen på nytt" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Prøv demo-modus" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Prøv å installere igjen" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "Velg tastaturoppsett" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Skriv for å teste ditt oppsett" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Vis tastaturoppsett" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Velg" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Forvalg" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Inndataspråk" @@ -345,22 +405,22 @@ msgid "Hide log" msgstr "Skjul logg" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Partisjonerer enhet" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Pakker ut filer" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Setter opp systemet" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Fullfører installasjonen" @@ -398,10 +458,6 @@ msgstr "" "Opprett, endre størrelse, og på annet vis behandle partisjoner. Denne " "metoden kan lede til datatap." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "Neste" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "Egendefinert installasjon" diff --git a/po/nl.po b/po/nl.po index 714f08972..41e9a5c49 100644 --- a/po/nl.po +++ b/po/nl.po @@ -2,9 +2,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2023-02-01 18:25+0000\n" -"Last-Translator: Dennis ten Hoove \n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-08-27 08:08+0000\n" +"Last-Translator: DutchVipperloid \n" "Language-Team: Dutch \n" "Language: nl\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.14.2\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" #: src/Application.vala:42 @@ -20,11 +20,15 @@ msgstr "" msgid "Install %s" msgstr "Installeer %s" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "besturingssysteem wordt geïnstalleerd" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "Verbinding met een voedingsbron maken" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -44,16 +48,16 @@ msgstr "Opnieuw opstarten in testmodus" msgid "Test mode switch user" msgstr "Testmodus wissel gebruiker" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "%s…" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "Installatie annuleren" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "Testmodus" @@ -112,11 +116,11 @@ msgstr "Processor:" msgid "Memory:" msgstr "Geheugen:" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "Een schijf selecteren" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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,23 +129,78 @@ msgstr "" "heeft van uw data, dan kunt u de installatie annuleren en de demomodus " "gebruiken." -#: src/Views/DiskView.vala:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "Huidige configuratie aan het ophalen…" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "Volgende" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "Aanvullende drivers" + +#: src/Views/DriversView.vala:32 +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 adapters, NVIDIA® grafische kaarten en sommige virtuele " +"machines functioneren mogelijk niet naar behoren zonder aanvullende drivers. " +"De meeste apparaten hebben geen aanvullende drivers nodig." + +#: src/Views/DriversView.vala:43 +msgid "" +"Proprietary drivers contain private code that can't be reviewed. Security " +"and other updates are dependent on the driver vendor." +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 +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 +msgid "" +"Proprietary drivers can be installed later through AppCenter, but an " +"Internet connection will be required for all drivers." +msgstr "" +"Propriëtaire drivers kunnen later geïnstalleerd worden in AppCenter, maar " +"een internetverbinding is vereist voor alle drivers." + +#: src/Views/DriversView.vala:72 +msgid "" +"Include third-party proprietary drivers when installing. I agree to their " +"respective licenses and terms of use." +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "Terug" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "Installeren en wissen" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "Niet versleutelen" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "Schijfversleuteling inschakelen" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -149,7 +208,7 @@ msgstr "" "Versleutel de opslag van dit apparaat voor extra beveiliging, maar wees je " "bewust van het volgende:" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -157,7 +216,7 @@ msgstr "" "Gegevens worden alleen beschermd tegen anderen met fysieke toegang tot dit " "apparaat wanneer het is uitgeschakeld." -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -165,7 +224,7 @@ msgstr "" "Het sleutelwachtwoord is vereist telkens wanneer u dit apparaat inschakelt. " "Bewaar dit wachtwoord op een veilige plek." -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -173,7 +232,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:103 +#: src/Views/EncryptView.vala:104 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 " @@ -183,36 +242,31 @@ msgstr "" "kunnen herstellen. Dit wachtwoord is specifiek voor dit apparaat, niet " "het wachtwoord van uw gebruikersaccount." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Kies een sleutelwachtwoord" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Wachtwoord bevestigen" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Terug" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Wachtwoord kiezen" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "Stel sleutelwachtwoord in" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Wachtwoorden komen niet overeen" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Kon niet installeren" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -222,55 +276,55 @@ msgstr "" "dat uw apparaat niet correct kan herstarten. U kunt een van de volgende " "opties proberen:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "Probeer de installatie opnieuw" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "Gebruik de demomodus en probeer het systeem handmatig te herstellen" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 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:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Details" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Herstart apparaat" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Probeer de demonstratiemodus" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Probeer de installatie opnieuw" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "Selecteer toetsenbordindeling" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Typ om uw indeling uit te proberen" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Toon toetsenbordindeling" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Selecteer" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Standaard" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Invoertaal" @@ -343,22 +397,22 @@ msgid "Hide log" msgstr "Verberg logboek" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Schijf partitioneren" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Bestanden uitpakken" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Systeem configureren" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Installatie afronden" @@ -398,10 +452,6 @@ msgstr "" "Maak partities, pas de grootte aan, of bewerk partities handmatig. Deze " "methode kan tot het verlies van gegevens leiden." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "Volgende" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "Aangepaste installatie" @@ -423,8 +473,8 @@ msgstr "Afsluiten" #, 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 in %i seconde." -msgstr[1] "Uw computer zal automatisch herstarten in %i seconden." +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 msgid "" @@ -521,6 +571,13 @@ msgstr "Bestandsysteem:" msgid "Default (ext4)" msgstr "Standaard (ext4)" +#~ msgid "" +#~ "Proprietary drivers are subject to their own license terms. By " +#~ "installing, you agree to their terms of use." +#~ msgstr "" +#~ "Propriëtaire drivers zijn onderworpen aan hun eigen licentievoorwaarden. " +#~ "Door de drivers te installeren ga je akkoord met deze licentievoorwaarden." + #~ msgid "Ignore" #~ msgstr "Negeren" diff --git a/po/nn.po b/po/nn.po index 84a6df113..bc6734e54 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " @@ -183,36 +235,31 @@ msgstr "" "dataa. Dette er eit unikt passord for denne eininga, ikkje passordet til " "brukarkontoen din." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Vel krypteringspassord" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Stadfest passord" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Tilbake" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Vel passord" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "Vel eit krypteringspassord" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Passorda samsvarar ikkje" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Kunne ikkje installere" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -221,55 +268,55 @@ 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "Prøv å innstallera på nytt" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "Bruk demomodus og hent attende manuellt" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 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:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Detaljar" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Start maskina om att" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Prøv demo-modus" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Prøv å installere igjen" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "Vel tastaturoppsett" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Skriv for å teste oppsettet ditt" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Vis tastaturoppsett" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Vel" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Standardval" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Inndataspråk" @@ -340,22 +387,22 @@ msgid "Hide log" msgstr "Gøym historikk" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Partisjonerar eining" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Pakkar ut filer" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Set opp systemet" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Fullfører installeringa" @@ -393,10 +440,6 @@ msgstr "" "Opprett, endre storleik, og på andre vis behandle partisjonar. Denne metoden " "kan leie til datatap." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "Neste" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "Eigendefinert installasjon" diff --git a/po/pa.po b/po/pa.po index 5a3b7c485..d3bf084f5 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2021-08-02 05:31+0000\n" "Last-Translator: elSolus \n" "Language-Team: Punjabi you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -184,36 +236,31 @@ msgstr "" "ਜੇ ਤੁਸੀਂ ਪਾਸਵਰਡ ਭੁੱਲ ਗਏ ਤਾਂ ਤੁਸੀਂ ਡੇਟਾ ਵਾਪਸ ਨਹੀਂ ਪਾ ਸਕੋਗੇ। ਇਹ ਇਸ ਡਿਵਾਈਸ ਦਾ ਆਪਣਾ " "ਅਨੋਖਾ ਪਾਸਵਰਡ ਹੈ, ਨਾ ਕਿ ਤੁਹਾਡੇ ਵਰਤੋਂਕਾਰ ਖਾਤੇ ਵਾਲ਼ਾ ਪਾਸਵਰਡ।" -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "ਸੁਰੱਖਿਆ ਲਈ ਪਾਸਵਰਡ ਚੁਣੋ" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "ਪਾਸਵਰਡ ਤਸਦੀਕ ਕਰੋ" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "ਪਿੱਛੇ ਜਾਓ" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "ਪਾਸਵਰਡ ਚੁਣੋ" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "ਸੁਰੱਖਿਆ ਲਈ ਪਾਸਵਰਡ ਸੈੱਟ ਕਰੋ" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "ਪਾਸਵਰਡ ਮੇਲ ਨਹੀਂ ਖਾਂਦੇ" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "ਸਥਾਪਤ ਨਹੀਂ ਹੋ ਸਕਿਆ" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -222,55 +269,55 @@ msgstr "" "%s ਨੂੰ ਸਥਾਪਤ ਕਰਨਾ ਨਾਕਾਮ ਰਿਹਾ, ਸ਼ਾਇਦ ਹਾਰਡਵੇਅਰ ਦੀ ਖ਼ਰਾਬੀ ਕਰਕੇ ਹੀ। ਡਿਵਾਈਸ ਸ਼ਾਇਦ ਸਹੀ " "ਤਰ੍ਹਾਂ ਰੀਸਟਾਰਟ ਨਾ ਹੋਵੇ। ਤੁਸੀਂ ਇਹਨਾਂ ਵਿੱਚੋਂ ਕੋਸ਼ਿਸ਼ ਕਰ ਸਕਦੇ ਹੋ:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "ਦੁਬਾਰਾ ਸਥਾਪਤ ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰੋ" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "ਡੈਮੋ ਮੋਡ ਵਰਤੋ ਅਤੇ ਹੱਥੀਂ ਰੀਕਵਰ ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰੋ" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "ਡਿਵਾਈਸ ਰੀਸਟਾਰਟ ਕਰੋ ਅਤੇ ਕਿਸੇ ਹੋਰ ਡਰਾਈਵ ਤੋਂ ਬੂਟ ਕਰੋ" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "ਵੇਰਵਾ" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "ਡਿਵਾਈਸ ਰੀਸਟਾਰਟ ਕਰੋ" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "ਡੈਮੋ ਮੋਡ ਅਜ਼ਮਾਓ" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "ਦੁਬਾਰਾ ਸਥਾਪਤ ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰੋ" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "ਕੀਬੋਰਡ ਲੇਆਊਟ ਚੁਣੋ" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "ਲੇਆਊਟ ਟੈਸਟ ਕਰਨ ਲਈ ਟਾਈਪ ਕਰੋ" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "ਕੀਬੋਰਡ ਲੇਆਊਟ ਵਿਖਾਓ" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "ਚੁਣੋ" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "ਡਿਫ਼ਾਲਟ" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "ਟਾਈਪਿੰਗ ਲਈ ਭਾਸ਼ਾ" @@ -340,22 +387,22 @@ msgid "Hide log" msgstr "ਲਾਗ ਲੁਕਾਓ" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "ਡਰਾਈਵ ਵੰਡ ਹੋ ਰਹੀ ਹੈ" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "ਫ਼ਾਇਲਾਂ ਕੱਢੀਆਂ ਜਾ ਰਹੀਆਂ ਹਨ" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "ਸਿਸਟਮ ਨੂੰ ਕਨਫਿਗਰ ਕੀਤਾ ਜਾ ਰਿਹੈ" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "ਸਥਾਪਨ ਮੁਕੰਮਲ ਕੀਤਾ ਜਾ ਰਿਹੈ" @@ -393,10 +440,6 @@ msgstr "" "ਵੰਡਾਂ ਨੂੰ ਹੱਥੀਂ ਬਣਾਓ, ਇਹਨਾਂ ਦਾ ਸਾਈਜ਼ ਬਦਲੋ ਜਾਂ ਹੋਰ ਰੱਖ-ਰਖਾਓ ਕਰੋ। ਇਹ ਤਰੀਕੇ ਨਾਲ਼ ਤੁਸੀਂ ਡੇਟਾ ਗਵਾ " "ਵੀ ਸਕਦੇ ਹੋ।" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "ਅਗਲਾ" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "ਤਬਦੀਲੀਸ਼ੁਦਾ ਸਥਾਪਨ" diff --git a/po/pl.po b/po/pl.po index 16280ffb4..ba4c29303 100644 --- a/po/pl.po +++ b/po/pl.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2022-12-18 22:25+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-08-27 08:08+0000\n" "Last-Translator: Marcin Serwin \n" "Language-Team: Polish \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.14.2\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:41+0000\n" #: src/Application.vala:42 @@ -21,11 +21,15 @@ msgstr "" msgid "Install %s" msgstr "Zainstaluj %s" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "system operacyjny jest instalowany" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "Podłącz do źródła zasilania" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -45,16 +49,16 @@ msgstr "Uruchomienie ponowne trybu testowego" msgid "Test mode switch user" msgstr "Przełączenie użytkownika trybu testowego" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "%s…" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "Anuluj instalację" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "Tryb testowy" @@ -113,11 +117,11 @@ msgstr "Procesor:" msgid "Memory:" msgstr "Pamięć:" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "Wybierz napęd" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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,23 +130,80 @@ msgstr "" "wykonałeś kopii zapasowej swoich danych, możesz anulować instalację i użyć " "trybu demonstracyjnego." -#: src/Views/DiskView.vala:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "Pobieranie bieżącej konfiguracji…" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "Dalej" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "Dodatkowe sterowniki" + +#: src/Views/DriversView.vala:32 +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 "" +"Adaptery Wi-Fi Broadcom®, karty graficzne NVIDIA® oraz niektóre maszyny " +"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 +msgid "" +"Proprietary drivers contain private code that can't be reviewed. Security " +"and other updates are dependent on the driver vendor." +msgstr "" +"Własnościowe sterowniki zawierają prywatny kod źródłowy którego nie można " +"zweryfikować. Aktualizacje dotyczące bezpieczeństwa oraz innych aspektów " +"urządzenia są uzależnione od producenta sterowników." + +#: src/Views/DriversView.vala:54 +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 +msgid "" +"Proprietary drivers can be installed later through AppCenter, but an " +"Internet connection will be required for all drivers." +msgstr "" +"Własnościowe sterowniki mogą zostać zainstalowane później przez AppCenter, " +"jednak działające połączenie z internetem będzie wymagane dla każdego " +"sterownika." + +#: src/Views/DriversView.vala:72 +msgid "" +"Include third-party proprietary drivers when installing. I agree to their " +"respective licenses and terms of use." +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "Cofnij" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "Wyczyść i zainstaluj" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "Nie szyfruj" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "Włącz szyfrowanie napędu" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -150,7 +211,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:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -158,7 +219,7 @@ msgstr "" "Dane będą tylko chronione przed innymi z fizycznym dostępem do urządzenia, " "kiedy jest wyłączone." -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -166,7 +227,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:83 +#: src/Views/EncryptView.vala:84 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -174,7 +235,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:103 +#: src/Views/EncryptView.vala:104 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 " @@ -184,36 +245,31 @@ msgstr "" "danych. Jest to unikalne hasło dla tego urządzenia, nie hasło do konta " "użytkownika." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Wybierz hasło szyfrowania" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Potwierdź hasło" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Cofnij" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Wybierz hasło" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "Ustaw hasło szyfrowania" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Hasła do siebie nie pasują" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Nie można zainstalować" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -223,55 +279,55 @@ 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "Ponów instalację" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "Użyj trybu demonstracyjnego, aby ręcznie rozwiązać problem" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "Uruchom urządzenie ponownie z innego dysku" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Szczegóły" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Uruchom urządzenie ponownie" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Wypróbuj tryb demonstracyjny" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Ponów instalację" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "Wybierz układ klawiatury" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Napisz, aby wypróbować swój układ" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Pokaż układ klawiatury" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Wybierz" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Domyślny" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Wpisz język" @@ -342,22 +398,22 @@ msgid "Hide log" msgstr "Ukryj dziennik" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Partycjonowanie napędu" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Rozpakowywanie plików" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Konfigurowanie systemu" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Kończenie instalacji" @@ -395,10 +451,6 @@ msgstr "" "Ręcznie twórz, zmieniaj rozmiar i dokonuj wszelkich operacji na partycjach. " "Ta metoda może spowodować utratę danych." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "Dalej" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "Własna instalacja" @@ -522,6 +574,13 @@ msgstr "System plików:" msgid "Default (ext4)" msgstr "Domyślny (ext4)" +#~ msgid "" +#~ "Proprietary drivers are subject to their own license terms. By " +#~ "installing, you agree to their terms of use." +#~ msgstr "" +#~ "Własnościowe sterowniki podlegają osobnym warunkom licencyjnym. " +#~ "Instalując je zgadzasz się z ich warunkami użytkowania." + #~ msgid "System Requirements" #~ msgstr "Wymagania systemowe" diff --git a/po/pt.po b/po/pt.po index e516abbe2..4b1a49b4f 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2022-10-09 17:26+0000\n" "Last-Translator: Hugo Carvalho \n" "Language-Team: Portuguese you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -184,36 +236,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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Escolha a palavra-passe de encriptação" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Confirmar palavra-passe" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Voltar" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Escolher palavra-passe" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "Definir a palavra-passe de encriptação" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "As palavras-passe não coincidem" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Não foi possível instalar" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -222,55 +269,55 @@ 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "Tente instalar novamente" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "Use o Modo de Demonstração e tente recuperar manualmente" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "Reinicie dispositivo e arranque a partir de outra unidade" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Detalhes" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Reiniciar dispositivo" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Experimentar o Modo de Demonstração" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Tentar instalar novamente" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "Selecionar o esquema de teclado" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Escreva para testar o esquema de teclado" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Mostrar o esquema de teclado" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Selecionar" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Padrão" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Idioma de introdução" @@ -341,22 +388,22 @@ msgid "Hide log" msgstr "Ocultar registo" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "A particionar a unidade" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "A extrair os ficheiros" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "A configurar o sistema" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "A finalizar a instalação" @@ -394,10 +441,6 @@ 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:88 -msgid "Next" -msgstr "Seguinte" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "Instalação personalizada" diff --git a/po/pt_BR.po b/po/pt_BR.po index 4fc3f0e7b..eacf63666 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " @@ -183,38 +233,33 @@ msgstr "" " Esta é uma senha única para esse dispositivo, não é a senha da sua " "conta de usuário." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Escolher Senha de Encriptação" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Confirmar a Senha" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Voltar" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Escolher Senha" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Escolher Senha de Encriptação" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Senhas não coincidem" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Não foi possível instalar" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -227,63 +272,63 @@ msgstr "" "dispositivo pode não reiniciar corretamente. Você pode tentar as seguintes " "opções:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Tentar instalar de novo" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 #, 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:68 +#: src/Views/ErrorView.vala:69 #, 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:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Detalhes" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Reiniciar dispositivo" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Tentar modo de demonstração" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Tentar instalar novamente" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 #, fuzzy #| msgid "Keyboard Layout" msgid "Select Keyboard Layout" msgstr "Layout de teclado" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Digite para testar seu layout" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Mostrar layout de teclado" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Selecionar" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Padrão" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Idioma de Entrada" @@ -354,22 +399,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Particionando unidade" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Extraindo Arquivos" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Configurando o Sistema" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Terminando a Instalação" @@ -411,10 +456,6 @@ msgstr "" "Crie, redimensione ou gerencie partições manualmente. Este método pode levar " "à perda de dados." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "Próximo" - #: src/Views/TryInstallView.vala:114 #, fuzzy #| msgid "Could Not Install" diff --git a/po/ro.po b/po/ro.po index a5986277e..cddbcbaad 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "șterge" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -316,22 +359,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -364,10 +407,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/ru.po b/po/ru.po index e7af1a37b..53c666fa5 100644 --- a/po/ru.po +++ b/po/ru.po @@ -2,18 +2,18 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2022-12-18 22:25+0000\n" -"Last-Translator: lenemter \n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-08-25 03:04+0000\n" +"Last-Translator: кубик круглый \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.14.2\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:41+0000\n" #: src/Application.vala:42 @@ -21,11 +21,15 @@ msgstr "" msgid "Install %s" msgstr "Установка %s" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "операционная система устанавливается" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "Подключитесь к источнику питания" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -45,16 +49,16 @@ msgstr "Перезагрузить тестовый режим" msgid "Test mode switch user" msgstr "Сменить пользователя в тестовом режиме" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "%s…" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "Отменить установку" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "Режим тестирования" @@ -113,11 +117,11 @@ msgstr "Процессор:" msgid "Memory:" msgstr "Память:" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "Выберите диск" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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,23 +129,78 @@ msgstr "" "Это сотрёт все данные на выбранном диске. Если вы не создали резервную копию " "данных, вы можете отменить установку и перейти в демонстрационный режим." -#: src/Views/DiskView.vala:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "Получение текущей конфигурации…" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "Далее" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "Дополнительные драйверы" + +#: src/Views/DriversView.vala:32 +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 "" +"Wi-Fi адаптеры Broadcom®, графические карты NVIDIA® и некоторые виртуальные " +"машины могут функционировать некорректно без проприетарных драйверов. " +"Большинство устройств не требует дополнительных драйверов." + +#: src/Views/DriversView.vala:43 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" +"Для установки драйверов для графических карт NVIDIA® необходимо " +"Интернет-соединение." + +#: src/Views/DriversView.vala:65 +msgid "" +"Proprietary drivers can be installed later through AppCenter, but an " +"Internet connection will be required for all drivers." +msgstr "" +"Проприетарные драйверы можно установить позже через AppCenter, но для этого " +"потребуется Интернет-соединение." + +#: src/Views/DriversView.vala:72 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "Назад" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "Стереть и установить" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "Не шифровать" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "Включить шифрование диска" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -149,7 +208,7 @@ msgstr "" "При необходимости зашифруйте диск этого устройства для дополнительной " "защиты, но убедитесь, что понимаете, что:" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -157,7 +216,7 @@ msgstr "" "Данные будут защищены от других при физическому доступу к этому устройству, " "только когда оно выключено." -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -165,7 +224,7 @@ msgstr "" "При каждом включении устройства потребуется пароль шифрования. Храните его в " "безопасном месте." -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -173,46 +232,41 @@ msgstr "" "Для ввода пароля шифрования при каждом включении этого устройства, " "потребуется встроенная или USB-клавиатура." -#: src/Views/EncryptView.vala:103 +#: src/Views/EncryptView.vala:104 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 "" "Если вы забудете пароль шифрования, вы не сможете восстановить данные. Это уникальный пароль для этого устройства, а не пароль для учетной " +"b> Это уникальный пароль для этого устройства, а не пароль для учётной " "записи пользователя." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Выберите пароль шифрования" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Подтвердите пароль" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Назад" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Введите пароль" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "Установите пароль шифрования" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Пароли не совпадают" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Не удалось установить" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -221,55 +275,55 @@ msgstr "" "Установка %s не удалась, возможно, из-за аппаратной ошибки. Устройство может " "не перезагрузиться должным образом. Вы можете попробовать следующее:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "Попробовать установить заново" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "Использовать демонстрационный режим и попробовать восстановить вручную" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "Перезагрузить устройство для загрузки с другого диска" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Подробнее" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Перезагрузить устройство" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Демонстрационный режим" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Попробовать установить заново" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "Выберите раскладку клавиатуры" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Введите что-то для проверки раскладки" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Показать раскладку клавиатуры" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Выбрать" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "По умолчанию" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Язык ввода" @@ -340,22 +394,22 @@ msgid "Hide log" msgstr "Скрыть журнал" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Разметка диска" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Извлечение файлов" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Настройка системы" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Завершение установки" @@ -393,10 +447,6 @@ msgstr "" "Создание и изменение разделов вручную. Этот способ может привести к потере " "данных." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "Далее" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "Пользовательская установка" @@ -517,6 +567,13 @@ msgstr "Файловая система:" msgid "Default (ext4)" msgstr "По умолчанию (ext4)" +#~ msgid "" +#~ "Proprietary drivers are subject to their own license terms. By " +#~ "installing, you agree to their terms of use." +#~ msgstr "" +#~ "На проприетарные драйверы распространяются их собственные лицензионные " +#~ "условия. Устанавливая, вы соглашаетесь с их условиями использования." + #~ msgid "System Requirements" #~ msgstr "Системные требования" diff --git a/po/sa.po b/po/sa.po index 18654f329..057c428e2 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-25 22:12+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,148 +108,187 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -312,22 +355,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -360,10 +403,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/si.po b/po/si.po index b5356092b..a6f757f3d 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " @@ -188,38 +238,33 @@ msgstr "" "ඔබ ගුප්තකේතන මුරපදය අමතක නම්, ඔබට දත්ත ආපසු ලබාගැනීමට නොහැකි වනු ඇත. මෙම " "උපාංගය සඳහා මෙම සුවිශේෂී මුරපදය වන අතර, ඔබගේ පරිශීලක ගිණුම සඳහා රහස් පදය නොවේ." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "ගුප්තකේතන මුරපදය තෝරන්න" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "මුරපදය තහවුරු කරන්න" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "ආපසු" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "මුර පදයක් තෝරන්න" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "ගුප්තකේතන මුරපදය තෝරන්න" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "මුර පද ගැලපෙන්නේ නැත" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "ස්ථාපනය කල නොහැක" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -231,63 +276,63 @@ msgstr "" "%s ස්ථාපනය අසාර්ථකයි, සමහරවිට දෘඪාංග දෝෂයක් නිසා විය හැක. ඔබගේ උපාංගය නිසියාකාරව නැවත " "ආරම්භ කිරීමට නොහැකි වනු ඇත. ඔබට පහත සඳහන් දෑ උත්සාහ කළ හැකිය:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• නැවත ස්ථාපනය කිරීමට උත්සාහ කරන්න" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 #, 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:68 +#: src/Views/ErrorView.vala:69 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "• ඔබගේ උපාංගය වෙනත් ධාවකයකින් ආරම්භ කිරීමට නැවත ආරම්භ කරන්න" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "විස්තර" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "නැවත ආරම්භ කරන්න" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "නැවත ස්ථාපනය කිරීමට උතසහ කරන්න" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 #, fuzzy #| msgid "Keyboard Layout" msgid "Select Keyboard Layout" msgstr "යතුරු පුවරුවේ සැකැස්ම" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "ඔබේ පිරිසැලසුම පරීක්ෂා කිරීමට ටයිප් කරන්න" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "යතුරුපුවරු ආකෘතිය පෙන්වන්න" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "තෝරන්න" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "පෙරනිමි" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "ආදාන භාෂාව" @@ -357,22 +402,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "ධාවකය බෙදීම" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "ගොනු නිස්සාරණය" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "පද්ධතිය වින්‍යාස කිරීම" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "ස්ථාපනය අවසන් කිරීම" @@ -408,10 +453,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 #, fuzzy #| msgid "Could Not Install" diff --git a/po/sk.po b/po/sk.po index 824db5611..320803036 100644 --- a/po/sk.po +++ b/po/sk.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2022-09-30 22:21+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-05-09 19:06+0000\n" "Last-Translator: JohnDumpling \n" "Language-Team: Slovak \n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 4.4.2\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:41+0000\n" #: src/Application.vala:42 @@ -20,11 +20,17 @@ msgstr "" msgid "Install %s" msgstr "Inštalovať %s" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +#, fuzzy +#| msgid "%s has been installed" +msgid "operating system is being installed" +msgstr "%s bol nainštalovaný" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "Pripojte zdroj napájania" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -44,34 +50,34 @@ msgstr "Reštartovať testovací režim" msgid "Test mode switch user" msgstr "Prepnúť používateľa v testovacom režime" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "%s…" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "Zrušiť inštaláciu" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "Testovací režim" #: src/Views/CheckView.vala:50 -#, fuzzy -#| msgid "Try Installing Again" msgid "Before Installing" -msgstr "Skúsiť nainštalovať znova" +msgstr "Pred inštaláciou" #: src/Views/CheckView.vala:56 msgid "Pre-Release Version" -msgstr "" +msgstr "Verzia pred vydaním" #: src/Views/CheckView.vala:57 msgid "" "Only install on devices dedicated for development. You will not be able " "to upgrade to a stable release." 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 msgid "Virtual Machine" @@ -93,10 +99,8 @@ 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 -#, fuzzy -#| msgid "Install %s" msgid "Install Anyway" -msgstr "Inštalovať %s" +msgstr "Napriek tomu inštalovať" #: src/Views/CheckView.vala:211 msgid "Recommended:" @@ -114,11 +118,11 @@ msgstr "Procesor:" msgid "Memory:" msgstr "Pamäť RAM:" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "Vyberte disk" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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,23 +130,69 @@ 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "Zisťovanie aktuálnej konfigurácie…" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "Ďalej" + +#: src/Views/DriversView.vala:27 +#, fuzzy +#| msgid "Partitioning Drive" +msgid "Additional Drivers" +msgstr "Vytvárajú sa oddiely na jednotke" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "Späť" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "Vymazať a nainštalovať" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "Nešifrovať" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "Povoliť šifrovanie disku" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -150,7 +200,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:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -158,7 +208,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:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -166,7 +216,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:83 +#: src/Views/EncryptView.vala:84 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -174,7 +224,7 @@ msgstr "" "Vstavaná alebo USB klávesnica bude potrebná na zadanie šifrovacieho hesla " "zakaždým, keď zapnete zariadenie." -#: src/Views/EncryptView.vala:103 +#: src/Views/EncryptView.vala:104 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 " @@ -184,36 +234,31 @@ msgstr "" "Jedná sa o samostatné heslo pre toto zariadenie, nie heslo k vášmu " "používateľskému účtu." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Zvoľte šifrovacie heslo" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Potvrďte heslo" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Späť" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Zvoľte heslo" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "Nastavte šifrovacie heslo" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Heslá sa nezhodujú" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Inštalácia sa nepodarila" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -222,55 +267,55 @@ 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "Vyskúšajte inštaláciu znova" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 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:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "Reštartujte zariadenie a naštartujte z iného disku" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Podrobnosti" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Reštartovať zariadenie" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Vyskúšať Demo režim" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Skúsiť nainštalovať znova" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "Vyberte rozloženie klávesnice" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Píšte pre otestovanie vášho rozloženia" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Zobraziť rozloženie klávesnice" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Vybrať" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Predvolené" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Vstupný jazyk" @@ -341,22 +386,22 @@ msgid "Hide log" msgstr "Skryť záznam" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Vytvárajú sa oddiely na jednotke" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Rozbaľujú sa súbory" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Nastavuje sa systém" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Dokončuje sa inštalácia" @@ -394,10 +439,6 @@ 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:88 -msgid "Next" -msgstr "Ďalej" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "Vlastná inštalácia" diff --git a/po/sl.po b/po/sl.po index 5b86d4831..79c5e8700 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " @@ -186,38 +236,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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Izberite geslo za šifriranje" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Ponovite geslo" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Nazaj" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Izberite geslo" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Izberite geslo za šifriranje" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Gesli se ne ujemata" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Ni bilo mogoče namestiti" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -230,63 +275,63 @@ msgstr "" "Zaradi tega se vaš računalnik morda ne bo pravilno znova zagnal. Lahko " "poskusite:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "* Ponovno pognati namestitev" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 #, 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:68 +#: src/Views/ErrorView.vala:69 #, 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:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Podrobnosti" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Ponovni zagon" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Demonstracijski način" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Ponovno poženi namestitev" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 #, fuzzy #| msgid "Keyboard Layout" msgid "Select Keyboard Layout" msgstr "Razpored tipkovnice" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Tipkajte za preizkus razporeda tipk" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Pokaži razpored tipk" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Izberi" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Privzeto" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Jezik vnosa" @@ -357,22 +402,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Ustvarjanje particij" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Kopiranje datotek" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Nastavitev sistema" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Zaključevanje namestitve" @@ -413,10 +458,6 @@ msgstr "" "Ustvari, spremeni velikost ali drugače upravljaj s particijami. Obstaja " "nevarnost izgube podatkov." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "Naprej" - #: src/Views/TryInstallView.vala:114 #, fuzzy #| msgid "Could Not Install" diff --git a/po/sma.po b/po/sma.po index 95af06a34..97daa6f0f 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-27 15:29+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,148 +108,187 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -312,22 +355,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -360,10 +403,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/sq.po b/po/sq.po index 8691d7a4f..8e630240e 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-27 15:28+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,149 +108,188 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +#, fuzzy +msgid "Back" +msgstr "Fshi" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "Fshi" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -313,22 +356,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -361,10 +404,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/sr.po b/po/sr.po index 2d2fb2bef..6c8d97154 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2021-03-12 08:51+0000\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -186,38 +238,33 @@ msgstr "" "податке. Ово је јединствена лозинка за овај уређај, а не лозинка за ваш " "кориснички налог." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Изабери лозинку шифровања" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Потврди лозинку" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Назад" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Изабери лозинку" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Изабери лозинку шифровања" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Лозинке се не поклапају" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Не могу да инсталирам" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -229,63 +276,63 @@ msgstr "" "Инсталирање „%s“ није успело, вероватно због грешке у хардверу. Ваш уређај " "не може поново да се покрене исправно. Можете покушати следеће:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Да покушате поновну инсталацију" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "• Да користите демо режим и покушате ручну поправку" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "• Да поново покренете уређај да бисте подигли систем са другог диска" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Појединости" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Поново покрени уређај" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Пробај демо режим" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Пробај поновну инсталацију" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 #, fuzzy #| msgid "Keyboard Layout" msgid "Select Keyboard Layout" msgstr "Распоред тастатуре" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Упишите нешто да испробате распоред тастатуре" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Прикажи распоред тастатуре" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Изабери" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Основно" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Језик уноса" @@ -356,22 +403,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Партициониран уређај" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Извлачим датотеке" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Подешавам систем" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Завршавам инсталацију" @@ -412,10 +459,6 @@ msgstr "" "Направите, промените величину или другачије управљајте партицијама ручно. " "Ова метода може довести до губитка података." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "Следеће" - #: src/Views/TryInstallView.vala:114 #, fuzzy #| msgid "Could Not Install" diff --git a/po/sv.po b/po/sv.po index 1a5453337..b0140ce77 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " @@ -190,38 +240,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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Välj krypteringslösenord" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Bekräfta lösenord" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Tillbaka" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Välj lösenord" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Välj krypteringslösenord" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Lösenorden stämmer inte överens med varandra" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Kunde inte installera" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -234,63 +279,63 @@ msgstr "" "enhet kanske inte kommer starta om ordentligt. Du kan testa något av " "följande:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Testa att installera på nytt" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 #, 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:68 +#: src/Views/ErrorView.vala:69 #, 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:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Starta om enheten" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Testa demoläge" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Testa att installera på nytt" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 #, fuzzy #| msgid "Keyboard Layout" msgid "Select Keyboard Layout" msgstr "Tangentbordsuppsättning" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Skriv för att kontrollera din uppsättning" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Visa tangentbordsuppsättning" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Välj" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Standard" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Inmatningsspråk" @@ -363,22 +408,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Partitionerar disk" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Extraherar filer" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Konfigurerar systemet" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Slutför installationen" @@ -413,10 +458,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 #, fuzzy #| msgid "Could Not Install" diff --git a/po/szl.po b/po/szl.po index 7b799bc89..dd711629e 100644 --- a/po/szl.po +++ b/po/szl.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2022-04-20 09:24+0000\n" "Last-Translator: David Hewitt \n" "Language-Team: Silesian you will not be able to recover " "data. This is a unique password for this device, not the password for " @@ -184,38 +234,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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Ôbier hasło szyfrowanio" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Potwiyrdź hasło" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Nazod" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Ôbier hasło" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Ôbier hasło szyfrowanio" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Hasła niy sztymujōm" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Niy idzie zainstalować" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -227,63 +272,63 @@ 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:47 +#: src/Views/ErrorView.vala:48 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Sprōbuj zainstalować jeszcze roz" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 #, 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:68 +#: src/Views/ErrorView.vala:69 #, 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:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Informacyje" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Zresztartuj maszina" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Wyprōbuj tryb dymōnstracyjny" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Sprōbuj zainstalować jeszcze roz" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 #, fuzzy #| msgid "Keyboard Layout" msgid "Select Keyboard Layout" msgstr "Ukłod tastatury" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Pisz, żeby przetestować ukłod" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Pokoż ukłod tastatury" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Ôbier" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Wychodno" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Jynzyk wchodu" @@ -354,22 +399,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Partycjōnowanie napyndu" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Rozpakowowanie zbiorōw" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Kōnfigurowanie systymu" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Kōńczynie instalacyje" @@ -411,10 +456,6 @@ msgstr "" "Ryncznie twōrz, zmiyniej miara i dokōnuj ôperacyji na partycyjach. Ta metoda " "może prziniyś strata danych." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "Dalij" - #: src/Views/TryInstallView.vala:114 #, fuzzy #| msgid "Could Not Install" diff --git a/po/ta.po b/po/ta.po index b25a3ba4a..729d3d021 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-27 15:27+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,149 +108,188 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +#, fuzzy +msgid "Back" +msgstr "பின்நகர்வு" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "பின்நகர்வு" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -313,22 +356,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -361,10 +404,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/te.po b/po/te.po index 077eda338..02501f333 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-27 15:29+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,148 +108,187 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -312,22 +355,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -360,10 +403,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/th.po b/po/th.po index db15b6f6f..b55448542 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-27 15:29+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,149 +108,188 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +#, fuzzy +msgid "Back" +msgstr "ลบ" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "ลบ" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -313,22 +356,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -361,10 +404,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/tl.po b/po/tl.po index be67be2e0..9ed19f215 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -#, fuzzy -msgid "Back" -msgstr "Backspace" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -315,22 +358,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -363,10 +406,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/tn.po b/po/tn.po index 18654f329..057c428e2 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-25 22:12+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,148 +108,187 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -312,22 +355,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -360,10 +403,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/to.po b/po/to.po index 18654f329..057c428e2 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-25 22:12+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,148 +108,187 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -312,22 +355,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -360,10 +403,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/tr.po b/po/tr.po index f46967592..e69c8ecf8 100644 --- a/po/tr.po +++ b/po/tr.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2022-12-03 07:25+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-05-18 16:52+0000\n" "Last-Translator: Özgür Baskin \n" "Language-Team: Turkish \n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.14.2\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:41+0000\n" #: src/Application.vala:42 @@ -20,11 +20,17 @@ msgstr "" msgid "Install %s" msgstr "%s'i yükleyin" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +#, fuzzy +#| msgid "%s has been installed" +msgid "operating system is being installed" +msgstr "%s yüklendi" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "Güç Kaynağına Bağla" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -43,24 +49,22 @@ msgstr "Test modu yeniden başlat" msgid "Test mode switch user" msgstr "Test modu kullanıcı değiştir" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "%s…" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "Kurulumu İptal Et" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "Test Modu" #: src/Views/CheckView.vala:50 -#, fuzzy -#| msgid "Try Installing Again" msgid "Before Installing" -msgstr "Tekrar Yüklemeyi Deneyin" +msgstr "Yüklemeden Önce" #: src/Views/CheckView.vala:56 msgid "Pre-Release Version" @@ -94,10 +98,8 @@ 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 -#, fuzzy -#| msgid "Install %s" msgid "Install Anyway" -msgstr "%s'i yükleyin" +msgstr "Yine de Yükle" #: src/Views/CheckView.vala:211 msgid "Recommended:" @@ -115,11 +117,11 @@ msgstr "İşlemci:" msgid "Memory:" msgstr "Bellek:" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "Bir Sürücü Seçin" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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,23 +129,69 @@ 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "Geçerli yapılandırma alınıyor…" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "Sonraki" + +#: src/Views/DriversView.vala:27 +#, fuzzy +#| msgid "Partitioning Drive" +msgid "Additional Drivers" +msgstr "Sürücü Bölümleniyor" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "Geri" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "Sil ve Kur" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "Şifreleme" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "Sürücü Şifrelemesini Etkinleştir" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -151,7 +199,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:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -159,7 +207,7 @@ msgstr "" "Veriler, bu cihaza fiziksel erişimi olan diğer kişilerden ancak cihaz " "kapalıysa korunacaktır." -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -167,7 +215,7 @@ msgstr "" "Bu cihaz her açıldığında şifreleme parolası gerekecektir. Güvenli bir yerde " "saklayın." -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -175,7 +223,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:103 +#: src/Views/EncryptView.vala:104 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 " @@ -184,36 +232,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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Şifreleme Parolasını Seçin" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Parolayı Onayla" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Geri" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Şifre Seçin" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "Şifreleme Parolasını Belirle" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Parolalar eşleşmiyor" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Yüklenemedi" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -222,55 +265,55 @@ 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "Kurulumu tekrarlayın" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "Demo Modu'nu kullanın ve el ile kurtarmayı deneyin" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 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:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Ayrıntılar" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Cihazı Yeniden Başlatın" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Demo Modu'nu Deneyin" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Tekrar Yüklemeyi Deneyin" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "Klavye Düzeni Seçin" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Düzeni test etmek için yazın" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Klavye düzenini göster" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Seç" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Varsayılan" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Giriş Dili" @@ -340,22 +383,22 @@ msgid "Hide log" msgstr "Günlüğü gizle" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Sürücü Bölümleniyor" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Dosyalar Ayıklanıyor" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Sistem Yapılandırılıyor" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Kurulum Sonlandırılıyor" @@ -393,10 +436,6 @@ 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:88 -msgid "Next" -msgstr "Sonraki" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "Özel Kurulum" diff --git a/po/ug.po b/po/ug.po index 18654f329..057c428e2 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-25 22:12+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,148 +108,187 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -312,22 +355,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -360,10 +403,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/uk.po b/po/uk.po index ed401eff3..3ccd3a7f6 100644 --- a/po/uk.po +++ b/po/uk.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 17:56+0000\n" -"PO-Revision-Date: 2022-12-18 22:25+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" +"PO-Revision-Date: 2023-08-25 03:04+0000\n" "Last-Translator: Ihor Hordiichuk \n" "Language-Team: Ukrainian \n" @@ -11,9 +11,9 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.14.2\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Generator: Weblate 4.17\n" "X-Launchpad-Export-Date: 2016-09-27 06:41+0000\n" #: src/Application.vala:42 @@ -21,11 +21,15 @@ msgstr "" msgid "Install %s" msgstr "Встановити %s" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "операційну систему встановлено" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "Під'єднайте джерело живлення" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -45,16 +49,16 @@ msgstr "Перезавантажити тестовий режим" msgid "Test mode switch user" msgstr "Змінити користувача тестового режиму" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "%s…" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "Скасувати встановлення" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "Режим тестування" @@ -113,11 +117,11 @@ msgstr "Процесор:" msgid "Memory:" msgstr "Пам'ять:" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "Виберіть диск" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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,23 +130,77 @@ msgstr "" "даних, ви можете скасувати встановлення та скористатися демонстраційним " "режимом." -#: src/Views/DiskView.vala:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "Отримання поточної конфігурації…" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "Далі" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "Додаткові драйвери" + +#: src/Views/DriversView.vala:32 +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 "" +"Wi-Fi адаптери Broadcom®, відеокарта NVIDIA® та деякі віртуальні машини " +"можуть не працювати належним чином без додаткових драйверів. Більшість " +"пристроїв не потребують додаткових драйверів." + +#: src/Views/DriversView.vala:43 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" +"Для встановлення графічних драйверів NVIDIA® потрібне інтернет-з'єднання." + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "Назад" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "Стерти й встановити" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "Не шифрувати" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "Увімкнути шифрування диска" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" @@ -150,7 +208,7 @@ msgstr "" "Зашифруйте диск цього пристрою, якщо це потрібно для додаткового захисту, " "але переконайтеся, що розумієте що:" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." @@ -158,7 +216,7 @@ msgstr "" "Дані буде захищено від інших при фізичному доступі до цього пристрою, лише " "коли його вимкнено." -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." @@ -166,7 +224,7 @@ msgstr "" "Пароль шифрування буде потрібен за кожного ввімкнення цього пристрою. " "Зберігайте його в безпечному місці." -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 msgid "" "A built-in or USB keyboard will be required to type the encryption password " "each time this device is turned on." @@ -174,7 +232,7 @@ msgstr "" "Для введення пароля шифрування за кожного увімкнення цього пристрою, " "знадобиться вбудована або USB-клавіатура." -#: src/Views/EncryptView.vala:103 +#: src/Views/EncryptView.vala:104 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 " @@ -184,36 +242,31 @@ msgstr "" "унікальний пароль для цього пристрою, а не пароль для вашого облікового " "запису користувача." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Обрати пароль шифрування" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Підтвердити пароль" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Назад" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Оберіть пароль" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "Встановити пароль шифрування" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Паролі не збігаються" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "Не вдалося встановити" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -222,56 +275,56 @@ msgstr "" "Не вдалося встановити %s, можливо, через апаратну помилку. Пристрій може " "перезапуститися неналежним чином. Ви можете спробувати:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "Спробувати встановити знову" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" "Увійти в демонстраційний режим і спробувати розв'язати проблему власноруч" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "Перезапустити пристрій та завантажити з іншого диска" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Докладніше" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Перезапустити пристрій" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Спробувати демонстраційний режим" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Повторити спробу встановлення" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "Виберіть розкладку клавіатури" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Введіть щось для перевірки розкладки" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Показати розкладку клавіатури" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Вибрати" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Типово" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Мова введення" @@ -342,22 +395,22 @@ msgid "Hide log" msgstr "Сховати журнал" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "Розподілення диска" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "Видобування файлів" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "Налаштовування системи" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "Завершення встановлення" @@ -395,10 +448,6 @@ msgstr "" "Створюйте, змінюйте розмір або керуйте розділами власноруч. Цей метод може " "призвести до втрати даних." -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "Далі" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "Налаштувати встановлення" @@ -519,6 +568,13 @@ msgstr "Файлова система:" msgid "Default (ext4)" msgstr "Типова (ext4)" +#~ msgid "" +#~ "Proprietary drivers are subject to their own license terms. By " +#~ "installing, you agree to their terms of use." +#~ msgstr "" +#~ "На пропрієтарні драйвери поширюються їхні власні ліцензійні умови. " +#~ "Встановлюючи їх, ви погоджуєтеся з їхніми умовами користування." + #~ msgid "System Requirements" #~ msgstr "Системні вимоги" diff --git a/po/ur.po b/po/ur.po index 166af58a7..fd10106ff 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " "your user account." msgstr "" -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 #, fuzzy msgid "Could Not Install" msgstr "انسٹال نہیں کیا جا سکا %s 1" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, fuzzy, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -210,56 +253,56 @@ msgstr "" "انسٹالیشن ناکام ہوگئی ہے، لہذا آپ کا ڈیواءیس مناسب طریقے سے دوبارہ شروع نہیں " "کرسکتا. آپ مندرجہ ذیل میں سے ایک کوشش کر سکتے ہیں:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 #, fuzzy msgid "Try the installation again" msgstr "انسٹالیشن شروع کی جا رہی ہے\n" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -326,22 +369,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -377,10 +420,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 #, fuzzy msgid "Custom Install" diff --git a/po/uz.po b/po/uz.po index 57bc79fc0..9276fb78b 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " @@ -188,101 +236,96 @@ msgstr "" "qayta tiklay olmaysiz. Bu foydalanuvchi hisob qaydnomasi uchun parol " "emas, balki ushbu qurilma uchun noyob paroldir." -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "Shifrlash parolini tanlang" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "Parolni qaytadan kiriting" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "Orqaga" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "Parolni kiriting" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "Shifrlash parolini tanlang" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "Parollar mos kelmadi" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "O'rnatish bo'lmadi" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• Qaytadan o'rnatishga urinib ko'ring" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 #, 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:68 +#: src/Views/ErrorView.vala:69 #, 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:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "Batafsil" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "Qurilmani qayta ishga tushirish" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "Dem-tartibni sinab ko'rish" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "Qaytadan o'rnatishga urinib ko'rish" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 #, fuzzy #| msgid "Keyboard Layout" msgid "Select Keyboard Layout" msgstr "Klaviatura tili" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "Klaviatura yozuv tilini sinab ko'rish uchun nimadir yozib ko'ring" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "Klaviatura yozuv tilini ko'rsatish" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "Tanlash" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "Odatdagi" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "Kiritish tili" @@ -349,22 +392,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -399,10 +442,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "Keyingi" - #: src/Views/TryInstallView.vala:114 #, fuzzy #| msgid "Could Not Install" diff --git a/po/vi.po b/po/vi.po index b66189e32..48be33c06 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-08-03 21:41+0000\n" "Last-Translator: Maxwell Barvian \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,148 +108,187 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -312,22 +355,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -360,10 +403,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/wa.po b/po/wa.po index de1a932fa..097f2b2d7 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -21,11 +21,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -43,16 +47,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -107,148 +111,187 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -315,22 +358,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -363,10 +406,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/wo.po b/po/wo.po index 9b1626dd8..e68d8ebe2 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -21,11 +21,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -43,16 +47,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -107,148 +111,187 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -315,22 +358,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -363,10 +406,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/xh.po b/po/xh.po index af0a81225..7535abc60 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -21,11 +21,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -43,16 +47,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -107,148 +111,187 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -315,22 +358,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -363,10 +406,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/yi.po b/po/yi.po index a54d3ddc5..e6e20db05 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -21,11 +21,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -43,16 +47,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -107,148 +111,187 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -315,22 +358,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -363,10 +406,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/yo.po b/po/yo.po index 3f98adb99..0b17c042c 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -21,11 +21,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -43,16 +47,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -107,148 +111,187 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -315,22 +358,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -363,10 +406,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/za.po b/po/za.po index 2b25c77c9..f62323f83 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -21,11 +21,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -43,16 +47,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -107,148 +111,187 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -315,22 +358,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -363,10 +406,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/zh.po b/po/zh.po index 539d7b61a..1515dc062 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " @@ -176,36 +228,31 @@ msgstr "" "如果您忘记了加密密码, 您将无法恢复数据。 加密密码是针对该设备的密码," "而非账户密码。" -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "选择加密密码" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "确认密码" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "返回" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "选择密码" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "设置加密密码" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "密码不匹配" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "无法安装" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -214,55 +261,55 @@ msgstr "" "安装 %s 失败,可能是硬件错误导致的。设备可能没有正常重启。您可以尝试以下操" "作:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "尝试重新安装" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "进入试用模式手动恢复" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "重启设备并从其他硬盘启动" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "详情" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "重启设备" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "进入试用模式" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "尝试重新安装" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "选择键盘布局" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "输入以测试您的布局" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "显示键盘布局" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "选择" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "默认" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "输入语言" @@ -331,22 +378,22 @@ msgid "Hide log" msgstr "隐藏日志" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "正在分区硬盘" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "正在解压文件" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "正在配置系统" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "正在完成安装" @@ -382,10 +429,6 @@ msgid "" msgstr "" "手动进行分区管理、分区大小调整以及其它的管理操作。该方法可能造成数据丢失。" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "继续" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "自定义安装" diff --git a/po/zh_CN.po b/po/zh_CN.po index 1fe29f990..341448a49 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " @@ -172,36 +224,31 @@ msgstr "" "如果您忘记了加密密码, 您将无法恢复数据。 加密密码是针对该设备的密码," "而非账户密码。" -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "选择加密密码" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "确认密码" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "返回" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "选择密码" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "设置加密密码" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "密码不匹配" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "无法安装" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, c-format msgid "" "Installing %s failed, possibly due to a hardware error. The device may not " @@ -210,55 +257,55 @@ msgstr "" "安装 %s 失败,可能是硬件错误导致的。设备可能没有正常重启。您可以尝试以下操" "作:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "尝试重新安装" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "进入试用模式手动恢复" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "重启设备并从其他硬盘启动" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "详情" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "重启设备" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "进入试用模式" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "尝试重新安装" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "选择键盘布局" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "输入以检测布局" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "显示键盘布局" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "选择" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "默认" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "输入语言" @@ -327,22 +374,22 @@ msgid "Hide log" msgstr "隐藏日志" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "正在分区硬盘" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "正在解压文件" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "正在配置系统" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "正在完成安装" @@ -378,10 +425,6 @@ msgid "" msgstr "" "手动进行分区管理、分区大小调整以及其它的管理操作。该方法可能造成数据丢失。" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "继续" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "自定义安装" diff --git a/po/zh_HK.po b/po/zh_HK.po index 4bcdce94b..c18704067 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: 2016-05-25 22:12+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -40,16 +44,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -104,148 +108,187 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -312,22 +355,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -360,10 +403,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/po/zh_TW.po b/po/zh_TW.po index 2a561188e..4bb01d8d2 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+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 recover " "data. This is a unique password for this device, not the password for " @@ -183,38 +233,33 @@ msgstr "" "如果您忘記加密密嗎,您將無法將資料復原。此密碼有別於您帳戶所使用的密" "碼,只用於此裝置上。" -#: src/Views/EncryptView.vala:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "選擇加密密碼" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "確認密碼" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "返回" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "選擇密碼" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 #, fuzzy #| msgid "Choose Encryption Password" msgid "Set Encryption Password" msgstr "選擇加密密碼" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "密碼與確認密碼不一致" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "無法安裝" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, fuzzy, c-format #| msgid "" #| "Installing %s failed, possibly due to a hardware error. Your device may " @@ -226,63 +271,63 @@ msgstr "" "%s 安裝失敗,可能是硬體錯誤導致。您的裝置可能無法正常重新啟動。您可以嘗試下列" "動作:" -#: src/Views/ErrorView.vala:47 +#: src/Views/ErrorView.vala:48 #, fuzzy #| msgid "• Try the installation again" msgid "Try the installation again" msgstr "• 嘗試重裝一次" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 #, fuzzy #| msgid "• Use Demo Mode and try to manually recover" msgid "Use Demo Mode and try to manually recover" msgstr "• 進入「展示模式」並嘗試手動還原" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 #, fuzzy #| msgid "• Restart your device to boot from another drive" msgid "Restart the device and boot from another drive" msgstr "• 重新啟動您的裝置以從另一個磁碟開機" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "重新啟動裝置" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "嘗試展示模式" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "嘗試再安裝一次" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 #, fuzzy #| msgid "Keyboard Layout" msgid "Select Keyboard Layout" msgstr "鍵盤配置" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "請繕打文字以測試您的鍵盤配置" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "顯示鍵盤配置" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "選取" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "預設" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "輸入語言" @@ -353,22 +398,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "分割磁碟" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "解壓縮檔案" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "設定系統" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "完成安裝" @@ -407,10 +452,6 @@ msgid "" "lead to data loss." msgstr "手動建立、管理、或調整分割區大小等。採用這個方法可能會導致資料喪失。" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "下一步" - #: src/Views/TryInstallView.vala:114 #, fuzzy #| msgid "Could Not Install" diff --git a/po/zu.po b/po/zu.po index 9cd6e2f96..0171042e8 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: 2023-01-11 17:56+0000\n" +"POT-Creation-Date: 2023-08-24 17:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -21,11 +21,15 @@ msgstr "" msgid "Install %s" msgstr "" -#: src/MainWindow.vala:267 +#: src/Application.vala:61 +msgid "operating system is being installed" +msgstr "" + +#: src/MainWindow.vala:262 msgid "Connect to a Power Source" msgstr "" -#: src/MainWindow.vala:268 +#: src/MainWindow.vala:263 msgid "" "Your device is running on battery power. It's recommended to be plugged in " "while installing." @@ -43,16 +47,16 @@ msgstr "" msgid "Test mode switch user" msgstr "" -#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:223 +#: src/Helpers/LocaleHelper.vala:121 src/Views/KeyboardLayoutView.vala:221 #, c-format msgid "%s…" msgstr "" -#: src/Views/AbstractInstallerView.vala:47 +#: src/Views/AbstractInstallerView.vala:46 msgid "Cancel Installation" msgstr "" -#: src/Views/AbstractInstallerView.vala:56 +#: src/Views/AbstractInstallerView.vala:55 msgid "Test Mode" msgstr "" @@ -107,148 +111,187 @@ msgstr "" msgid "Memory:" msgstr "" -#: src/Views/DiskView.vala:48 +#: src/Views/DiskView.vala:46 msgid "Select a Drive" msgstr "" -#: src/Views/DiskView.vala:54 +#: src/Views/DiskView.vala:52 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:78 src/Views/PartitioningView.vala:95 +#: src/Views/DiskView.vala:76 src/Views/PartitioningView.vala:95 msgid "Getting the current configuration…" msgstr "" -#: src/Views/DiskView.vala:114 src/Views/PartitioningView.vala:123 +#: src/Views/DiskView.vala:112 src/Views/PartitioningView.vala:123 +#: src/Views/TryInstallView.vala:88 +msgid "Next" +msgstr "" + +#: src/Views/DriversView.vala:27 +msgid "Additional Drivers" +msgstr "" + +#: src/Views/DriversView.vala:32 +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 +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 +msgid "An Internet connection is required to install NVIDIA® graphics drivers." +msgstr "" + +#: src/Views/DriversView.vala:65 +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 +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:167 +#: src/Views/KeyboardLayoutView.vala:58 src/Views/PartitioningView.vala:121 +#: src/Views/TryInstallView.vala:86 +msgid "Back" +msgstr "" + +#: src/Views/DriversView.vala:104 msgid "Erase and Install" msgstr "" -#: src/Views/EncryptView.vala:28 +#: src/Views/EncryptView.vala:26 msgid "Don’t Encrypt" msgstr "" -#: src/Views/EncryptView.vala:50 +#: src/Views/EncryptView.vala:51 msgid "Enable Drive Encryption" msgstr "" -#: src/Views/EncryptView.vala:55 +#: src/Views/EncryptView.vala:56 msgid "" "Encrypt this device's drive if required for added protection, but be sure " "you understand:" msgstr "" -#: src/Views/EncryptView.vala:65 +#: src/Views/EncryptView.vala:66 msgid "" "Data will only be protected from others with physical access to this device " "when it is shut down." msgstr "" -#: src/Views/EncryptView.vala:74 +#: src/Views/EncryptView.vala:75 msgid "" "The encryption password will be required each time this device is turned on. " "Store it somewhere safe." msgstr "" -#: src/Views/EncryptView.vala:83 +#: src/Views/EncryptView.vala:84 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:103 +#: src/Views/EncryptView.vala:104 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:113 +#: src/Views/EncryptView.vala:114 msgid "Choose Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:127 +#: src/Views/EncryptView.vala:128 msgid "Confirm Password" msgstr "" -#: src/Views/EncryptView.vala:166 src/Views/KeyboardLayoutView.vala:60 -#: src/Views/PartitioningView.vala:121 src/Views/TryInstallView.vala:86 -msgid "Back" -msgstr "" - -#: src/Views/EncryptView.vala:168 +#: src/Views/EncryptView.vala:169 msgid "Choose Password" msgstr "" -#: src/Views/EncryptView.vala:191 +#: src/Views/EncryptView.vala:192 msgid "Set Encryption Password" msgstr "" -#: src/Views/EncryptView.vala:260 +#: src/Views/EncryptView.vala:261 msgid "Passwords do not match" msgstr "" -#: src/Views/ErrorView.vala:31 +#: src/Views/ErrorView.vala:32 msgid "Could Not Install" msgstr "" -#: src/Views/ErrorView.vala:36 +#: src/Views/ErrorView.vala:37 #, 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:47 +#: src/Views/ErrorView.vala:48 msgid "Try the installation again" msgstr "" -#: src/Views/ErrorView.vala:58 +#: src/Views/ErrorView.vala:59 msgid "Use Demo Mode and try to manually recover" msgstr "" -#: src/Views/ErrorView.vala:68 +#: src/Views/ErrorView.vala:69 msgid "Restart the device and boot from another drive" msgstr "" -#: src/Views/ErrorView.vala:78 +#: src/Views/ErrorView.vala:79 msgid "Details" msgstr "" -#: src/Views/ErrorView.vala:113 src/Views/SuccessView.vala:66 +#: src/Views/ErrorView.vala:114 src/Views/SuccessView.vala:66 msgid "Restart Device" msgstr "" -#: src/Views/ErrorView.vala:115 src/Views/TryInstallView.vala:39 +#: src/Views/ErrorView.vala:116 src/Views/TryInstallView.vala:39 msgid "Try Demo Mode" msgstr "" -#: src/Views/ErrorView.vala:117 +#: src/Views/ErrorView.vala:118 msgid "Try Installing Again" msgstr "" -#: src/Views/KeyboardLayoutView.vala:32 +#: src/Views/KeyboardLayoutView.vala:30 msgid "Select Keyboard Layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:40 +#: src/Views/KeyboardLayoutView.vala:38 msgid "Type to test your layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:43 +#: src/Views/KeyboardLayoutView.vala:41 msgid "Show keyboard layout" msgstr "" -#: src/Views/KeyboardLayoutView.vala:62 src/Views/LanguageView.vala:111 +#: src/Views/KeyboardLayoutView.vala:60 src/Views/LanguageView.vala:111 msgid "Select" msgstr "" -#: src/Views/KeyboardLayoutView.vala:126 +#: src/Views/KeyboardLayoutView.vala:124 msgid "Default" msgstr "" -#: src/Views/KeyboardLayoutView.vala:133 +#: src/Views/KeyboardLayoutView.vala:131 msgid "Input Language" msgstr "" @@ -315,22 +358,22 @@ msgid "Hide log" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:221 +#: src/Views/ProgressView.vala:225 msgid "Partitioning Drive" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:226 +#: src/Views/ProgressView.vala:230 msgid "Extracting Files" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:231 +#: src/Views/ProgressView.vala:235 msgid "Configuring the System" msgstr "" #. /TRANSLATORS: The current step of the installer back-end -#: src/Views/ProgressView.vala:236 +#: src/Views/ProgressView.vala:240 msgid "Finishing the Installation" msgstr "" @@ -363,10 +406,6 @@ msgid "" "lead to data loss." msgstr "" -#: src/Views/TryInstallView.vala:88 -msgid "Next" -msgstr "" - #: src/Views/TryInstallView.vala:114 msgid "Custom Install" msgstr "" diff --git a/src/Application.vala b/src/Application.vala index 4bf38d36f..f398a34bb 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -39,8 +39,7 @@ public class Installer.App : Gtk.Application { default_height = 600, default_width = 850, icon_name = application_id, - title = _("Install %s").printf (Utils.get_pretty_name ()), - window_position = Gtk.WindowPosition.CENTER_ALWAYS + title = _("Install %s").printf (Utils.get_pretty_name ()) }; window.show_all (); add_window (window); @@ -56,7 +55,11 @@ public class Installer.App : Gtk.Application { Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION ); - Inhibitor.get_instance ().inhibit (); + inhibit ( + get_active_window (), + Gtk.ApplicationInhibitFlags.IDLE | Gtk.ApplicationInhibitFlags.SUSPEND, + _("operating system is being installed") + ); } } diff --git a/src/Helpers/Inhibitor.vala b/src/Helpers/Inhibitor.vala deleted file mode 100644 index e19f2aede..000000000 --- a/src/Helpers/Inhibitor.vala +++ /dev/null @@ -1,102 +0,0 @@ -/*- - * Copyright (c) 2016 elementary LLC. (https://elementary.io) - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as published by - * the Free Software Foundation, either version 2.1 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 Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public License - * along with this program. If not, see . - */ - -[DBus (name = "org.freedesktop.ScreenSaver")] -public interface ScreenSaverIface : Object { - public abstract uint32 inhibit (string app_name, string reason) throws Error; - public abstract void un_inhibit (uint32 cookie) throws Error; - public abstract void simulate_user_activity () throws Error; -} - -public class Inhibitor : Object { - private const string IFACE = "org.freedesktop.ScreenSaver"; - private const string IFACE_PATH = "/ScreenSaver"; - - private static Inhibitor? instance = null; - - private uint32? inhibit_cookie = null; - - private ScreenSaverIface? screensaver_iface = null; - - private bool inhibited = false; - private bool simulator_started = false; - - private Inhibitor () { - try { - screensaver_iface = Bus.get_proxy_sync (BusType.SESSION, IFACE, IFACE_PATH, DBusProxyFlags.NONE); - } catch (Error e) { - warning ("Could not start screensaver interface: %s", e.message); - } - } - - public static Inhibitor get_instance () { - if (instance == null) { - instance = new Inhibitor (); - } - - return instance; - } - - public void inhibit () { - if (screensaver_iface != null && !inhibited) { - try { - inhibited = true; - inhibit_cookie = screensaver_iface.inhibit ("Installer", "Installing"); - simulate_activity (); - debug ("Inhibiting screen"); - } catch (Error e) { - warning ("Could not inhibit screen: %s", e.message); - } - } - } - - public void uninhibit () { - if (screensaver_iface != null && inhibited) {//&& inhibit_cookie != null) { - try { - inhibited = false; - screensaver_iface.un_inhibit (inhibit_cookie); - debug ("Uninhibiting screen"); - } catch (Error e) { - warning ("Could not uninhibit screen: %s", e.message); - } - } - } - - /* - * Inhibit currently does not block a suspend from ocurring, - * so we simulate user activity every 2 mins to prevent it - */ - private void simulate_activity () { - if (simulator_started) return; - - simulator_started = true; - Timeout.add_full (Priority.DEFAULT, 120000, ()=> { - if (inhibited) { - try { - debug ("Simulating activity"); - screensaver_iface.simulate_user_activity (); - } catch (Error e) { - warning ("Could not simulate user activity: %s", e.message); - } - } else { - simulator_started = false; - } - - return inhibited; - }); - } -} diff --git a/src/Helpers/InstallerDaemon.vala b/src/Helpers/InstallerDaemon.vala index c0c9e06d0..254bb8f90 100644 --- a/src/Helpers/InstallerDaemon.vala +++ b/src/Helpers/InstallerDaemon.vala @@ -16,8 +16,10 @@ */ public class Installer.Daemon { - // Wait up to 60 seconds for DBus calls to timeout. Some of the Distinst disk probe operations seem to take around 30 seconds - private const int DBUS_TIMEOUT_MSEC = 60 * 1000; + // Wait up to 10 minutes for DBus calls to timeout. Some of the Distinst disk probe operations seem to take around 600 seconds (10 minutes). + // Some systems may require more time for probing partitions. + + private const int DBUS_TIMEOUT_MSEC = 600 * 1000; [DBus (name = "io.elementary.InstallerDaemon")] private interface InstallerInterface : GLib.DBusProxy { diff --git a/src/MainWindow.vala b/src/MainWindow.vala index 9a1cd7f5f..202ab6661 100644 --- a/src/MainWindow.vala +++ b/src/MainWindow.vala @@ -1,5 +1,5 @@ /*- - * Copyright 2016-2020 elementary, Inc. (https://elementary.io) + * Copyright 2016-2023 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 @@ -29,30 +29,19 @@ public class Installer.MainWindow : Hdy.Window { private const uint64 MINIMUM_SPACE = 15 * ONE_GB; private Gtk.Label infobar_label; - private Gtk.Stack stack; - + private Hdy.Deck deck; private LanguageView language_view; - private KeyboardLayoutView keyboard_layout_view; private TryInstallView try_install_view; - private Installer.CheckView check_view; - private DiskView disk_view; - private PartitioningView partitioning_view; - private ProgressView progress_view; - private SuccessView success_view; - private EncryptView encrypt_view; - private ErrorView error_view; private bool check_ignored = false; - + private uint orca_timeout_id = 0; construct { language_view = new LanguageView (); - stack = new Gtk.Stack () { - margin_bottom = 12, - margin_top = 12, - transition_type = Gtk.StackTransitionType.SLIDE_LEFT_RIGHT + deck = new Hdy.Deck () { + can_swipe_back = true }; - stack.add (language_view); + deck.add (language_view); infobar_label = new Gtk.Label ("") { use_markup = true @@ -71,13 +60,19 @@ public class Installer.MainWindow : Hdy.Window { battery_infobar.get_content_area ().add (infobar_label); battery_infobar.get_style_context ().add_class ("frame"); - var overlay = new Gtk.Overlay (); - overlay.add (stack); + var overlay = new Gtk.Overlay () { + child = deck + }; overlay.add_overlay (battery_infobar); - add (overlay); + child = overlay; language_view.next_step.connect (() => { + // Don't prompt for screen reader if we're able to navigate without it + if (orca_timeout_id != 0) { + Source.remove (orca_timeout_id); + } + // Reset when language selection changes set_infobar_string (); load_keyboard_view (); @@ -102,135 +97,140 @@ public class Installer.MainWindow : Hdy.Window { battery_infobar.response.connect (() => { battery_infobar.revealed = false; }); - } - - /* - * We need to load all the view after the language has being chosen and set. - * We need to rebuild the view everytime the next button is clicked to reflect language changes. - */ - - private void load_keyboard_view () { - if (keyboard_layout_view != null) { - keyboard_layout_view.destroy (); - } - keyboard_layout_view = new KeyboardLayoutView (); - keyboard_layout_view.previous_view = language_view; - stack.add (keyboard_layout_view); - stack.visible_child = keyboard_layout_view; + var mediakeys_settings = new Settings ("org.gnome.settings-daemon.plugins.media-keys"); + var a11y_settings = new Settings ("org.gnome.desktop.a11y.applications"); - keyboard_layout_view.next_step.connect (() => load_try_install_view ()); - } + orca_timeout_id = Timeout.add_seconds (10, () => { + orca_timeout_id = 0; - private void load_try_install_view () { - if (try_install_view != null) { - try_install_view.destroy (); - } + if (a11y_settings.get_boolean ("screen-reader-enabled")) { + return Source.REMOVE; + } - try_install_view = new TryInstallView (); - try_install_view.previous_view = keyboard_layout_view; - stack.add (try_install_view); - stack.visible_child = try_install_view; - - try_install_view.custom_step.connect (() => load_partitioning_view ()); - try_install_view.next_step.connect (() => load_disk_view ()); - } + var shortcut_string = Granite.accel_to_string ( + mediakeys_settings.get_strv ("screenreader")[0] + ); - private void set_check_view_visible (bool show) { - if (show) { - check_view.previous_view = stack.visible_child; - stack.visible_child = check_view; - } else if (check_view.previous_view != null) { - stack.visible_child = check_view.previous_view; - check_view.previous_view = null; - } - } + // Espeak can't read ⌘ + shortcut_string = shortcut_string.replace ("⌘", "Super"); - private void load_check_view () { - if (check_view != null) { - check_view.destroy (); - } + var orca_prompt = "Screen reader can be turned on with the keyboard shorcut %s".printf (shortcut_string); - check_view = new Installer.CheckView (); - stack.add (check_view); + try { + Process.spawn_command_line_async ("espeak '%s'".printf (orca_prompt)); + } catch (SpawnError e) { + critical ("Couldn't read Orca prompt: %s", e.message); + } - check_view.cancel.connect (() => { - stack.visible_child = try_install_view; - check_view.previous_view = null; - check_view.destroy (); + return Source.REMOVE; }); - check_view.next_step.connect (() => { - check_ignored = true; - set_check_view_visible (false); + deck.notify["visible-child"].connect (() => { + update_navigation (); }); - set_check_view_visible (!check_ignored && check_view.has_messages); + deck.notify["transition-running"].connect (() => { + update_navigation (); + }); } - private void load_encrypt_view () { - if (encrypt_view != null) { - encrypt_view.destroy (); + private void update_navigation () { + if (!deck.transition_running) { + // We need to rebuild the views to reflect language changes and forking paths + if (deck.visible_child == language_view || deck.visible_child == try_install_view) { + while (deck.get_adjacent_child (FORWARD) != null) { + deck.remove (deck.get_adjacent_child (FORWARD)); + } + } } + } - encrypt_view = new EncryptView (); - encrypt_view.previous_view = disk_view; - stack.add (encrypt_view); - stack.visible_child = encrypt_view; + private void load_keyboard_view () { + var keyboard_layout_view = new KeyboardLayoutView (); + try_install_view = new TryInstallView (); - encrypt_view.cancel.connect (() => { - stack.visible_child = try_install_view; + deck.add (keyboard_layout_view); + deck.add (try_install_view); + + deck.visible_child = keyboard_layout_view; + + try_install_view.custom_step.connect (() => { + load_check_view (); + load_partitioning_view (); + load_drivers_view (); + deck.navigate (FORWARD); }); - encrypt_view.next_step.connect (() => load_progress_view ()); + try_install_view.next_step.connect (() => { + load_check_view (); + load_disk_view (); + load_encrypt_view (); + load_drivers_view (); + deck.navigate (FORWARD); + }); } private void load_disk_view () { - if (disk_view != null) { - disk_view.destroy (); - } + var disk_view = new DiskView (); + deck.add (disk_view); - disk_view = new DiskView (); - disk_view.previous_view = try_install_view; - stack.add (disk_view); - stack.visible_child = disk_view; disk_view.load.begin (MINIMUM_SPACE); + disk_view.cancel.connect (() => deck.navigate (BACK)); + } + + private void load_check_view () { + if (check_ignored) { + return; + } - load_check_view (); + var check_view = new Installer.CheckView (); + if (check_view.has_messages) { + deck.add (check_view); + } + + check_view.cancel.connect (() => deck.navigate (BACK)); - disk_view.cancel.connect (() => { - stack.visible_child = try_install_view; + check_view.next_step.connect (() => { + check_ignored = true; + deck.navigate (FORWARD); }); + } + + private void load_encrypt_view () { + var encrypt_view = new EncryptView (); + deck.add (encrypt_view); - disk_view.next_step.connect (() => load_encrypt_view ()); + encrypt_view.cancel.connect (() => { + deck.visible_child = try_install_view; + }); } private void load_partitioning_view () { - if (partitioning_view != null) { - partitioning_view.destroy (); - } - - partitioning_view = new PartitioningView (MINIMUM_SPACE); - partitioning_view.previous_view = try_install_view; - stack.add (partitioning_view); - stack.visible_child = partitioning_view; + var partitioning_view = new PartitioningView (MINIMUM_SPACE); + deck.add (partitioning_view); partitioning_view.next_step.connect (() => { unowned Configuration config = Configuration.get_default (); config.luks = (owned) partitioning_view.luks; config.mounts = (owned) partitioning_view.mounts; - load_progress_view (); + deck.navigate (FORWARD); }); } + private void load_drivers_view () { + var drivers_view = new DriversView (); + deck.add (drivers_view); + + drivers_view.next_step.connect (() => load_progress_view ()); + } + private void load_progress_view () { - if (progress_view != null) { - progress_view.destroy (); - } + var progress_view = new ProgressView (); - progress_view = new ProgressView (); - stack.add (progress_view); - stack.visible_child = progress_view; + deck.add (progress_view); + deck.visible_child = progress_view; + deck.can_swipe_back = false; progress_view.on_success.connect (() => load_success_view ()); @@ -241,25 +241,20 @@ public class Installer.MainWindow : Hdy.Window { } private void load_success_view () { - if (success_view != null) { - success_view.destroy (); - } - - success_view = new SuccessView (); - stack.add (success_view); - stack.visible_child = success_view; + var success_view = new SuccessView (); + deck.add (success_view); + deck.visible_child = success_view; } private void load_error_view (string log) { - if (error_view != null) { - error_view.destroy (); - } - - error_view = new ErrorView (log); - stack.add (error_view); - stack.visible_child = error_view; + var error_view = new ErrorView (log); + deck.add (error_view); + deck.visible_child = error_view; - error_view.previous_view = disk_view; + error_view.retry_install.connect (() => { + deck.visible_child = try_install_view; + deck.can_swipe_back = true; + }); } private void set_infobar_string () { diff --git a/src/Objects/Configuration.vala b/src/Objects/Configuration.vala index cecc3e66c..1994fec10 100644 --- a/src/Objects/Configuration.vala +++ b/src/Objects/Configuration.vala @@ -1,6 +1,5 @@ -// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*- /*- - * Copyright (c) 2016 elementary LLC. (https://elementary.io) + * Copyright 2016-2023 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 @@ -36,4 +35,5 @@ public class Configuration : GLib.Object { public string disk { get; set; } public Gee.ArrayList? mounts { get; set; default = null; } public Gee.ArrayList? luks { get; set; default = null; } + public bool install_drivers { get; set; default = false; } } diff --git a/src/Views/AbstractInstallerView.vala b/src/Views/AbstractInstallerView.vala index b76f00ca2..6ad4005c3 100644 --- a/src/Views/AbstractInstallerView.vala +++ b/src/Views/AbstractInstallerView.vala @@ -17,7 +17,6 @@ public abstract class AbstractInstallerView : Gtk.Grid { public bool cancellable { get; construct; } - public unowned Gtk.Widget? previous_view { get; set; } public signal void cancel (); @@ -63,6 +62,8 @@ public abstract class AbstractInstallerView : Gtk.Grid { orientation = Gtk.Orientation.VERTICAL; row_spacing = 24; + margin_top = 12; + margin_bottom = 12; add (content_area); add (action_area); } diff --git a/src/Views/DiskView.vala b/src/Views/DiskView.vala index 7ee9d7dbb..10d000bf2 100644 --- a/src/Views/DiskView.vala +++ b/src/Views/DiskView.vala @@ -18,8 +18,6 @@ */ public class Installer.DiskView : AbstractInstallerView { - public signal void next_step (); - private Gtk.Button next_button; private Gtk.Grid disk_grid; private Gtk.Stack load_stack; @@ -111,11 +109,12 @@ public class Installer.DiskView : AbstractInstallerView { content_area.attach (install_desc_label, 1, 0); content_area.attach (load_stack, 1, 1); - next_button = new Gtk.Button.with_label (_("Erase and Install")) { - sensitive = false + next_button = new Gtk.Button.with_label (_("Next")) { + // Make sure we can skip this view in Test Mode + sensitive = Installer.App.test_mode }; - next_button.get_style_context ().add_class (Gtk.STYLE_CLASS_DESTRUCTIVE_ACTION); - next_button.clicked.connect (() => next_step ()); + next_button.get_style_context ().add_class (Gtk.STYLE_CLASS_SUGGESTED_ACTION); + next_button.clicked.connect (() => ((Hdy.Deck) get_parent ()).navigate (FORWARD)); action_area.add (next_button); diff --git a/src/Views/DriversView.vala b/src/Views/DriversView.vala new file mode 100644 index 000000000..62ebf083d --- /dev/null +++ b/src/Views/DriversView.vala @@ -0,0 +1,118 @@ +/*- + * Copyright 2023 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 . + */ + + public class DriversView : AbstractInstallerView { + public signal void next_step (); + + construct { + var image = new Gtk.Image.from_icon_name ("application-x-firmware", Gtk.IconSize.INVALID) { + pixel_size = 128, + valign = Gtk.Align.END + }; + + var title_label = new Gtk.Label (_("Additional Drivers")) { + valign = Gtk.Align.START + }; + title_label.get_style_context ().add_class (Granite.STYLE_CLASS_H2_LABEL); + + var description_label = new Gtk.Label (_("Broadcom® Wi-Fi adapters, NVIDIA® graphics, and some virtual machines may not function properly without additional drivers. Most devices do not require additional drivers.")) { + max_width_chars = 1, // Make Gtk wrap, but not expand the window + wrap = true, + xalign = 0 + }; + description_label.get_style_context ().add_class (Granite.STYLE_CLASS_H3_LABEL); + + var warning_image = new Gtk.Image.from_icon_name ("security-low-symbolic", LARGE_TOOLBAR); + warning_image.get_style_context ().add_class ("accent"); + warning_image.get_style_context ().add_class ("yellow"); + + var warning_label = new Gtk.Label (_("Proprietary drivers contain private code that can't be reviewed. Security and other updates are dependent on the driver vendor.")) { + hexpand = true, + max_width_chars = 1, // Make Gtk wrap, but not expand the window + wrap = true, + xalign = 0 + }; + + var internet_image = new Gtk.Image.from_icon_name ("network-wireless-symbolic", LARGE_TOOLBAR); + internet_image.get_style_context ().add_class ("accent"); + internet_image.get_style_context ().add_class ("blue"); + + var internet_label = new Gtk.Label (_("An Internet connection is required to install NVIDIA® graphics drivers.")) { + hexpand = true, + max_width_chars = 1, // Make Gtk wrap, but not expand the window + wrap = true, + xalign = 0 + }; + + var install_later_image = new Gtk.Image.from_icon_name ("system-software-install-symbolic", LARGE_TOOLBAR); + install_later_image.get_style_context ().add_class ("accent"); + install_later_image.get_style_context ().add_class ("purple"); + + var install_later_label = new Gtk.Label (_("Proprietary drivers can be installed later through AppCenter, but an Internet connection will be required for all drivers.")) { + hexpand = true, + max_width_chars = 1, // Make Gtk wrap, but not expand the window + wrap = true, + xalign = 0 + }; + + var checkbutton_label = new Gtk.Label (_("Include third-party proprietary drivers when installing. I agree to their respective licenses and terms of use.")) { + wrap = true + }; + + var drivers_check = new Gtk.CheckButton () { + child = checkbutton_label + }; + + var message_grid = new Gtk.Grid () { + valign = CENTER, + row_spacing = 32, + column_spacing = 12 + }; + message_grid.attach (description_label, 0, 0, 2, 1); + message_grid.attach (warning_image, 0, 1); + message_grid.attach (warning_label, 1, 1); + message_grid.attach (internet_image, 0, 2); + message_grid.attach (internet_label, 1, 2); + message_grid.attach (install_later_image, 0, 3); + message_grid.attach (install_later_label, 1, 3); + message_grid.attach (drivers_check, 0, 4, 2); + + content_area.column_homogeneous = true; + content_area.margin_start = content_area.margin_end = 12; + content_area.valign = Gtk.Align.CENTER; + content_area.attach (image, 0, 0); + content_area.attach (title_label, 0, 1); + content_area.attach (message_grid, 1, 0, 1, 2); + + var back_button = new Gtk.Button.with_label (_("Back")); + back_button.clicked.connect (() => ((Hdy.Deck) get_parent ()).navigate (BACK)); + + var next_button = new Gtk.Button.with_label (_("Erase and Install")); + next_button.get_style_context ().add_class (Gtk.STYLE_CLASS_DESTRUCTIVE_ACTION); + next_button.clicked.connect (() => next_step ()); + + action_area.add (back_button); + action_area.add (next_button); + + drivers_check.toggled.connect (() => { + unowned var configuration = Configuration.get_default (); + configuration.install_drivers = drivers_check.active; + }); + + show_all (); + } +} diff --git a/src/Views/EncryptView.vala b/src/Views/EncryptView.vala index f189326c0..77b87e88c 100644 --- a/src/Views/EncryptView.vala +++ b/src/Views/EncryptView.vala @@ -16,8 +16,6 @@ */ public class EncryptView : AbstractInstallerView { - public signal void next_step (); - private ErrorRevealer confirm_entry_revealer; private ErrorRevealer pw_error_revealer; private Gtk.Button next_button; @@ -28,13 +26,16 @@ public class EncryptView : AbstractInstallerView { private const string SKIP_STRING = _("Don’t Encrypt"); public EncryptView () { - Object (cancellable: false); + Object (cancellable: true); } construct { - var image = new Gtk.Image.from_icon_name ("drive-harddisk", Gtk.IconSize.DIALOG); + var image = new Gtk.Image.from_icon_name ("drive-harddisk", Gtk.IconSize.INVALID) { + pixel_size = 128 + }; - var overlay_image = new Gtk.Image.from_icon_name ("security-high", Gtk.IconSize.DND) { + var overlay_image = new Gtk.Image.from_icon_name ("security-high", Gtk.IconSize.INVALID) { + pixel_size = 64, halign = Gtk.Align.END, valign = Gtk.Align.END }; @@ -201,7 +202,7 @@ public class EncryptView : AbstractInstallerView { Configuration.get_default ().encryption_password = pw_entry.text; } - next_step (); + ((Hdy.Deck) get_parent ()).navigate (FORWARD); }); pw_entry.changed.connect (() => { diff --git a/src/Views/ErrorView.vala b/src/Views/ErrorView.vala index aba5ac225..76cd4a983 100644 --- a/src/Views/ErrorView.vala +++ b/src/Views/ErrorView.vala @@ -16,6 +16,7 @@ */ public class ErrorView : AbstractInstallerView { + public signal void retry_install (); public string log { get; construct; } public ErrorView (string log) { @@ -125,9 +126,7 @@ public class ErrorView : AbstractInstallerView { demo_button.clicked.connect (Utils.demo_mode); - install_button.clicked.connect (() => { - ((Gtk.Stack) get_parent ()).visible_child = previous_view; - }); + install_button.clicked.connect (() => retry_install ()); terminal_button.toggled.connect (() => { terminal_revealer.reveal_child = terminal_button.active; diff --git a/src/Views/KeyboardLayoutView.vala b/src/Views/KeyboardLayoutView.vala index acc554c66..8964989a7 100644 --- a/src/Views/KeyboardLayoutView.vala +++ b/src/Views/KeyboardLayoutView.vala @@ -16,8 +16,6 @@ */ public class KeyboardLayoutView : AbstractInstallerView { - public signal void next_step (); - private VariantWidget input_variant_widget; private GLib.Settings keyboard_settings; @@ -87,7 +85,7 @@ public class KeyboardLayoutView : AbstractInstallerView { next_button.activate (); }); - back_button.clicked.connect (() => ((Gtk.Stack) get_parent ()).visible_child = previous_view); + back_button.clicked.connect (() => ((Hdy.Deck) get_parent ()).navigate (BACK)); next_button.clicked.connect (() => { unowned Gtk.ListBoxRow row = input_variant_widget.main_listbox.get_selected_row (); @@ -112,7 +110,7 @@ public class KeyboardLayoutView : AbstractInstallerView { return; } - next_step (); + ((Hdy.Deck) get_parent ()).navigate (FORWARD); }); input_variant_widget.main_listbox.row_activated.connect ((row) => { diff --git a/src/Views/PartitioningView.vala b/src/Views/PartitioningView.vala index 44ec75850..90e4cee1e 100644 --- a/src/Views/PartitioningView.vala +++ b/src/Views/PartitioningView.vala @@ -120,8 +120,8 @@ public class Installer.PartitioningView : AbstractInstallerView { var back_button = new Gtk.Button.with_label (_("Back")); - next_button = new Gtk.Button.with_label (_("Erase and Install")); - next_button.get_style_context ().add_class (Gtk.STYLE_CLASS_DESTRUCTIVE_ACTION); + next_button = new Gtk.Button.with_label (_("Next")); + next_button.get_style_context ().add_class (Gtk.STYLE_CLASS_SUGGESTED_ACTION); next_button.sensitive = false; action_area.add (modify_partitions_button); @@ -130,7 +130,7 @@ public class Installer.PartitioningView : AbstractInstallerView { action_area.add (back_button); action_area.add (next_button); - back_button.clicked.connect (() => ((Gtk.Stack) get_parent ()).visible_child = previous_view); + back_button.clicked.connect (() => ((Hdy.Deck) get_parent ()).navigate (Hdy.NavigationDirection.BACK)); next_button.clicked.connect (() => next_step ()); show_all (); diff --git a/src/Views/ProgressView.vala b/src/Views/ProgressView.vala index 335587d2f..d0e7f105f 100644 --- a/src/Views/ProgressView.vala +++ b/src/Views/ProgressView.vala @@ -1,5 +1,5 @@ /*- - * Copyright 2017-2021 elementary, Inc. (https://elementary.io) + * Copyright 2017-2023 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 @@ -130,12 +130,16 @@ public class ProgressView : AbstractInstallerView { daemon.on_status.connect (installation_status_callback); daemon.on_log_message.connect (log_helper.log_func); + unowned Configuration current_config = Configuration.get_default (); + var config = InstallerDaemon.InstallConfig (); config.flags = Distinst.MODIFY_BOOT_ORDER; + if (current_config.install_drivers) { + config.flags |= Distinst.RUN_UBUNTU_DRIVERS; + } config.hostname = Utils.get_hostname (); config.lang = "en_US.UTF-8"; - unowned Configuration current_config = Configuration.get_default (); debug ("language: %s\n", current_config.lang); string lang = current_config.lang; diff --git a/src/Views/TryInstallView.vala b/src/Views/TryInstallView.vala index b964b84d2..83ac832f7 100644 --- a/src/Views/TryInstallView.vala +++ b/src/Views/TryInstallView.vala @@ -93,7 +93,7 @@ public class Installer.TryInstallView : AbstractInstallerView { action_area.add (back_button); action_area.add (next_button); - back_button.clicked.connect (() => ((Gtk.Stack) get_parent ()).visible_child = previous_view); + back_button.clicked.connect (() => ((Hdy.Deck) get_parent ()).navigate (Hdy.NavigationDirection.BACK)); demo_button.clicked.connect (() => { if (demo_button.active) { diff --git a/src/meson.build b/src/meson.build index 97e0ad460..39dbd5913 100644 --- a/src/meson.build +++ b/src/meson.build @@ -2,7 +2,6 @@ vala_files = [ 'Application.vala', 'MainWindow.vala', 'Utils.vala', - 'Helpers/Inhibitor.vala', 'Helpers/InstallerDaemon.vala', 'Helpers/KeyboardLayoutHelper.vala', 'Helpers/LocaleHelper.vala', @@ -12,6 +11,7 @@ vala_files = [ 'Views/AbstractInstallerView.vala', 'Views/CheckView.vala', 'Views/DiskView.vala', + 'Views/DriversView.vala', 'Views/EncryptView.vala', 'Views/ErrorView.vala', 'Views/KeyboardLayoutView.vala',