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 archinstall/lib/mirrors.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def _add_custom_repository(self, preset: CustomRepository | None = None) -> Cust
raise ValueError('Unhandled return type')

header += f'{tr("Signature check")}: {sign_check.value}\n'
prompt = f'{header}\n' + 'Select signature option'
prompt = f'{header}\n' + tr('Select signature option')

sign_opt_items = [MenuItem(s.value, value=s.value) for s in SignOption]
group = MenuItemGroup(sign_opt_items, sort_items=False)
Expand Down
83 changes: 83 additions & 0 deletions archinstall/locales/base.pot
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ msgid ""
"Select which mode to configure for \"{}\" or skip to use default mode \"{}\""
msgstr ""

#, python-brace-format
msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): "
msgstr ""

Expand Down Expand Up @@ -567,6 +568,7 @@ msgstr ""
msgid "Define users with sudo privilege, by username: "
msgstr ""

#, python-brace-format
msgid "[!] A log file has been created here: {}"
msgstr ""

Expand Down Expand Up @@ -849,9 +851,11 @@ msgstr ""
msgid "Select an execution mode"
msgstr ""

#, python-brace-format
msgid "Unable to fetch profile from specified url: {}"
msgstr ""

#, python-brace-format
msgid ""
"Profiles must have unique name, but profile definitions with duplicate name "
"found: {}"
Expand All @@ -874,9 +878,11 @@ msgstr ""
msgid "Enter the root directory of the mounted devices: "
msgstr ""

#, python-brace-format
msgid "Minimum capacity for /home partition: {}GiB\n"
msgstr ""

#, python-brace-format
msgid "Minimum capacity for Arch Linux partition: {}GiB"
msgstr ""

Expand Down Expand Up @@ -950,9 +956,11 @@ msgstr ""
msgid "This will remove all newly added partitions, continue?"
msgstr ""

#, python-brace-format
msgid "Partition management: {}"
msgstr ""

#, python-brace-format
msgid "Total length: {}"
msgstr ""

Expand Down Expand Up @@ -1013,6 +1021,7 @@ msgstr ""
msgid "Partition encryption"
msgstr ""

#, python-brace-format
msgid " ! Formatting {} in "
msgstr ""

Expand All @@ -1037,6 +1046,7 @@ msgstr ""
msgid "Please chose which greeter to install for the chosen profiles: {}"
msgstr ""

#, python-brace-format
msgid "Environment type: {}"
msgstr ""

Expand Down Expand Up @@ -1231,6 +1241,7 @@ msgid ""
"Note:\n"
msgstr ""

#, python-brace-format
msgid ""
" - Maximum recommended value : {} ( Allows {} parallel downloads at a time )"
msgstr ""
Expand Down Expand Up @@ -1306,6 +1317,7 @@ msgid ""
"e.g. GNOME, KDE Plasma, Sway"
msgstr ""

#, python-brace-format
msgid "Configuration type: {}"
msgstr ""

Expand Down Expand Up @@ -1436,6 +1448,7 @@ msgstr ""
msgid "Username"
msgstr ""

#, python-brace-format
msgid "Should \"{}\" be a superuser (sudo)?\n"
msgstr ""

Expand Down Expand Up @@ -1504,6 +1517,7 @@ msgid ""
"enabled)"
msgstr ""

#, python-brace-format
msgid "Do you want to save the configuration file(s) to {}?"
msgstr ""

Expand Down Expand Up @@ -1551,12 +1565,15 @@ msgstr ""
msgid "Signature check"
msgstr ""

#, python-brace-format
msgid "Selected free space segment on device {}:"
msgstr ""

#, python-brace-format
msgid "Size: {} / {}"
msgstr ""

#, python-brace-format
msgid "Size (default: {}): "
msgstr ""

Expand Down Expand Up @@ -1724,6 +1741,7 @@ msgstr ""
msgid "What would you like to do next?"
msgstr ""

#, python-brace-format
msgid "Select which mode to configure for \"{}\""
msgstr ""

Expand All @@ -1742,5 +1760,70 @@ msgstr ""
msgid "Credentials file encryption password"
msgstr ""

#, python-brace-format
msgid "Repositories: {}"
msgstr ""

msgid "New version available"
msgstr ""

msgid "Passwordless login"
msgstr ""

msgid "Second factor login"
msgstr ""

msgid "Bluetooth"
msgstr ""

msgid "Would you like to configure Bluetooth?"
msgstr ""

msgid "Authentication"
msgstr ""

msgid "Applications"
msgstr ""

msgid "U2F login method: "
msgstr ""

msgid "Passwordless sudo: "
msgstr ""

#, python-brace-format
msgid "Btrfs snapshot type: {}"
msgstr ""

msgid "Syncing the system..."
msgstr ""

msgid "Value cannot be empty"
msgstr ""

msgid "Snapshot type"
msgstr ""

#, python-brace-format
msgid "Snapshot type: {}"
msgstr ""

msgid "U2F login setup"
msgstr ""

msgid "No U2F devices found"
msgstr ""

msgid "U2F Login Method"
msgstr ""

msgid "Enable passwordless sudo?"
msgstr ""

#, python-brace-format
msgid "Setting up U2F device for user: {}"
msgstr ""

msgid ""
"You may need to enter the PIN and then touch your U2F device to register it"
msgstr ""
Binary file modified archinstall/locales/de/LC_MESSAGES/base.mo
Binary file not shown.
Loading