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.9
pkgver=3.0.10
pkgrel=1
pkgdesc="Just another guided/automated Arch Linux installer with a twist"
arch=(any)
Expand Down
Binary file modified archinstall/locales/en/LC_MESSAGES/base.mo
Binary file not shown.
24 changes: 24 additions & 0 deletions archinstall/locales/ga/LC_MESSAGES/base.po
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,30 @@ msgstr "Fad iomlán: {}"
msgid "Encryption type"
msgstr "Cineál criptithe"

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 "Deighiltí"

Expand Down
Binary file modified archinstall/locales/pt_BR/LC_MESSAGES/base.mo
Binary file not shown.
Binary file modified archinstall/locales/sv/LC_MESSAGES/base.mo
Binary file not shown.
Binary file modified archinstall/locales/uk/LC_MESSAGES/base.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "archinstall"
version = "3.0.9"
version = "3.0.10"
description = "Arch Linux installer - guided, templates etc."
authors = [
{name = "Anton Hvornum", email = "anton@hvornum.se"},
Expand Down