Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Contributor: demostanis worlds <demostanis@protonmail.com>

pkgname=archinstall
pkgver=3.0.14
pkgver=3.0.15
pkgrel=1
pkgdesc="Just another guided/automated Arch Linux installer with a twist"
arch=(any)
Expand Down
3 changes: 2 additions & 1 deletion archinstall/lib/mirrors.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
)
from .models.packages import Repository
from .networking import fetch_data_from_url
from .output import FormattedOutput, debug
from .output import FormattedOutput, debug, info


class CustomMirrorRepositoriesList(ListManager[CustomRepository]):
Expand Down Expand Up @@ -450,6 +450,7 @@ def get_status_by_region(self, region: str, speed_sort: bool) -> list[MirrorStat
# Local mirrors lack this data and can be modified manually before-hand
# Or reflector potentially ran already
if self._fetched_remote and speed_sort:
info('Sorting your selected mirror list based on the speed between you and the individual mirrors (this might take a while)')
# Sort by speed descending (higher is better in bitrate form core.db download)
return sorted(region_list, key=lambda mirror: -mirror.speed)
# just return as-is without sorting?
Expand Down
47 changes: 47 additions & 0 deletions archinstall/locales/ar/LC_MESSAGES/base.po
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ msgstr "اختر خادِم صوتيات"
msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed."
msgstr "فقط الحزم مثل base وbase-devel وlinux وlinux-firmware وefibootmgr و حِزم مِلف اختيارية سوف تُثَبَّت."

msgid "Note: base-devel is no longer installed by default. Add it here if you need build tools."
msgstr ""

msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt."
msgstr "إذا كنت ترغب في متصفح الويب ، مثل Firefox أو chromium، فيمكنك تحديده في موضِع الكتابة التالي."

Expand Down Expand Up @@ -1782,6 +1785,17 @@ msgstr ""
msgid "Would you like to configure Bluetooth?"
msgstr "هل ترغب في الاستمرار؟"

msgid "Print service"
msgstr ""

#, fuzzy
msgid "Would you like to configure the print service?"
msgstr "هل ترغب في الاستمرار؟"

#, fuzzy
msgid "Power management"
msgstr "إدارة التقسيم: {}"

msgid "Authentication"
msgstr ""

Expand Down Expand Up @@ -1893,3 +1907,36 @@ msgstr ""

msgid "Firmware that does not properly support NVRAM boot entries."
msgstr ""

msgid "Will install to /EFI/BOOT/ (removable location, safe default)"
msgstr ""

msgid "Will install to custom location with NVRAM entry"
msgstr ""

msgid "Firmware that does not properly support NVRAM boot entries like most MSI motherboards,"
msgstr ""

msgid "most Apple Macs, many laptops..."
msgstr ""

#, fuzzy
msgid "Language"
msgstr "لغة الإعدادات المحلية"

msgid "Compression algorithm"
msgstr ""

#, fuzzy
msgid "Only packages such as base, sudo, linux, linux-firmware, efibootmgr and optional profile packages are installed."
msgstr "فقط الحزم مثل base وbase-devel وlinux وlinux-firmware وefibootmgr و حِزم مِلف اختيارية سوف تُثَبَّت."

#, fuzzy
msgid "Select zram compression algorithm:"
msgstr "حدد نقطة التثبيت :"

msgid "Use Network Manager (default backend)"
msgstr ""

msgid "Use Network Manager (iwd backend)"
msgstr ""
38 changes: 37 additions & 1 deletion archinstall/locales/base.pot
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ msgid ""
"and optional profile packages are installed."
msgstr ""

msgid "Note: base-devel is no longer installed by default. Add it here if you need build tools."
msgid ""
"Note: base-devel is no longer installed by default. Add it here if you need "
"build tools."
msgstr ""

msgid ""
Expand Down Expand Up @@ -1900,3 +1902,37 @@ msgstr ""

msgid "Firmware that does not properly support NVRAM boot entries."
msgstr ""

msgid "Will install to /EFI/BOOT/ (removable location, safe default)"
msgstr ""

msgid "Will install to custom location with NVRAM entry"
msgstr ""

msgid ""
"Firmware that does not properly support NVRAM boot entries like most MSI "
"motherboards,"
msgstr ""

msgid "most Apple Macs, many laptops..."
msgstr ""

msgid "Language"
msgstr ""

msgid "Compression algorithm"
msgstr ""

msgid ""
"Only packages such as base, sudo, linux, linux-firmware, efibootmgr and "
"optional profile packages are installed."
msgstr ""

msgid "Select zram compression algorithm:"
msgstr ""

msgid "Use Network Manager (default backend)"
msgstr ""

msgid "Use Network Manager (iwd backend)"
msgstr ""
50 changes: 50 additions & 0 deletions archinstall/locales/ca/LC_MESSAGES/base.po
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ msgstr "Trieu un servidor d'àudio"
msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed."
msgstr "Només s'instal·laran paquets com base, base-devel, linux, linux-firmware, efibootmgr i altres paquets de perfil opcionals."

msgid "Note: base-devel is no longer installed by default. Add it here if you need build tools."
msgstr ""

msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt."
msgstr "Si desitgeu un navegador web, com ara firefox o chromium, ho podeu especificar al proper missatge."

Expand Down Expand Up @@ -1731,6 +1734,17 @@ msgstr "Bluetooth"
msgid "Would you like to configure Bluetooth?"
msgstr "Voleu configurar el Bluetooth?"

msgid "Print service"
msgstr ""

#, fuzzy
msgid "Would you like to configure the print service?"
msgstr "Voleu configurar el Bluetooth?"

#, fuzzy
msgid "Power management"
msgstr "Gestió de particions: {}"

msgid "Authentication"
msgstr "Autenticació"

Expand Down Expand Up @@ -1835,3 +1849,39 @@ msgstr "Sistemes on vulgueu que el dispositiu arranqui en qualsevol ordinador."

msgid "Firmware that does not properly support NVRAM boot entries."
msgstr "Firmware que no suporta registres d'arrancada NVRAM."

#, fuzzy
msgid "Will install to /EFI/BOOT/ (removable location, safe default)"
msgstr "S'instal·larà a /EFI/BOOT (mitjà extraïble)"

#, fuzzy
msgid "Will install to custom location with NVRAM entry"
msgstr "S'instal·larà a una ubicació estàndard amb un registre NVRAM"

#, fuzzy
msgid "Firmware that does not properly support NVRAM boot entries like most MSI motherboards,"
msgstr "Firmware que no suporta registres d'arrancada NVRAM."

msgid "most Apple Macs, many laptops..."
msgstr ""

#, fuzzy
msgid "Language"
msgstr "Idioma local"

msgid "Compression algorithm"
msgstr ""

#, fuzzy
msgid "Only packages such as base, sudo, linux, linux-firmware, efibootmgr and optional profile packages are installed."
msgstr "Només s'instal·laran paquets com base, base-devel, linux, linux-firmware, efibootmgr i altres paquets de perfil opcionals."

#, fuzzy
msgid "Select zram compression algorithm:"
msgstr "Seleccioneu un punt de muntatge :"

msgid "Use Network Manager (default backend)"
msgstr ""

msgid "Use Network Manager (iwd backend)"
msgstr ""
50 changes: 50 additions & 0 deletions archinstall/locales/cs/LC_MESSAGES/base.po
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ msgstr "Zvolte audio server"
msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed."
msgstr "Budou nainstalovány pouze balíčky jako base, base-devel, linux, linux-firmware, efibootmgr a volitelné balíčky profilu."

msgid "Note: base-devel is no longer installed by default. Add it here if you need build tools."
msgstr ""

msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt."
msgstr "Pokud si přejete nainstalovat webový prohlížeč, jako je například Firefox nebo Chromium, můžete jej zadat do následujícího pole."

Expand Down Expand Up @@ -1723,6 +1726,17 @@ msgstr "Bluetooth"
msgid "Would you like to configure Bluetooth?"
msgstr "Přejete si nastavit Bluetooth?"

msgid "Print service"
msgstr ""

#, fuzzy
msgid "Would you like to configure the print service?"
msgstr "Přejete si nastavit Bluetooth?"

#, fuzzy
msgid "Power management"
msgstr "Správa diskových oddílů: {}"

msgid "Authentication"
msgstr "Ověřování"

Expand Down Expand Up @@ -1827,3 +1841,39 @@ msgstr "Systémy, kde chcete, aby byl disk spouštěcí na jakémkoli počítač

msgid "Firmware that does not properly support NVRAM boot entries."
msgstr "Firmware, který správně nepodporuje spouštěcí záznamy v NVRAM."

#, fuzzy
msgid "Will install to /EFI/BOOT/ (removable location, safe default)"
msgstr "Bude nainstalováno do /EFI/BOOT/ (přenosné umístění)"

#, fuzzy
msgid "Will install to custom location with NVRAM entry"
msgstr "Bude nainstalováno na standardní umístění s NVRAM záznamem"

#, fuzzy
msgid "Firmware that does not properly support NVRAM boot entries like most MSI motherboards,"
msgstr "Firmware, který správně nepodporuje spouštěcí záznamy v NVRAM."

msgid "most Apple Macs, many laptops..."
msgstr ""

#, fuzzy
msgid "Language"
msgstr "Místní jazyk"

msgid "Compression algorithm"
msgstr ""

#, fuzzy
msgid "Only packages such as base, sudo, linux, linux-firmware, efibootmgr and optional profile packages are installed."
msgstr "Budou nainstalovány pouze balíčky jako base, base-devel, linux, linux-firmware, efibootmgr a volitelné balíčky profilu."

#, fuzzy
msgid "Select zram compression algorithm:"
msgstr "Zvolte přípojný bod:"

msgid "Use Network Manager (default backend)"
msgstr ""

msgid "Use Network Manager (iwd backend)"
msgstr ""
47 changes: 47 additions & 0 deletions archinstall/locales/de/LC_MESSAGES/base.po
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ msgstr "Wählen Sie einen Audioserver aus"
msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed."
msgstr "Nur Pakete wie base, base-devel, linux, linux-firmware, efibootmgr und optionale Profilpakete werden installiert."

msgid "Note: base-devel is no longer installed by default. Add it here if you need build tools."
msgstr ""

msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt."
msgstr "Wenn Sie einen Webbrowser installieren möchten, wie z.B. Firefox oder Chromium, können Sie diese nun eingeben."

Expand Down Expand Up @@ -1733,6 +1736,17 @@ msgstr "Bluetooth"
msgid "Would you like to configure Bluetooth?"
msgstr "Möchten Sie Bluetooth aktivieren?"

msgid "Print service"
msgstr ""

#, fuzzy
msgid "Would you like to configure the print service?"
msgstr "Möchten Sie Bluetooth aktivieren?"

#, fuzzy
msgid "Power management"
msgstr "Partitionsverwaltung: {}"

msgid "Authentication"
msgstr "Authentifizierung"

Expand Down Expand Up @@ -1844,6 +1858,39 @@ msgstr ""
msgid "Firmware that does not properly support NVRAM boot entries."
msgstr ""

msgid "Will install to /EFI/BOOT/ (removable location, safe default)"
msgstr ""

msgid "Will install to custom location with NVRAM entry"
msgstr ""

msgid "Firmware that does not properly support NVRAM boot entries like most MSI motherboards,"
msgstr ""

msgid "most Apple Macs, many laptops..."
msgstr ""

#, fuzzy
msgid "Language"
msgstr "Lokale Sprache"

msgid "Compression algorithm"
msgstr ""

#, fuzzy
msgid "Only packages such as base, sudo, linux, linux-firmware, efibootmgr and optional profile packages are installed."
msgstr "Nur Pakete wie base, base-devel, linux, linux-firmware, efibootmgr und optionale Profilpakete werden installiert."

#, fuzzy
msgid "Select zram compression algorithm:"
msgstr "Wählen Sie einen Einhängeort aus:"

msgid "Use Network Manager (default backend)"
msgstr ""

msgid "Use Network Manager (iwd backend)"
msgstr ""

#~ msgid "All open-source"
#~ msgstr "Alle quelloffene"

Expand Down
Loading