Age | Commit message (Collapse) | Author |
|
* Better translation for Turkish in the meaning of following source text, grammer (tense), vocabulary and meaning. Also left some linux/partitioning terminologies in English with translation given in paranthesis so power-users who decides to use setup in Turkish can also easily understand.
* A few edits on some details and an important change on msgid "" "\n" "\n" "Select a graphics driver or leave blank to install all open-source drivers".
* Better translation for Turkish by both @wiseweb-works and @AlperShal.
Co-authored-by: Alper Şal <34231577+AlperSal@users.noreply.github.com>
|
|
This profile currently installs a nemo - file manager, gpicview - image viewer, and maim - screenshot taker. all of these items do not typically come with awesome and aren't awesome specific and should be installed by the user. (also not required for the system to work). Especially since these are not even the most popular tools for each use.
|
|
* Create base.po
* TR languages files
* Update base.po
|
|
|
|
* Update list_manager.py
* Update base.pot
* Update base.po
* Update base.pot
* Update base.pot
* Update base.po
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Update base.po
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Create base.po
* Add files via upload
Co-authored-by: Anton Hvornum <anton@hvornum.se>
|
|
* início da tradução ptbr
* more things translated
* sp to pt-BR
* More Lines Translated
* Add files via upload
* Rename archinstall/locales/base.pmo to archinstall/locales/pt_BR/LC_MESSAGES/base.pmo
* Delete base.po
* Update base.pmo
* Rename bas to tradução.txt
* Update tradução.txt
* Update tradução.txt
* around 80% complete
* Update archinstall/locales/pt_BR/LC_MESSAGES/tradução.txt
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
* Update archinstall/locales/pt_BR/LC_MESSAGES/tradução.txt
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
* Update archinstall/locales/pt_BR/LC_MESSAGES/tradução.txt
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
* Update archinstall/locales/pt_BR/LC_MESSAGES/tradução.txt
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
* Update archinstall/locales/pt_BR/LC_MESSAGES/tradução.txt
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
* Update archinstall/locales/pt_BR/LC_MESSAGES/tradução.txt
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
* Update archinstall/locales/pt_BR/LC_MESSAGES/tradução.txt
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
* Update archinstall/locales/pt_BR/LC_MESSAGES/tradução.txt
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
* Update archinstall/locales/pt_BR/LC_MESSAGES/tradução.txt
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
* Update archinstall/locales/pt_BR/LC_MESSAGES/tradução.txt
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
* Update archinstall/locales/pt_BR/LC_MESSAGES/tradução.txt
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
* finished my half made translation
* Rename tradução.txt to base.po
* typo
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
|
|
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
|
|
|
|
* Add preview for menu entries
* Fix mypy
* Update
* Update
* Fix mypy
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
* Adding support for PIN for FIDO2 unlock
* Added a more clear output since systemd-cryptenroll isn't clear on it's output
|
|
|
|
|
|
* Added a HSM menu entry, but also a safety check to make sure a FIDO device is connected
* flake8 complaints
* Adding FIDO lookup using cryptenroll listing
* Added systemd-cryptenroll --fido2-device=list
* Removed old _select_hsm call
* Fixed flake8 complaints
* Added support for locking and unlocking with a HSM
* Removed hardcoded paths in favor of PR merge
* Removed hardcoded paths in favor of PR merge
* Fixed mypy complaint
* Flake8 issue
* Added sd-encrypt for HSM and revert back to encrypt when HSM is not used (stability reason)
* Added /etc/vconsole.conf and tweaked fido2_enroll() to use the proper paths
* Spelling error
* Using UUID instead of PARTUUID when using HSM. I can't figure out how to get sd-encrypt to use PARTUUID instead. Added a Partition().part_uuid function. Actually renamed .uuid to .part_uuid and created a .uuid instead.
* Adding missing package libfido2 and removed tpm2-device=auto as it overrides everything and forces password prompt to be used over FIDO2, no matter the order of the options.
* Added some notes to clarify some choices.
* Had to move libfido2 package install to later in the chain, as there's not even a base during mounting :P
|
|
* Update list_manager.py
* Update base.pot
* Update base.po
* Update base.pot
* Update base.pot
* Update base.po
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Update base.po
* Add files via upload
* Add files via upload
|
|
* Update list_manager.py
* Update base.pot
* Update base.po
* Update base.pot
* Update base.pot
* Update base.po
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
|
|
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
|
|
* Reworking select_encrypted_partitions() to use the new Menu system, and allow granularity.
* Listing partitions and enabling a index selection. Also when selecting 'delete all partitions' wipe=True will get set on the blockdevice now. Otherwise the new partitions won't be able to be created without deleting them first.
* flake8 fix
* Removed old select_encrypted_partitions()
|
|
* Fixes #1127
* flake8
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
* Update list_manager.py
* Update base.pot
* Update base.po
* Update base.pot
* Update base.pot
* Update base.po
* Add files via upload
|
|
* Fix lengthy translations in Main Menu
* rename 'Additional repositories' to 'Optional repositories'
* rename 'Drives' to 'Drive(s)'
* rename 'Choose keyboard layout' to 'Select keyboard layout'
|
|
|
|
|
|
* Adding in a re-try on pacstrap calls
* Made pacman -Syy also retry:able
|
|
* Add network-manager-applet to NetworkManager profile
* Converted _configuration.is_desktop_profile() into profile.is_desktop_profile
Co-authored-by: Anton Hvornum <anton@hvornum.se>
|
|
Hello,
Here is the update for the French language.
Regards,
Roxfr
Co-authored-by: Anton Hvornum <anton@hvornum.se>
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
|
|
|
|
* Adds nvidia-open package as an option.
Apologies for making the installation even more confusing for Nvidia users. This adds an option for the new open-source kernel module for Turing or later cards, https://github.com/NVIDIA/open-gpu-kernel-modules. nvidia-open is currently in the testing repository.
* Change description
* Clarify that the other open option is noveau
* Added a check to see if the package we include exists in testing or not, and if it does, we allow that repo and warn about it.
* Forgot to put level= on log output
* Adding __future__ to the top again
* Expose package functions from archinstall.lib.packages to avoid explicit imports.
* Trying to get menu to show additional changes
* Trying a flexible option of setting the menu listings
* Trying a flexible option of setting the menu listings
* Revert "Trying a flexible option of setting the menu listings"
This reverts commit 330080697d0b1ca9ba74f468fdcd36be7736904f.
* Revert "Trying a flexible option of setting the menu listings"
This reverts commit 701b105b1dd66933dacf11f0be49c521fec758fe.
* Revert "Trying to get menu to show additional changes"
This reverts commit b038987561ab7764f5d786c3e49789fb217419d7.
* Revert "Expose package functions from archinstall.lib.packages to avoid explicit imports."
This reverts commit 9244c0b1906b71074f2688210f3c46dc09cbc8c2.
* Revert "Adding __future__ to the top again"
This reverts commit 1679f00f2e901d093655de261bab4cee5f0a9d57.
* Revert "Forgot to put level= on log output"
This reverts commit 65618943880bdbddcdd3c7e3427da574d9bf7fed.
* Revert "Added a check to see if the package we include exists in testing or not, and if it does, we allow that repo and warn about it."
This reverts commit 652308ee40230ee8c70cf0c4f7225d1278788d4a.
Co-authored-by: Anton Hvornum <anton@hvornum.se>
|
|
|
|
(#1174)
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
* Made sure remote sourcing works for --creds, --config and --disk-layout.
* Spelling error when moving around source code.
|
|
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
|
|
* Add files via upload
* Add files via upload
* Update global_menu.py
|
|
* Remove comments from translation files
* Add german translations
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
Hi,
Following the update of the .pot file.
I renewed the .po file for the French language.
Regards,
Roxfr
|
|
* Intergrate ctrl+c
* stash
* Update
* Fix profile reset
* flake8
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
locale (#1146)
* Create base.po
* Add files via upload
* Delete base.po
* Add files via upload
* Delete base.mo
* Add files via upload
* Update base.pot
* Update base.po
* Delete base.mo
* Add files via upload
* Delete base.mo
* Add files via upload
* Update base.po
* Delete base.mo
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Update desktop.py
* Update minimal.py
* Update xorg.py
* Update server.py
* Update desktop.py
* Update server.py
* Update guided.py
* Add files via upload
* Add files via upload
* Update guided.py
* Add files via upload
* Add files via upload
|
|
the parent process moves back to the original working directory, leaving the child process in the target working directory. (#1142)
|
|
* Delete base.mo
* Update base.mo
|
|
Hello,
Here is the update for the French translation.
Regards,
Roxfr
|
|
* Fix alignment
* Update
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
|
|
|