Bumping version to: 3.0.10 (#3773)
This commit is contained in:
parent
4949bb4c2d
commit
72279366e6
2
PKGBUILD
2
PKGBUILD
|
|
@ -5,7 +5,7 @@
|
||||||
# Contributor: demostanis worlds <demostanis@protonmail.com>
|
# Contributor: demostanis worlds <demostanis@protonmail.com>
|
||||||
|
|
||||||
pkgname=archinstall
|
pkgname=archinstall
|
||||||
pkgver=3.0.9
|
pkgver=3.0.10
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Just another guided/automated Arch Linux installer with a twist"
|
pkgdesc="Just another guided/automated Arch Linux installer with a twist"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -938,6 +938,30 @@ msgstr "Fad iomlán: {}"
|
||||||
msgid "Encryption type"
|
msgid "Encryption type"
|
||||||
msgstr "Cineál criptithe"
|
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"
|
msgid "Partitions"
|
||||||
msgstr "Deighiltí"
|
msgstr "Deighiltí"
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "archinstall"
|
name = "archinstall"
|
||||||
version = "3.0.9"
|
version = "3.0.10"
|
||||||
description = "Arch Linux installer - guided, templates etc."
|
description = "Arch Linux installer - guided, templates etc."
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Anton Hvornum", email = "anton@hvornum.se"},
|
{name = "Anton Hvornum", email = "anton@hvornum.se"},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue