From 0cd3f2ea26a4c87844b6961883d2c259abeb608e Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 30 Jul 2025 10:22:31 +0200 Subject: [PATCH] Bumping version to: 3.0.9 (#3697) --- PKGBUILD | 2 +- archinstall/locales/ar/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/ca/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/cs/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/de/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/el/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/en/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/es/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/et/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/fi/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/fr/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/he/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/hi/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/hu/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/id/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/ka/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/ko/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/lt/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/nl/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/pl/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/pt/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/pt_BR/LC_MESSAGES/base.mo | Bin 52780 -> 52734 bytes archinstall/locales/pt_BR/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/ro/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/ru/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/sv/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/ta/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/tr/LC_MESSAGES/base.po | 24 ++++++++++++++++++ archinstall/locales/uk/LC_MESSAGES/base.po | 24 ++++++++++++++++++ pyproject.toml | 2 +- 30 files changed, 650 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index ddbeff8d..4dab82b7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: demostanis worlds pkgname=archinstall -pkgver=3.0.8 +pkgver=3.0.9 pkgrel=1 pkgdesc="Just another guided/automated Arch Linux installer with a twist" arch=(any) diff --git a/archinstall/locales/ar/LC_MESSAGES/base.po b/archinstall/locales/ar/LC_MESSAGES/base.po index 5c69515b..1b02e9b7 100644 --- a/archinstall/locales/ar/LC_MESSAGES/base.po +++ b/archinstall/locales/ar/LC_MESSAGES/base.po @@ -944,6 +944,30 @@ msgstr "الطول الإجمالي: {}" msgid "Encryption type" msgstr "نوع التشفير" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "التقسيمات" diff --git a/archinstall/locales/ca/LC_MESSAGES/base.po b/archinstall/locales/ca/LC_MESSAGES/base.po index 65af5aee..f7f46ea8 100644 --- a/archinstall/locales/ca/LC_MESSAGES/base.po +++ b/archinstall/locales/ca/LC_MESSAGES/base.po @@ -938,6 +938,30 @@ msgstr "Llargada total: {}" msgid "Encryption type" msgstr "Tipus de xifrat" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "Particions" diff --git a/archinstall/locales/cs/LC_MESSAGES/base.po b/archinstall/locales/cs/LC_MESSAGES/base.po index e9b9ebf8..126e26f0 100644 --- a/archinstall/locales/cs/LC_MESSAGES/base.po +++ b/archinstall/locales/cs/LC_MESSAGES/base.po @@ -930,6 +930,30 @@ msgstr "Celková délka: {}" msgid "Encryption type" msgstr "Typ šifrování" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "Diskové oddíly" diff --git a/archinstall/locales/de/LC_MESSAGES/base.po b/archinstall/locales/de/LC_MESSAGES/base.po index 0f927ff5..468272e6 100644 --- a/archinstall/locales/de/LC_MESSAGES/base.po +++ b/archinstall/locales/de/LC_MESSAGES/base.po @@ -938,6 +938,30 @@ msgstr "Gesamtlänge: {}" msgid "Encryption type" msgstr "Verschlüsselungstyp" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "Partitionen" diff --git a/archinstall/locales/el/LC_MESSAGES/base.po b/archinstall/locales/el/LC_MESSAGES/base.po index d60c3708..6b307d81 100644 --- a/archinstall/locales/el/LC_MESSAGES/base.po +++ b/archinstall/locales/el/LC_MESSAGES/base.po @@ -960,6 +960,30 @@ msgstr "" msgid "Encryption type" msgstr "Κωδικός κρυπτογράφησης" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "Διαμερίσεις" diff --git a/archinstall/locales/en/LC_MESSAGES/base.po b/archinstall/locales/en/LC_MESSAGES/base.po index 0f5ff3b6..7bc93e89 100644 --- a/archinstall/locales/en/LC_MESSAGES/base.po +++ b/archinstall/locales/en/LC_MESSAGES/base.po @@ -889,6 +889,30 @@ msgstr "" msgid "Encryption type" msgstr "" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "" diff --git a/archinstall/locales/es/LC_MESSAGES/base.po b/archinstall/locales/es/LC_MESSAGES/base.po index be5ab5aa..a77e48af 100644 --- a/archinstall/locales/es/LC_MESSAGES/base.po +++ b/archinstall/locales/es/LC_MESSAGES/base.po @@ -938,6 +938,30 @@ msgstr "Largo total: {}" msgid "Encryption type" msgstr "Tipo de cifrado" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "Particiones" diff --git a/archinstall/locales/et/LC_MESSAGES/base.po b/archinstall/locales/et/LC_MESSAGES/base.po index c9984993..fc44d85c 100644 --- a/archinstall/locales/et/LC_MESSAGES/base.po +++ b/archinstall/locales/et/LC_MESSAGES/base.po @@ -953,6 +953,30 @@ msgstr "Kogupikkus: {}" msgid "Encryption type" msgstr "Krüpteerimise tüüp" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "Partitsioonid" diff --git a/archinstall/locales/fi/LC_MESSAGES/base.po b/archinstall/locales/fi/LC_MESSAGES/base.po index 522fba81..9c3ae19e 100644 --- a/archinstall/locales/fi/LC_MESSAGES/base.po +++ b/archinstall/locales/fi/LC_MESSAGES/base.po @@ -939,6 +939,30 @@ msgstr "Kokonaispituus: {}" msgid "Encryption type" msgstr "Salaustyyppi" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "Osiot" diff --git a/archinstall/locales/fr/LC_MESSAGES/base.po b/archinstall/locales/fr/LC_MESSAGES/base.po index 4e805776..7219a930 100644 --- a/archinstall/locales/fr/LC_MESSAGES/base.po +++ b/archinstall/locales/fr/LC_MESSAGES/base.po @@ -938,6 +938,30 @@ msgstr "Total (taille) : {}" msgid "Encryption type" msgstr "Type de chiffrement" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "Partitions" diff --git a/archinstall/locales/he/LC_MESSAGES/base.po b/archinstall/locales/he/LC_MESSAGES/base.po index ace64b35..d3f9eceb 100644 --- a/archinstall/locales/he/LC_MESSAGES/base.po +++ b/archinstall/locales/he/LC_MESSAGES/base.po @@ -945,6 +945,30 @@ msgstr "אורך כולל: {}" msgid "Encryption type" msgstr "סוג הצפנה" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "מחיצות" diff --git a/archinstall/locales/hi/LC_MESSAGES/base.po b/archinstall/locales/hi/LC_MESSAGES/base.po index 6728a361..bfc98705 100644 --- a/archinstall/locales/hi/LC_MESSAGES/base.po +++ b/archinstall/locales/hi/LC_MESSAGES/base.po @@ -889,6 +889,30 @@ msgstr "" msgid "Encryption type" msgstr "" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "" diff --git a/archinstall/locales/hu/LC_MESSAGES/base.po b/archinstall/locales/hu/LC_MESSAGES/base.po index ad889c29..69abf2e5 100644 --- a/archinstall/locales/hu/LC_MESSAGES/base.po +++ b/archinstall/locales/hu/LC_MESSAGES/base.po @@ -940,6 +940,30 @@ msgstr "Teljes hossz: {}" msgid "Encryption type" msgstr "Titkosítástípus" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "Partíciók" diff --git a/archinstall/locales/id/LC_MESSAGES/base.po b/archinstall/locales/id/LC_MESSAGES/base.po index b88e5d88..8d0b4476 100644 --- a/archinstall/locales/id/LC_MESSAGES/base.po +++ b/archinstall/locales/id/LC_MESSAGES/base.po @@ -959,6 +959,30 @@ msgstr "" msgid "Encryption type" msgstr "Kata sandi enkripsi" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "" diff --git a/archinstall/locales/ka/LC_MESSAGES/base.po b/archinstall/locales/ka/LC_MESSAGES/base.po index 512cda57..efd6947f 100644 --- a/archinstall/locales/ka/LC_MESSAGES/base.po +++ b/archinstall/locales/ka/LC_MESSAGES/base.po @@ -939,6 +939,30 @@ msgstr "ჯამური სიგრძე: {}" msgid "Encryption type" msgstr "დაშიფვრის ტიპი" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "დანაყოფები" diff --git a/archinstall/locales/ko/LC_MESSAGES/base.po b/archinstall/locales/ko/LC_MESSAGES/base.po index 964c3b62..df9c9c4b 100644 --- a/archinstall/locales/ko/LC_MESSAGES/base.po +++ b/archinstall/locales/ko/LC_MESSAGES/base.po @@ -960,6 +960,30 @@ msgstr "" msgid "Encryption type" msgstr "비밀번호 암호화" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "" diff --git a/archinstall/locales/lt/LC_MESSAGES/base.po b/archinstall/locales/lt/LC_MESSAGES/base.po index 0441ab2f..715b5301 100644 --- a/archinstall/locales/lt/LC_MESSAGES/base.po +++ b/archinstall/locales/lt/LC_MESSAGES/base.po @@ -889,6 +889,30 @@ msgstr "" msgid "Encryption type" msgstr "" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "Skaidiniai" diff --git a/archinstall/locales/nl/LC_MESSAGES/base.po b/archinstall/locales/nl/LC_MESSAGES/base.po index 37163a07..7b5e0789 100644 --- a/archinstall/locales/nl/LC_MESSAGES/base.po +++ b/archinstall/locales/nl/LC_MESSAGES/base.po @@ -984,6 +984,30 @@ msgstr "" msgid "Encryption type" msgstr "Versleutelwachtwoord instellen" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "" diff --git a/archinstall/locales/pl/LC_MESSAGES/base.po b/archinstall/locales/pl/LC_MESSAGES/base.po index 778fff71..de80c94e 100644 --- a/archinstall/locales/pl/LC_MESSAGES/base.po +++ b/archinstall/locales/pl/LC_MESSAGES/base.po @@ -935,6 +935,30 @@ msgstr "Całkowita długość: {}" msgid "Encryption type" msgstr "Typ szyfrowania" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "Partycje" diff --git a/archinstall/locales/pt/LC_MESSAGES/base.po b/archinstall/locales/pt/LC_MESSAGES/base.po index 3e61b84a..dc39a139 100644 --- a/archinstall/locales/pt/LC_MESSAGES/base.po +++ b/archinstall/locales/pt/LC_MESSAGES/base.po @@ -942,6 +942,30 @@ msgstr "Tamanho total: {}" msgid "Encryption type" msgstr "Tipo de encriptação" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "Partições" diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo index 2e5a8d2067dc9a8de1bdff12d289f2a041a3d3bc..f406b6d6ee6171bbaffa45cac9ad7d3de317f215 100644 GIT binary patch delta 4359 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 diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.po b/archinstall/locales/pt_BR/LC_MESSAGES/base.po index fc042968..56ce6f5a 100644 --- a/archinstall/locales/pt_BR/LC_MESSAGES/base.po +++ b/archinstall/locales/pt_BR/LC_MESSAGES/base.po @@ -948,6 +948,30 @@ msgstr "Tamanho total: {}" msgid "Encryption type" msgstr "Tipo de encriptação" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "Partições" diff --git a/archinstall/locales/ro/LC_MESSAGES/base.po b/archinstall/locales/ro/LC_MESSAGES/base.po index 50162a82..4da4795b 100644 --- a/archinstall/locales/ro/LC_MESSAGES/base.po +++ b/archinstall/locales/ro/LC_MESSAGES/base.po @@ -938,6 +938,30 @@ msgstr "Lungime totală: {}" msgid "Encryption type" msgstr "Tipul de criptare" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "Partiții" diff --git a/archinstall/locales/ru/LC_MESSAGES/base.po b/archinstall/locales/ru/LC_MESSAGES/base.po index 9583df28..7e9d64ee 100644 --- a/archinstall/locales/ru/LC_MESSAGES/base.po +++ b/archinstall/locales/ru/LC_MESSAGES/base.po @@ -939,6 +939,30 @@ msgstr "Весь размер: {}" msgid "Encryption type" msgstr "Тип шифрования" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "Разделы" diff --git a/archinstall/locales/sv/LC_MESSAGES/base.po b/archinstall/locales/sv/LC_MESSAGES/base.po index da06c4a9..9793efcb 100644 --- a/archinstall/locales/sv/LC_MESSAGES/base.po +++ b/archinstall/locales/sv/LC_MESSAGES/base.po @@ -939,6 +939,30 @@ msgstr "Total längd: {}" msgid "Encryption type" msgstr "Krypteringstyp" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "Partitioner" diff --git a/archinstall/locales/ta/LC_MESSAGES/base.po b/archinstall/locales/ta/LC_MESSAGES/base.po index 45393097..c92b4ba8 100644 --- a/archinstall/locales/ta/LC_MESSAGES/base.po +++ b/archinstall/locales/ta/LC_MESSAGES/base.po @@ -940,6 +940,30 @@ msgstr "முழு நீளம்: {}" msgid "Encryption type" msgstr "குறியாக்க வகை" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "பகிர்வுகள்" diff --git a/archinstall/locales/tr/LC_MESSAGES/base.po b/archinstall/locales/tr/LC_MESSAGES/base.po index 0c1d0122..587f1305 100644 --- a/archinstall/locales/tr/LC_MESSAGES/base.po +++ b/archinstall/locales/tr/LC_MESSAGES/base.po @@ -939,6 +939,30 @@ msgstr "Toplam uzunluk: {}" msgid "Encryption type" msgstr "Şifreleme türü" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "Bölümler" diff --git a/archinstall/locales/uk/LC_MESSAGES/base.po b/archinstall/locales/uk/LC_MESSAGES/base.po index 5a322b88..8fa54926 100644 --- a/archinstall/locales/uk/LC_MESSAGES/base.po +++ b/archinstall/locales/uk/LC_MESSAGES/base.po @@ -938,6 +938,30 @@ msgstr "Загальна довжина: {}" msgid "Encryption type" msgstr "Тип шифрування" +msgid "Iteration time" +msgstr "" + +msgid "Enter iteration time for LUKS encryption (in milliseconds)" +msgstr "" + +msgid "Higher values increase security but slow down boot time" +msgstr "" + +msgid "Default: 10000ms, Recommended range: 1000-60000" +msgstr "" + +msgid "Iteration time cannot be empty" +msgstr "" + +msgid "Iteration time must be at least 100ms" +msgstr "" + +msgid "Iteration time must be at most 120000ms" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + msgid "Partitions" msgstr "Розділи" diff --git a/pyproject.toml b/pyproject.toml index ffea55c7..3e99ffc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "archinstall" -version = "3.0.8" +version = "3.0.9" description = "Arch Linux installer - guided, templates etc." authors = [ {name = "Anton Hvornum", email = "anton@hvornum.se"},