Bumping version to: 3.0.10 (#3773)
This commit is contained in:
parent
4949bb4c2d
commit
f87ece0b95
2
PKGBUILD
2
PKGBUILD
|
|
@ -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)
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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í"
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Reference in New Issue